Bug 1393795

Summary: [6.4.z] @EJB injection with Remote Interface fails on @Startup@Singleton
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Carsten Lichy-Bittendorf <clichybi>
Component: CDI/Weld, EJBAssignee: jboss-set
Status: CLOSED DUPLICATE QA Contact: Matej Novotny <manovotn>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.11CC: bmaxwell, jharting, lakagwu, maschmid, pmuir, sdouglas
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-11-10 15:24:53 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:
Attachments:
Description Flags
reproducer using arquillian none

Description Carsten Lichy-Bittendorf 2016-11-10 10:53:02 UTC
Created attachment 1219309 [details]
reproducer using arquillian

Description of problem:

@Startup
@Singleton
public class TrivialSingleton {
	
	@EJB
	MostSimpleEjbRemote calculator;

fails in EAP 6.4.11 while it worked until EAP 6.4.10

Version-Release number of selected component (if applicable):


How reproducible:

See attached reproducer

Actual results:

Caused by: javax.ejb.EJBException: java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available ...

Expected results:

Should work as it worked before

Additional info:

Comment 2 Brad Maxwell 2016-11-10 15:24:53 UTC

*** This bug has been marked as a duplicate of bug 1389428 ***