I have an EJB with local interfaces. And my servlet wants to reference them. So, I 
want to achieve something as follows by using IDE. The web.xml is OK, but the IDE can 
not generate the jboss-web.xml correctly. IDE can not generate <ejb-local-ref> in the 
jboss-web.xml, it can only generate <ejb-ref>.

Is it a known problem or bug?



web.xml:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   <ejb-local-ref>
      <ejb-ref-name>ejb/Entity1Local</ejb-ref-name>
      <ejb-ref-type>Entity</ejb-ref-type>
      <local-home>test.ejbInterface.Entity1Home</local-home>
      test.ejbInterface.Entity1Local
   </ejb-local-ref>
-------------------------------------------------------------------------

jboss-web.xml:::::::::::::::::::::::::::::::::::::::::::::::::::::::
   <ejb-local-ref>
      <ejb-ref-name>ejb/Entity1Local</ejb-ref-name>
      <local-jndi-name>test/ejb/Entity1Local</local-jndi-name>
   </ejb-local-ref>
-----------------------------------------------------------------------

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

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


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to