[jboss-user] [EJB/JBoss] - Re: Problem accessing ear services from war

feric do-not-reply at jboss.com
Tue Oct 24 15:50:35 EDT 2006


Thanks!

You were right, by following the link in that thread I solved my problem.  I needed to modify the following config files like so:


- default/deploy/ear-deployer.xml
       - Isolated => true
       - CallByValue => true
- default/conf/jboss-service.xml
       - NamingService: CallByValue => true
- default/conf/jboss-minimal.xml
       - NamingService: CallByValue => true 

This way, my ear is isolated from my war.

Thanks,

François

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980516




More information about the jboss-user mailing list