[
https://jira.jboss.org/jira/browse/JBPM-1720?page=com.atlassian.jira.plug...
]
Tom Baeyens reassigned JBPM-1720:
---------------------------------
Assignee: Thomas Diesler (was: Tom Baeyens)
Thomas, can you have a look at this ?
I have fixed the configuration problem. Now the underlying issue pops up.
java.lang.NoSuchFieldError: name
at org.slf4j.impl.Log4jLoggerAdapter.<init>(Log4jLoggerAdapter.java:75)
at org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:75)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:92)
at
org.apache.jackrabbit.core.config.RepositoryConfig.<clinit>(RepositoryConfig.java:64)
at
org.jbpm.jcr.jackrabbit.JackrabbitJcrServiceFactory.getRepository(JackrabbitJcrServiceFactory.java:48)
at
org.jbpm.jcr.impl.AbstractJcrServiceFactory.openService(AbstractJcrServiceFactory.java:46)
at org.jbpm.svc.Services.getService(Services.java:156)
Which seems to be an slf4j classloading problem according to
http://www.velocityreviews.com/forums/t635509-hibernate-tutorial-problem....
Fix or Remove JcrDbTest
-----------------------
Key: JBPM-1720
URL:
https://jira.jboss.org/jira/browse/JBPM-1720
Project: JBoss jBPM
Issue Type: Sub-task
Security Level: Public(Everyone can see)
Components: Productization
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: jBPM 3.3.0 GA
Caused by: org.hibernate.HibernateException: instance not of expected entity type:
org.jbpm.context.exe.variableinstance.JcrNodeInstance is not a:
org.jbpm.context.exe.VariableInstance
at
org.hibernate.persister.entity.AbstractEntityPersister.getSubclassEntityPersister(AbstractEntityPersister.java:3640)
at org.hibernate.impl.SessionImpl.getEntityPersister(SessionImpl.java:1347)
at org.hibernate.engine.ForeignKeys.isTransient(ForeignKeys.java:180)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira