Groovy Spring DSL Constructor Argument
April 9th, 2010
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 Constructor arguments can be defined using parameters to each method that reside between the class of the bean and the last closure: (from http://www.grails.org/Spring+Bean+Builder) bb.beans { exampleBean(MyExampleBean, "firstArgument", 2) { [...]
Using resources.groovy for Spring DSL with Environment switch
April 2nd, 2010
Cannot create JDBC driver of class ” for connect URL ‘null’
March 17th, 2010
Cannot locate BeanDefinitionParser for element
September 29th, 2009
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.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Cannot locate BeanDefinitionParser for element [jta-transaction-manager]






