[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2.0_GA + Spring 2.0.5 integration

2007-10-02 Thread alesj
"iGeek" wrote : I tried putting them in the jboss-spring-jdk5.deployer and in the sever/default/lib directories (either one and both). | Just put all the required Spring libs in the sever/default/lib. That should definitely work. No need for them then to be in jboss-spring-jdk5.deployer. View

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2.0_GA + Spring 2.0.5 integration

2007-10-01 Thread iGeek
I tried putting them in the jboss-spring-jdk5.deployer and in the sever/default/lib directories (either one and both). I'm now resorting to not use Spring's DI part and use EJB3's @Resource annotation, which seems to be working. Thanks anyway View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2.0_GA + Spring 2.0.5 integration

2007-10-01 Thread alesj
"iGeek" wrote : Hi, | java.lang.NoClassDefFoundError: org/springframework/beans/factory/xml/DefaultBeanDefinitionDocumentReader | This class should be there - checked against 2.0.6 and 2.1.x API docs: http://static.springframework.org/spring/docs/2.0.x/api/org/springframework/beans/factory/x

[jboss-user] [JBoss/Spring Integration] - Re: JBoss 4.2.0_GA + Spring 2.0.5 integration

2007-09-30 Thread alesj
"iGeek" wrote : | java.lang.NoClassDefFoundError: org/springframework/beans/factory/xml/DefaultBeanDefinitionDocumentReader | It can be a Spring library incompatibility. Current SpringDeployer is written against the first 2.0.GA Spring version. I'll have a look how this plays against 2.0.