I have table like customer and the corresponding CMP
bean name is org.customer(with persistent field
scustid). 

Now, setting up openejb-jar.xml
for findbycustid method
will I say:
select o from customer o where custid = $1
or 
select o from org.customer o where scustid= = $1

I see that openejb deploy does not know what tables I
have using CMP so the default OQL are being generated 
with table names as CMP bean names.

Can some one help on this.






                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

Reply via email to