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.VisEngineBeanLocalHome<
/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.OrgmapperBeanLocalHome<
/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

Reply via email to