• 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

error in 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
 
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
daman,
You have posted this both in the IBM application servers section and in this forum. Please post your queries only in a single forum and by the way we do not handle WAS questions in this forum.
Thanks.

------------------
Regds.
Mahindrakar
 
daman sidhu
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 Rahul,
I posted this question here by mistake and when i realized that , then posted this query on WAS forum.
 
Rahul Mahindrakar
Ranch Hand
Posts: 1871
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Got the message
------------------
Regds.
Mahindrakar
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic