You have this code:com.ritwik.poc.sling.models.UserInfo userInfo =
resource.adaptTo(com.ritwik.poc.sling.models.UserInfo.class);to me it
should be like:com.ritwik.poc.sling.models.UserInfo userInfo =
resource.adaptTo(com.ritwik.poc.sling.models.UserInfo);
Hi kautuksahni Thanks for response. I guess The problem is not with
template . As you suggested I have deleted some invalid nodes after that
when I am trying to create a page using same template node type of
cq:pageContent is creating under content tree ( which is expected
behaviur)But before deleting invalid nodes , Pages created by using the
same template creating invalid nodes of type nt:unstructured.
@Scott I have tried more examples on workflow models which contains
participant step. But I am getting the same error when clicking on admin
inbox.06.04.2015 21:19:30.917 *ERROR* [127.0.0.1 [1428335370884] GET
/libs/cq/workflow/content/inbox/list.json HTTP/1.1]
org.apache.jsp.libs.foundation.components.primary.cq.Page.wfsummary_json_jsp
resource has no content. path=/libs/cq/workflow/content/inbox/list.json
referrer=null Please take a look and help me on this. Thanks alot for
your support
Seems there was an attempt to restart the webconsole bundle either due
to your code deployment etcc.... The bundle was not running & caused to
access felix console
@Jorg I have configured SElinux properties and then tested the caching
functionality...The server is responding with 404 resource not found.. I
am adding my dispatcher logs below for your reference.[Wed Oct 01
14:48:06 2014] [D] [1089(139931783358432)] Dispatcher initializing
(build 4.1.8)[Wed Oct 01 14:48:06 2014] [D] [1089(139931783358432)]
farms[website].cache.docroot = optcommuniquedispatchercache[Wed Oct 01
14:48:06 2014] [I] [1089(139931783358432)] Dispatcher initialized (build
4.1.8)[Wed ...
Hi,your log also says:[Wed Oct 08 19:07:20 2014] [D]
[5096(140412258412512)] request contains authorizationYou should
set/allowAuthorized "1"But be aware, that you are caching now files
which might contain personalized information!Jörg
I am not sure why you were not able to get the jsp support to work.
Maybe you missed some required dependency from your pom file.Below you
can find the parent pom file and the pom file of the content project
created using the multimodule-content-package-archetype (the pom's are
modified to support auto completion in jsp's); try using these files and
let me know if you are still facing issues with the jsp support.