ProcessInstanceInfo.java should not import hibernate class
----------------------------------------------------------
Key: JBPM-3048
URL:
https://issues.jboss.org/browse/JBPM-3048
Project: jBPM
Issue Type: Enhancement
Security Level: Public (Everyone can see)
Components: Runtime Engine
Affects Versions: jBPM 5.0
Environment: JBPM Snapshot 06.02.2011
Reporter: Jürgen Schmied
Assignee: Kris Verlaenen
The only direct dependency to hibernate is in ProcessInstanceInfo.java. There is a import
of
org.hibernate.annotations.CollectionOfElements;
I think JPA provides a more portable way to map a collection field.
I have flow persistence running on geronimo with openjpa mostly. This is the only show
stopper.
Could this be done in a different way?
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira