It did help on that issue, and shrunk the war by 2 megs.
Now it just fails to start with a generic ServletException with no explaining message, and no clue in the log as to why. Wonderful. This codebase just don't like people. :) 2007/5/8, Geert Bevin <[EMAIL PROTECTED]>:
You probably have several versions of the XML jars in your classpath. You can also try removing the XML jars from your web application and putting them in a global location for your servlet container. Hope this helps, Geert On 07 May 2007, at 08:19, Christian Vest Hansen wrote: > Hello. > > I'm trying to convert an existing web application to rife, with the > hope that it'll become easier to maintain. However, the rife filter > fails to start with the following exception. > > > Exception starting filter RIFE > javax.servlet.ServletException: loader constraints violated when > linking org/xml/sax/Locator class > at com.uwyn.rife.servlet.RifeFilter.init(RifeFilter.java:88) > at org.apache.catalina... > > > This happens during deployment, and results in the application not > being deployed at all. > I've also tried to deploy a clean rife/jumpstart app, which worked > out AOK. > > Initially, the project was using an arcane version of xml-apis, so I > force fed maven the version that followed with rife/jumpstart (and set > all the other dependencies as well) - sadly this changed nothing. > > Any ideas? > > -- > Venlig hilsen / Kind regards, > Christian Vest Hansen. > _______________________________________________ > Rife-users mailing list > [email protected] > http://lists.uwyn.com/mailman/listinfo/rife-users > -- Geert Bevin Terracotta - http://www.terracotta.org Uwyn "Use what you need" - http://uwyn.com RIFE Java application framework - http://rifers.org Music and words - http://gbevin.com _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
-- Venlig hilsen / Kind regards, Christian Vest Hansen. _______________________________________________ Rife-users mailing list [email protected] http://lists.uwyn.com/mailman/listinfo/rife-users
