I am trying to deploy and run xPetstore with JBOSS using a driver called DMSQL. 
I was able to run this successfully using Hypersonic database and driver. When 
I try DMSQL, the datasource xml file of petstore is:


    <local-tx-datasource>
                <jndi-name>xpetstoreds</jndi-name>
                
<connection-url>jdbc:unisys:dmsql:Unisys.DMSII:resource=xpetstoreds;</connection-url>
                <driver-class>com.unisys.jdbc.dmsql.Driver</driver-class>
                <user-name>java</user-name>
                java
                <min-pool-size>5</min-pool-size>
                <max-pool-size>20</max-pool-size>
                <track-statements>true</track-statements>
                <idle-timeout-minutes>0</idle-timeout-minutes>
                <application-managed-security></application-managed-security>
                jboss:service=PetStoreDS
        </local-tx-datasource>

        
                1701
                false
                xpetstoreDS
                true
                true
        



I don't expect there would be something like org.jboss.jdbc.DMSQL. Then how 
should I edit the mbean code part? I got a ?javax.ejb.EJBException: Could not 
instantiate bean? exception if I remove this mbean part or just use the 
hypersonic definition.

Please help me in this! Thank you!


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to