> From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of J. Matthew Pryor > Sent: Wednesday, March 06, 2002 11:51 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] client-view-jar support > > I have to admit to being a bit vague on the details of the client-view-jar > (despite having read the EJB spec) but I am wondering what support there > is > for specifying the client-view in the EJB JAR DD > > I can't see any tags or merge points that deal with the ejb client view ? > > Did I miss something > > Is it even possible to generate a correct client view jar without using > vendor specific deployment tools ?
You create an application.xml and a vendor-specific one (say ibm-application-client-bnd.xmi for websphere, where you declare ejbref/resource/etc mapping there). There's no @tag or template for it currently but I'm happy to commit it if someone volunteers to implement it :o) I believe we don't need new @tags just new templates to look at ejb:bean/ejb:ejb-ref/etc and their jndi binding and generate application.xml and vendor specific application.xml. Ara. _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
