On Mon, 2007-02-05 at 10:10 -0800, tayd wrote:
> I am currently using EJB2.0 and have recently added a Message Driven Bean to
> the code base.  However, I can't get xdoclet to generate the deployment
> descriptor for the message driven bean. 
> 
> Note: my code base already has some session beans which generate fine (the
> template defined is for the session beans not the MDB)
> 
> What do i need to add to get this to work?
> 
> Any help would be much appreciated
> 
> See below for sample code?
> 
> 
> ----------------------------------  Tags from MDB
> ------------------------------------
> 
> /*
> * @ejb.bean        name="WorkMDB"

That's not a javadoc comment, just an ordinary one.  You need /** on the
first line otherwise everything will generate using default values based
on the EJB type and classname.


Andrew.
-- 
http://pseudoq.sourceforge.net/  Open source java sudoku application


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to