This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes ejb2.x finder method not working Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "ejb2.x finder method not working" Watch "ejb2.x finder method not working" New topic
Author

ejb2.x finder method not working

Sushma Sharma
Ranch Hand

Joined: Jun 02, 2005
Posts: 139
Hi,

I have got a really weird problem. Finder methods for one of my CMP EJBs are not working. I am using Weblogic 8.1 sp6, jdk1.4.2_05 and database is oracle 9i. The finder methods for other beans are working fine and returning me results, but not this ones. The corresponding oracle table has records and if I use jdbc, I get the records. The only difference in this bean and other beans is that this bean has a composite key and others don't.
I have total of 3 finder methods defined for this bean and none of these return any results. here are my classes and DDs



I have no idea what I am doing wrong. create methods are working fine, I am able to insert new records. If anyone has any clue why it is behaving this way, please help.

Sushma
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: ejb2.x finder method not working
 
Similar Threads
error when running ejbc on my jar file
A Simple CMP Bean deployment problem in Bea WebLogic 8.0
EJB 2.1 CMP Automatic primary key issue with <unknown-primary-key-field>empId</unknown-primary-key-f
A Simple CMP Bean deployment problem in Bea WebLogic 8.0
how do I use orderby in weblogic 6.1?