Another very good Spring, EhCache article
http://eiconsulting.blogspot.com/2011/10/ehcache-implementation-in-spring.html
Type: Posts; User: ashafqat; Keyword(s):
Another very good Spring, EhCache article
http://eiconsulting.blogspot.com/2011/10/ehcache-implementation-in-spring.html
I feel ROO is amazing
A very article about ROO
http://eiconsulting.blogspot.com/2011/09/spring-roo-amazing-framework.html
Following Dependency configuration solved my problem
<dependency>
<groupId>org.springframework.roo</groupId>
<artifactId>org.springframework.roo.annotations</artifactId>
...
Sample Application to Integrate Spring, Hibernate and JBoss
http://eiconsulting.blogspot.com/2011/09/hibernat-spring-and-jboss.html
I was facing same issue in JBoss 6 and i am able to solve it by removing validation-api-1.0.0.GA.jar from my applcation war file. hibernate-validator-4.1.0.Final.jar is still part of application war....
I was facing same issue in JBoss 6 and i am able to solve it by removing validation-api-1.0.0.GA.jar from my applcation war file. hibernate-validator-4.1.0.Final.jar is part of application war. For...