• 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

[JCA/JBOSS] Change the default Hypersonic to Oracle

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys

I am trying to change the default database source from hypersonic (hsqldb-ds.xml) to Oracle(oracle-ds.xml)

I tried to edit
standardjaws.xml
standardjboss-jdbc.xml
login-config.xml
but was not as successful as i thought.
can any one suggest any ideas ...

hoping for a reply ....

if possible please attach the changed xml file with the mail

regards
Narendran
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

[ October 12, 2004: Message edited by: Pradeep Bhat ]
 
Narendran Nair
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi man

thanks for the reply ...

can u please tell me the difference between
<blocking-timeout-millis> and <idle-timeout-minutes>

have you tried changing the default hypersonic datasource to Oracle as the default ?

thanks again.

regards
Narendran

PS: i am online in yahoo as wm_destroyer
 
Pradeep bhatt
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
blocking-timeout-millis

Time in milliseconds the client will wait to get a connection from the pool

idle-timeout-minutes

Time for which the connection will remain idle in the pool before been destroyed.

have you tried changing the default hypersonic datasource to Oracle as the default ?


Why do you want to change the default
Put the above XML with name nar-ds.xml in $JBOSS_HOME/server/default/deploy
directory.

PS: i am online in yahoo as wm_destroyer



I dont chat.
 
This is my favorite tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic