Thanx Stuart, Can you figure out what's the test about. From the exception I do not know what they expect.
Alin On Dec 12, 2007 5:16 AM, Stuart McCulloch <[EMAIL PROTECTED]> wrote: > On 12/12/2007, Alin Dreghiciu <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I committed quite a big change required by PAXWEB-21 and PAXWEB-55, > > related to isolation of servlet contexts per http context. > > My tests were successful but I did not had a full blown app to test with. > > > > Stuart, can you run the TCK? > > I just fixed a NPE that was blocking the TCK, but now get a new > FileNotFoundException: > > [java] Log: During execution of SimpleServletUnregistration > java.io.FileNotFoundException : http://localhost:8083/tc2servlet?TestCase=2 > [java] java.io.FileNotFoundException: > http://localhost:8083/tc2servlet?TestCase=2 > [java] at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1177) > [java] at java.net.URL.openStream(URL.java:1041) > [java] at > org.osgi.test.cases.http.tbc.HttpTestBundle1.SimpleServletUnregistration > (HttpTestBundle1.java:130) > [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > [java] at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64) > [java] at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > [java] at java.lang.reflect.Method.invoke(Method.java:615) > [java] at org.osgi.test.cases.util.DefaultTestBundleControl.run > (DefaultTestBundleControl.java:271) > [java] at java.lang.Thread.run(Thread.java:801) > > this didn't happen before, so it's probably related to the recent context > isolation change... > > > > > There are still some issues related to stopping bundles but I will > > address them asap. > > > > Looking at the current overall implementation of Pax Web that I do > > not like to much + some research I had done lately how could be done > > better I guess that I will son start to rewrite it from scratch, this > > after we will stabilize the current version. > > > > For those that used the Event Listeners I changed the signature of > > registering a listener to add the http context the listener will > > listen to, so please take a look. > > > > Alin > > > > _______________________________________________ > > general mailing list > > [email protected] > > http://lists.ops4j.org/mailman/listinfo/general > > > > > > -- > Cheers, Stuart > _______________________________________________ > general mailing list > [email protected] > http://lists.ops4j.org/mailman/listinfo/general > > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
