the files you are looking for are:
JBOSS_HOME/jboss.net/src/resources/xdoclet/modules/jboss/net/resources/jboss-net_xml.xdt
JBOSS_HOME/jboss.net/src/tools/xdoclet/modules/jboss/net/JBossNetSubTask.java
to create a version of xDoclet that has this subtask
get a current copy of the xDoclet source (current cvs is usually good)
and copy the files to:
XDOCLET_HOME/modules/jboss/src/xdoclet/modules/jboss/net/resources/jboss-net_xml.xdt
XDOCLET_HOME/modules/jboss/src/xdoclet/modules/jboss/net/JBossNetSubTask.java
the XDOCLET_HOME/modules/jboss/src/xdoclet/modules/jboss/net/ directory doesn't exist, you'll have to create it.
then rebuild xdoclet and the <jbossnet> subtask will be included in the xdoclet-jboss-module.jar file.
the supported tags for session beans look something like:
Class Level Tag
* service
* urn="MyServiceName"
* all="true"
*
* net.authentication
* domain="SomeSecurityDomain"
*
* net.authorization
* domain="SomeSecurityDomain"
* roles="niceGuy,niceGirl"
* roles="badHax0r"
Method level tag
* method
Entity beans have a class tag that look something like:
* schema
* urn="SomeURN"
* object="true"
If data-object="true" is used then the bean's data object is serialized rather than the entity bean itself.
hope this helps
-jason
On Wednesday, December 11, 2002, at 11:24 AM, John Fawcett wrote:
Hi,
This has been discussed before, but does anyone know that
status/location of the <jbossnet> ant task? I can't seem to find it in
jboss-head/thirdparty/xdoclet-xdoclet/lib
Thanks,
fawce
