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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
