[JBoss-user] [JBoss/Spring Integration] - Re: Problem spring-deployer and jboss 4.0.4GA

2006-05-23 Thread alesj
What's the exception (it should be there I believe)? It's possible that some ejb3 dependency failed - since ejb3 stuff changes a lot. If you give me exact problem, I'll try to bild you a new Spring deployer budle. Rgds, Ales View the original post :

[JBoss-user] [JBoss/Spring Integration] - Re: Problem spring-deployer and jboss 4.0.4GA

2006-05-23 Thread Vandeplas
There isn't realy an exception I get a null pointer when i use the bean because it isn't injected. | 15:19:38,946 INFO [Server] Starting JBoss (MX MicroKernel)... | 15:19:38,946 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200 | 605151000) |

[JBoss-user] [JBoss/Spring Integration] - Re: Problem spring-deployer and jboss 4.0.4GA

2006-05-23 Thread alesj
Did you fix ejb3-annotations-aop.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945669#3945669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945669 --- Using

[JBoss-user] [JBoss/Spring Integration] - Re: Problem spring-deployer and jboss 4.0.4GA

2006-05-23 Thread alesj
Or are you using Interceptors? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945670#3945670 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945670 --- Using Tomcat but

[JBoss-user] [JBoss/Spring Integration] - Re: Problem spring-deployer and jboss 4.0.4GA

2006-05-23 Thread Vandeplas
It works great now. I forgot the bind pointcut=execution(*-new(..)) | interceptor-ref name=org.jboss.spring.interceptor.SpringInjectionInterceptor/ | /bind in the ejb3-interceptors-aop.xml. Sorry that I wasted your time with this stupid mistake. View the original post :