• 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

Problems Configuring MySQL as my default datasource for running JMS program

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I ran my JMS program with the defaultDS as provided with JBOSS.It worked..
but when i want to run it with MySQL as the DS it gave "Connection Factory not bound" error.
I have made changes to these files:
default\deploy\hsqldb-service.xml -changed the jndiname to hsqlDS
default\deploy\mysql-service.xml
server\default\conf\standardjbosscmp-jdbc.xml
server\default\conf\standardjaws.xml
Now my simple JMS program is not working.Any hint is appreciated
 
sonyia nandan
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
problem got solved
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That's good... maybe you could tell us how?
 
sonyia nandan
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I had made a mistake in my DefaultDatasource
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic