Hi

I am currently using the <method-attributes> tag in jboss.xml
(JBoss 3.0.x) which I manually created.

In the last couple of days I've been trying to port over to XDoclet but
cannot find a way to auto-generate this tag.

    <entity>
      <ejb-name>DummyEJB</ejb-name>
      <jndi-name>ejb/Dummy</jndi-name>
      <method-attributes>
        <method>
          <method-name>get*</method-name>
          <read-only>true</read-only>
        </method>
      </method-attributes>
      <resource-ref>
        <res-ref-name>jdbc/DummyDB</res-ref-name>
        <jndi-name>java:/jdbc/DummyDB</jndi-name>
      </resource-ref>
    </entity>

Any hints?

-- 
Frederic Soulier <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to