This content has been marked as final.
Show 3 replies
-
1. Re: Type-mapping is not initialized for created datasource in JBoss eap 6.0
wdfink Apr 9, 2014 4:50 AM (in response to sanjmand)As there is no type mapping within the DS you may need to add a datasource and a datasource-mapping to the defaults element in the jbosscmp-jdbc.xml file
-
2. Re: Type-mapping is not initialized for created datasource in JBoss eap 6.0
sanjmand Apr 10, 2014 7:56 AM (in response to wdfink)Hi Wolf,
I have already added the <datasource> and <datasource-mapping> tag in jbosscmp-jdbc.xml with values "java:/jdbc/FinancialClaimDS" and "Oracle10G" and was facing the same problem.The problem is solved when i have replaced the value of "Oracle10G" with "Oracle9i".
Regards
Sanjeev Kumar
-
3. Re: Type-mapping is not initialized for created datasource in JBoss eap 6.0
wdfink Apr 10, 2014 8:18 AM (in response to sanjmand)Yes, Oracle9i (8 and 7) are available by default.
For other mappings or customized one you need to add this to the deployment descriptor.