Re: comp_name problem
"Gwyn Evans" <[email protected]>
| Newsgroups | gmane.comp.java.xdoclet.user |
|---|---|
| Message-ID | <[email protected]> |
Are you generating the JBoss-specific ejb xml file, as unless I mis-remember, the actual mapping of the ejb to the jndi is the appserver-specific part, e.g. with weblogic, it's in the weblogic-ejb-jar.xml. /Gwyn On 15/06/06, [email protected] <[email protected]> wrote: > hi all > i'm using xdoclet with myeclipse for generating ejb. > these are my tags : > > * @ejb.bean name="RequestDispatcher" > * display-name="Name for RequestDispatcher" > * description="Description for RequestDispatcher" > * jndi-name="ejb/RequestDispatcherHome" > * type="Stateless" > * view-type="remote" > * transaction-type="Bean" > > the problem is that xdoclet create in RequestDispatcherHome > the COMP_NAME="java:comp/env/ejb/RequestDispatcher"; > I mean there is nothing wrong in that but when I try to see my jndi tree in my jboss jndi viewer I cannot see that path bound. > What's wrong? > regards