[jboss-user] [JNDI/Naming/Network] - Re: ejb-jar.xml (env-entry) ignored when jboss.xml is presen

jaikiran do-not-reply at jboss.com
Mon Sep 17 01:32:31 EDT 2007


<?xml version="1.0" encoding="utf-8" ?> 
  |  <jboss>
  |  <enterprise-beans>
  |  <service>
  |   <ejb-name>WitnessServiceBean</ejb-name> 
  |   <jndi-name>NotaryA/witness1/WitnessServiceBean/remote</jndi-name> 
  |   </service>
  |   </enterprise-beans>
  |   </jboss>	

Not sure what the problem is, but the jboss.xml does not look correct. Shouldnt it be:

<?xml version="1.0" encoding="utf-8" ?> 
  |  <jboss>
  |  <enterprise-beans>
  |  <session>
  |   <ejb-name>WitnessServiceBean</ejb-name> 
  |   <jndi-name>NotaryA/witness1/WitnessServiceBean/remote</jndi-name> 
  |   </session>
  |   </enterprise-beans>
  |   </jboss>	

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

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



More information about the jboss-user mailing list