Hi,

I have a type="Stateful" tag in my session bean but xdoclet (1.2.0b1) keeps putting it in the deployment descriptor as stateless. It regenerates the file every time and always updates it with new methods so I know the process is working but I must have something wrong somewhere. I've put the relevent sections of both files below.

Thanks,
Scott Walters

/**
* @ejb.bean
* name="UserSession"
* type="Stateful"
* jndi-name="UserSession"
*
* @ejb.ejb-ref ejb-name="Usertable" ref-name="Usertable"
* @jboss.ejb-ref-jndi ref-name="Usertable" jndi-name="Usertable"
*/



<session >
<description><![CDATA[]]></description>

<ejb-name>Dr.session.ejb.UserSession</ejb-name>

<home>Dr.session.interfaces.UserSessionHome</home>
<remote>Dr.session.interfaces.UserSession</remote>

<local-home>Dr.session.interfaces.UserSessionLocalHome</local-home>
<local>Dr.session.interfaces.UserSessionLocal</local>
<ejb-class>Dr.session.ejb.UserSessionSession</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>

</session>



-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to