If you're using xdoclet 1.2 beta1 or later, then the orion location will be picked up from jndi-name (and/or local-jndi-name). In versions of xdoclet previous to that, you need to add a @orion.bean location="nettrack/NettrackMain" class level tag.
On Monday, October 7, 2002, at 03:59 PM, Keith wrote: > Hi: > Another newbie question. In my Bean.java, I have the following tag: > /** > * > * @ejb.bean > * name="NettrackMain" > * jndi-name="nettrack/NettrackMain" > * type="Stateful" > * view-type="remote" > * transaction-type="Container" > * > * @ejb.resource-ref > * res-ref-name="jdbc/DefaultDB" > * res-type="javax.sql.DataSource" > * res-auth="Container" > * > * > */ > I need to generate a orion specific deployment descriptor, but I > cannot > find any attribute where I can set the jndi-name of the res-ref for > orion. > Can somebody kind enough to point out the obvious? > > Thanks > keith > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
