Hi!
I'm using xdoclet 1.2.0 beta1 with jboss3.0.4, BMP and DAO
Scenario:
xdoclet does not generate the create( ) methods correctly.
I tag my create method with @ejb.create-method and the result in MyBMP is:
public MyPK ejbCreate(MyData data) throws javax.ejb.CreateException
{
return getDao().create((MyBean) this);
}
It passes this to the dao implementation without loading the bean with the Data before
the dao impl is called.
-Jon
-------------------------------------------------------
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