• 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

Passing DataSetData object with SessionBean

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've just been trying to return a borland's DataSetData object to a client app through a session bean and recreate the DataSet object. However, when I try to load the DataSetData info into the DataSet object during run time, I get a NoSuchMethodError.
could anyone help me with this problem?
Much Thanks,
Dean
 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you imported the necessary package into your program?
java.sql.*
I am assuming that your are not using an IDE like VAJ, so you were not able to catch this error at save/compile time.
 
Dean Tanabe
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I believe so.. I imported the package in the source and added the jars to the classpath for compile/build and run. The classes are a part of borland's data express package that come with jbuilder enterprise edition.
I'm using ant to compile/build and the j2ee sdk to deploy and run.
Not sure if this info will help, but any further help would be appreciated.
Much thanks,
Dean
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic