I'm new to arquillian and wildfly , the thing is that i'm trying to run an EAR
, that contains a jar
and war
, on arquillian and using wildfly
I'm having this error "WFLYJPA0038: Failed to add persistence unit service for SimbaPersistance"
..
Caused by: org.jboss.msc.service.DuplicateServiceException: Service jboss.persistenceunit."0-snecma-simbav2-ear-module.ear#SimbaPersistance".__FIRST_PHASE__ is already registered
I have already added the persistence.xml
file to the ear using arquillian and set up the standalone-full and the jboss-resources-ds
xmls
thank you all in advance for any help