[jboss-jira] [JBoss JIRA] (JBJCA-971) convert mbean to adminobject
Jeff Zhang (JIRA)
issues at jboss.org
Tue Sep 9 19:03:19 EDT 2014
[ https://issues.jboss.org/browse/JBJCA-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jeff Zhang resolved JBJCA-971.
------------------------------
Fix Version/s: 1.2.0.CR1
Resolution: Done
https://github.com/ironjacamar/ironjacamar/pull/229
> convert mbean to adminobject
> ----------------------------
>
> Key: JBJCA-971
> URL: https://issues.jboss.org/browse/JBJCA-971
> Project: IronJacamar
> Issue Type: Task
> Components: AS
> Affects Versions: 1.1.0.Beta3
> Reporter: Jeff Zhang
> Assignee: Jeff Zhang
> Fix For: 1.2.0.CR1
>
>
> <mbean code="org.jboss.resource.deployment.AdminObject"
> name="activemq.queue:name=outboundQueue">
> <attribute name="JNDIName">activemq/queue/outbound</attribute>
> <depends optional-attribute-name="RARName">jboss.jca:service=RARDeployment,name='activemq-ra.rar'</depends>
> <attribute name="Type">javax.jms.Queue</attribute>
> <attribute name="Properties">PhysicalName=queue.outbound</attribute>
> </mbean>
> maps to
> <admin-object class-name="FIXME"
> jndi-name="activemq/queue/outbound">
> <config-property name="Type">javax.jms.Queue</config-property>
> <config-property name="Properties">PhysicalName=queue.outbound</config-property>
> </admin-object>
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list