You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by St...@aon.com on 2002/02/21 18:23:30 UTC

Re: Error deploying a Messaging Service [Virus Checked]

Hi-

Here's what I would check (my msg stuff looks just like yours, except I don't
specify type="message", but that's probably not it.)

(1) Your SoapProcessor really has no package? If it has a package, you need to
specify the fully qualified name in the dd.

(2) Check the server log file to see if the service is deploying correctly,
because it looks like it isn't. If it isn't then that's your problem.

(3) Silly, but is your client code talking to msgrouter and not rpcrouter?

(4) If all else fails, you can easily add your own subclass of ConfigManager and
specify it in soap.xml in the root of your webapp directory or war file. In that
subclass you can look at everything that is happening during deployment and dd
requests and log it to a file or wherever. This is a very valuable debugging aid
for these situations, lets you control the circumstances of deployment
undeployment, and also lets you pass options to your code and specialize
factories and so forth for the whole app based on those options.

HTH,

S-





Leena Janardanan <le...@blackpearl.com> on 02/20/2002 05:04:06 PM

Please respond to soap-user@xml.apache.org

To:   'mailing list' <so...@xml.apache.org>
cc:    (bcc: Steve Salkin/3rd/US/AON)

Subject:  Error deploying a Messaging Service  [Virus Checked]




Hi folks,