In OOTB cq-quickstart-6.5.0.jar I'm still seeing 1.12.4-aem. I've deleted the launchpad/felix/bundle288/data/outputcache directory but that did not change the jQuery version. What version is shipped with 6.5? How do we verify the version if it is showing 1.12.4-aem.
I am having the same problem in the 6.1 publish environment. My custom java bundle is active. I can see my custom class in depfinder but the jsps cannot seem to find it.There is no /var/classes to clear and I don't see org.apache.scripting.jsp, org.apache.scripting.jst anywhere.My bundle is #456 b...
I found 6 pages where cug is enabled but no groups are specified. And this error is occurring when any of these pages get activated. Thank you for your help on this. Mary
Well, it looks like we are extending the AbstractImageServlet class and using annotations to boot. Not sure why my initial search for this class in our code base didn't find it but it did find it just now. So, I'm assuming based on this that we really do need the unobfuscated jar and I have reques...
Yes, we are including the dependencies for non-AEM libraries like the servlets. I have included the ones mentioned here: http://www.wemblog.com/2014/07/how-to-include-all-cq-dependencies-in.html as well as any from the demo project that I had not already included.
smacdonald2008,The demo project does build for me but my own project still does not. As I said to Peter I'm beginning to think I need the unobfuscated jar.Our servlets extend sling servlets and the extended class uses SCR annotations but since they were not day or cq/aem classes I didn't think I'd...
Peter, I did read through this and added any dependencies and repositories, plugins, etc. Still I get the same error. I'm beginning to think I need the unobfuscated jar. I've put in a request for it.