Thanks Scott for your pointers. I was able to get to the error. Pasting the custom sysout below**In the Exception block** -->No suitable driver found for jdbc:mysql://localhost:3306/cqNow I am wondering that I did included the "mysql-connector-java-5.1.26-bin.jar" while creating the main bundle (as ...
Thanks Scott. Yes I followed as is in the link. I am usingmysql-connector-java-5.1.26-bin.jarEclipse Version: Indigo Service Release 2JDK 7CQ 5.6Thanks a lot for your help and review.
Hey Scott - Thanks. I am trying the links in your blog on which I am facing issues which I posted above. I followed step by step but my persist.json.jsp does not recognize thecom.adobe.cq.CustomerService custService = new com.adobe.cq.CustomerService();This is where I am stuck I can see my bundle ...
Thanks Scott . The reason I started with that original link to see the ability of working on a standalone application like a spring application that does a specific function or say talk to a DB and then use that as an OSGI bundle within CQ to be used. Is that possible. I was seeing the ability of Sp...
Hi Pawan,No I am just following the link and trying to create a bundle with the instructions in it. I tried the * but it didn't work . Below is the snap shot from console Symbolic NamesqlosgiVersion1.0.0Bundle Locationinputstream:sqlosgi_1.0.0.jarLast ModificationWed...
Thanks Pawan for your reply. I am using a simple java class which talks to MySQL as mentioned in the example @ http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-relational-database.htmlThe class is CustomerService.java
Hi Friends,I am trying to follow along the example on this link http://helpx.adobe.com/adobe-cq/using/persisting-cq-data-relational-database.html and somehow my persist.json.jsp is not able to resolved the followingcom.adobe.cq.CustomerService custService = new com.adobe.cq.CustomerService();I can s...