hi remy,
I was finally able to solve the sealing problem by changing the jndi jar
file that i was using .It does look like the problem has something to do
with classloading.
But i am getting the following exception when i start tomcat.
C:\n3\slide\dist\server>bin\catalina run
Using CLASSPATH: .\bin\tomcat_bootstrap_4.0.b6.jar;c:\jdk1.3.1\lib\tools.jar
Starting service Slide-Tomcat Standalone
Apache Tomcat/4.0-b6
java.lang.NullPointerException
at wrappers.catalina.SlideHost.start(SlideHost.java:171)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1123)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:278
at
org.apache.catalina.core.StandardService.start(StandardService.java:3
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:458
at org.apache.catalina.startup.Catalina.start(Catalina.java:737)
at org.apache.catalina.startup.Catalina.execute(Catalina.java:657)
at org.apache.catalina.startup.Catalina.process(Catalina.java:178)
at java.lang.reflect.Method.invoke(Native Method)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:202)
I looked at the code and found that the domain object is null in the
SlideHost class.
Do you know how i can solve this problem.
thanks,
rajkumar
-----Original Message-----
From: Remy Maucherat [mailto:[EMAIL PROTECTED]]
Sent: Monday, October 01, 2001 4:47 PM
To: [EMAIL PROTECTED]
Subject: Re: WebDav client bugs report
> Hi,
>
> I've done a lot of test cases with the webDav client library and I've
> found some bugs that I report here.
>
> The version I used is a snapshot dating from 24 september.
>
> - Using copyMethod() to copy a file to an existing file path with
> overwrite flag set to true does not change node last modification
> date.
>
> - Using copyMethod() to copy a collection to an existing collection path
> with overwrite flag set to false does nothing but returns true.
>
> - Using moveMethod() to move a collection to an existing file path with
> overwrite flag set to true returns true but does nothing.
>
> - Using moveMethod() to move a collection to an existing collection path
> with overwrite flag set to false returns true but does nothing.
>
> - Using mkcolMethod() with the path of an existing file or collection
> does nothing but returns true.
>
> - UnlockMethod() has a very strange behaviour : A test case using
> lockMethod() and unlockMethod() on the same session works perfect, but
> using the two methods in different sessions (logout, login between)
> that not work at all (unlockMethod() returns false and the lock is
> still there but returned statusCode is 200)
>
> - I don't know if it is a planned feature but I could not find an
> overwrite flag for the putMethod(). Files are always overwritten.
>
> Sorry but I'm not sure I will have the time to help fix that bugs.
> Hope that this could help
Thanks. Can you file a bug report with this ?
More generally, when you think there's a bug somewhere, please file a bug.
It's really easy to lose track of issues posted on the list.
Thanks,
Remy