according to the documentation, the default for the class-level tag for
"@ejb:home" and "@ejb:interface"'s "local-extends" tag is
"javax.ejb.EJBLocalObject".
however, when i check the generated ejb files, the interface extends
javax.ejb.EJBObject and the home class extends javax.ejb.EJBHome.
according to the default, shouldn't the interface and home extend
javax.ejb.EJBLocalObject and javax.ejb.EJBLocalHome?
in my ant build.xml file, i'm specifying the 2.0 for the ejb spec...
<ejbdoclet ejbspec="2.0">
thx... :)
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user