That's good to know.  Unfortunately this application is deployed to
several different environments (dev, qa, production) each of which must
connect to a completely different database.  I can't really put
oracle-service.xml in the ear.

Out of curiosity, what is the problem causing this?  Is it that farmed
apps are automatically deployed when the farm-service starts?  If so, is
there some magic dependency I can put in the farm-service.xml that will
guarantee that it starts last?  Or at least after oracle-service?

Does anyone out there have a working farm?

Thanks,
Jeff Schnitzer
[EMAIL PROTECTED]

> -----Original Message-----
> From: David Jencks [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 08, 2002 5:06 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] Farm drops app on redeploy
> 
> I don't know about the farm service.
> 
> I'd suggest including oracle-service.xml in the .ear.  You need a
> jboss-app.xml with it listed as a module
> 
> <jboss-app>
>   <module>
>      <service>oracle-service.xml</service>
>   </module>
> </jboss-app>
> 
> This syntax is from memory.  I think this feature is in the 3.0
branch.
> 
> david jencks
> 
> On 2002.10.07 23:08:26 -0400 "Schnitzer, Jeff" wrote:
> > Hi!  I have a JBoss (3.0.2/tomcat 4.0.4) cluster (right now just 2
> > machines) which is farmed.  For the most part, farming works
(although
> > it seems to like to pick up my EAR before the oracle-service.xml
which
> > provides the data source), but I just started experiencing a
peculiar
> > bit of behavior.
> >
> > A normal deploy from scratch farms out my EAR just fine; it's picked
up
> > by both JBoss instances and all is well.
> >
> > If I redeploy the application, it installs to both instances and
then is
> > immediately removed from both instances (!)
> >
> > What may have something to do with this is that my app now takes a
long
> > time (a couple minutes) to load and initialize.  Back when it was
almost
> > instantaneous, I didn't notice this problem.
> >
> > Is there something I can do about this?  Also, is there some way of
> > forcing my EAR to deploy _after_ my oracle-service.xml?
> >
> > Thanks,
> > Jeff Schnitzer
> > [EMAIL PROTECTED]
> > (JBoss is finding its way into The Sims Online :-)
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to