• 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

EJB with MS SQL Database

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Somebody please help me doing EJB with multiple DB datasource.

I'm using J2EE Svr and deployment tool to connect Cloudscape Database as in Developer Guide. It work as it stated in Developer Guide.

But what I would like to do is to create EJB that can work on MS SQL database server.

MS SQL jdbc driver is already installed on my box and it work fine with tipical JDBC connected java program.
I have no knowledge of working multipal datasource with J2EE deployment tool.

Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic