Posted By:
Predrag_Spasojevic
Posted On:
Friday, April 26, 2002 05:27 AM
I'm using JBuilder and Orion app server. For deploying EJBs i'm using Orion plugin for jbuilder.I tried to generate a container managed EJB finder metod with some parameters. On EJB1.1 tab I set the finder method and where clause is like this:
Tablename.column1=$1 AND Tablename.column2 =$2.
After deploying orion generates method like there is no where clause (always returns all records in the table).
I have tried everypossible combination for where clause and result was always the same.
Does someone has any idea how to solve my problem?