Hi, Robert Worked like a charm. I've got a JSP/JavaBean front end successfully calling finder methods on my CMP entity bean now. Thanks very much. Arved Sandstrom -----Original Message----- From: Robert Kr�ger [mailto:[EMAIL PROTECTED]] Sent: Friday, March 31, 2000 4:51 AM To: [EMAIL PROTECTED]; Orion-Interest Subject: Re: ??? concerning application clients, and CMP > >2. CMP > >I ran my examples for about a day before I realized that the reason that >finder methods on a CMP entity bean were returning everything, was because >no SQL was associated with the methods. This begs the question, how _do_ we >associate SQL with finder methods in the Orion scenario? I see that the >finder-method tag in orion-ejb-jar.xml ends up containing these query >strings, but where do we actually specify them in ejb-jar.xml? Or do we? you don't. just edit the SQL (the WHERE clause is specified in the query attribute) in orion-ejb-jar.xml and your changes will not get lost on redeployment. >Very, very curious. This one is a show-stopper. :-) > >Arved Sandstrom > (-) Robert Kr�ger (-) SIGNAL 7 Gesellschaft f�r Informationstechnologie mbH (-) Br�der-Knau�-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401, Fax: 06151 665373 (-) [EMAIL PROTECTED], www.signal7.de
