mirror of https://github.com/apache/activemq.git
Add missing xbean annotation on ActiveMQManagedConnectionFactory
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@466039 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
76efc33cdb
commit
29459ed414
|
@ -35,6 +35,8 @@ import javax.security.auth.Subject;
|
|||
* @version $Revisio n$
|
||||
*
|
||||
* TODO: Must override equals and hashCode (JCA spec 16.4)
|
||||
*
|
||||
* @org.apache.xbean.XBean element="managedConnectionFactory"
|
||||
*/
|
||||
public class ActiveMQManagedConnectionFactory implements ManagedConnectionFactory, ResourceAdapterAssociation {
|
||||
|
||||
|
|
Loading…
Reference in New Issue