weird build problem - seems to be dependent on jar name

2001-08-06 Thread David Crossley
We have successfully added some new functionality into our copy of the public release of Apache Cocoon 2.0b2 This involved some tweaks to core code to hook in another Java package. All went smoothly (adding our jar file into $COCOON_HOME/lib and edits to src/org/...). Re-build is fine and our new

cvs commit: xml-cocoon2/src/org/apache/cocoon/environment/http HttpRequest.java

2001-08-06 Thread balld
balld 01/08/06 13:02:45 Modified:src/org/apache/cocoon/environment/http HttpRequest.java Log: fixed a bug in the getCookieMap code and cleaned up the wrapping procedure Revision ChangesPath 1.6 +20 -16 xml-cocoon2/src/org/apache/cocoon/environment/http/HttpRe

Re: Why does Action extend ThreadSafe ?

2001-08-06 Thread Sylvain Wallez
Berin Loritsch wrote: > > Sylvain Wallez wrote: > > > > Hi team, > > > > As a vacation exercise (rainy days here in the french Alps), I > > implemented the XSP-action that is so much wanted by some of you. The > > easiest way to implement it is to make it a subclass of > > ServerPagesGenerator t

Sitemap context in JspGenerator

2001-08-06 Thread Sergio Carvalho
Hi, I'm juggling around using JSPs with C2. I need to manipulate files in the sitemap context. Is there a way to get the current sitemap context in the JSP file? -- Sergio Carvalho --- [EMAIL PROTECTED] If at first you don't succeed, skydiving is not for you -

Re: AW: Why does Action extend ThreadSafe ?

2001-08-06 Thread Sylvain Wallez
Carsten Ziegeler wrote: > > The 2.1 cvs version of Cocoon 2 has the ScriptAction. Perhaps it's better > to extend this action for xsp (if it can't do it right now anyway, > I don't know). > Unfortunately, ScriptAction can't be used : it relies on BSF whereas ServerPagesAction relies on the XSP

Re: Why does Action extend ThreadSafe ?

2001-08-06 Thread Jeremy Quinn
At 2:18 PM + 6/8/01, Sylvain Wallez wrote: >As a vacation exercise (rainy days here in the french Alps), I >implemented the XSP-action that is so much wanted by some of you. The >easiest way to implement it is to make it a subclass of >ServerPagesGenerator that implements Action. Wow! So

Re: java.lang.VerifyError

2001-08-06 Thread Donald Ball
On Mon, 6 Aug 2001, Jeff Turner wrote: > So sayeth the INSTALL file: > > 4) I get a java.lang.VerifyError when accessing 'http://localhost/cocoon/'. > What's wrong? > > Make sure you do not have a Cocoon 1.x jar in your servlet container lib/ > directory. that oughta be in the FAQ too

Re: latest xform

2001-08-06 Thread Jeremy Quinn
At 5:13 PM +0200 29/7/01, Torsten Curdt wrote: >* input/output mapper [me] > Although prepare for such mappings the > mapping needs to be implemented for > basic use cases: >- xform >- bean >- classes in general >- maybe even databases? Should we add 'file' to this? Forgive me

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2001-08-06 Thread haul
haul01/08/06 08:42:04 Modified:src/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_20_branch esql.xsl Log: Patch by Arnaud Bienvenu <[EMAIL PROTECTED]> fixes NPE in get-columns when column contains null Revision ChangesPath

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2001-08-06 Thread haul
haul01/08/06 08:38:58 Modified:src/org/apache/cocoon/components/language/markup/xsp/java esql.xsl Log: Patch by Arnaud Bienvenu <[EMAIL PROTECTED]> fixes NPE in get-columns when column contains null Revision ChangesPath 1.16 +4 -2

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/language/markup/xsp/java esql.xsl

2001-08-06 Thread haul
haul01/08/06 08:29:49 Modified:src/org/apache/cocoon/components/language/markup/xsp/java Tag: cocoon_20_branch esql.xsl Log: As I haven't been burned... sync with C2.1 Revision ChangesPath No revision No

cvs commit: xml-cocoon2/xdocs esql.xml

2001-08-06 Thread haul
haul01/08/06 08:28:48 Modified:xdocsTag: cocoon_20_branch esql.xml Log: As I haven't been burned... sync with C2.1 Revision ChangesPath No revision No revision 1.1.2.6 +10 -1 xml-cocoon2/xdocs/esql.xml

Re: Potential Classloader bug

2001-08-06 Thread Berin Loritsch
Sylvain Wallez wrote: > > Shouldn't there be a mean in Avalon to store this "application root > ClassLoader" and use it in selected places, like JDBC driver loading ? > This will allow the JdbcDataSource to be loaded in the same > ClassLoader as with the "force-load" parameter. Cocoon stores th

Re: Why does Action extend ThreadSafe ?

2001-08-06 Thread Berin Loritsch
Sylvain Wallez wrote: > > Hi team, > > As a vacation exercise (rainy days here in the french Alps), I > implemented the XSP-action that is so much wanted by some of you. The > easiest way to implement it is to make it a subclass of > ServerPagesGenerator that implements Action. > > But I faced

cvs commit: xml-cocoon2/xdocs views.xml

2001-08-06 Thread cziegeler
cziegeler01/08/06 08:01:53 Modified:xdocsviews.xml Log: Corrected typo Revision ChangesPath 1.3 +1 -1 xml-cocoon2/xdocs/views.xml Index: views.xml === RCS file: /home/cvs/xml-cocoon2/

cvs commit: xml-cocoon2/xdocs views.xml

2001-08-06 Thread cziegeler
cziegeler01/08/06 08:01:33 Modified:xdocsTag: cocoon_20_branch views.xml Log: Corrected typo Revision ChangesPath No revision No revision 1.1.2.3 +1 -1 xml-cocoon2/xdocs/views.xml Index: views.xml

Re: latest xform

2001-08-06 Thread Christian Haul
On 29.Jul.2001 -- 05:13 PM, Torsten Curdt wrote: > * validation [open] > I've prepare the XFormAction for validation. > All information should be available. But > we still need a consensus here. > Will a "validate" attribute really be sufficient. > How do we connect error reporting then?

xforms - inline values & fix names

2001-08-06 Thread Christian Haul
Torsten, although I've said that doing this with xslt is feasible I think I was wrong. So here is a transformer that does a) handle the complete xform binding spec and adds instance data as child element to form controls and b) adds a @name attribute to them containing the form name + "/" + pa

AW: Why does Action extend ThreadSafe ?

2001-08-06 Thread Carsten Ziegeler
The 2.1 cvs version of Cocoon 2 has the ScriptAction. Perhaps it's better to extend this action for xsp (if it can't do it right now anyway, I don't know). Carsten > -Ursprungliche Nachricht- > Von: Sylvain Wallez [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 6. August 2001 16:18 > An:

Re: Potential Classloader bug

2001-08-06 Thread Sylvain Wallez
Berin Loritsch wrote: > > Cocoon has a potential classloader issue. The Excalibur that comes with > Cocoon has support for the entry in the JdbcDataSource--and uses > the Context ClassLoader to load the driver's class. The only problem is > that even though the class is properly loaded, it i

Why does Action extend ThreadSafe ?

2001-08-06 Thread Sylvain Wallez
Hi team, As a vacation exercise (rainy days here in the french Alps), I implemented the XSP-action that is so much wanted by some of you. The easiest way to implement it is to make it a subclass of ServerPagesGenerator that implements Action. But I faced the following problem : Action extends Th

[GUMP] Build Failure - Cocoon2

2001-08-06 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init: --- Apache Cocoon 2.1-dev [19

Re: AW: Cocoon Stammtisch: Was: Re: AW: JDK 1.3.1, Cocoon 2 andLinux - impressions?

2001-08-06 Thread Marcus Crafter
Hi * On Mon, 6 Aug 2001, Mariano Kamp wrote: > Hi there, > > what about the 8th? Should we meet around 8pm at Töffies? Fine with me. Looking forward to meeting you all. :-) Cheers, Marcus -- . ,,$, Marcus Crafter ;$' ':

AW: AW: Cocoon Stammtisch: Was: Re: AW: JDK 1.3.1, Cocoon 2 and Linux - impressions?

2001-08-06 Thread Matthew Langham
Hi, at the moment it looks as though Carsten and I will unfortunately not be able to make it :-( (those d*** customers again :-)). But we wish you a great time. Perhaps we can organise the next event to coincide with a fair or something in Frankfurt. Matthew -- Open Source Group s

Re: AW: Cocoon Stammtisch: Was: Re: AW: JDK 1.3.1, Cocoon 2 and Linux - impressions?

2001-08-06 Thread Mariano Kamp
Hi there, what about the 8th? Should we meet around 8pm at Töffies? Mariano On Wednesday 25 July 2001 03:16 pm, Matthew Langham wrote: > Carsten and I will see if we can (somehow) make it - so put us down as > "possible". Now is there anyone in Frankfurt interested in taking a look at > what