Thanks for the quick response. I did what you suggested, and turned on debugging.
This lead me to see that the configuration for the persistence manager wasn't being
used. It was still trying to create the messageblob as an object. So, I went back to
the hsqldb-jdbc2-service.xml file that I had been modifying, and deleted it. And
replaced it with the oracle one from the example. This led to the following exception:
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not
bound
at org.jboss.ejb.plugins.jms.DLQHandler.createService(DLQHandler.java:169)
at org.jboss.system.ServiceMBeanSupport.create(ServiceMBeanSupport.java:158)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerCreate(JMSContainerInvoker.java:458)
at
org.jboss.ejb.plugins.jms.JMSContainerInvoker.startService(JMSContainerInvoker.java:674)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at
org.jboss.ejb.MessageDrivenContainer.startService(MessageDrivenContainer.java:234)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
But I think the real problem is in the depends element of the oracle-jdbc2-service.xml
file. It says this:
<depends
optional-attribute-name="ConnectionManager">jboss.jca:service=LocalTxCM,name=OracleDS
But I don't have this Connection Manager defined anywhere. There is a similar one
defined for hypersonic in the Login-config.xml file. Should I just add one for
oracle? I really want it to use a local-tx-datasource that I have already defined.
How do I configure it to use my new datasource?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837263#3837263
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837263
-------------------------------------------------------
This SF.Net email is sponsored by the new InstallShield X.
>From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user