-
Bug
-
Resolution: Done
-
Major
-
1.0.0-alpha-11
-
None
-
None
This can be reproduced using Weld 1.1.0.Beta1, Seam XML Alpha3 and Arqullian Alpha4- create a test that attempts to add a Manifest Resources from disk to Beans.xml.
Seam XML will attempt to load the beans file and complain that the InputStream was closed.
@RunWith(Arquillian.class)
public class DefaultTimeZoneTest
{
@Deployment
public static JavaArchive createTestArchive()
@Inject
DateTimeZone timeZone;
@Test
public void testDefaultTimeZoneProducerDirect()
}