Hi,
I have to deploy a couple of beans in JBoss that have finders that use
PrimaryKey as argument, but I don't know how declare de finder in
jaws to this.
I have a bean like this:
class ABeanHome extends javax.ejb.EJBHome {
Enumeration findByOtherBean(OtherBeanKey key) throws
FinderException, RemoteException;
}
How can I declare de finder where,
like this:
FIELD_A = {0}.a AND FIELD_B = {0}.b
or ...
FIELD_A = {0.a} AND FIELD_B = {0.b}
or...
��??
Change the finder's argument is not a attractive option because
the code is generate by a ejb-object-relational tool.
Thank you in advance
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user