Ales Justin [http://community.jboss.org/people/alesj] created the discussion

"Re: Application with ws client return an exception with spring"

To view the discussion, visit: http://community.jboss.org/message/561032#561032

--------------------------------------------------------------
Caused by: java.lang.ClassNotFoundException:  
org.springframework.beans.BeansException from  
baseclassloa...@1069693{vfs:///C:/Desarrollo/jboss-6.0.0.201  
00721-M4/server/default/conf/jboss-service.xml}

This is the classloader that gets used, and it obviously cannot find the Spring 
class.
Where do you have your spring.jar placed?
Inside app won't do, or you need to use different classloader --> app's CL.
Placing it into server/<config>/lib or common/lib would work as well, but then 
it's shared with all apps.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/561032#561032]

Start a new discussion in Spring Integration at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2082]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to