ClassNotFoundException when using CLEAN_INSERT
----------------------------------------------
Key: ARQ-1009
URL:
https://issues.jboss.org/browse/ARQ-1009
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Extension - Persistence
Affects Versions: persistence_1.0.0.Alpha4
Environment: Windows 7, Java 1.6.0_31
Reporter: Karsten Ohme
Assignee: Bartosz Majsak
Fix For: persistence_1.0.0.Alpha7
I set in arquillian.xml the configuration property:
<property name="dataSeedStrategy">CLEAN_INSERT</property>
When starting the test I get a ClassNotFoundException in ConfigurationTypeConverter in
line 182:
Object instance = Class.forName(value).newInstance();