]
Juan Casta commented on ARQ-1309:
---------------------------------
Hello.
Still same error with
jacoco extension 1.0.0.Alpha6
Arquillian 1.1.3.Final
Arquillian Persistence 1.0.0.Alpha7
Added files to the issue
Also explained here:
Persistence extension does not work with Jacoco extension
---------------------------------------------------------
Key: ARQ-1309
URL:
https://issues.jboss.org/browse/ARQ-1309
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Extension - Persistence
Affects Versions: 1.0.0.Alpha5
Reporter: Peter Schonhofen
Assignee: Bartosz Majsak
Fix For: persistence_1.0.0.Alpha7
When the Jacoco and persistence extension is used together in a project, a
"PersistenceExtensionInitializationException: Unable to create persistence
configuration" is thrown.
The cause of the exception is that in the ConfigurationImporter class the
createConfiguration method receives a fieldsWithValues map with a "$jacocoData"
item in it. Because the method cannot process this item, it fails.