• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

ejb2.x finder method not working

 
Ranch Hand
Posts: 139
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic