JCA 1.7 MessageEndpointFactory.getActivationName() returns null
Issue
EAP 7.0.3 does not correctly implement the new JCA 1.7 (JavaEE 7) method MessageEndpointFactory.getActivationName().
As per JCA 1.7 spec. and JavaDoc, it should return "a new String instance representing the unique name of the message endpoint deployment". However, it returns null.
The code in org.jboss.as.ejb3.component.messagedriven.MessageDrivenComponent, never sets a value to the private member activationName.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.0.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
