• 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
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

EJB Test Evironment (Visual Age)

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Friends..
I have got IBM Visual Age 3.5 Enterprise Editon installed.. and i want to
use for testing out the EntityBeans i am making..
we are using Oracle Database.
I have added the EJB Feature in my default workbench..
and now from the from the menu's
Window->Options.. am getting a screen where i can set the WorkSpace
classpath (for resources).. there i am giving the path from where it can
find the OracleDriver.. am using oracle.jdbc.driver.OracleDriver now from
the menu i am selecting..
Workspace->Tools->Websphere Test Enviornment..
it opens a window..from where i can start a Persistent Name Server after
specifying the driver name and username and pwd for connecting to the
database..
when i click the button Start Server..
it gives me Exception message Box saying that the specified driver ie
oracle.jdbc.driver.OracleDriver..was not found..
The problem is i am not able to connect to the Oracle Database
Is there any other settings required for that..
if so please tell me..

Amit
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For some reason you also have to add the driver-zipfile to your classpath.
That should help,
Django
 
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,
Add the classes111.zip( the driver classes) to the classpath from the options tab in the visual age, that will do the work.
Cheers,
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
Hi,
This thread belongs to the IBM Application Servers section so Amit you should have posted it there. The J2ee and Ejb forum is not for these questions.
Could this thread be transfered please.
 
I would challenge you to a battle of wits, but I see you are unarmed - shakespear. Unarmed tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic