[jboss-user] [JNDI and Naming] - Re: How to call a remote interface in ear from stand-alone sar (MBean) ?
busters
do-not-reply at jboss.com
Tue Nov 15 09:46:31 EST 2011
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&containerType=14&container=2083]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111115/83f657b6/attachment-0001.html
More information about the jboss-user
mailing list