[arquillian-issues] [JBoss JIRA] (ARQ-747) Arquillian Extension Persistence - DB cleanup does not work with Maven Archetype

david meier (JIRA) jira-events at lists.jboss.org
Mon Feb 13 17:35:00 EST 2012


david meier created ARQ-747:
-------------------------------

             Summary: Arquillian Extension Persistence - DB cleanup does not work with Maven Archetype
                 Key: ARQ-747
                 URL: https://issues.jboss.org/browse/ARQ-747
             Project: Arquillian
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Integration Test Suite
    Affects Versions: persistence_1.0.0.Alpha3
         Environment: Eclipse JavaEE IDE for Web Developers, Indigo SR1
Win7 x64
Java 1.7.0-b147
jboss-as-web-7.0.2.Final
            Reporter: david meier


You can easily reproduce it yourself, based on maven archetypes.

After executing steps to reproduce:

Actual result:
if method testRegister() is executed before testProducer(), then the latter fails. Because getMembers() does return a list of size == 1.

Expected result:
as the DB is to be cleaned after each test, the getMembers() method should be empty and both tests should verify.

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

        


More information about the arquillian-issues mailing list