Hi,

  Just a note to see if this rings any bells...  I'm running a
  couple-of-weeks old version of XDoclet, and have just come across
  one problem involving the transaction definition sections in
  ejb-jar.xml.

  The problem is that if I run the various xdoclet tasks all in one
  task, when it should generates the following

   <container-transaction >
      <method >
         <ejb-name>EjbName</ejb-name>
         <method-intf>Remote</method-intf>
         <method-name>createX</method-name>
         <method-params>
            <method-param>com.xxxxxx.xxxxx.xxx.xxxxx.SomeDataObject</method-param>
         </method-params>
      </method>
      <trans-attribute>Required</trans-attribute>
   </container-transaction>  
  
  it instead generates the above but with

            <method-param>SomeDataObject</method-param>


  If I delete the ejb-jar.xml & re-run the same ant-task, the correct
  (fully-qualified) line is generated...
  
-- 
Best regards,
 Gwyn                          mailto:[EMAIL PROTECTED]



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to