Back to bug 1026426

Who When What Removed Added
Keith Babo 2013-11-04 15:49:47 UTC Status NEW ASSIGNED
Len DiMaggio 2013-11-04 19:31:01 UTC CC ldimaggi
Len DiMaggio 2013-11-06 18:06:07 UTC Severity unspecified high
Keith Babo 2013-11-07 13:32:29 UTC Assignee kbabo toigaras
Anne-Louise Tangring 2013-11-11 19:14:36 UTC CC atangrin
David Le Sage 2014-01-23 23:54:23 UTC CC dlesage
Doc Text If you run the functional test for one of JCA quickstarts or transaction-policy, you will encounter an ArchiveExportException. This is caused by the version of ShrinkWrap supplied with the Red Hat JBoss Enterprise Application Platform. To work around this issue, add the following code to the quick start's POM file:
<programlisting> <![CDATA[
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-api</artifactId>
<scope>test</scope>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-impl-base</artifactId>
<scope>test</scope>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.jboss.shrinkwrap</groupId>
<artifactId>shrinkwrap-spi</artifactId>
<scope>test</scope>
<version>1.2.0</version>
</dependency>
]]></programlisting>
Rob Cernich 2014-10-21 18:36:25 UTC CC kconner
CC rcernich
Tomohisa Igarashi 2014-10-21 23:37:31 UTC Status ASSIGNED MODIFIED
John Skeoch 2015-08-02 23:50:07 UTC QA Contact jsedlace oskutka
Ondrej Skutka 2015-08-03 07:59:09 UTC QA Contact oskutka vchalupa
John Skeoch 2015-11-02 01:00:42 UTC QA Contact vchalupa oskutka
Ondrej Skutka 2015-11-02 08:07:25 UTC QA Contact oskutka mmelko
PnT Account Manager 2018-03-29 21:52:47 UTC CC dlesage
Red Hat Bugzilla 2021-10-15 11:52:05 UTC CC kconner

Back to bug 1026426