Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-252

as-* quickstart/archetype throw persistence exceptions after arquilian tests executed on same server

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Critical
    • 1.0.0.M5
    • 1.0.0.M3b
    • as-*, examples, testing
    • None

    Description

      Deploy the quickstart/archetype project to jboss as 7.1.1.Final. Use the application to confirm execution. Run the arquilian tests (cli or eclipse). Attempt to use the application again.

      Persistence exceptions are thrown as seen below.

      Caused by: org.h2.jdbc.JdbcSQLException: Table "MEMBER_HTML5MOBI" not found; SQL statement:
      select member0_.id as id0_, member0_.email as email0_, member0_.name as name0_, member0_.phone_number as phone4_0_ from Member_html5mobi member0_ order by member0_.name asc [42102-161]
      at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)
      at org.h2.message.DbException.get(DbException.java:169)
      at org.h2.message.DbException.get(DbException.java:146)
      at org.h2.command.Parser.readTableOrView(Parser.java:4749)
      at org.h2.command.Parser.readTableFilter(Parser.java:1075)
      at org.h2.command.Parser.parseSelectSimpleFromPart(Parser.java:1681)
      at org.h2.command.Parser.parseSelectSimple(Parser.java:1788)
      at org.h2.command.Parser.parseSelectSub(Parser.java:1675)
      at org.h2.command.Parser.parseSelectUnion(Parser.java:1518)
      at org.h2.command.Parser.parseSelect(Parser.java:1506)
      at org.h2.command.Parser.parsePrepared(Parser.java:405)
      at org.h2.command.Parser.parse(Parser.java:279)
      at org.h2.command.Parser.parse(Parser.java:251)
      at org.h2.command.CommandContainer.recompileIfRequired(CommandContainer.java:51)
      at org.h2.command.CommandContainer.query(CommandContainer.java:79)
      at org.h2.command.Command.executeQuery(Command.java:185)
      at org.h2.jdbc.JdbcPreparedStatement.executeQuery(JdbcPreparedStatement.java:96)
      at org.jboss.jca.adapters.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:462)
      at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) [:1.6.0_31]
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) [classes.jar:1.6.0_31]
      at java.lang.reflect.Method.invoke(Method.java:597) [classes.jar:1.6.0_31]
      at org.hibernate.engine.jdbc.internal.proxy.AbstractStatementProxyHandler.continueInvocation(AbstractStatementProxyHandler.java:122) [hibernate-core-4.0.1.Final.jar:4.0.1.Final]
      ... 116 more

      Attachments

        Activity

          People

            boliveir_managed_kafka_security (inactive user) Bruno Oliveira Silva (Inactive)
            jbalunas@redhat.com Jay Balunas
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: