[
https://issues.jboss.org/browse/ARQ-1009?page=com.atlassian.jira.plugin.s...
]
Matthieu Bertin edited comment on ARQ-1009 at 7/22/12 8:08 AM:
---------------------------------------------------------------
having the same problem !
EDIT: ok found a solution.
The configuration file is case sensitive. Replace dataSeedStrategy by DataSeedStrategy.
was (Author: brzhk):
having the same problem !
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: Configuration
Affects Versions: persistence_1.0.0.Alpha4
Environment: Windows 7, Java 1.6.0_31
Reporter: Karsten Ohme
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();
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira