I'll commit it today, with one slight change: Instead of 'orion:table' tag I'll create a orion:bean tag, with a table parameter in it. I'll also add other params such as calltimeout/etc to this new tag that covers all bean level parameters of orion. OK?
Ara. > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:xdoclet-user- > [EMAIL PROTECTED]] On Behalf Of Mike Cannon-Brookes > Sent: Friday, October 19, 2001 5:34 AM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] <orion /> fixes > > Made a few fixes to the template. It seems you cannot define custom > templates for vendor tags? I had to open JAR, slot in my updated template > and close JAR - seems fixed now anyway. > > Updated <entity-deployment> tag (adds attribute @orion:table to specify db > table for this bean) > > <entity-deployment name="<XDoclet:classTagValue tagName='ejb:bean' > paramName='name'/>" <XDoclet:ifHasClassTag > tagName="orion:destination-jndi-name">location="<XDoclet:classTagValue > tagName='orion:destination-jndi-name' > paramName='name'/>"</XDoclet:ifHasClassTag> <XDoclet:ifHasClassTag > tagName="orion:table">table="<XDoclet:classTagValue tagName='orion:table' > paramName='name'/>"</XDoclet:ifHasClassTag> <XDoclet:merge > file="orion-{0}-attributes.xml"></XDoclet:merge>> > > > Updated <finder-method><method><ejb-name> tag (uses the bean name rather > than JNDI location which it should) > > <ejb-name><XDoclet:classTagValue tagName="ejb:bean" > paramName="name"/></ejb-name> > > > Can someone commit these to CVS? tks. I've attached an updated template if > that's easier. > > Cheers, > Mike > > > Mike Cannon-Brookes :: [EMAIL PROTECTED] > > Atlassian :: http://www.atlassian.com > Supporting YOUR J2EE World _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
