Hi Patrick, I thought I fixed the problem you had by making the object in the session serializable (your suggestion). Do you know if it has fixed the problem ? Note: This is available in Cactus 1.4dev only.
I have put a distribution of 1.4dev on http://jakarta.apache.org/builds/jakarta-cactus/nightly/2002-06-06/ if you wish to try it. There should be no difference between 1.4dev and 1.3 WRT configuration so you can probably just drop the new cactus jars (both on client side and server side classpaths). Thanks -Vincent > -----Original Message----- > From: Patrick Lightbody [mailto:[EMAIL PROTECTED]] > Sent: 05 June 2002 08:51 > To: Vincent Massol; 'opensymphony-discuss' > Cc: Cactus Users List > Subject: Re: [Opensymphony-discuss] Status of OSRewrite > > Hey Vincent, > My main problem I was having (as I posted a while back to the cactus list) > was that after a re-deploy in Orion, I'd get ClassCastExceptions when > trying > to run test cases. This made it pretty much impossible to do any sort of > productive work because I would have to restart Orion after every single > change. I have since removed the Cactus stuff from OSWorkflow, but I'll > set > some time aside to get a testcase of this problem available for you soon. > If > that could be resolved, I'd add cactus test cases to these OpenSymphony > modules: OSCore, OSUser, and OSWorkflow. > > -Pat > > ----- Original Message ----- > From: "Vincent Massol" <[EMAIL PROTECTED]> > To: "'opensymphony-discuss'" <[EMAIL PROTECTED]> > Sent: Wednesday, June 05, 2002 12:40 AM > Subject: RE: [Opensymphony-discuss] Status of OSRewrite > > > > Thanks Mike, > > > > I'll be monitoring this mailing list to see if someone has the zip :-) > > > > I'm not sure I'll be able to use it as is (as I'd like to use Betwixt > > for XML - Java mapping and HttpClient for the HTTP connection) but I may > > be able to use some helper classes. Hey, I may even be able to > > contribute back some code if I find that it is more generic than the > > Reverse Proxy I'm working on. > > > > Cheers, > > -Vincent > > > > PS: Thanks for the compliment on Cactus. I can see you're also doing > > some very good work ! :-) WRT Cactus, are you using it yourself ? Are > > you using it on OpenSymphony ? I'll be happy to get some feedback on > > what to improve ... :-) > > > > > -----Original Message----- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]] On Behalf Of > > > Mike Cannon-Brookes > > > Sent: 05 June 2002 02:10 > > > To: opensymphony-discuss > > > Subject: Re: [Opensymphony-discuss] Status of OSRewrite > > > > > > Vincent, > > > > > > As far as I know the code has never been committed to CVS - but it's > > > around > > > somewhere (I sent it as a ZIP to a few people - then reformatted my PC > > so > > > I > > > don't have the original ZIP). > > > > > > Basically OSRewrite is a filter which reads in an XML file of > > 'rewrite' > > > rules (much like mod_redirect for Apache). Those rules can forward or > > > include from certain URLs to other URLs. > > > > > > Ie > > > Redirect anything to /oldpath/* to /newpath/* > > > > > > I think it's a very useful component (one that we should get into CVS! > > ;)) > > > - > > > does anyone have the ZIP? > > > > > > Cheers, > > > Mike > > > > > > PS Good work on Cactus - it rocks ;) > > > > > > > > > On 5/6/02 4:04 AM, "Vincent Massol" ([EMAIL PROTECTED]) penned the > > words: > > > > > > > Hi, > > > > > > > > Can someone tell me what's the status of OSRewrite. There are some > > > > mention of it on the wb site but I cannot find it in CVS (the web > > site > > > > says on 5/9/2001 : "OSRewrite and Clickstream both have new > > maintainers > > > > and will be in CVS soon" :-)). Has it been dropped ? > > > > > > > > Also, it seems there are some page parsing code in sitemesh. Was > > that > > > > supposed to migrate to OSRewrite ? > > > > > > > > I'm asking because I have started a java Reverse Proxy project > > (named > > > > Sesame) on SF (http://stronghold.sourceforge.net) and that component > > > > would probably help (not sure what it does but seen the name, it > > will > > > > fit somewhere ... :-)). > > > > > > > > Thanks > > > > -Vincent > > > > > > > > > > > > _______________________________________________________________ > > > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > > August 25-28 in Las Vegas -- > > http://devcon.sprintpcs.com/adp/index.cfm > > > > > > > > _______________________________________________ > > > > Opensymphony-discuss mailing list > > > > [EMAIL PROTECTED] > > > > https://lists.sourceforge.net/lists/listinfo/opensymphony-discuss > > > > > > > > > _______________________________________________________________ > > > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > > > _______________________________________________ > > > Opensymphony-discuss mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/opensymphony-discuss > > > > > > _______________________________________________________________ > > > > Don't miss the 2002 Sprint PCS Application Developer's Conference > > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > > > _______________________________________________ > > Opensymphony-discuss mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/opensymphony-discuss > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
