Yes..  almost perfect.  Just move the
- <!--  The JMS provider loader
  -->
- <mbean code="org.jboss.jms.jndi.JMSProviderLoader" 
name=":service=JMSProviderLoader,name=JBossMQProvider">
  <attribute name="ProviderName">DefaultJMSProvider</attribute>
  <attribute 
name="ProviderAdapterClass">org.jboss.jms.jndi.JBossMQProvider</attribute>
  <attribute name="QueueFactoryRef">java:/XAConnectionFactory</attribute>
  <attribute name="TopicFactoryRef">java:/XAConnectionFactory</attribute>
  </mbean>

section into the ra xml file.

Regards,
Hiram

>From: David Jencks <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-dev] Mbean package deployment and undeployment
>Date: Mon, 10 Sep 2001 16:55:02 -0400
>
>Thanks, Hiram
>
>
>Are the attached files what you mean? (I haven't tested to make sure they
>work).
>
>Is some part of the jbossmq-service.jar required for jbossmq to work,
>whereas the rest is an example of how to set up usage of it?  If so, can we
>package the required part into a jboss-service.xml in a sar?  If you let me
>know which parts are required/optional I will try out the packaging.
>
>Thanks
>david jencks
>
>
>On 2001.09.10 16:18:57 -0400 Hiram Chirino wrote:
> > >From: David Jencks <[EMAIL PROTECTED]>
> > >Reply-To: [EMAIL PROTECTED]
> > >To: jboss-dev <[EMAIL PROTECTED]>
> > >Subject: [JBoss-dev] Mbean package deployment and undeployment
> > >Date: Mon, 10 Sep 2001 14:16:17 -0400
> > ....
> > >
> > >(As part of the jbosscx reorganization, all jca related classes are in
> > the
> > >jbosscx.sar, which contains the mbean configuration for the
> > >ConnectionManagerFactoryLoaders and the RARDeployer.  The jbossmq
> > >configuration is now in a jbossmq-service.xml file, which depends on 
>the
> > >jbosscx.sar ( and causes it to be recursively deployed).  The
> > configuration
> > >for the Hypersonic-based DefaultDS is in hsql-default-service.xml, 
>which
> > is
> > >also autodeployed.)
> > >
> >
> > JBossMQ does not depend on jbosscx.sar...  The MDB and JMS RA stuff is
> > what
> > depends on jbosscx.sar.  the jbossmq-service.xml file needs to get split
> > into two files to show this.
> >
> > Regards,
> > Hiram
> >
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at
> > http://explorer.msn.com/intl.asp
> >
> >
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
> >
><< jbossmq-service.xml >>
><< jbossmq-ra-service.xml >>


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to