Bug 1150968 - TCK Regression NPE in ejb30-lite
Summary: TCK Regression NPE in ejb30-lite
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: EJB
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR5
: EAP 6.4.0
Assignee: David M. Lloyd
QA Contact: Martin Simka
URL:
Whiteboard:
Depends On:
Blocks: 1077679
TreeView+ depends on / blocked
 
Reported: 2014-10-09 10:26 UTC by Kabir Khan
Modified: 2019-08-19 12:40 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2019-08-19 12:40:39 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Kabir Khan 2014-10-09 10:26:33 UTC
https://github.com/jbossas/jboss-eap/pull/1762 fixed https://bugzilla.redhat.com/show_bug.cgi?id=1148961 but causes a NPE in the *_from_ejbembed tests.

java.lang.NullPointerException
        at org.jboss.as.embedded.ejb3.JBossStandaloneEJBContainerProvider.createEJBContainer(JBossStandaloneEJBContainerProvider.java:67)
        at javax.ejb.embeddable.EJBContainer.createEJBContainer(EJBContainer.java:76)
        at javax.ejb.embeddable.EJBContainer.createEJBContainer(EJBContainer.java:58)
        at com.sun.ts.tests.common.vehicle.ejbembed.EJBEmbedRunner.createClient(EJBEmbedRunner.java:89)
        at com.sun.ts.tests.common.vehicle.ejbembed.EJBEmbedRunner.run(EJBEmbedRunner.java:40)
        at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:102)
        at com.sun.ts.lib.harness.EETest.getPropsReady(EETest.java:392)
        at com.sun.ts.lib.harness.ServiceEETest.run(ServiceEETest.java:210)
        at com.sun.ts.lib.harness.EETest.run(EETest.java:204)
        at com.sun.ts.tests.common.vehicle.VehicleClient.main(VehicleClient.java:27)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at org.jboss.modules.Module.run(Module.java:312)
        at org.jboss.modules.Main.main(Main.java:460)

Comment 1 Kabir Khan 2014-10-09 10:29:07 UTC
https://github.com/jbossas/jboss-eap/pull/1788

Comment 2 Martin Simka 2014-10-16 11:30:18 UTC
verified on EAP 6.4.0.DR5


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