I'm
not sure what's going on with my service anymore. First it was throwing a
NPE, then it started working and sending reply messages, but ignoring the
methods, and now it's back to throwing a NPE. When I look in tomcat's log
dir, there's a NPE for the taglib. It says that the taglib must match the
doctype root null. Any suggestions?
Chris
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 28, 2004 2:44 AM
To: [EMAIL PROTECTED]
Subject: Re: Method not executing
Chris,
From your posts, it seems as though your service is working and the client is getting a response (even though it's an empty response). The only problem is that you aren't able to get any log messages out of your code and it appears to be ignoring your various code changes (including throwing a runtime exception). It sounds as though the server is executing a different version of your code.
Can you detail the steps you've taken to change and deploy the code and can you check to see how many versions of your code are on the server, in different locations? Maybe you've inadvertently put your code in several places where the application server can find your classes. By the way, which application server are you using?
Tony
