[
https://issues.jboss.org/browse/ARQ-1009?page=com.atlassian.jira.plugin.s...
]
Bartosz Majsak resolved ARQ-1009.
---------------------------------
Resolution: Won't Fix
As already mentioned by [~brzhk] configuration is case sensitive. To be precise it is 1-1
mapping between the fields exposed by configuration objects to property names in the XML
file. I have lately introduced warning message which is prompted when there is no match
with the corresponding configuration. Pushed upstream
[@8a98920|https://github.com/arquillian/arquillian-extension-persistence/commit/8a989200d2128e8feee42d6894ad8a6754740180].
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.next
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
For more information on JIRA, see:
http://www.atlassian.com/software/jira