Hi,
I have deployed two war files app1 and app2. I have two jboss server 
configurations too. For app1 i have defined bean-1 in the 
application_context.xml inside war file of app1. For app2 i have defined bean-2 
in the application_context.xml inside war file of app2. Whhile deployemnt there 
were no issues. 

I try to get response  through a SOAP client for the app2 for the URL 
"http://localhost:/app2/. But i get the 
"org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 
xxx is defined" where xxx is a bean belonging to app1. How come this is 
possible. But when i defined the same bean "bean2" in the app2's 
application_context.xml, it works fine. But the bean2 is instantiated twice.
Since in application_context.xml i have initialised bean2 as LAZY_INIT =false..

Please help me out on this !!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4044257#4044257

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4044257
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to