Bugs item #1066880, was opened at 2004-11-15 19:32
Message generated for change (Settings changed) made by ejort
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1066880&group_id=22866

Category: JBossCMP
Group: v4.0
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Submitted By: Jasmine (kongdy)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fail to obtain type-mapping metadata

Initial Comment:
I got a "fail to obtain type-mapping metadata" error 
when deploying CMP.  I am using JBoss 4.0.0./Java 1.4.  
I am using mySQL database.  

My mysqldb-ds.xml in my deploy directiory looks like:

<datasources>
   <local-tx-datasource>
      <jndi-name>DefaultDS</jndi-name>
      <connection-
url>jdbc:mysql://localhost:3306/test</connection-url>
      <driver-class>com.mysql.jdbc.Driver</driver-class>
      <user-name>root</user-name>
      <password></password>
   </local-tx-datasource>
</datasources>


I have the datasource in standardjbosscmp-jdbc.xml to 
have the value "java:/DefaultDS".  The datasource and 
type-mapping in standardjaws.xml have the 
values "java:/DefaultDS" and "mySQL", respectively.


I also have the datasource and type-mapping in my own 
jbosscmp-jdbc.xml in META-INF to have the 
values "DefaultDS" and "mySQL".

Do you know why is it complaining 
jboss.jdbc:datasource=DefaultDS, service=metadata is 
not registered?

Thanks
 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1066880&group_id=22866


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to