Results 1 to 2 of 2

Thread: Hessian/Burlap support (startup order)

  1. #1
    Join Date
    Oct 2004
    Posts
    1

    Default Hessian/Burlap support (startup order)

    I am having a problem deploying two separate web applications into jboss. The first application exposes a hessian web service (server application for all intensive purposes), and the second application is intended to be a client of the exposed web service. If the client application is deployed before the server application jboss hangs, seemingly as if waiting to connect to the server application. Can this be resolved?

    I can also duplicate this behaviour in standalone Tomcat?

  2. #2
    Join Date
    Aug 2004
    Location
    Amsterdam, Netherlands
    Posts
    450

    Default

    Declare the client proxy as lazy initializing (lazy-init="true"), this should help a bit I guess... Also, jboss has means to specify ordering in which deployment occurs (depends-on), but I don't know if this is the case for wars/ears as well...

    Alef

Similar Threads

  1. Replies: 7
    Last Post: Feb 1st, 2007, 01:47 AM
  2. hibernate pagination
    By oliverchua in forum Data
    Replies: 8
    Last Post: Sep 23rd, 2005, 06:06 PM
  3. Replies: 2
    Last Post: Sep 7th, 2005, 07:10 AM
  4. startup sequence messed up?
    By bpolka in forum Swing
    Replies: 4
    Last Post: Aug 17th, 2005, 01:33 PM
  5. Loading Beans in Order
    By mallupappi in forum Container
    Replies: 2
    Last Post: Mar 31st, 2005, 07:23 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •