]
Alejandro Guizar resolved JBPM-2899.
------------------------------------
Resolution: Rejected
FileDefinition.hbm.xml exists in jBPM3 but not in jBPM4. Faux pas?
FileDefinition.hbm.xml references the JBPM_PROCESSFILES table but
that table isn't used (or even created)
---------------------------------------------------------------------------------------------------------
Key: JBPM-2899
URL:
https://jira.jboss.org/browse/JBPM-2899
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Runtime Engine
Reporter: Justin Hayes
Labels: hibernate, mapping
The FileDefinition.hbm.xml mapping file uses the table attribute with a value of
JBPM_PROCESSFILES for processFiles. This table is neither used, nor created. Instead the
ByteArray class and corresponding tables are used to store the files.
That's all good and well but it is a bit misleading so it would be clearer if that
attribute were left off. Unless there is some other compelling need for it to be there.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: