[jboss-user] [JBoss jBPM] - Re: getting error when JBPM installer -3.2.4.GA has executed

santoshkumarsamala do-not-reply at jboss.com
Thu Feb 19 11:44:22 EST 2009


my jbpm-mysql-ds contains the following entry, I have 5.0.51b mysql 

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <!-- The Hypersonic embedded database JCA connection factory config -->
  | 
  | <!-- $Id: hsqldb-ds.xml 63175 2007-05-21 16:26:06Z rrajesh $ -->
  | 
  | <datasources>
  |    <local-tx-datasource>
  |     <jndi-name>JbpmDS</jndi-name>
  |       <connection-url>jdbc:mysql://localhost:3306/jbpm</connection-url>
  |       <!-- The driver class -->
  |       <driver-class>com.mysql.jdbc.Driver</driver-class>
  |       <!-- The login and password -->
  |       <user-name>root</user-name>
  |       <password>welcome</password>
  |    </local-tx-datasource>
  |     <metadata>
  |       <type-mapping>MySQL</type-mapping>
  |     </metadata>
  | </datasources>


Iam getting this error now 


org.jboss.deployment.DeploymentException: type-mapping is not initialized: java:/JbpmDS was not deployed or type-mapping was not configured.
  | 	at org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMetaData.getTypeMapping(JDBCEntityMetaData.java:1103)
  | 	at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.initStoreManager(JDBCStoreManager.java:427)
  | 	at org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:368)
  | 	at org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java:172)
  | 	at org.jboss.ejb.EjbModule.startService(EjbModule.java:414)
  | 	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
  | 	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
  | 	at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
  | 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  | 	at java.lang.reflect.Method.invoke(Unknown Source)
  | 	at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
  | 	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
  | 	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
  | 	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
  | 	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
  | 	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
  | 	at $Proxy0.start(Unknown Source)
  | 



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

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



More information about the jboss-user mailing list