Matteo Di Giovinazzo wrote:
> I've setup a datasource in cocoon.xconf (p.e. also the example bundled with
> cocoon2)
> running in a j2sdk1.4.0/[Win2k|linux]box.
>
> In error.log I receive this FATAL ERROR:
>
>
> FATAL_E (2002-02-23) 00:31.58:516 [core] (Unknown-URI)
> Unknown-thread/LogKitLog
> From: Christopher Kohlhaas [mailto:[EMAIL PROTECTED]]
>
> Hello Cocooners,
>
> I've come along the following whitespace problem in esql.xsl and
xsp.xsl
>
> The esql fragment:
>
> select * from test_table where id =
>
> id
>
>
>
> produces the following code
>
> _esql_query.getPr
Ovidiu Predescu wrote:
>
> I'd be more happy if I can describe the flow in a "normal" programming
> language, where I can express complex flow by writing a program. This
> is what I'm trying to do in the Schecoon sub-project. Using the Scheme
> language, and the fact that continuations are first
I've setup a datasource in cocoon.xconf (p.e. also the example bundled with
cocoon2)
running in a j2sdk1.4.0/[Win2k|linux]box.
In error.log I receive this FATAL ERROR:
FATAL_E (2002-02-23) 00:31.58:516 [core] (Unknown-URI)
Unknown-thread/LogKitLogger:
Excalibur could not create any connec
Hi team,
Considering the discussions about the FileWritingTransformer, Cocoon
symetry and Stefano's source/drain RT, I added in
org.apache.cocoon.environment a new interface I already talked about :
WriteableSource. It adds writing methods to Source's reading abilities.
Writing can occur in two
sylvain 02/02/22 15:29:04
Modified:.changes.xml
Log:
New WriteableSource to write anywhere
Revision ChangesPath
1.110 +7 -2 xml-cocoon2/changes.xml
Index: changes.xml
===
RCS file:
sylvain 02/02/22 15:26:31
Modified:src/scratchpad/src/org/apache/cocoon/transformation
FileWritingTransformer.java
src/scratchpad/src/org/apache/cocoon/treeprocessor
MapStackResolver.java
Log:
Update FileWritingTransform
sylvain 02/02/22 15:25:19
Modified:src/java/org/apache/cocoon/components/source URLSource.java
src/java/org/apache/cocoon/generation xmldb.xconf
src/java/org/apache/cocoon/xml XMLUtils.java
Added: src/java/org/apache/cocoon/components/source
Hi Kevin,
On Fri, 22 Feb 2002 15:27:10 -0600, [EMAIL PROTECTED] wrote:
> Ovidiu and Stefano,
>
> First, I'm new to cocoon, but not the methodology.
Welcome! One more head to think about problems and come up with a way
to solve them ;-)
> I'm in the process of prototyping a conversion from a h
Hi All
I working currently in the integration between
Chiba XForms, Castor and Cocoon.
Maybe the follwing question I send to the castor maillist
is usefull for all who are interessting in XML
Databinding.
> I'm trying to unmarshal to an existing object. As long as it's a flat
object it's woks fin
At 7:22 pm +0100 22/2/02, Stefano Mazzocchi wrote:
>I uploaded (with much problems for your compiler, sorry about that) a
>few new components that I found very useful:
>
>1) ImageReader
>2) DirectoryZipArchiver
>3) Paginator
Great Ideas!
I've been doing lots of Pagination stuff in XSLT, yea it's
Hello Cocooners,
I've come along the following whitespace problem in esql.xsl and xsp.xsl
The esql fragment:
select * from test_table where id =
id
produces the following code
_esql_query.getPreparedStatement().setString(1, String.valueOf(""
+ "
Ovidiu and Stefano,
First, I'm new to cocoon, but not the methodology.
I'm in the process of prototyping a conversion from a home grown (Flow
based) framework to Cocoon 2. I was hoping to discover that it was
included. I had put a small amount of effort in defining an XML syntax,
because the
Dear All,
I am almost ready to commit a new version of FileWritingTransformer.
There is a new experimental/demo file-editor called .
I updated the transformer to try and stop it overwriting files when there
is an error. I now write into a temp file (which blocks) and rename it when
done.
This
Guys,
I hope I debugged the Cocoon showstopper problem. Before I will be allowed
to commit changes to the official CVS repository you can get the unofficial
binaries from my web site at
www.ambrosoft.com
(you'll need to rightClick/save on the link).
B
I uploaded (with much problems for your compiler, sorry about that) a
few new components that I found very useful:
1) ImageReader: this is a reader which is able to scale images depending
on parameters.
This is a sitemap fragment that works on it
I've
butlermh02/02/22 03:30:02
Modified:src/java/org/apache/cocoon/transformation
TraxTransformer.java
Log:
Resolved problem detecting DELI component / removed unnecessary configuration option.
Revision ChangesPath
1.16 +13 -30
xml-cocoon2/src
butlermh02/02/22 03:29:14
Modified:src/webapp/docs/samples sample-static.xml
Log:
Reinstated DELI samples as DELI / xerces problem now fixed.
Revision ChangesPath
1.4 +3 -3 xml-cocoon2/src/webapp/docs/samples/sample-static.xml
Index: sample-static.xml
=
butlermh02/02/22 03:26:45
Modified:src/documentation/xdocs/developing deliquick.xml
Log:
Updated documentation to reflect changes in xconf / sitemap
Revision ChangesPath
1.5 +1 -2 xml-cocoon2/src/documentation/xdocs/developing/deliquick.xml
Index: deliqui
butlermh02/02/22 03:27:52
Modified:src/webapp sitemap.xmap
Log:
Re-enabled DELI samples as DELI / xerces problems now solved
Revision ChangesPath
1.30 +1 -2 xml-cocoon2/src/webapp/sitemap.xmap
Index: sitemap.xmap
=
BTW: isn't he who broke the build supposed to buy the beer? ;-)
On Fri, 22 Feb 2002, Sebastian Bergmann wrote:
> Sebastian Bergmann wrote:
> > See http://www.sebastian-bergmann.de/cocoon2.txt for details.
>
> Okay, it compiles now again. But I'm getting errors when accessing
> http://loca
I finally managed to get cocoon compiled (apparently it didin't like the
version I had downloaded and it didn't like jdk1.4 on linux)
When I try to access cocoon I get the following error:
Apache Tomcat/4.0.1 - HTTP Status 503 - Servlet Cocoon2 is currently
unavailable
--
On Fri, 22 Feb 2002 17:05:13 +0100, Stefano Mazzocchi <[EMAIL PROTECTED]> wrote:
> > I think that the addition of Actions can attest to that. Lets take
> > Cocoon and instead of a web application platform lets place it in the
> > light of a web services platform (all XML all the time).
>
> [sni
I'm attempting to ease my integration from another framework to C2 (which
has a very slighly different naming convention of elements). I have
abstracted the implementation of RequestGenerator just enough to allow for
the element and namespace changes.
I'm new to contributing to Cocoon, so if the
You have to look into log files for the stacktrace of the original
exception (ArrayIndexOutOfBoundException, not ProcessingException).
Stacktrace helps find bugs fast. Cocoon log files are under WEB-INF/logs
directory. Please examine them for the exception stacktrace.
Regards,
Vadim
> -Origi
Hi,
First of all I could not reach bugzilla. I will post this there later...
Today I experimented a bit with xsp. During this experiment
ArrayIndexOutOfBoundException in the CocoonServlet. The exception occures
when I change something in my xml. This XML provides the data for a Cocoon
applicatio
Stefano Mazzocchi wrote:
> Berin Loritsch wrote:
>
>>I understand the requirement. What we need is the ability to
>>initiate asynchronous pipelines that consume information from a
>>request. I say asynchronous because in this case, we are not
>>merging the information back into the critical str
>
>
> It reminds me about some thread in the xindice-dev about having access
> to the DB as to the one huge XML file (here: access to the collection as
> to one XML). Then it will work, but I'm not sure when this will be
> implemented (if it will be)...
>
This is something I'm exploring right now
On Friday, February 22, 2002, at 10:03 AM, Ugo Cei wrote:
> Vadim Gritsenko wrote:
>
>> Isn't Xindice collection already ordered by time document was inserted?
>
> It looks like it is, but I don't know if this is guaranteed.
>
It's not, indexing in particular could alter the order.
>> Than sim
> From: Ugo Cei [mailto:[EMAIL PROTECTED]]
>
> Vadim Gritsenko wrote:
>
> > Isn't Xindice collection already ordered by time document was
inserted?
>
> It looks like it is, but I don't know if this is guaranteed.
I suspect the order is preserved because of trees. Let Xindice gurus
confirm this
Robert Koberg wrote:
> you could create a xsl:key on 'time', cache the stylesheet, and access it
> much faster.
Yes but I don't want to pass the WHOLE collection through the
stylesheet, in any case.
Ugo
--
Ugo Cei - Consorzio di Bioingegneria e Informatica Medica
P.le Volontari del
Vadim Gritsenko wrote:
> Isn't Xindice collection already ordered by time document was inserted?
It looks like it is, but I don't know if this is guaranteed.
> Than simple query like /db/blog/*[position() > last()-20] should work
> then, or something like /db/blog/*[position() =
> last()]/prece
Kimbro Staken wrote:
>
> On Friday, February 22, 2002, at 01:16 AM, Ugo Cei wrote:
>
> > Stefano Mazzocchi wrote:
> >
> >> Anyway, can't we *directly* use RSS for blogs? is much more semantic
> >> than OPML anyway.
> >
> > You asked for it, you got it. My "embryo-of-a-blog"
> > (http://violetta.
stefano 02/02/22 08:54:46
Added: .CREDITS
Log:
added a CREDITS page (which will be used by the Apache License 2.0 when available
to add proper credits) for now, please add yourself if you feel you should be there.
Revision ChangesPath
1.1 xml
*GRIN* - I think cziegeler 'fixed' (commented out) it :)
02/02/21 22:35:51
Modified:
src/scratchpad/src/org/apache/cocoon/transformation/pagination
Pagesheet.java
@@ -64,12 +64,12 @@
import org.xml.sax.helpers.DefaultHandler;
import org.apache.cocoon.Modifia
Hi,
- Original Message -
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
> > From: Kimbro Staken [mailto:[EMAIL PROTECTED]]
> >
> > We need a richer language then XPath to do that. It will come with
> XQuery,
> > but it's a long way off. We'll need to figure something out in the
> short
>
> From: Jeroen ter Voorde [mailto:[EMAIL PROTECTED]]
>
> On Friday 22 February 2002 05:36 pm, you wrote:
> > Does it work with large files? Say, 700Mb?
>
> Haven't tested it, i also used the orginal max upload size which is
10MB.
> Furthermore there are no build in limitations to the upload size
stefano 02/02/22 08:48:57
Modified:src/scratchpad/src/org/apache/cocoon/transformation/pagination
ItemGroup.java PageRules.java Pagesheet.java
Paginator.java ResizableContainer.java
Log:
reupdated to working state now that all files ha
stefano 02/02/22 08:47:10
Added: src/scratchpad/src/org/apache/cocoon/transformation/pagination
ResizableContainer.java
Log:
forgot to add this :(
Revision ChangesPath
1.1
xml-cocoon2/src/scratchpad/src/org/apache/cocoon/transf
Ugo Cei wrote:
>
> Stefano Mazzocchi wrote:
>
> > Anyway, can't we *directly* use RSS for blogs? is much more semantic
> > than OPML anyway.
>
> You asked for it, you got it. My "embryo-of-a-blog"
> (http://violetta.cbim.it/cocoon/mount/beeb/) now uses RSS 1.0.
Cool, I'll check that out.
> Yo
Berin Loritsch wrote:
> > The original idea of a pipeline was
> >
> > g -> t* -> s
> >
> > you all know this very well.
> >
> > Then I realized that the same pipelines shared the same properties, so I
> > came up with the notion of resource views, which required a way to 'get
> > out' of the nor
"Morrison, John" wrote:
>
> > From: Stefano Mazzocchi [mailto:[EMAIL PROTECTED]]
> >
> > Sebastian Bergmann wrote:
> > >
> > > See http://www.sebastian-bergmann.de/cocoon2.txt for details.
> >
> > Try updating your CVS, should be fixed now (on my machine it is)
>
> Nope - still missing somethi
Robert Koberg wrote:
>
> If you look at and evangelize the use of keys you will see performance
> increase DRAMATICALLY.
Yes, sure, but since most of these optimizations are algorithmical
(means that it's possible to write a program that does them for you, as
Scott suggested), why in hell should
Matt Sergeant wrote:
>
> On Thu, 21 Feb 2002, Stefano Mazzocchi wrote:
>
> > [For those of you who didn't study elettronic, MOSFET transistors have
> > sources, drains and gates. Sources generate electrons, drains consume
> > them and gates control the flow]
>
> And in computing terms, a drain
OK, I see where the problem lies. The bug is 'founded'
on an architetectural design error. I could 'patch' it
immediately, or work on the root of the problem.
I chose the latter option to save my own time.
You should hear from me soon.
--Jacek
On Friday 22 February 2002 08:12 am, Lewis, Andrew
On Friday 22 February 2002 05:36 pm, you wrote:
> Does it work with large files? Say, 700Mb?
Haven't tested it, i also used the orginal max upload size which is 10MB.
Furthermore there are no build in limitations to the upload size so it
*should* work but i don't know how well the VM handles arra
Does it work with large files? Say, 700Mb?
Vadim
> -Original Message-
> From: root (by way of Jeroen ter Voorde <[EMAIL PROTECTED]>)
> [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 1:36 PM
> To: [EMAIL PROTECTED]
> Subject: replacement for maybeupload
>
> Hi,
>
> This is
> From: Kimbro Staken [mailto:[EMAIL PROTECTED]]
>
> On Friday, February 22, 2002, at 01:16 AM, Ugo Cei wrote:
>
> > Stefano Mazzocchi wrote:
> >
> >> Anyway, can't we *directly* use RSS for blogs? is much more
semantic
> >> than OPML anyway.
> >
> > You asked for it, you got it. My "embryo-of-a
Hi,
This is a replacement for the maybeupload request wrapper which i needed for
our project. Instead of directly writing files to the upload dir the files
are kept in the request object and can be manually stored by an action.
Improvements:
- More control over file attachments
- Multiple upload
OK, problem reproduced.
On to debugging :-)
--Jacek
On Friday 22 February 2002 10:17 am, Davanum Srinivas wrote:
> Jacek,
>
> The code in the URL is a modified version of xsltc's
> JAXPTransletOneTransformation sample. you use it exactly as you normally
> run xsltc's JAXPTransletOneTransformatio
cziegeler02/02/22 07:25:29
Modified:src/java/org/apache/cocoon/transformation
TraxTransformer.java
Log:
Added fix again
Revision ChangesPath
1.18 +17 -1
xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java
Inde
OK. So I thought; working on it .
--Jacek
On Friday 22 February 2002 10:17 am, Davanum Srinivas wrote:
> Jacek,
>
> The code in the URL is a modified version of xsltc's
> JAXPTransletOneTransformation sample. you use it exactly as you normally
> run xsltc's JAXPTransletOneTransfo
Jacek,
The code in the URL is a modified version of xsltc's JAXPTransletOneTransformation
sample. you use
it exactly as you normally run xsltc's JAXPTransletOneTransformation sample.
No Magic here :)
Thanks,
dims
--- "Jacek R. Ambroziak" <[EMAIL PROTECTED]> wrote:
> This one works; I am try
Not acked...
Pier
-- Forwarded Message
> From: "Parnell, Scott" <[EMAIL PROTECTED]>
> Date: Fri, 22 Feb 2002 09:49:00 -0500
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: FYI - mirror of old version of apache.org site
>
> While looking for some information on your experience
cziegeler02/02/22 07:13:35
Modified:src/java/org/apache/cocoon/transformation
TraxTransformer.java
Log:
Removed fix
Revision ChangesPath
1.17 +6 -24
xml-cocoon2/src/java/org/apache/cocoon/transformation/TraxTransformer.java
Index: T
This one works; I am trying to understand what's wrong.
Would be ideal if I had the data to reproduce the problem.
--Jacek
PS. Feels good to be back to my old project :-)
On Friday 22 February 2002 10:01 am, Davanum Srinivas wrote:
> Jacek,
>
> Bugzilla is down. Try this one:
> http://marc.the
Jacek,
Bugzilla is down. Try this one:
http://marc.theaimsgroup.com/?l=xalan-dev&m=101310215118028&w=2
Thanks,
dims
--- Jacek Ambroziak <[EMAIL PROTECTED]> wrote:
> I wouldn't mind removing any show-stoppers...
> The link you guys quote doesn't work, however :-(
>
> --Jacek
>
>
> --- "Lewis,
It did, but bugzilla's gone down.
J.
> From: Jacek Ambroziak [mailto:[EMAIL PROTECTED]]
>
> I wouldn't mind removing any show-stoppers...
> The link you guys quote doesn't work, however :-(
>
> --Jacek
>
>
> >
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6312
> > >
I wouldn't mind removing any show-stoppers...
The link you guys quote doesn't work, however :-(
--Jacek
--- "Lewis, Andrew J"
<[EMAIL PROTECTED]> wrote:
> To whom must we beg for this to be a high priority?
> :)
>
> > --
> > From: Davanum Srinivas[SMTP:[EMAIL PROTECTED]]
> > Reply To
cziegeler02/02/22 06:35:21
Modified:src/scratchpad/src/org/apache/cocoon/sunshine/transformation
AbstractSunShineTransformer.java
Log:
Fixed initialization
Revision ChangesPath
1.3 +15 -9
xml-cocoon2/src/scratchpad/src/org/apache/cocoon
Andrew,
You can start by adding your 2 cents in BugzillaOther possible email lists and
people are as
follows:
Mailing Lists:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
People:
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Thanks,
dims
--- "Lewis, Andrew J" <[EMAIL
Try:
Constants.java:
/**
*The name of a Context object in the so called objectModel
Map.
* This constant is also defined in the
org.apache.cocoon.environment.ObjectModelHelper class.
*
* FIXME(GP): Shouldn't this definition here be removed?
*/
String CONTEXT_OBJE
To whom must we beg for this to be a high priority? :)
> --
> From: Davanum Srinivas[SMTP:[EMAIL PROTECTED]]
> Reply To: [EMAIL PROTECTED]
> Sent: Friday, February 22, 2002 7:47 AM
> To: [EMAIL PROTECTED]
> Cc: Jacek R. Ambroziak; [EMAIL PROTECTED]
> Subject:
> Torsten,
>
> We cannot use xsltc in C2 as-is because of a bug in their JAXP support:
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6312
Thanks, for link dims...
...but the code freeze Tom talked about was on the 15th. Maybe we can now
try and help to fix this?
Bright prospects if we can
Hi
I try to look up the context but I receive null
The code in my actions simply looks like:
Context context =
(Context)objectmodel.get(Constants.CONTEXT_ENVIRONMENT_CONTEXT);
if(context == null)
System.out.println("no context");
I run cocoon with tomcat,
Torsten,
We cannot use xsltc in C2 as-is because of a bug in their JAXP support:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6312
Thanks,
dims
--- Torsten Curdt <[EMAIL PROTECTED]> wrote:
> On Thu, 21 Feb 2002, Jacek R. Ambroziak wrote:
>
> > The performance bug seems to be fixed now.
>
"Butler, Mark" wrote:
> Okay, that works.
Not here.
--
Sebastian Bergmann
http://sebastian-bergmann.de/ http://phpOpenTracker.de/
Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/
---
Can someone PLEASE replace the tab characters with spaces in the following
files:
cocoon/documentation/xdocs/developing/sunrise.xml
cocoon/documentation/xdocs/developing/sunshine-contexts.xml
cocoon/documentation/xdocs/developing/sunspot.xml
This will correct the *very* wide pages.
Bert
--
tcurdt 02/02/22 04:14:12
Modified:src/java/org/apache/cocoon/components/language/markup/xsp/java
esql.xsl
Log:
fixed the normalize-space problem reported by [EMAIL PROTECTED] where all
nested
tags were removed from skip-rows/max-rows. this was introduce w
At 7:18 am + 22/2/02, [EMAIL PROTECTED] wrote:
>cziegeler02/02/21 23:18:50
> +
> + Fixed some bugs in the file URI resolving on windows plattforms.
> +
Thanks for this.
I am already getting reports that FileWritingTransformer is now working on
windows.
regards Jeremy
--
_
Okay, that works.
Thanks
M
> -Original Message-
> From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]]
> Sent: 22 February 2002 10:36
> To: [EMAIL PROTECTED]
> Subject: Re: Current CVS will build but not run
>
>
> Butler, Mark wrote:
> >
> > I've just checked the latest version out the
Butler, Mark wrote:
>
> I've just checked the latest version out the CVS. It builds okay but when I
> run it I get a Cocoon internal servlet error.
>
> If I look at the sitemap.log it says:
>
> ERROR (2002-02-22) 10:13.59:750 [sitemap] (/cocoon/)
> HttpProcessor[8080][1]/Handler: Error comp
I've just done the same thing, but mine runs fine.
Have you deleted the work directory to avoid compatibility problems with a
previous version?
Bert
At 10:26 22/02/2002 +, you wrote:
>Hi
>
>I've just checked the latest version out the CVS. It builds okay but when I
>run it I get a Cocoon inte
Hi
I've just checked the latest version out the CVS. It builds okay but when I
run it I get a Cocoon internal servlet error.
If I look at the sitemap.log it says:
ERROR (2002-02-22) 10:13.59:750 [sitemap] (/cocoon/)
HttpProcessor[8080][1]/Handler: Error compiling sitemap
java.lang.NoSuchFie
Hi, team!
What is the best way of adding a *.jar to scratchpad? Recently contributed
CastorTransformer needs castor.jar. What is the policy: should the people
download it from Castor site or it can be added to scratchpad/lib?
Best regards,
Konstantin Piroumian
Leading Software Developer
Protek
Is there a possibility to use the new xsltc.jar with Cocoon 1.8.x ? How
should I plug-in the transformer ?
Thanks
Peter
> -Original Message-
> From: Jacek R. Ambroziak [mailto:[EMAIL PROTECTED]]
> Sent: Friday, February 22, 2002 12:59 AM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED];
Stefano Mazzocchi wrote:
> Anyway, can't we *directly* use RSS for blogs? is much more semantic
> than OPML anyway.
You asked for it, you got it. My "embryo-of-a-blog"
(http://violetta.cbim.it/cocoon/mount/beeb/) now uses RSS 1.0.
You can also get the raw RSS feed by clicking on the little "XML
77 matches
Mail list logo