0 Replies Latest reply on Dec 10, 2014 10:06 AM by charlee_ch

    Arquillian Persistence Extension @InSequence cannot execute with JUnit 4.12

    charlee_ch

      Hi,

       

      As we have known that the JUnit released the latest version as 4.12. I've just found the trouble against the Arquillian Persistence Extension: DBUnit version 1.0.0.Alpha7 at the test method annotated with @InSequence as

       

      java.lang.UnsupportedOperationException

              at java.util.Collections$UnmodifiableList$1.set(Collections.java:1412)

              at java.util.Collections.sort(Collections.java:234)

              at org.jboss.arquillian.junit.Arquillian.getChildren(Arquillian.java:73)

       

      I also try to search via Google and found some related  to the issue  ARQ-1835

       

      I'm not sure if it is a JUnit issue or the Arquillian issue. Could you please help to advise?