Hi Magnus
It is much better now (I am using the 1.3 SNAPSHOTs).
Two questions:
1. For an IBM message-driven bean you need to specify
the listener port:

<ejbBindings ... listenerInputPortName="MyPort">

What tag/attribute do I need to do this?

2. The following Ant segment does not generate the
ejb-jar.xml file, only the IBM file and the JBoss
file:

<target name= "dome" >
            
       <taskdef name= "ejbdoclet"
classname="xdoclet.modules.ejb.EjbDocletTask"
       classpathref="project.class.path"/>
       <ejbdoclet destdir=
"${ejb.dir}/target/xdoclet/ejbdoclet"
         ejbspec= "2.0" >
          <fileset dir="${ejb.dir}/src/java" >
          <include name= "**/*Bean.java"/>
          </fileset >
         
          <jboss/>
         <websphere/>
       </ejbdoclet>
    </target > 

Why?

Thanks.

Janos


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to