Sandra Renaud [
https://community.jboss.org/people/joploya] created the discussion
"Re: Human task + HornetQ + persistence + MySQL => ununderstanding
stacktrace"
To view the discussion, visit:
https://community.jboss.org/message/772569#772569
--------------------------------------------------------------
whew, it works at least! I success to save my first task with the correct potowner.
I think other change will be needed to Taskorm.xml, but for the moment I just add :
<entity class="org.jbpm.task.Task"
metadata-complete="false">
<attributes>
<id name="id">
<column name="id" />
<generated-value strategy="IDENTITY "/>
</id>
</attributes>
</entity>
<entity class="org.jbpm.task.I18NText"
metadata-complete="false">
<attributes>
<id name="id">
<column name="id" />
<generated-value strategy="IDENTITY "/>
</id>
</attributes>
</entity>
<entity class="org.jbpm.task.Content"
metadata-complete="false">
<attributes>
<id name="id">
<column name="id" />
<generated-value strategy="IDENTITY "/>
</id>
</attributes>
</entity>
after named-queries and change the entity mapping tag for
jpa2:
See you next configuration problem.
Regards,
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/772569#772569]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]