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

ClassNotFoundException when using CLEAN_INSERT

    XMLWordPrintable

Details

    • 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.

    Description

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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: