I have been trying to create an inner class instance of a Spring constructor argument and have been looking at the Grails documentation that states...
Category - Java Java EE J2EE
General Java, Java EE and J2EE development Blog. Including:
JSP, Servlet, JDBC, EJB, JMS, JAX-WS, JAX-RS, JPA, Hibernate, Camel, CXF, XFire
I have been trying to change my webservice implementation from org.springframework.remoting.jaxws.JaxWsPortProxyFactoryBean to use org...
I was having issues trying to get my Spring DSL to operate in ./grails-app/spring/resources.groovy. I have been able to use XML formatting in...
I have gone through several books and countless Blogs to try to get a valid working WAR that would access my external configuration files, both ...
I started a new Grails project recently, and I found Canoo’s WebTest extremely easy to get working. I was even able to get Cobertura code...
Cannot create JDBC driver of class ” for connect URL ‘null’
So I keep getting this error complaining about org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create JDBC driver of class ” for connect...
I was trying to create a relationship without using surrogate primary keys the other day in Hibernate. I started searching around for examples, but...
PMD has long been a great report to find out many useful details of your code base. I find that the default ruleset does not contain some checks that...
Maven, has been my project build centric tool for many years now. I have never really had an issue updating to the latest version on Windows, Linux...
When I upgraded from Camel 2.0-SNAPSHOT to 2.0.0, while I was using Spring 2.5.6, I started getting the following errors on deployment: error: org...
Recent Comments