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

2008-05-31 Thread jaikiran
"thomas2008ch" wrote : I did really help! Many thanks! | | But I wonder a little bit since the "oracle-ds.xml" looks as follow: | | .. | One can see the "Oracle10g" is used. Could you explain why? :-) The type-mapping in the -ds.xml seems to be ignored or atleast used only in som

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

2008-05-29 Thread thomas2008ch
I did really help! Many thanks! But I wonder a little bit since the "oracle-ds.xml" looks as follow: | | | | OracleDS | jdbc:oracle:thin:@localhost:1521:XE | oracle.jdbc.driver.OracleDriver | test | test | org.jboss.resource.adapter.jdbc.vendor.O

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

2008-05-29 Thread jaikiran
In all these xml files, wherever you have used "Oracle10g", replace it with "Oracle9i". For example, change your -ds.xml to: | | | | OracleDS | jdbc:oracle:thin:@localhost:1521:XE | oracle.jdbc.driver.OracleDriver | test | test | org.jboss.resource