Thanks,
I do the modification for the persistence.xml file.
I solved the problem for the history log. I made a mistake on the persistence.xml file.
The right syntax is like this for the transaction manager:
<property name="hibernate.transaction.manager_lookup_class" value="org.hibernate.transaction.BTMTransactionManagerLookup" />