RE: EncodeURLTransformer to scratchpad

2002-02-06 Thread Carsten Ziegeler
Hi Bernhard, nice transformer! Thanks for this. But two minor things with your check-in: a) Please add the licence header next time to the source when you check-in b) Your transformer had references to the HttpServletResponse etc. classes. Cocoon offers the environment abstraction with the Re

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation EncodeURLTransformer.java XMLDBTransformer.java

2002-02-06 Thread cziegeler
cziegeler02/02/06 23:41:24 Modified:src/java/org/apache/cocoon/transformation CIncludeTransformer.java CachingCIncludeTransformer.java FilterTransformer.java FragmentExtractorTransformer.java

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/acting CookieCreatorAction.java CookieValidatorAction.java DatabaseCookieAuthenticatorAction.java ModularDatabaseAction.java SectionCutterAction.java

2002-02-06 Thread cziegeler
cziegeler02/02/06 23:28:20 Modified:src/java/org/apache/cocoon/acting DatabaseAddAction.java DatabaseAuthenticatorAction.java DatabaseDeleteAction.java DatabaseSelectAction.java DatabaseUpdateAction.java FormValidat

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl form-validator.xsl sel.xsl sendmail.xsl session.xsl util.xsl

2002-02-06 Thread cziegeler
cziegeler02/02/06 22:57:33 Modified:legalLICENSE src/java/org/apache/cocoon/components/language/markup/xsp/java esql.xsl form-validator.xsl sel.xsl sendmail.xsl session.xsl util.xsl Log: Removed @year@ from licence

JSPGenerator problem

2002-02-06 Thread MOODAD (Shadi LB Soft)
Hi, I'm trying to execute a jsp file under cocoon but I have a small porblem that i didn't found a solution. I'm using this configuration:                       so when executing a jsp I got the following error: org.xml.sax.SAXParseException: Document root element is missing.     at or

RE: [3rd party jar] sax-bugfix

2002-02-06 Thread Carsten Ziegeler
Stefano Mazzocchi wrote: > > "Theodore W. Leung" wrote: > > > > Can anyone in cocoon verify the origin of this jar. If we can't, we'll > > have to remove it from CVS. > > Let's remove it. xml-cocoon is a dead tree anyway. > > Anybody against this? > > Ah, BTW, we should move xml-cocoon2 over

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/generation ServerPagesGenerator.java

2002-02-06 Thread vgritsenko
vgritsenko02/02/06 20:58:24 Modified:src/java/org/apache/cocoon/generation ServerPagesGenerator.java Log: Make ServerPagesGenerator generator of *ServerPages* ;-) Fix language selection. Revision ChangesPath 1.11 +41 -48 xml-cocoon2/src

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/sitemap Handler.java Manager.java SitemapManager.java

2002-02-06 Thread vgritsenko
vgritsenko02/02/06 20:37:42 Modified:src/java/org/apache/cocoon/sitemap Handler.java Manager.java SitemapManager.java Log: Decouple dependency on programming languages from SitemapManager. Now it should be easier (a little bit) to incorporate any other site

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/store jisp.xconf

2002-02-06 Thread vgritsenko
vgritsenko02/02/06 20:17:46 Added: src/java/org/apache/cocoon/components/store jisp.xconf Log: Jisp configuration. Commented out by default. Revision ChangesPath 1.1 xml-cocoon2/src/java/org/apache/cocoon/components/store/jisp.xconf Index: jisp.x

cvs commit: xml-cocoon2/src/webapp/docs/samples/xsp cacheable.xsp cookie.xsp

2002-02-06 Thread vgritsenko
vgritsenko02/02/06 19:49:51 Modified:src/webapp/docs/samples/xsp cacheable.xsp cookie.xsp Log: samples fixes Revision ChangesPath 1.4 +1 -1 xml-cocoon2/src/webapp/docs/samples/xsp/cacheable.xsp Index: cacheable.xsp ==

Re: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Peter Royal
On Wednesday 06 February 2002 07:06 pm, Stefano Mazzocchi wrote: > my personal opinion is that I don't see anything that justifies the > inclusion of AC at the sitemap level since AC is just another action. i agree. it would make a great pluggable webapp though. a "blocklet" if you will; some ac

RE: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Greg Weinger
> The servlet API is (AFAIU) based on an authorization model where > the servlet container is suposed to take care about: > > * the HTTP authentication protocol (ftp://ftp.isi.edu/in- > notes/rfc2617.txt) > * user authorization (in practice: user and password DB) > * role handling > > IMHO the f

Re: [3rd party jar] sax-bugfix

2002-02-06 Thread Stefano Mazzocchi
"Theodore W. Leung" wrote: > > Can anyone in cocoon verify the origin of this jar. If we can't, we'll > have to remove it from CVS. Let's remove it. xml-cocoon is a dead tree anyway. Anybody against this? Ah, BTW, we should move xml-cocoon2 over to xml-cocoon one of these days, don't you thin

Re: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Stefano Mazzocchi
Greg Weinger wrote: > I see two propositions: > > 1. Access Control should be integrated into the sitemap. > > 2. The sitemap is sufficient; we can provide out-of-the-box AC > withthe existing framework, or address that in the upcoming > > componentized Co

Re: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Stefano Mazzocchi
Bertrand Delacretaz wrote: > > On Wednesday 06 February 2002 12:56, Stefano Mazzocchi wrote: > >. . . > > > > > > > > This looks ugly (or is it just me?) which is usually not a good sign ;-) > > >. . . > > The same functionality can be done eliminating this further address > > space by ta

Re: EncodeURLTransformer to scratchpad

2002-02-06 Thread Stefano Mazzocchi
Bernhard Huber wrote: > > Hi, team > > i'd like to submit a EncodeURLTransformer into scratchpad, > is this okay? > I think this might help handling writting webapps using http sessions. > > The encodeURL transformer emits encoded URLs. > This transformer applies encodeURL method to URLs. >

Re: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Stefano Mazzocchi
Berin Loritsch wrote: > KISS is the best way. Start with something simple, and expand on the > idea until you need something better. Well, I don't resonate much with KISS principle but I do like the XP concept of doing 'the simplest thing that can possibly work'. > However, XML and Java have d

RE: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Daniel Fagerstrom
Stefano Mazzocchi wrote: > Daniel Fagerstrom wrote: > > So, how can access control (AC) be integrated in Cocoon? And how much > > would integration of AC need to affect the current architecture? > > These are good questions. I don't have solid answers, but some comments > to share hoping to sparkl

Re: Interpreted Sitemap?

2002-02-06 Thread giacomo
On Wed, 6 Feb 2002, Peter Royal wrote: > On Wednesday 06 February 2002 04:35 pm, Sylvain Wallez wrote: > > > > > > > > > > > src="our-app/sitemap.xmap" > > > check-reload="yes"/> > > > > > > > > > > > > > > src="original.sitemap.xmap" >

Re: Interpreted Sitemap?

2002-02-06 Thread giacomo
On Wed, 6 Feb 2002, Sylvain Wallez wrote: > giacomo wrote: > > >On Wed, 30 Jan 2002, Sylvain Wallez wrote: > >> > >>Please report any problem you may have with this new engine. > >> > > > >And here it is :) > > > >We usually deploy our apps as sub-sitemaps with the following approach: > > > >-

RE: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Daniel Fagerstrom
Greg Weinger wrote: > You beat me to the punch, dammit! ;-) Actually, I hadn’t thought of > resource-based security, an interesting concept. I strongly > feel that Cocoon > needs to make ACL functionality available, in a clean way. Why > does Tomcat > provide its own database security mechani

Re: EncodeURLTransformer to scratchpad

2002-02-06 Thread giacomo
On Wed, 6 Feb 2002, Bernhard Huber wrote: > Hi, team > > i'd like to submit a EncodeURLTransformer into scratchpad, > is this okay? Go for it. I've recently thought about it as we had to write xsp only because of the encodeURL issue. Giacomo ---

Re: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/sitemapDefaultSitemapComponentSelector.java

2002-02-06 Thread Bernhard Huber
hi, i made following experience: Launching via tomcat Cocoon2 works fine, and the sitemap is correctly regenerated. Launching Cocoon2 via WLS6.1 does not generate the org/apache/cocoon/www directory hierarchy at all. I observed that 100% cpu usage under W2K, probably some endless-looping. I

Re: [3rd party jar] sax-bugfix

2002-02-06 Thread Theodore W. Leung
Can anyone in cocoon verify the origin of this jar. If we can't, we'll have to remove it from CVS. Ted On Mon, 2002-02-04 at 15:56, Theodore W. Leung wrote: > The only commit of the jar was by greenrd, Robin Green. > > Robin, can you tell us if you are the sole author of the bugfix? If so, >

Re: Interpreted Sitemap?

2002-02-06 Thread Peter Royal
On Wednesday 06 February 2002 04:35 pm, Sylvain Wallez wrote: > > > > > > > src="our-app/sitemap.xmap" > > check-reload="yes"/> > > > > > > > > > src="original.sitemap.xmap" > > check-reload="yes"/> > > > > > > > >

Re: [SHOWSTOPPER] Issues with DELI

2002-02-06 Thread giacomo
On Thu, 31 Jan 2002, Stefano Mazzocchi wrote: > "Butler, Mark" wrote: > > > > Also I've added some extra exception logging code to the Deli component - > > DeliImpl.java. Please can you commit this also? > > Oh, damn. > > I propose Mark as a commiter. +1 [I'm late, I know] Giacomo ---

Re: Interpreted Sitemap?

2002-02-06 Thread Sylvain Wallez
giacomo wrote: >On Wed, 30 Jan 2002, Sylvain Wallez wrote: > >>shenoy, nitin wrote: >> >>> >>>Stefano wrote >>> >>>Have you tried running Cocoon with the interpreted sitemap instead of >>>the compiled one? in that case, nobody needs to reference the libraries >>>directly since it would be weblogi

Re: Interpreted Sitemap?

2002-02-06 Thread Bernhard Huber
Hi, > As for the last issue with view and aggregation, could some view-guru > explain exactly how are to be handled the different parts of an > aggregate with the different cases (no label, label on map:part and/or > map:generate). I tried to summarize that in documentation, see docs/userdocs

RE: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/sitemap DefaultSitemapComponentSelector.java

2002-02-06 Thread Vadim Gritsenko
Sylvain, How it is different from SitemapComponentSelector? Just curios... Vadim > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 06, 2002 4:09 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transformation EncodeURLTransformer.java

2002-02-06 Thread huber
huber 02/02/06 13:18:49 Added: src/scratchpad/src/org/apache/cocoon/transformation EncodeURLTransformer.java Log: rewrite URLs, matching specified patterns using response.encodeURL() Revision ChangesPath 1.1 xml-cocoon2/src

Re: Compile error -org.apache.cocoon.sitemap.DefaultSitemapComponentSelector

2002-02-06 Thread Bernhard Huber
hi, > Damn, I forgot it ! It's now in, you can update your cvs. Sorry for > the inconvenience :-/ compiling works now, thanks for quick response bye bernhard - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

Re: Interpreted Sitemap?

2002-02-06 Thread giacomo
On Wed, 30 Jan 2002, Sylvain Wallez wrote: > As for the last issue with view and aggregation, could some view-guru > explain exactly how are to be handled the different parts of an > aggregate with the different cases (no label, label on map:part and/or > map:generate). There has been a thread

Re: Compile error - org.apache.cocoon.sitemap.DefaultSitemapComponentSelector

2002-02-06 Thread Sylvain Wallez
Bernhard Huber wrote: > Hi , > > I updated from CVS Head, compiling reveals: >[javac] > D:\projects\apache-xml\apache-cvs-new-cocoon-dir\xml-cocoon2\build\c > ocoon\src\org\apache\cocoon\sitemap\AbstractSitemap.java:468: Class > org.apache.c > ocoon.sitemap.DefaultSitemapComponentSelector n

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/sitemap DefaultSitemapComponentSelector.java

2002-02-06 Thread sylvain
sylvain 02/02/06 13:09:22 Added: src/java/org/apache/cocoon/sitemap DefaultSitemapComponentSelector.java Log: Oops, forgot to add the new file :/ Revision ChangesPath 1.1 xml-cocoon2/src/java/org/apache/cocoon/sitemap/DefaultSi

RE: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Greg Weinger
> > So, how can access control (AC) be integrated in Cocoon? And how much > > would integration of AC need to affect the current architecture? And, prior to this, what justifies integrating AC into the sitemap semantic? How do we determine if AC is something that warrants being "promoted" to

RE: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Daniel Fagerstrom
Judson Lester wrote: > Resource based AC seems like an administrative nightmare. With Cocoon as it is today I agree, for resource based AC to be atractive there must be a underlying CMS that all resources are accessed through. In this scenario the CMS is resposbible for AC of resources and Cocoon

Re: Interpreted Sitemap?

2002-02-06 Thread giacomo
On Wed, 30 Jan 2002, Sylvain Wallez wrote: > shenoy, nitin wrote: > > > > >Stefano wrote > > > >Have you tried running Cocoon with the interpreted sitemap instead of > >the compiled one? in that case, nobody needs to reference the libraries > >directly since it would be weblogic's classloader to

Compile error -org.apache.cocoon.sitemap.DefaultSitemapComponentSelector

2002-02-06 Thread Bernhard Huber
Hi , I updated from CVS Head, compiling reveals: [javac] D:\projects\apache-xml\apache-cvs-new-cocoon-dir\xml-cocoon2\build\c ocoon\src\org\apache\cocoon\sitemap\AbstractSitemap.java:468: Class org.apache.c ocoon.sitemap.DefaultSitemapComponentSelector not found in void dispose(). I cannot

Re: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Bertrand Delacretaz
On Wednesday 06 February 2002 12:56, Stefano Mazzocchi wrote: >. . . > > > This looks ugly (or is it just me?) which is usually not a good sign ;-) >. . . > The same functionality can be done eliminating this further address > space by taking the internal component file space and mapping i

RE: EncodeURLTransformer to scratchpad

2002-02-06 Thread Vadim Gritsenko
> From: Bernhard Huber [mailto:[EMAIL PROTECTED]] > > Hi, team > > i'd like to submit a EncodeURLTransformer into scratchpad, > is this okay? You can commit whatever you want into scratchpad - that's its purpose! Just make sure that it compiles Ok ;) Vadim > I think this might help handling w

RE: Sitemap regeneration time slowed ?

2002-02-06 Thread Vadim Gritsenko
> From: Christian Schmitt [mailto:[EMAIL PROTECTED]] > > Hi all, > after further checking into our "challenge" here, > that's what we've found out: > > The changes to sitemap.xsl checked in recently checking the > pipeline rules, is what brings sitemap generation to a crawl. That's exactly what

EncodeURLTransformer to scratchpad

2002-02-06 Thread Bernhard Huber
Hi, team i'd like to submit a EncodeURLTransformer into scratchpad, is this okay? I think this might help handling writting webapps using http sessions. The encodeURL transformer emits encoded URLs. This transformer applies encodeURL method to URLs. You may want to use this transform to avoi

Re: Anybody on Weblogic 6.1?

2002-02-06 Thread Davanum Srinivas
Kesh, Yes, please send us a patch. Thanks, dims --- [EMAIL PROTECTED] wrote: > We've integrated Cocoon inside WebLogic 6.1 sp1 || sp2. > The problem with WL 6.1 is that it overrides xml system properties like > "javax.xml.transform.TransformerFactory" or > "javax.xml.parsers.SAXParserFactory" a

Re: AW: How to determine the end of character data?

2002-02-06 Thread Matt Sergeant
On Wed, 6 Feb 2002, Santoso, Tommy wrote: > As you can see either startElement() or endElement() could happen. > Any ideas how to handle this correctly? Yes, you write a "bundling" SAX filter that bundles are characters together and guarantees a single call to characters for any continuous text

Re: Licensing Issues

2002-02-06 Thread Dirk-Willem van Gulik
On Thu, 31 Jan 2002, Stefano Mazzocchi wrote: > > This is not a showstopper and may not even be an issue for us. > > However, i noticed that many of the licences have strange > > dates. Most of them say "1999" and only a couple of them say > > "2002". > > We just include the licenses that they

AW: How to determine the end of character data?

2002-02-06 Thread Santoso, Tommy
Hi Cocooners, I have faced the same problems as described below, using I18nTransformer and think have fixed this problem. Please feel free to double check/improve it. Cheers, Tommy -UrsprØngliche Nachricht- Von: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] Gesendet am: Dienstag, 5

RE: StoreJanitor new calculation [was: Re: Store Janitor Hangs System]

2002-02-06 Thread Vadim Gritsenko
> From: Peter Hargreaves [mailto:[EMAIL PROTECTED]] > My C2 application is tried and tested ready to be hosted but it needs too much > memory - I can't find a service provider that will have me! Most of them say > that 64M is more than enough for most people and there must be something wrong >

Re: StoreJanitor new calculation [was: Re: Store Janitor Hangs System]

2002-02-06 Thread Peter Hargreaves
Gerhard Froehlich wrote: > Hi, > > >*) If the percent to reduce storage is set to 10%, it fails to >remove any when the number of items are below 10. The number of items > > to be > >removed needs rounding upwards. Why not remove a fixed number of items >instead of a perc

Re: [TreeProcessor vs Compiled] Behavior of src attribute on action-set elements

2002-02-06 Thread Peter Royal
On Wednesday 06 February 2002 01:16 pm, Sylvain Wallez wrote: > So I updated the TreeProcessor and action sets should now behave the > same in both implementations. Thanks! > Thanks for using it :) It wasn't thoroughly tested, because the most > complex sitemaps I have at hand are the cocoon sam

cvs commit: xml-cocoon2/src/scratchpad/src/org/apache/cocoon/treeprocessor/sitemap ActNodeBuilder.java ActSetNode.java ActionSetNode.java ActionSetNodeBuilder.java ComponentsSelector.java PipelineNode.java SitemapLanguage.java

2002-02-06 Thread sylvain
sylvain 02/02/06 10:22:29 Modified:src/java/org/apache/cocoon cocoon.roles src/java/org/apache/cocoon/components/pipeline AbstractStreamPipeline.java src/java/org/apache/cocoon/sitemap AbstractSitemap.java Sit

DO NOT REPLY [Bug 6254] - [PATCH] [TreeProcessor] Enable dumping of parameter stack in logs

2002-02-06 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://nagoya.apache.org/bugzilla/show_bu

Re: [TreeProcessor vs Compiled] Behavior of src attribute on action-set elements

2002-02-06 Thread Sylvain Wallez
Peter Royal wrote: >Given the following: > > > > > > >and in a pipeline: > > >In the compiled sitemap, the src parameter on the map:act in the pipeline is >ignored, the src defined in the action-set is used. In the TreeProcessor it >is the opposite, the src parameter on the pipeli

Re: Anybody on Weblogic 6.1?

2002-02-06 Thread Bernhard Huber
hi > >PS: I just wanted to try war deployment! :) > Never tried the war deployment... war deployment will complain about any getRealPath() only method usage. So be aware of that... bye bernhard > - To unsubscribe, e-mail: [

Re: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread Robert Koberg
Hi, - Original Message - From: "Stefano Mazzocchi" <[EMAIL PROTECTED]> > Daniel Fagerstrom wrote: > > > > > To conclude: I belive that a request URI based AC system have clear > > advantages compared to pipeline based AC, and that it could be added > > to Cocoon without effecting the con

RE: cvs commit: xml-cocoon2/src/documentation/xdocs livesites.xml

2002-02-06 Thread Gerhard Froehlich
Hmmm damn slow, but it is no wonder by this slow ping <500ms>, luckily *puuh* ;-) ~Gerhard "EARTH FIRST! We'll strip-mine the other planets later." >-Original Message- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, February 06, 2002 9:04 AM >To: [EMAIL PROTECT

cvs commit: xml-cocoon2/src/java/org/apache/cocoon/transformation ReadDOMSessionTransformer.java RoleFilterTransformer.java TraxTransformer.java WriteDOMSessionTransformer.java

2002-02-06 Thread cziegeler
cziegeler02/02/06 09:10:17 Modified:src/java/org/apache/cocoon Cocoon.java src/java/org/apache/cocoon/acting HttpHeaderAction.java LangSelect.java LocaleAction.java RequestParameterExistsAction.java ScriptAction.java

DO NOT REPLY [Bug 3372] - Volume-Name SYS: becomes protocol on Novell Netware

2002-02-06 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://nagoya.apache.org/bugzilla/show_bu

Re: DatabaseAction

2002-02-06 Thread Christian Haul
On 06.Feb.2002 -- 03:21 PM, Malte Vahlenkamp wrote: > Hello, > is there a way, to insert the data of an HTML-Form into more than one database >table? I have tried to do this via a database action >(org.apache.cocoon.acting.DatabaseAddAction) and the following mapping: > > > > >

Re: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Berin Loritsch
Vadim Gritsenko wrote: >>From: Berin Loritsch [mailto:[EMAIL PROTECTED]] >> >>Stefano Mazzocchi wrote: >> >> >>>So 'http://apache.org/cocoon/roles/skin/1.0' is the identifier of >>> > the > >>>*contract* between the two interoperating entities. >>> >>And this is what I was driving at. It works s

Re: Anybody on Weblogic 6.1?

2002-02-06 Thread kesha
We've integrated Cocoon inside WebLogic 6.1 sp1 || sp2. The problem with WL 6.1 is that it overrides xml system properties like "javax.xml.transform.TransformerFactory" or "javax.xml.parsers.SAXParserFactory" and set it to return its internal xerces and its internal xalan implementation. Honestly

RE: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Vadim Gritsenko
> From: Berin Loritsch [mailto:[EMAIL PROTECTED]] > > Stefano Mazzocchi wrote: > > > So 'http://apache.org/cocoon/roles/skin/1.0' is the identifier of the > > *contract* between the two interoperating entities. > > And this is what I was driving at. It works similar to the way that > the XSP e

Re: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Berin Loritsch
Stefano Mazzocchi wrote: > Now, your question (and Berin's, he's been proposing schema-based > contracts since a long time) becomes: is the 'webapp component' role a > solid enough contract, or we need a schema for that? > > Ok, let's do some contract analysis on the above sample: > > >

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

2002-02-06 Thread morrijr
morrijr 02/02/06 07:51:09 Modified:src/java/org/apache/cocoon/components/language/markup/xsp SOAPHelper.java Log: Ignore HTTP headers :) Revision ChangesPath 1.6 +14 -5 xml-cocoon2/src/java/org/apache/cocoon/components/language/markup/x

Re: Anybody on Weblogic 6.1?

2002-02-06 Thread Piroumian, Konstantin
> hi, > > Is there anybody working with CVS Cocoon version on Weblogic 6.1sp1? > yup > > try: > in cocoon.xconf : > >class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" > logger="core.xslt-processor"> > > > value="org.apache.xalan.processor.Transf

Re: debug xsp

2002-02-06 Thread Christian Schmitt
Marco, I found that debugging XSP pages is quite OK using the JSwat debugger (http://www.bluemarsh.com/java/jswat/index.html). Hth, Christian On Wed, Feb 06, 2002 at 05:11:02PM +0800, marco wrote: > Please advise how to debug xsp programs (Any tools). > > A web page used to be viewed normal.

RE: Anybody on Weblogic 6.1?

2002-02-06 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > hi, > > Is there anybody working with CVS Cocoon version on Weblogic 6.1sp1? > yup > > try: > in cocoon.xconf : > >class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" > logger="core.xslt-processor"> >

Re: Anybody on Weblogic 6.1?

2002-02-06 Thread berni_huber
hi, > Is there anybody working with CVS Cocoon version on Weblogic 6.1sp1? yup try: in cocoon.xconf : read more in installing-documentation about wls6.1 sp1/sp2 I think shipped xslt of wls6.1 is broken, or does not work 100% correct for cocoon. hope it helps, at le

RE: JDJ Readers Choice Awards Logo

2002-02-06 Thread Carsten Ziegeler
Sylvain Wallez wrote: > > Carsten Ziegeler wrote: > > >Hi, > > > >what do you think about adding the JDJ Logo to our website? > > > >(from http://www.sys-con.com/java/readerschoice2002/468x60.jpg). > > > >Is this "legal"? > > > It seems to be, as http://www.sys-con.com/java/readerschoice2002/ s

Re: [Announcement] Apache Cocoon 2.0.1 Release

2002-02-06 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Stefano Mazzocchi wrote: > >>Edd Dumbill wrote: >> >>>On Thu, 2002-01-31 at 13:24, Carsten Ziegeler wrote: >>> Apache Cocoon 2.0.1 Released >>>I've given this a mention on the XMLhack newswire. If the release note >>>had included

Re: Sitemap regeneration time slowed ?

2002-02-06 Thread Christian Schmitt
Hi all, after further checking into our "challenge" here, that's what we've found out: The changes to sitemap.xsl checked in recently checking the pipeline rules, is what brings sitemap generation to a crawl. After commenting out everything between the tags sitemap building time is now down to

Re: JDJ Readers Choice Awards Logo

2002-02-06 Thread Sylvain Wallez
Carsten Ziegeler wrote: >Hi, > >what do you think about adding the JDJ Logo to our website? > >(from http://www.sys-con.com/java/readerschoice2002/468x60.jpg). > >Is this "legal"? > It seems to be, as http://www.sys-con.com/java/readerschoice2002/ states "*Download Readers' Choice Logos for Your

Unicode in Strings?

2002-02-06 Thread Enke Michael
Hi, maybe this is not the right forum, but probably interesting here too. I used for the "Euro-sign" (new european currency) this construct: String cur = "€"; This was working for JDK from IBM 1.3.0 Now I installed Suns 1.3.2 and this gives me an error. Here I have to use: String cur = "\u20AC"; T

cvs commit: xml-cocoon2/legal LICENSE.hsqldb

2002-02-06 Thread dims
dims02/02/06 06:25:25 Modified:legalLICENSE.hsqldb Log: Use the License that is present VERBATIM in each of the Java Files in hsqldb_v.1.61.zip distribution as per instructions at the following URL: http://sourceforge.net/forum/message.php?msg_id=814147 Revision Cha

DatabaseAction

2002-02-06 Thread Malte Vahlenkamp
Hello, is there a way, to insert the data of an HTML-Form into more than one database table? I have tried to do this via a database action (org.apache.cocoon.acting.DatabaseAddAction) and the following mapping: demo

[BUG]: Multithreading problems during regeneration of sitemap

2002-02-06 Thread Carsten Ziegeler
Hi, I just found out this problem with the asynchronous sitemap generation: If you change the sitemap in a running system the sitemap is regenerated in the background. In the meantime all incomming requests are served with the old sitemap until the new one is finished. This is nice. But, if a n

RE: A small bug in the sitemap....

2002-02-06 Thread Lewis, Andrew J
cool...thanks Just my $0.02 - but I would allow it. While not a particuallry useful construct for the most part, it isn't necessarily invalid. Leaving it valid would also be consistent with similar constructs in most programming languages (or at least the dozen or so I've used) > -

RE: JDJ Readers Choice Awards Logo

2002-02-06 Thread Vadim Gritsenko
http://www.sys-con.com/java/readerschoice2002/: "Download Readers' Choice Logos for Your Web Site" I guess yes... How about xml.apache.org front page - is it possible to put there also? Vadim > From: Carsten Ziegeler [mailto:[EMAIL PROTECTED]] > > Hi, > > what do you think about adding the JD

Sitemap regeneration time slowed ?

2002-02-06 Thread Marcus Crafter
Hi All, Hope all is well! We've just updated our application to use Cocoon 2.0.1 and have noticed that the time to transform and compile our sitemap has increased from around 30 seconds to 3 minutes. Our sitemap is quite large, around 80k, but we can't qu

Re: [RT] Access Control (was [RT] Cocoon as OS)

2002-02-06 Thread giacomo
On Wed, 6 Feb 2002, Stefano Mazzocchi wrote: > Daniel Fagerstrom wrote: > > > So, how can access control (AC) be integrated in Cocoon? And how much > > would integration of AC need to affect the current architecture? > > These are good questions. I don't have solid answers, but some comments > to

Re: [RT] Componentizing Cocoon Applications

2002-02-06 Thread Stefano Mazzocchi
Bertrand Delacretaz wrote: > > On Sunday 03 February 2002 16:34, Stefano Mazzocchi wrote: > >. . . > > Let me make a sitemap example to see what I envision: > > > > > > > > > > > > > > where the absence of 'protocol' information indicates that the > > component should look into its inte

Re: [VOTE] Add JispStore, Was: [Request for Testing] refactoredstore/caching for the 2.01 release

2002-02-06 Thread giacomo
On Sun, 3 Feb 2002, Vadim Gritsenko wrote: > Hi all, > > It's been for a while when Gerhard implemented JispFilesystemStore. Now > it is possible to try it out just by changing two lines in cocoon.xconf > (check cache-persistent components), and including scratchpad into the > build (-Dinclude.sc

JDJ Readers Choice Awards Logo

2002-02-06 Thread Carsten Ziegeler
Hi, what do you think about adding the JDJ Logo to our website? (from http://www.sys-con.com/java/readerschoice2002/468x60.jpg). Is this "legal"? Carsten - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, em

Re: debug xsp

2002-02-06 Thread Matt Sergeant
On Wed, 6 Feb 2002, Matt Sergeant wrote: > On Wed, 6 Feb 2002, marco wrote: > > > Please advise how to debug xsp programs (Any tools). > > > > A web page used to be viewed normal. After I made some changes the xsp file, > > the web browser shows "page not found". No hints for debugging xsp file.

Re: debug xsp

2002-02-06 Thread Matt Sergeant
On Wed, 6 Feb 2002, marco wrote: > Please advise how to debug xsp programs (Any tools). > > A web page used to be viewed normal. After I made some changes the xsp file, > the web browser shows "page not found". No hints for debugging xsp file. Unfortunately debugging XSPs is hard. The only thing

Re: debug xsp

2002-02-06 Thread Torsten Curdt
On Wed, 6 Feb 2002, marco wrote: > Please advise how to debug xsp programs (Any tools). > > A web page used to be viewed normal. After I made some changes the xsp file, > the web browser shows "page not found". No hints for debugging xsp file. I found looking into the repository (the generated j

debug xsp

2002-02-06 Thread marco
Please advise how to debug xsp programs (Any tools). A web page used to be viewed normal. After I made some changes the xsp file, the web browser shows "page not found". No hints for debugging xsp file. - To unsubscribe, e-mail:

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

2002-02-06 Thread cziegeler
cziegeler02/02/06 00:41:11 Modified:src/java/org/apache/cocoon Constants.java src/java/org/apache/cocoon/acting RequestParameterExistsAction.java src/java/org/apache/cocoon/caching AggregatedCacheValidity.java