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

Reply via email to