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

Problem with setting up data sources

 
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am using the RI tool, and I was trying to create a CMP Entity Bean. The home, remote and bean, all returned passed tests when I used the verifier in the RI tool.

Now came the part when I have to connect the data sources, and here is what I did:

(1) copied my classes12.jar to the C:\j2sdkee1.3.1\lib\system directory, and included this classes12.jar in my CLASSPATH (windows).
(2) changed the config\resource.properties to the following:


But nothing seems to work. When I go try to build the SQL code giving the jdbc/Oracle jndi name and username and password, I get a message box that says I have an SQLException (no suitable driver).

Can someone help me out in connecting to an oracle database using the RI tool please?

Thanks,
-Vijay
 
Vijay Gade
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Nobody had this problem?
 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry Vijay, I use weblogic.. setting up servers first time is kinda sucks ...

goodluck,
Ugender
 
Vijay Gade
Ranch Hand
Posts: 81
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
:-)
 
reply
    Bookmark Topic Watch Topic
  • New Topic