Title: Message
I think you can configure this in jboss.xml (at least for JBoss 3.0):
 
jboss.xml:
 
<jboss>
 
   <enterprise-beans>
 
      <entity>
         <ejb-name>Foo</ejb-name>
         <local-jndi-name>FooLocal</local-jndi-name>
      </entity>
   </enterprise-beans>
 
   <resource-managers>
   </resource-managers>
 
</jboss>
-----Original Message-----
From: glenn [mailto:[EMAIL PROTECTED]
Sent: Sunday, July 06, 2003 10:21 PM
To: [EMAIL PROTECTED]
Subject: Jboss LocalEJB Deployment

Hi All
 
Why does my localEJB Entity Bean deploy under the JNDI name of local/Animaltype. Instead of just AnimalType?  is this a setting that can be configured.
 
I'm porting a application from weblogic to Jboss, weblogic does use the "local/" just JBoss.
 
Any thoughts or experiences?
 
thanks
Glenn
This message (including any attachments) may contain confidential information intended for a specific individual and purpose. If you are not the intended recipient, delete this message. If you are not the intended recipient, disclosing, copying, distributing, or taking any action based on this message is strictly prohibited.

Reply via email to