This content has been marked as final.
Show 2 replies
-
1. Re: JBoss 6 NameAlreadyBoundException
jaikiran pai Aug 18, 2011 4:17 AM (in response to Greg Jewell)1 of 1 people found this helpfulYou could disable (comment out) the Ejb3ClientDeployer from JBOSS_HOME/server/<servername>/deployers/ejb3.deployer/META-INF/ejb3-as-deployers-jboss-beans.xml if you are sure that the applications will not required "Java EE Application Client" support.
-
2. Re: JBoss 6 NameAlreadyBoundException
Greg Jewell Aug 26, 2011 8:34 AM (in response to jaikiran pai)Thank you for the response. This does appear to work for me, but I am reluctant to make a global configuration change like that. Is there something similar that I can do with a metafile inside the ears themselves?