[jboss-user] [EJB/JBoss] - Re: org.jboss.deployment.DeploymentException: Error in jboss

thomas2008ch do-not-reply at jboss.com
Thu May 29 12:47:51 EDT 2008


I did really help! Many thanks!

But I wonder a little bit since the "oracle-ds.xml" looks as follow:




  | <?xml version="1.0" encoding="UTF-8"?>
  | <datasources>
  |   <local-tx-datasource>
  |     <jndi-name>OracleDS</jndi-name>
  |     <connection-url>jdbc:oracle:thin:@localhost:1521:XE</connection-url>
  |     <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
  |     <user-name>test</user-name>
  |     <password>test</password>
  |     <exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
  |       <!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml -->
  |       <metadata>
  |          <type-mapping>Oracle10g</type-mapping>
  |       </metadata>
  |   </local-tx-datasource>
  | </datasources>
  | 

One can see the "Oracle10g" is used. Could you explain why?  :-)

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

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



More information about the jboss-user mailing list