RE: [C2.1] bug SQLTransformer.java

2001-06-25 Thread Beauprez Sven
Donald, For the project I am working on, we mostly need to query databases and do some simple transformations on it, we don't need the fancy stuff that xsp's provide. We also need to use stored procedures and the code for the SQLTransformer could easily be adapted to add this functionality (don'

Re: [RT] Alternative Solution to XSP

2001-06-25 Thread Piroumian, Konstantin
> > Hi! > > > > > > > > sounds like an interesting technique. how do you insert the business > > > > objects into the cocoon sax pipeline? e.g. from an xsp page, a > > generator, > > > > a transformer, what? > > > > > > From an XSP page: > > > > > > > > > > > > Unmarshaller.unmarsha

[C2.1] Xalan problems?

2001-06-25 Thread Stuart Roebuck
I've just updated to the latest CVS of C2.1 and I've run upon a new problem which I'm guessing relates to the update to Xalan. The problem happened on the first access to the page but cleared on a refresh. It then occurred again at a later point and again on a refresh and then cleared again.

AW: [C2.1] Xalan problems?

2001-06-25 Thread Carsten Ziegeler
It seems that the latest cvs version of Xalan has some problems with the XPath engine. Most of our classes using the XPathAPI do not work anymore as the XPathAPI fails. Perhaps we should revert to an older version. Carsten > Stuart Roebuck wrote: > > I've just updated to the latest CVS of C2.1

Re: AW: [C2]: Problems with content aggregation and redirects

2001-06-25 Thread Giacomo Pati
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > Giacomo Pati wrote: > > > > On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > > > > > Michael Hartle wrote: > > > > > > > > Carsten Ziegeler wrote: > > > > > > > > > The CA example doesn't work as the aggregated part > > > > (moreover/moreover.xm

cvs commit: xml-cocoon2/xdocs request.xml

2001-06-25 Thread cziegeler
cziegeler01/06/25 02:38:32 Modified:xdocsrequest.xml Log: Applied patch from Ignacio J. Ortega Revision ChangesPath 1.3 +8 -15 xml-cocoon2/xdocs/request.xml Index: request.xml === RCS

cvs commit: xml-cocoon2/xdocs request.xml

2001-06-25 Thread cziegeler
cziegeler01/06/25 02:38:53 Modified:xdocsTag: cocoon_20_branch request.xml Log: Applied patch from Ignacio J. Ortega Revision ChangesPath No revision No revision 1.1.2.2 +8 -15 xml-cocoon2/xdocs/request.xml

AW: [C2][PATCH] request.xml document inacurate

2001-06-25 Thread Carsten Ziegeler
Thanks Ignacio, I applied your patch. Carsten > Ignacio J. Ortega wrote: > > Hola a todos: > > Reviewing the docs i've found some inacuracies in the request.xml file , > i thi nk it's used to build the request-logicsheet.html site page.. > > The problems found was in the names paces of the e

Re: AW: [C2]: Problems with content aggregation and redirects

2001-06-25 Thread Giacomo Pati
Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > Giacomo Pati wrote: > > > > On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > > > > Hi, > > > > > > I just played a little bit with the sitemap content aggregation. > > > Unfortunately it is not possible to aggregate parts which are > > > redirec

cvs commit: xml-cocoon2/lib xalan-2.2.0.jar

2001-06-25 Thread dims
dims01/06/25 03:28:55 Modified:lib xalan-2.2.0.jar Log: Latest Xalan from CVS - Saw some fixes to XPath code. Revision ChangesPath 1.3 +871 -898 xml-cocoon2/lib/xalan-2.2.0.jar <> -

cvs commit: xml-cocoon2/lib xalan-2.2.0.jar

2001-06-25 Thread dims
dims01/06/25 03:29:28 Modified:lib Tag: cocoon_20_branch xalan-2.2.0.jar Log: Latest Xalan from CVS - Saw some fixes to XPath code. Revision ChangesPath No revision No revision 1.1.2.3 +871 -898 xml-cocoon2/

AW: [C2]: Problems with content aggregation and redirects

2001-06-25 Thread Carsten Ziegeler
> Giacomo Pati wrote: > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > Giacomo Pati wrote: > > > > > > On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > > > > > > > Michael Hartle wrote: > > > > > > > > > > Carsten Ziegeler wrote: > > > > > > > > > > > The CA example doesn't work as the aggr

cvs commit: xml-cocoon2/webapp/stylesheets simple-sql2html.xsl

2001-06-25 Thread dims
dims01/06/25 04:13:09 Modified:webapp/stylesheets simple-sql2html.xsl Log: SQLTransformer changes: - ROWSET is now rowset (lower-case) - ROW is now row (lower-case) Revision ChangesPath 1.3 +3 -3 xml-cocoon2/webapp/stylesheets/simple-sql2html.xsl

[C2.1] xdoc for SQLTransformer

2001-06-25 Thread Beauprez Sven
Dims, here it is, the file contains the documentation for the SQLTransformer, the FilterTransformer, the WriteDOMSessionTransformer and the ReadDOMSessionTransformer. Examples are included and are based on the existing sample data. I hope this is sufficient. I will check the mailinglist regularl

[VOTE] Which Products/Platforms should Cocoon2 GA support Out-Of-The-Box?

2001-06-25 Thread Davanum Srinivas
Hi Team, Just to kick-start discussion on where to concentrate our effortsPlease feel free to add any Products/Platforms that i have missed. Also feel free to add version information if you think it is needed. Thanks, dims PS: Should i start this thread on cocoon-users also? Voting GuideLin

cvs commit: xml-cocoon2/xdocs sql-transformer.xml

2001-06-25 Thread dims
dims01/06/25 04:43:08 Modified:xdocssql-transformer.xml Log: XDOC for SQLTransformer from Sven Beauprez <[EMAIL PROTECTED]> Revision ChangesPath 1.2 +559 -122 xml-cocoon2/xdocs/sql-transformer.xml Index: sql-transformer.xml =

Re: [C2.1] xdoc for SQLTransformer

2001-06-25 Thread Davanum Srinivas
Thanks Sven. Checked it in. -- dims --- Beauprez Sven <[EMAIL PROTECTED]> wrote: > > Dims, > > here it is, the file contains the documentation for the SQLTransformer, the > FilterTransformer, the WriteDOMSessionTransformer and the > ReadDOMSessionTransformer. Examples are included and are based

[C2] Regular Fragmentations

2001-06-25 Thread Davanum Srinivas
Hi Team, Will a C2 Transformer for "Regular Fragmentations" be useful? Does anyone want to take a shot at it? http://www.xmlhack.com/read.php?item=1279 http://lists.xml.org/archives/xml-dev/200106/msg00789.html Thanks, dims = Davanum Srinivas, JNI-FAQ Manager http://www.jGuru.com/faq/JNI

Re: cvs commit: xml-cocoon2/lib xalan-2.2.0.jar

2001-06-25 Thread Donald Ball
xalan 2.2, only the xalan team can flag a distro as such. we should entitle it xalan-2-20010625.jar or something similar. - donald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: AW: [C2.1] Xalan problems?

2001-06-25 Thread Stuart Roebuck
Just to say that the latest update of xalan 2.2 dev today has resolved the XPath problems I reported earlier. Stuart. On Monday, June 25, 2001, at 10:26 am, Carsten Ziegeler wrote: > It seems that the latest cvs version of Xalan has some problems with > the XPath engine. Most of our classes u

Re: cvs commit: xml-cocoon2/lib xalan-2.2.0.jar

2001-06-25 Thread Davanum Srinivas
01/06/25 03:28:55 > > > > Modified:lib xalan-2.2.0.jar > > Log: > > Latest Xalan from CVS - Saw some fixes to XPath code. > > note on this - i don't think we should label the jar as xalan-2.2 since > it's _not_ xalan 2.2, only the xalan team can flag a d

how to indicate fatal exception in a transformer?

2001-06-25 Thread Donald Ball
how do i indicate that a fatal exception has occured in a transformer, specifically, in one of the SAX event handler methods? i would think that i'd throw a ProcessingException, but that's not allowed per the method signature of XMLProducer interface. when i throw a SAXException, i don't end up wi

Re: cvs commit: xml-cocoon2/lib xalan-2.2.0.jar

2001-06-25 Thread Donald Ball
On Mon, 25 Jun 2001, Davanum Srinivas wrote: > Is it ok if we use xalan-2.2-dev.jar and switch back to xalan-2.2 when > it goes GA? This way we reduce the # of times build.bat has to be > updated. i'm sure that'd be fine, i just think we should just indicate that this isn't an offical release of

request: make XSP pages Initializable

2001-06-25 Thread Peter Royal
I'd like to propose making the XSPGenerator class implement the avalon Initializable lifestyle interface. Since XSPGenerator has no specific use for this interface, it would just have an empty method. It would be useful for pre computing and caching information that is static for a given XSP p

Re: AW: [C2]: Problems with content aggregation and redirects

2001-06-25 Thread giacomo
On Mon, 25 Jun 2001, Carsten Ziegeler wrote: > > Giacomo Pati wrote: > > > > Quoting Carsten Ziegeler <[EMAIL PROTECTED]>: > > > > Giacomo Pati wrote: > > > > > > > > On Fri, 22 Jun 2001, Carsten Ziegeler wrote: > > > > > > > > > > Michael Hartle wrote: > > > > > > > > > > > > Carsten Ziegeler wr

Re: how to indicate fatal exception in a transformer?

2001-06-25 Thread giacomo
On Mon, 25 Jun 2001, Donald Ball wrote: > how do i indicate that a fatal exception has occured in a transformer, > specifically, in one of the SAX event handler methods? i would think that > i'd throw a ProcessingException, but that's not allowed per the method > signature of XMLProducer interfac

Re: cvs commit: xml-cocoon2/lib xalan-2.2.0.jar

2001-06-25 Thread giacomo
t; > > note on this - i don't think we should label the jar as xalan-2.2 since > > it's _not_ xalan 2.2, only the xalan team can flag a distro as such. we > > should entitle it xalan-2-20010625.jar or something similar. > > > > - donald > > > > >

Re: how to indicate fatal exception in a transformer?

2001-06-25 Thread Donald Ball
On Mon, 25 Jun 2001, giacomo wrote: > > how do i indicate that a fatal exception has occured in a transformer, > > specifically, in one of the SAX event handler methods? i would think that > > i'd throw a ProcessingException, but that's not allowed per the method > > signature of XMLProducer inte

RE: [VOTE] Which Products/Platforms should Cocoon2 GA support Out-Of-The-Box?

2001-06-25 Thread Vadim Gritsenko
Dims, Can you please clarify what is GA? Thanks, Vadim > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 25, 2001 7:37 > To: [EMAIL PROTECTED] > Subject: [VOTE] Which Products/Platforms should Cocoon2 GA support Out-Of-The-Box? > --

RE: [VOTE] Which Products/Platforms should Cocoon2 GA support Out-Of-The-Box?

2001-06-25 Thread Davanum Srinivas
GA = General Availability. (Sorry for the Acronym Usage - http://www.acronymfinder.com/af-query.asp?acronym=GA&String=exact&page=2) Thanks, dims --- Vadim Gritsenko <[EMAIL PROTECTED]> wrote: > Dims, > > Can you please clarify what is GA? > > Thanks, > Vadim > > > -Original Message- >

[Bug 2319] New: - Could not start cocoon

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2319 *** shadow/2319 Mon Jun 25 15:50:17 2001 --- shadow/2319.tmp.4247Mon Jun 25 15:50:17 2001 *** *** 0 --- 1,19 + ++ + | Could not start co

[Bug 2319] - Could not start cocoon

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2319 *** shadow/2319 Mon Jun 25 15:50:17 2001 --- shadow/2319.tmp.4257Mon Jun 25 15:51:18 2001 *** *** 17,19 --- 17,23 I installed cocoon2 , build it. I followed the steps given in Installing Cocoon2. When i acce

[Bug 2319] - Could not start cocoon

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2319 *** shadow/2319 Mon Jun 25 15:51:18 2001 --- shadow/2319.tmp.4276Mon Jun 25 15:56:35 2001 *** *** 21,23 --- 21,27 --- Additional Comments From [EMAIL PROTECTED] 2001-06-25 15:51 --- Created an attach

[Bug 2321] New: - context:// urls don't work in sitemap redirect-to element

2001-06-25 Thread bugzilla
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2321 *** shadow/2321 Mon Jun 25 17:20:33 2001 --- shadow/2321.tmp.6333Mon Jun 25 17:20:33 2001 *** *** 0 --- 1,17 + ++ + | context:// urls do

Re: AW: [C2.1] Xalan problems?

2001-06-25 Thread Scott_Boag
Great! Please keep me and the xalan-dev list as informed as possible for any potential Xalan problems. We are trying to GA by the beginning of next week, and my biggest concern right now is the sax-to-sax incremental handling in Cocoon, as well as some worries with extensions. Feel free to ema