Some more information. If I change the MDB to this....
@MessageDriven(
name="TreEventBean",
messageListenerInterface=com.intecbilling.connector.TreEventListener.class,
[b] mappedName="jca/SVConnector1",
[/b] activationConfig={
@ActivationConfigProperty(propertyName="ConnectionAddress",propertyValue="jca/SVConnector1"),
@ActivationConfigProperty(propertyName="EventPatterns",propertyValue="myPattern")
}
)
That is, I assign a value to the mappedName value, I get the same error, but it's looking for the JMS resource by the mappedName....
com.sun.enterprise.connectors.ConnectorRuntimeException: JMS resource not created : jca/SVConnector1
at com.sun.enterprise.connectors.system.ActiveJmsResourceAdapter.getPhysicalDestinationFromConfiguration(ActiveJmsResourceAdapter.java:1402)
It still doesn't explain why it's looking for a JMS resource when the messageListenerInterface is one that is hosted by the Resource Adapter. Is there another setting I'm missing?
[Message sent by forum member 'hildo' (hildo)]
http://forums.java.net/jive/thread.jspa?messageID=235343