> And there's other issues too, for example finder queries. You define
> ejb-ql in ejb2 but you still can play with the actual sql statement too,
> but some servers let you define the WHERE part, some also allow you to
> define the whole statement and some only let you define only the whole
> statement! It's getting tricky really and remember in this case though
> we may have a generic @ejb:finder sql-query="" or where-statement="" but
> the conventions used are different, for example app server x uses $1 to
> designate query parameters and the other one uses {0} and maybe expects
> something speciall in query. I've seen these kind of differences in
> Orion/WAS/etc. So though the tag and parameter names are standardized
> but you should be able to define not just one of them, but many and each
> for each app server with different values.I would think the acid test should be that someone should be able to deploy one application with the same tags on different servers. If the value of something like where-statement is going to vary from one app server to another, then leave it as @jboss:finder-query .... my 2c cheers dim _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
