Bug 979404 - adding beans.xml via addAsWebInfResource doesn't work with ShrinkWrap 1.1.2 and Arquillian 1.0.4.Final
Summary: adding beans.xml via addAsWebInfResource doesn't work with ShrinkWrap 1.1.2 a...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise WFK Platform 2
Classification: Retired
Component: Arquillian
Version: 2.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR2
: 2.3.0
Assignee: Rodney Russ
QA Contact: thradec
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-28 12:46 UTC by Ron Šmeral
Modified: 2016-11-01 01:37 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-07-16 11:27:07 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
Reproducer (3.53 KB, application/zip)
2013-06-28 12:46 UTC, Ron Šmeral
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SHRINKWRAP-458 0 None None None Never

Description Ron Šmeral 2013-06-28 12:46:30 UTC
Created attachment 766559 [details]
Reproducer

Description of problem:
When using addAsWebInfResource with ShrinkWrap 1.1.2 and Arquillian 1.0.4.Final, the added WEB-INF resources are 0 bytes in size.
With Arquillian 1.0.3.Final this works OK.

Version-Release number of selected component (if applicable):
WFK 2.3.0.CR1

How reproducible:
Run 'mvn clean test' in the reproducer

Actual results:
The ShrinkWrap-built archive fails to deploy because the beans.xml file is empty and thus doesn't declare the needed alternative bean.

Expected results:
The test passes.

Additional info:
It seems there is some other factor to this problem, because addWebInfResource seems to work in Seam examples but fails e.g. in cdi-add-interceptor quickstart.

Comment 3 Marek Schmidt 2013-07-01 10:38:30 UTC
A possible fix would be to downgrade arquillian to 1.0.3.Final

Comment 6 thradec 2013-07-02 17:38:06 UTC
verified on WFK-2.3.0.CR2


Note You need to log in before you can comment on or make changes to this bug.