I found why persistencebytearray and the other fields (columns) where being
persisted as NULL by the framework. And that is because I was overriding the
"hibernate.transaction.factory_class" as follows:
<property name="hibernate.transaction.factory_class"
value="org.hibernate.transaction.JTATransactionFactory">
in my persistence.xml. I removed that tag from my persistence.xml and now
the framework persists the byteArray columns and other fields.
--
View this message in context:
http://n3.nabble.com/Issue-with-drools-flow-persistence-tp101623p716714.html
Sent from the Drools - User mailing list archive at
Nabble.com.