• 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

Data Source Configaretions Using Jboss3.0

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,
I have a data base in Ms-access.I created a data source for that.I want to access that data source from my stateless session bean(or from any other session or entity bean ).so could any body let me know How to configure that data source with Jboss3.0.what are steps involved?
I would be thankful to you if you let me know the atleast source(i.e. Link)where this details are explained clearly.
I checked Following link,but I could not understand anything
http://www.jboss.org/online-manual/HTML/ch03s12.html
and
http://www.jboss.org/online-manual/HTML/ch03s13.html
Thanks
Sripad
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi
u have to configure datasources using xml files u can find some examples in <jboss-root>/docs/examples/jca directory check it out.
hope it helps
regards
Sethu
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic