Hi Nandan, this is no problem at all, yes there is an issue with registering new accounts at ops4j, so the [email protected] is the right place to ask :)
Concerning your problem. I thought I did solve those, but it looks like these are only solved on trunk which would be 1.1.0-SNAPSHOT. To get this working just add the pax-web-spi-1.0.3.jar to your classloader. This is due to the fact that the war-extender now imports packages from spi which it didn't do before. Actually these should be provided by the jetty-bundle, but I guess I missed that, will fix this asap and it will be in the 1.0.4-SNAPSHOT. In the 1.1.0-SNAPSHOT this should be fixed already. Regards, Achim 2011/4/26 Nandan Reddy <[email protected]>: > Hi Achim Nierbeck, > I was trying to log an issue on pax-web-extender-war, but I was unable to > create an account on jira. So I am sending you the mail, Please let me know > if you are not the right person. So that I can forward the same to the > concerned person. > I was using an combination of the below jars > 1) pax-web-extender-war-0.8.1.jar > 2) pax-web-jetty-bundle-0.8.1.jar > 3) pax-web-jsp-0.8.1.jar > But if I had two jsp's with the same name in two differect wars then there > was a conflict, and I saw it was fixed in version 1.0.0, so tried to upgrade > to 1.0.3. So I had the replaced the above jars with the ones below. > 1) pax-web-extender-war-1.0.3.jar > 2) pax-web-jetty-bundle-1.0.3.jar > 3) pax-web-jsp-1.0.3.jar > but when i tried to start, the "pax-web-extender-war-1.0.3.jar" failed to > start as it had a missing import statement which is > "org.ops4j.pax.web.service.spi;version="1.0.3"". > I also see that the same package is present in > the pax-web-jetty-bundle-1.0.3.jar, but it is not exporting the same. So I > had to download an additional jar which is > "pax-web-spi-1.0.3.jar", which exports this required package. Now i tested > few application it works fine, and the issue that we were seeing is > resolved. > But now I am worried about the two duplicate packages with the same name. > Could you please clarify me if I am doing anything wrong here, or if it is > the problem with the manifests. > -- > Regards, > Nandan Reddy L > _______________________________________________ general mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/general
