Hi All,
I get the following exception when trying to start my jboss server with my enterprise
archive which has the jbpm-pvm-1.0.beta1 jar file inside it.
My persistence.xml looks like this:
| <?xml version="1.0" encoding="UTF-8"?>
| <persistence>
| <persistence-unit name="pu">
| <jta-data-source>java:/pu-DS</jta-data-source>
| <jar-file>../jbpm-jpdl.jar</jar-file>
| <jar-file>../jbpm-pvm.jar</jar-file>
| <properties>
| <property name="hibernate.hbm2ddl.auto"
value="false"/>
| <property name="hibernate.dialect"
value="org.hibernate.dialect.MySQLInnoDBDialect"/>
| <property name="jboss.entity.manager.jndi.name"
value="entityManager"/>
| <property name="hibernate.archive.autodetection"
value="class,hbm" />
| <property name="hibernate.show_sql"
value="true"/>
| <property name="hibernate.search.default.directory_provider"
value="org.hibernate.search.store.FSDirectoryProvider"/>
| <property name="hibernate.search.default.indexBase"
value="C:/lucene/indexes"/>
| <property name="hibernate.ejb.event.post-insert"
|
value="org.hibernate.search.event.FullTextIndexEventListener"/>
| <property name="hibernate.ejb.event.post-update"
|
value="org.hibernate.search.event.FullTextIndexEventListener"/>
| <property name="hibernate.ejb.event.post-delete"
|
value="org.hibernate.search.event.FullTextIndexEventListener"/>
| </properties>
| </persistence-unit>
| </persistence>
|
The deployment exception says this:
| javax.persistence.PersistenceException: org.hibernate.MappingException: Could not
determine type for: converter, at table: JBPM_VARIABLEDEF, for columns:
[org.hibernate.mapping.Column(TYPE_CONVERTER_)]
|
Any help would be appreciated.
best regards
sriraman.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185602#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...