Mark Desrosier wrote:

> I have a CMP Entity Bean defined lke this in JAWS.XML:
>     <entity>
>         <query>SI_TYPE_UID = {0} and VENDOR_UID = {1} and
> SI_PARAMETER_UID = {2}</query>


All JAWS does is take what you put in here and stick in where the where 
clause should be in the SQL. Go ahead and add the tablename prefix right 
in there.


>         <order>CHOICE_UID</order></finder>

And here as well.


-danch




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to