That's appropriate deployment order, it's what I meant by "by hand", but
you didn't turn the logging up to "trace", so we can't really see what's
going on.  Only one of the 3 mbeans in the xxx-service.xml file is getting
started.  If you have jboss 3.0.1 from cvs, you can try the
ServiceDeployer.listIncompletelyDeployed jmx operation to get more hints
about what is missing.  The trace level log output will show more details.

Thanks
david jencks

On 2002.06.18 08:59:18 -0400 "Buettner, Waltraud" wrote:
> I'm not sure, if I understand what you mean with 
> "deploy by hand"; I copied the rar file  and the xxx-service.xml
> file into the deploy directory. What I can see is:
> 
> ...
> 13:58:31,128 INFO  [Server] JBoss (MX MicroKernel) [3.1.0alpha
> Date:200206121638] Started in 0m:39s:62ms
> 14:54:27,222 INFO  [MainDeployer] Starting deployment of package:
> file:/C:/compo
> nentModel/ejb/jboss/jboss-3.1.0alpha/server/default/deploy/TaminoJCA_localTx
> .rar
> 
> 14:54:27,331 WARN  [ServiceController]
> jboss.jca:service=RARDeployment,name=Tami
> no Resource Adapter for local transactions does not implement any Service
> method
> s
> 14:54:27,347 INFO  [MainDeployer] Successfully completed deployment of
> package:
> file:/C:/componentModel/ejb/jboss/jboss-3.1.0alpha/server/default/deploy/Tam
> inoJ
> CA_localTx.rar
> 14:54:57,378 INFO  [MainDeployer] Starting deployment of package:
> file:/C:/compo
> nentModel/ejb/jboss/jboss-3.1.0alpha/server/default/deploy/tamino-service.xm
> l
> 14:54:57,675 WARN  [ServiceController]
> jboss.jca:service=LocalTxDS,name=MyTamino
> LocalTxConnector does not implement any Service methods
> 14:54:57,675 INFO  [JBossManagedConnectionPool] Creating
> 14:54:57,675 INFO  [JBossManagedConnectionPool] Created
> 14:54:57,675 INFO  [JBossManagedConnectionPool] Starting
> 14:54:57,675 INFO  [JBossManagedConnectionPool] Started
> 14:54:57,675 INFO  [MainDeployer] Successfully completed deployment of
> package:
> file:/C:/componentModel/ejb/jboss/jboss-3.1.0alpha/server/default/deploy/tam
> ino-
> service.xml
> 
> 
> Is this what you've expected?
> 
> thanks,
> Waltraud
> 
> -----Original Message-----
> From: David Jencks [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 17, 2002 2:50 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Re: NullpointerException and JCA
> 
> 
> The .rar and the xxx-service.xml file are all you need.  I'm very
> surprised
> that there is a difference between 3.0.0 and 3.1.  Can you turn logging
> up
> to trace and show the log output just from deploying the .rar and the
> xxx-service.xml file? (I find this easiest to do by deploying them by
> hand
> after the server has started).  (Careful of any passwords you might have
> in
> xxx-service.xml)
> 
> Thanks
> david jencks
> 
> On 2002.06.17 03:51:56 -0400 "Buettner, Waltraud" wrote:
> > My ra.xml entries look like 
> > <example-tag>com.blah.mcf</example-tag>
> > 
> > I downloaded jboss310alpha and the Nullpointerexception was gone.
> > Unfortunately it still does not work, but this seems to 
> > be another problem. My Resource adapter is not registered
> > in JNDI, although I have this entry in my tamino-service.xml file:
> >       <mbean code="org.jboss.resource.connectionmanager.RARDeployment"
> > name="jboss.jca:service=LocalTxDS,name=MyTaminoLocalTxConnector">
> >         <attribute name="JndiName">MyTaminoLocalTxConnector</attribute>
> > 
> > Is there additionally a general JBoss configuration file, where I have 
> > to add my resource adapter? (like previously jboss.jcml?) Or is it 
> > enough to have the rar file in the deploy directory and to have these
> > xxx-service.xml files?
> > 
> > thanks,
> > Waltraud
> > 
> > 
> > -----Original Message-----
> > From: David Jencks [mailto:[EMAIL PROTECTED]]
> > Sent: Sunday, June 16, 2002 11:00 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [JBoss-user] Re: NullpointerException and JCA
> > 
> > 
> > I lost the beginning of this thread... some of our xml interpretation
> is
> > not very good about ignoring leading/trailing whitespace.  Do your
> ra.xml
> > entries look like
> > <example-tag>com.blah.mcf</example-tag>
> > 
> > rather than the more readable but possibly non-functional
> >   <example-tag>
> >     com.blah.mcf
> >   </example-tag>
> > ?
> > 
> > Thanks
> > david jencks
> > 
> > On 2002.06.11 11:55:54 -0400 "Buettner, Waltraud" wrote:
> > > David,
> > > my ra.xml file should be ok, because my Resource Adapter runs
> > > successfully
> > > in a WebLogic environment.
> > > And I can see with http://localhost:8082, that the
> > > ManagedConnectionFactory
> > > class 
> > > is the right one.
> > > 
> > > I appreciate any other hint.
> > > 
> > > thanks,
> > > Waltraud
> > > 
> > > 
> > >   >Date: Tue, 11 Jun 2002 11:09:02 -0400
> > >   >From: David Jencks <[EMAIL PROTECTED]>
> > >   >To: [EMAIL PROTECTED]
> > >   >Subject: Re: [JBoss-user] NullpointerException and JCA
> > >   >Reply-To: [EMAIL PROTECTED]
> > > 
> > >   >My first (wild) guess is that you didn't supply any
> > >   >ManagedConnectionFactory class in your ra.xml.
> > > 
> > >   >david jencks
> > > 
> > > 
> > > _______________________________________________________________
> > > 
> > > Don't miss the 2002 Sprint PCS Application Developer's Conference
> > > August 25-28 in Las Vegas -
> > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
> > > 
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > > 
> > > 
> > 
> > _______________________________________________________________
> > 
> > Sponsored by:
> > ThinkGeek at http://www.ThinkGeek.com/
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > _______________________________________________________________
> > 
> > Sponsored by:
> > ThinkGeek at http://www.ThinkGeek.com/
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > 
> > 
> 
> _______________________________________________________________
> 
> Sponsored by:
> ThinkGeek at http://www.ThinkGeek.com/
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> ----------------------------------------------------------------------------
>                    Bringing you mounds of caffeinated joy
>                       >>>     http://thinkgeek.com/sf    <<<
> 
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user
> 
> 

----------------------------------------------------------------------------
                   Bringing you mounds of caffeinated joy
                      >>>     http://thinkgeek.com/sf    <<<

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

Reply via email to