jpa - Ignore persistence unit definitions that have PersistenceUnitTransactionType = RESOURCE_LOCAL -
jpa - Ignore persistence unit definitions that have PersistenceUnitTransactionType = RESOURCE_LOCAL -
i have wildfly 8
container , ear persistence.xml
inside. there multiple persistence units defined.
is there way ignore process of persistence unit definitions have persistenceunittransactiontype = resource_local
@ deployment of ear
?
i able tell wildfly ignore specific peristence-unit in peristence.xml adding property
<properties> <property name="jboss.as.jpa.managed" value="false" /> </properties>
so wildfly not ignore peristence-units persistenceunittransactiontype=resource_local
property set.
jpa wildfly
Comments
Post a Comment