----- Original Message -----
From: "Ara Abrahamian" <[EMAIL PROTECTED]>
Date: Friday, June 14, 2002 2:44 pm
Subject: RE: [Xdoclet-user] WebLogic CMP

> > >   Q2) Any way of stopping XDoclet generating the duplicated QL in
> the
> > >       weblogic-cmp-rdbms-jar.xml file OR being able to specify the
> > >       alternative QL explicitly ?
> > >
> > 
> > I suggest we add a <vendor>-query attribute to the @ejb:finder tag
> that
> > can be picked up when generating vendor-specific DDs.
> > 
> > Can you add a feature-request about this?
> 
> Or jboss-query, jboss-dynamic-query, wl-query and so on. In fact those
> ejb-ref/resource-ref/etc jndi mappings should also be specified as
> parameters of respective tags. The way it is now (jboss-ejb-
> ref/etc) is
> intuitive imho. Just add optional vendor specific parameters to 
> the main
> tag.
> 

I disagree with you (and with my own previous statements!)

After thinking about it I prefer

* @ejb:finder
*   signature="ABABABABA"
* @weblogic:finder
*   signature="KUKUKUKUUK"
* @jboss:finder
*   signature="TOTOTOTOTO"

rather than

* @ejb:finder
*   signature="ABABABABA"
*   weblogic-signature="KUKUKUKUUK"
*   jboss-signature="TOTOTOTOTO"

Because:

1) The first approach makes it impossible to keep vendor tag docs in 
the vendor module's xtags.xml. We have to update the ejb module's 
xtags.xml too.

2) It messes up the standard tags with vendor (nonstandard) attributes. 
(This is not the same as what we're doing with jndi and persistence, 
because we have given them vendor-neutral names)

Aslak

> Ara.
> 
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to