Bug 1150968

Summary: TCK Regression NPE in ejb30-lite
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Kabir Khan <kkhan>
Component: EJBAssignee: David M. Lloyd <david.lloyd>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Simka <msimka>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: msimka
Target Milestone: DR5   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:40:39 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1077679    

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