Re: Rhino revisited

2004-08-19 Thread Steven Noels
On 18 Aug 2004, at 15:13, Ralph Goers wrote: How can I get the source for the Rhino that is shipping with 2.1.5.1? You'll find pointers in http://brutus.apache.org/gump/public/rhino-cocoondev/index.html, but the location will be updated to SVN soonish. /Steven -- Steven Noels

Backporting NekoHTML generator to 2.1.x trunk.

2004-08-19 Thread Antonio Gallardo
Hi: Upyavira posted a new NekoHTMLGenerator on CVS: http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm=108928150721128w=2 Need I to backport it to 2.1.x trunk? Or this will be a new feature in 2.2? Best Regards, Antonio Gallardo.

Re: [Help]How can I use non-ascii file name?

2004-08-19 Thread Marc Portier
Pier Fumagalli wrote: On 17 Aug 2004, at 16:20, Marc Portier wrote: How about setting it up as the default behavior for Cocoon's internal Jetty distro? makes sense, but: (whishing all this brokenness wan't there but helas) It's not really brokenness but more along the lines of an inversion

characters() strange behavior

2004-08-19 Thread Halgurt Mustafa-Ali
Hi, I had a look at the cocoon API to find out how the method Characters I found this section below: characters public void characters(char[] c, int start, int len) throws SAXException Receive notification of character

Re: OWQLTransformer works now

2004-08-19 Thread Antonio Gallardo
Halgurt Mustafa-Ali dijo: Hi, The OWQLTransformer works now properly, here ist the code. It will be very nice if you test ist. Or may be you have suggestions how to make it better and tell me what do I have to change. Please add a patch in bugzilla. I already sent you the link in the last

J.A.D.E. - specifically RealtimeParser, SAX2-like XML Parser component

2004-08-19 Thread Jon Evans
Hi, http://jade.dautelle.com/ Java Addition to Default Environment http://jade.dautelle.com/api/jade/xml/sax/RealtimeParser.html Anyone seen this? Don't know if it could be used in Cocoon. From a license point of view its LGPL. quote: public final class RealtimeParser extends java.lang.Object

DO NOT REPLY [Bug 30065] - GetInstance don't work with upgrade from db-ojb-1.0rc6

2004-08-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://issues.apache.org/bugzilla/show_bug.cgi?id=30065. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: characters() strange behavior

2004-08-19 Thread Gianugo Rabellino
On Thu, 19 Aug 2004 10:54:54 +0200 (MEST), Halgurt Mustafa-Ali [EMAIL PROTECTED] wrote: Hi, I had a look at the cocoon API to find out how the method Characters I found this section below: [...] c should be the whole characters of the xml document, but when I have documents who have

Re: J.A.D.E. - specifically RealtimeParser, SAX2-like XML Parser component

2004-08-19 Thread Mats Norén
From JavaDoc: In order to avoid String allocation, the SAX2 interface classes had to be slightly modified with String being replaced by CharSequence. Because of these changes RealtimeParser is not SAX2 compliant. If a SAX2 or a JAXP parser is required, you may consider using the wrapping class

moving xmodule source out of scratchpad

2004-08-19 Thread Bruno Dumon
Hi, if nobody minds, I'd like to move the xmodule source out of scratchpad. Seems to be used a lot and is quite useful. -- Bruno Dumon http://outerthought.org/ Outerthought - Open Source, Java XML Competence Support Center [EMAIL PROTECTED]

Re: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/acting HttpCacheAction.java

2004-08-19 Thread Vadim Gritsenko
Pier Fumagalli wrote: On 30 Jun 2004, at 17:46, Gianugo Rabellino wrote: On Jun 30, 2004, at 6:38 PM, [EMAIL PROTECTED] wrote: pier2004/06/30 09:38:41 Added: src/java/org/apache/cocoon/acting HttpCacheAction.java Log: Added simple action generating HTTP caching headers to be

Difference between Actions

2004-08-19 Thread Sebastian Gnoyke
Hi to all, i have a question about the cocoon portal and the actions, which are used. There are 2 actions: auth-logout and portal-logout. Can anyone tell me, whats the difference between the actions? Thanks :) Seb -- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/

Re: svn commit: rev 36590 - cocoon/trunk/src/java/org/apache/cocoon/components/modules/input

2004-08-19 Thread Vadim Gritsenko
[EMAIL PROTECTED] wrote: Author: bruno Date: Thu Aug 19 00:04:39 2004 New Revision: 36590 Modified: cocoon/trunk/src/java/org/apache/cocoon/components/modules/input/JXPathHelper.java Log: Enable calling methods on objects, which didn't work anymore since upgrade to jxpath 1.2 Bruno, you are not

flowscript execution order going wrong

2004-08-19 Thread Jeremy Quinn
Hi All I am wracking my brains over a strange problem in FlowScript. I have a form, where you can add items to a Repeater. As there are 24,000 possible items that may be added, I have a separate (non-cforms) screen to allow you to search and browse for items to add. When this function returns,

HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Stephan Coboos
Hello, I have a big problem using the HSSFSerializer. If I'm creating a xml worksheet by hand and then serializing it using the HSSFSerializer everthing works well. But If I'm using a XSLTransformer before to create the structure, I got a NullPointerException: Original Exception:

Re: HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Vadim Gritsenko
Stephan Coboos wrote: Hello, I have a big problem using the HSSFSerializer. If I'm creating a xml worksheet by hand and then serializing it using the HSSFSerializer everthing works well. But If I'm using a XSLTransformer before to create the structure, I got a NullPointerException: Original

AW: HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Stephan Coboos
Because of a bug in serializer? Xalan catches NPE and re-throws it loosing stacktrace. Catch original NPE and see where it is thrown; IMHO it is coming from hssf serializer. Hello Vadim, this is the whole stacktrace, does it help? org.apache.cocoon.ProcessingException: Failed to execute

Re: Backporting NekoHTML generator to 2.1.x trunk.

2004-08-19 Thread Upayavira
Antonio Gallardo wrote: Hi: Upyavira posted a new NekoHTMLGenerator on CVS: http://marc.theaimsgroup.com/?l=xml-cocoon-cvsm=108928150721128w=2 Need I to backport it to 2.1.x trunk? Or this will be a new feature in 2.2? Best Regards, Antonio Gallardo. Go for it. Upayavira

Re: AW: HSSFSerializer doesn't work with XSLTransformer?

2004-08-19 Thread Vadim Gritsenko
Stephan Coboos wrote: Because of a bug in serializer? Xalan catches NPE and re-throws it loosing stacktrace. Catch original NPE and see where it is thrown; IMHO it is coming from hssf serializer. this is the whole stacktrace, does it help? This is the whole stacktrace, right, but not of the

Re: Bugzilla contribution

2004-08-19 Thread David Crossley
Halgurt Mustafa-Ali wrote: Can you please tell me what do I have to do if I want to place my contributions in bugzilla? I appreciate your help. http://cocoon.apache.org/2.1/howto/howto-bugzilla.html -- David Crossley

RE: XMLDB transformer and deleting collections

2004-08-19 Thread Alex Kovacs
Hi Tracy, Just found that I couldn't delete a collection using the XMLDB transformer, and on checking the source code there was no functionality to do this ... I added the necessary code and it seems to work OK, but I was wondering if there was any reason this wasn't included? Could you