[jboss-user] [JBoss Messaging] - Re: configuring JMS in JBoss 5 to use oracle db.
martin mucha
do-not-reply at jboss.com
Sat Mar 19 07:00:50 EDT 2011
martin mucha [http://community.jboss.org/people/alfonz19] created the discussion
"Re: configuring JMS in JBoss 5 to use oracle db."
To view the discussion, visit: http://community.jboss.org/message/594211#594211
--------------------------------------------------------------
I did that. I copied
docs/example/jms/oracle-persistence-service.xml
to
/server/default/deploy/messaging/hsqldb-persistence-service-xml.xml
i.e. I overwrite former content of hsqldb... with oracle-persistence.service.xml content. Why? Some documentation on JBoss Messaging instruct me to do so.
After that I just replaced datasource references as described.
---
So to describe changes more precisely. I'm starting at "it works fine with hsqldb" state.
Next I do this:
cp docs/example/jms/oracle-persistence-service.xml /server/default/deploy/messaging/hsqldb-persistence-service.xml
cd /server/default/deploy/messaging/
cat hsqldb-persistence-service.xml | sed "s/DefaultDS/MyDS/" > 2
mv 2 hsqldb-persistence-service.xml
and it result in exception I mentioned. Datasource is existing, loaded, properly configured. What can be the problem?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/594211#594211]
Start a new discussion in JBoss Messaging at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110319/c8d143a6/attachment.html
More information about the jboss-user
mailing list