Re: Get past Axis logging problem

2004-07-11 Thread Joe Nall
I get a NoClassDefError on the following line private static Log log = LogFactory.getLog( BasicHandler.class.getName() ); of BasicHandler.java I have determined that Axis will not read on my server no matter where I put the file, nor does it say it is failing to read it, but maybe that's

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-11 Thread David Thielen
Yes, but with Sun's solution there is no need for anything extra. For example, say one user of our system wants to run on WebLogic - they don't need to add Axis, it just runs directly on WebLogic. - dave -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Sunday,

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
Since I am using 10.2 server I am stuck with Java 1.4.1 ( after a lot of browsing it seems that it is not possible to install 1.4.2 on Jaguar), and that is the problem I believe I need to try to work around. At this point I have become increasingly pessimistic about being able to work around it

Re: Why AXIS instead of Sun's Web Services SDK?

2004-07-11 Thread Davanum Srinivas
what are u talking about??? Axis is a servlet that can run on any App server -- dims On Sun, 11 Jul 2004 17:28:23 -0600, David Thielen <[EMAIL PROTECTED]> wrote: > The thing I found really compelling about Sun's solution is it can be run on > any application server. Using Axis or WebLogic or

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-11 Thread David Thielen
The thing I found really compelling about Sun's solution is it can be run on any application server. Using Axis or WebLogic or any other leaves you with a service that runs on only that application server. - dave -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent:

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
Hello Davanum, Here's the stack trace from my version using WOWebServices, which is my preferred way of trying to call the service, the original code ended up in the same error location. I have downloaded the source to look at, and made it into an XCode project, but I have only briefly tried

beanMapping question

2004-07-11 Thread Besite - Bart
(B (B (B (B (B (B (B (BHello people, (B (B  (B (BI$B!G(Jm having problems with beanMapping. My problem is (Bthe following : (B (B  (B (B$B!|(J I have a JavaBean-class Response.java residing in (Bpackage com.mydomain.mybeans (B (B$B!|(J The beanmapping in my .wsdd file loo

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-11 Thread Anne Thomas Manes
Thanks for looking for me Mark. My schedule was really crowded that week. I didn't realize ahead of time that Addison-Wesley would be participating in the "Meet the Author" event, so I didn't save time for it in my schedule. Anne -Original Message- From: Galbreath, Mark A [mailto:[EMAIL

RE: Why AXIS instead of Sun's Web Services SDK?

2004-07-11 Thread Anne Thomas Manes
Thanks for looking for me Mark. My schedule was really crowded that week. I didn't realize ahead of time that Addison-Wesley would be participating in the "Meet the Author" event, so I didn't save time for it in my schedule. Anne -Original Message- From: Galbreath, Mark A [mailto:[EMAIL

Re: Get past Axis logging problem

2004-07-11 Thread Davanum Srinivas
can you send me the complete stack trace? can u try a nightly build of axis? -- dims On Sun, 11 Jul 2004 10:21:10 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: > I tried that but it didn't help, but thanks for the note, it gave me a > few hours of hope. > > On Jul 11, 2004, at 8:03 AM,

Re: Get past Axis logging problem

2004-07-11 Thread Baiss Eric Magnusson
I tried that but it didn't help, but thanks for the note, it gave me a few hours of hope. On Jul 11, 2004, at 8:03 AM, Davanum Srinivas wrote: can you try adding log4j.properties into axis.jar itself? -- dims On Sat, 10 Jul 2004 18:03:53 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: Can

Re: Get past Axis logging problem

2004-07-11 Thread Davanum Srinivas
can you try adding log4j.properties into axis.jar itself? -- dims On Sat, 10 Jul 2004 18:03:53 -0700, Baiss Eric Magnusson <[EMAIL PROTECTED]> wrote: > Can anyone think of a way to get past the logging problems I am having > with Axis? > > I get a NoClassDefError on the following line >