Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-1009

ClassNotFoundException when using CLEAN_INSERT

XMLWordPrintable

    • Hide

      set in arquillian.xml <property name="dataSeedStrategy">CLEAN_INSERT</property>

      Show
      set in arquillian.xml <property name="dataSeedStrategy">CLEAN_INSERT</property>
    • Compatibility/Configuration
    • Hide

      Use the standard INSERT behaviour and clean the database by some other means, e.g. cleaning before the test as a Maven goal.

      Show
      Use the standard INSERT behaviour and clean the database by some other means, e.g. cleaning before the test as a Maven goal.

      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();

              bartosz-1 Bartosz Majsak
              ka_oh Karsten Ohme (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: