[
http://jira.jboss.com/jira/browse/JBPM-838?page=comments#action_12353059 ]
Tom Baeyens commented on JBPM-838:
----------------------------------
i just cleared the id member-field and getId from tasknode.
thanks for reporting!
regards, tom.
EJB3 support with annotations / simplify db schema
--------------------------------------------------
Key: JBPM-838
URL:
http://jira.jboss.com/jira/browse/JBPM-838
Project: JBoss jBPM
Issue Type: Feature Request
Components: Core Engine
Environment: persistence
Reporter: Florian Bauer
Assigned To: Tom Baeyens
Original Estimate: 1 week, 1 day
Remaining Estimate: 1 week, 1 day
change the hibernate mapping technique from *.hbm.xml to annotations. That includes:
- Change attribute mapping to getter/setter mapping. That implicates to provide the
possibility to invoke a setter with a null value (jboss as is doing that) e.g.
TaskInstance.setTask()
- Collection mapping with generic datatypes (jdk5) - that enables reflection on the data
structure
- Changing the inheritance of persist classes e.g. an abstract basic class that provides
the getter/setter for id and name (name schould be abstract)
- Clean up mapped properties e.g. the method getId() is implemented twice in classes
GraphElement and TaskNode
- Providing test cases
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira