busters [
http://community.jboss.org/people/busters] created the discussion
"Re: How to call a remote interface in ear from stand-alone sar (MBean) ?"
To view the discussion, visit:
http://community.jboss.org/message/636608#636608
--------------------------------------------------------------
Unbelievable...a team-mate stumbled over certain words in a forum posting. Using process
of elemination and comparing several configuration files we really could identify the
"mistake".
Just for your information...
If you are not using the default server configuration, make sure to set the flag
'isolated' to +false+ in bean tag for "EARClassLoaderDeployer" located
in the file: ".../deployers/ear-deployer-jboss-beans.xml"
...
...
<bean name="EARClassLoaderDeployer"
class="org.jboss.deployment.EarClassLoaderDeployer">
<property name="isolated">*false*</property>
</bean>
...
I am very happy now :)
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/636608#636608]
Start a new discussion in JNDI and Naming at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]