• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Configuring Only JMS persistent store using mySQL

 
Ranch Hand
Posts: 198
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
i am trying to configure the JMS module in Jboss to use mySQL as its data store. Below are the files which i have updated, however i am getting namenot found JNDI related exception... please let me know if i am missing any steps . thanks for your help....

* Created mySql datasource as 'mySqlDS'

* Deleted default\deploy\jms\hsqldb-jdbc-state-service.xml & default\deploy\jms\hsqldb-jdbc2-service.xml and added mysql version of the files by changing the datasource as 'mySqlDS'.

* updated login-config.xml with new mySQL DS under the section name <application-policy name = "jbossmq">, which uses the defaultDS.

When i tried to restarted, it was throwing exception as below... i think there some objects which is not bounded, is there any steps missing?... please let me know.

 
Ranch Hand
Posts: 30
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I ran across this, which looks like your error: http://community.jboss.org/thread/48062

To rule that issue out, can you check your jms-ds.xml and indicate what it contains?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic