]
Ivo Studensky commented on WFLY-8074:
-------------------------------------
test-case:
JCA1.7 MessageEndpointFactory.getActivationName() returns null
--------------------------------------------------------------
Key: WFLY-8074
URL:
https://issues.jboss.org/browse/WFLY-8074
Project: WildFly
Issue Type: Bug
Components: JCA
Reporter: Stefano Maestri
Assignee: Stefano Maestri
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.
JCA 1.7 and was implemented in IronJacamar via
https://issues.jboss.org/browse/JBJCA-983
and is described in
http://www.ironjacamar.org/doc/api/spec/1.7/javax/resource/spi/endpoint/M...
Based on latest code at
https://github.com/wildfly/wildfly/blob/master/ejb3/src/main/java/org/jbo...
* there is a getActivationName() method but no setActivationName(Sting xyz) method
* Private variable activationName.defined but never set
* not set in
https://github.com/wildfly/wildfly/blob/master/ejb3/src/main/java/org/jbo...
either