Ok, I figured it out.  In the 

<depends 
optional-attribute-name="ConnectionManager">jboss.jca:service=LocalTxCM,name=OracleDS 

tag, I needed to change the OracleDS to the JNDI bind name of my new Data Source:

<depends 
optional-attribute-name="ConnectionManager">jboss.jca:service=LocalTxCM,name=MyNewDataSource

Once I did this, it appears to create the JMS table just fine, as well as write JMS 
messages to it.
 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837446#3837446

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837446


-------------------------------------------------------
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

Reply via email to