• 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

Problem with finder method

 
Ranch Hand
Posts: 184
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Friends,
I am having a wierd problem with WAS, i was using the same coding practice earlier when i was working with DB2 and WAS, ie i was writing some finder method statements in the helper class in the visual age( FOR CMP's) and declaring the same in the home interface and that was working fine, here also when i wrote the code in visual age and tested it( I am working with ORACLE 8i) in VAJ itself it is working fine but when i deploy the same to WAS and then call it i get a error
method not found - and some method name like - findV() - basiclly this methos is VAJ generated in the stubs and skeletons, and when i searched the code that VAJ generated these methods WERE there.SO i dont know why this problem is coming, if anyone has faced it before please let me know, as far as mistake in coding is there, there is none of that as i have checked it quite a few times having used the same coding practice earlier.
Regards,
Daman
reply
    Bookmark Topic Watch Topic
  • New Topic