Hmmm, Well I think I have a different problem.
It seems that an old copy of ejb-body.j is being picked up from somewhere, not sure where If I set mergeDir for <deploymentdescriptor/> a put a copy of the file in that location, everything works I'll keep hunting jmp > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of J. Matthew > Pryor > Sent: Wednesday, May 22, 2002 3:23 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] useIds and XDoclet 1.1.2 & ejb-jar_xml.j & > ejb-body.j > > > Is there any chance that the XDtMerge inside ejb-jar_xml could be > resetting > the useIds flag ? > > I get ids for the outer elements of my ejb-jar XML file (that come from > ejb-jar_xml.j), but the inner elements (like ejb-local-ref) don't get them > (those that come from ejb-body.j) > > I have explicitly set useIds in the <deploymentdescriptor/> subtask, but > this doesn't seem to help and the default for XmlSubTask appears to be > useIds=false > > sound plausible ? > > Any other possible explanations ? > > jmp > > Here is what I get > > <!-- Session Beans --> > <session id="Session_1"> > <description><![CDATA[<Please write something about this > class>]]></description> > > <ejb-name>vis/VisEngineBean</ejb-name> > > > <local-home>com.versata.vis.engine.server.interfaces.VisEngineBean > LocalHome< > /local-home> > > <local>com.versata.vis.engine.server.interfaces.VisEngineBeanLocal</local> > > <ejb-class>com.versata.vis.engine.server.ejb.VisEngineBeanSession< > /ejb-class > > > <session-type>Stateless</session-type> > <transaction-type>Container</transaction-type> > > <ejb-local-ref> > <ejb-ref-name>ejb/MyTest</ejb-ref-name> > <ejb-ref-type>Session</ejb-ref-type> > > <local-home>com.versata.pl.engine.adapter.interfaces.OrgmapperBean > LocalHome< > /local-home> > > <local>com.versata.pl.engine.adapter.interfaces.OrgmapperBeanLocal</local> > </ejb-local-ref> > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
