javaee / ejb-spec

See javax.ejb project for API. Contains legacy issues only.
https://github.com/javaee/javax.ejb
6 stars 1 forks source link

Define a standard way to specify the resource adapter used by a JMS MDB #127

Open glassfishrobot opened 9 years ago

glassfishrobot commented 9 years ago

The EJB 3.2 specification does not define a standard way to associate a JMS MDB (or any other type of MDB) with a resource adapter. Instead, if the application requires that a particular resource adapter be used, and the application server does not use it by default, then the application must specify this in the app-server-specific deployment descriptor (e.g. glassfish-ejb-jar.xml.

It is therefore proposed that a standard way is defined to associate a JMS MDB (or any other type of MDB) with a resource adapter, using either ejb-jar.xml or the MessageDriven annotation.

Affected Versions

[3.2]

glassfishrobot commented 9 years ago

Reported by @nigeldeakin

glassfishrobot commented 9 years ago

Issue-Links: blocks JMS_SPEC-174

glassfishrobot commented 9 years ago

Was assigned to mvatkina

glassfishrobot commented 7 years ago

This issue was imported from java.net JIRA EJB_SPEC-127