Sitemap Reloading & Flow: Crashes

2004-09-29 Thread Vadim Gritsenko
Hi all, Seems like I found the reason why "touch sitemap" crashes all current flows. Sitemap reloading causes current sitemap to be released, together with flow Interpreter instance, and new sitemap looks up new instance of flow Interpreter. Because Interpreters are SingleThreaded, new instance

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-29 Thread Christoph Gaffga \(triplemind.com\)
auto-completion :( wanted [EMAIL PROTECTED] not [EMAIL PROTECTED] <:) - Original Message - From: "Christoph Gaffga (triplemind.com)" <[EMAIL PROTECTED]> To: "Jakarta Commons Developers List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, September 29, 2004 9:27 PM Subject

Re: [betwixt] Howto serialize the classname when writing XML

2004-09-29 Thread Christoph Gaffga \(triplemind.com\)
> a concrete example would be useful (so i'm sure i understand you > correctly)...? > (i'm guessing that you want to map a com.example.SomeException class to > xml which looks something like: > > Mysterious problem > com.example.SomeException > ) exactly that was my intention. So: Between ... the

RE: Interesting on Servlet

2004-09-29 Thread Hunsberger, Peter
Sylvain Wallez <[EMAIL PROTECTED]> writes: > > Stefano Mazzocchi wrote: > > > Pier Fumagalli wrote: > > > >> http://www.mortbay.com/MB/log/gregw/?permalink=servletNG.html > >> > >> Pier > > > > > > wow, what do you think it would take to create a CocoonServletNG? > > > Cocoon could return a

[reminder] GetTogether Registration closes October 6th

2004-09-29 Thread Steven Noels
Hi all, in a few hours, I'll be mostly offline until after the weekend, and I just wanted to post a final reminder for the GT registrations. The live counter has progressed amazingly over the past few days, and we're hopeful to host another successful edition within less than two weeks from now

Re: Wiki woes [Was: Re: FIXME in IncludeTransformer [Was: Re: Adding Files to Subversion]]

2004-09-29 Thread Sylvain Wallez
Vadim Gritsenko wrote: Stefano Mazzocchi wrote: Steven Noels wrote: On 28 Sep 2004, at 10:39, Pier Fumagalli wrote: Thanks, that I didn't know... Since the WIKI moved off to that MoinMoin crap, I seriously tend to ignore it a lot more... I have to agree with Pier. I'm a picky bastard in term of s

Re: CForms: updating jxpath

2004-09-29 Thread Sylvain Wallez
Marc Portier wrote: There was an initial sharing of thought on this: http://marc.theaimsgroup.com/?t=10941181142&r=1&w=2 Only remaining thing is then to find out how to find all namespace-declarations from a dom node? (I suppose itterating through all attributes and finding out which ones a

Eclipse, Re: FIXME in IncludeTransformer

2004-09-29 Thread Vadim Gritsenko
Pier Fumagalli wrote: FUDGE! :-) I blame that on Eclipse's auto-completion! ;-P How do you fight with Eclipse and tab characters? I spent couple of hours in eclipse and my source code now full of tabs... Had to reformat with IDEA. Vadim

Re: Wiki woes [Was: Re: FIXME in IncludeTransformer [Was: Re: Adding Files to Subversion]]

2004-09-29 Thread Vadim Gritsenko
Stefano Mazzocchi wrote: Steven Noels wrote: On 28 Sep 2004, at 10:39, Pier Fumagalli wrote: Thanks, that I didn't know... Since the WIKI moved off to that MoinMoin crap, I seriously tend to ignore it a lot more... I have to agree with Pier. I'm a picky bastard in term of style: it the thing is n

RE: pass-through in BRANCH_2_1_X does not work

2004-09-29 Thread Carsten Ziegeler
Vadim Gritsenko wrote: > > As far as I remember, the code in 2.1.x has never been designed to > > reset the state when a child sitemap is left. > > The rewriting of the internal environment handling for 2.2 > introduces > > this "new" behaviour. > > So I think, we either have to introduce this

Re: pass-through in BRANCH_2_1_X does not work

2004-09-29 Thread Vadim Gritsenko
Carsten Ziegeler wrote: Nicola Ken Barozzi wrote: I have backported the pass-through stuff from the trunk (where it works, and is being used by Forrest) to the 2.1 branch (where it does not work right). In particular, it seems that the source resolving is not happening correctly, because par

RE: pass-through in BRANCH_2_1_X does not work

2004-09-29 Thread Carsten Ziegeler
Nicola Ken Barozzi wrote: > > I have backported the pass-through stuff from the trunk > (where it works, and is being used by Forrest) to the 2.1 > branch (where it does not work right). > > In particular, it seems that the source resolving is not > happening correctly, because part of the p

Re: CForms: updating jxpath

2004-09-29 Thread Marc Portier
There was an initial sharing of thought on this: http://marc.theaimsgroup.com/?t=10941181142&r=1&w=2 below is quite sketchy and possibly incomplete, but should set you off (don't be shy to ask for more details) I'm also working top-down, if you want to see all details first, then read bottom

DO NOT REPLY [Bug 31397] - Xml issue with jxtg and paginator

2004-09-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

ErrorAwareTraxTransformer

2004-09-29 Thread Pier Fumagalli
Guys, this one totally looks _so_dull_, but it might be an improvement that we want to do the real TraxTransformer instead of extending it, and having YetAnotherComponent... Can you guys check it out and tell me what you think of the messages? Pier On 29 Sep 2004, at 11:08, [EMAIL PRO

CForms: updating jxpath

2004-09-29 Thread Gianugo Rabellino
I've come to the point, in several projects we have, where I could really use the new namespace-aware JXPath. I'm willing to help in the integration which should be quite transparent according to JXPath release notes. Indeed adding the new JXPath jar keeps samples working. However, this is almost

Re: Interesting on Servlet

2004-09-29 Thread Sylvain Wallez
Stefano Mazzocchi wrote: Pier Fumagalli wrote: http://www.mortbay.com/MB/log/gregw/?permalink=servletNG.html Pier wow, what do you think it would take to create a CocoonServletNG? Cocoon could return a Source object which, AFAIU is not that far from Greg's idea of using the ContentHandler AP