On Fri, 22 Mar 2002, Elias Karakoulakis wrote:
> I have opened a bug case in bugzilla for the ESQL logicsheet: it doesn't
> behave correctly for some kinds of grouped resultsets (). I
> have tried to debug the logicsheet but it's far too complex to understand
> (yet alone debug...) Suffice to say
On Tue, 19 Mar 2002, Vadim Gritsenko wrote:
> If I'm not mistaken, this will break match like:
>
> src="{1}/{2}?db=PubMed&mode=XML&dispmax=999&term={3}[au]"/>
>
> Where
> {1} = http://www.ncbi.nlm.nih.gov
> {2} = entrez/utils/pmqty.fcgi
bet you it would too. okay, then, any suggestions for a be
On Sun, 10 Mar 2002, David Crossley wrote:
> > hey guys. i'm trying to retrieve some xml content over http to begin one
> > of my pipelines:
> >
> > /nlm/query?author=Smith
> >
> >
> >
> > src="http://www.ncbi.nlm.nih.gov/entrez/utils/pmqty.fcgi?db=PubMed&mode=XML&dispmax=999&term={1}[au]
in a c2 project i'm working on, we're using the request parameter matcher
to match values that we then use in the generator's source url:
http://www.ncbi.nlm.nih.gov/entrez/utils/pmqty.fcgi?db=PubMed&mode=XML&dispmax=999&term={1}[au]"/>
problem was, the request parameter could c
On Thu, 7 Mar 2002, Tony Collen wrote:
> I'm playing around with Cocoon, and I'm using src="http://foo.bar"; /> to generate some XHTML from a website. I'm
> getting back a 403 Denied error from the server, and I've deduced that
> Cocoon is being denied access to the URL based on the User-Agent
(sent to cocoon-users, no help there...)
hey guys. i'm trying to retrieve some xml content over http to begin one
of my pipelines:
/nlm/query?author=Smith
http://www.ncbi.nlm.nih.gov/entrez/utils/pmqty.fcgi?db=PubMed&mode=XML&dispmax=999&term={1}[au]"/>
the xml returned from t
man, disregard that bogus junk - i'd updated the cvs repository into a
*really* old local repository and neglected to build clean first. sorry!
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email
latest cvs. it warns that php isn't found and Cocoon will build without
it, but it fails:
compile:
Copying 30 files to /home/balld/src/xml-cocoon2/build/cocoon/classes
Compiling with Java 1.3, debug on, optimize off, deprecation off
Compiling 600 source files to
/home/balld/src/xml-cocoon2/build/
On Wed, 27 Feb 2002, Vadim Gritsenko wrote:
> > it's running on an nt box, jdk-1.3.1, tomcat-4.0.2. any suggestions?
>
> 4.0.2? Did you make Cocoon work with 4.0.2? I've seen only negative
> responses about this pair.
cocoon-2.0.0 works without problem in tomcat-4.0.2 after you do one little
thi
On Tue, 19 Feb 2002, Szymon Stasik wrote:
> I've discovered serious bug in esql logicsheet while using it with
> cocoon-1.8.3. However the same bug seems to exists in cocoon2. The
> problem is that while node stack logic variables (xspParentNode,
> xspCurrentNode, xspNodeStack) are defined inside
hey guys. i was trying to help someone convert a webapp from 2.0.0 to
2.0.1. we replaced all of the libraries and logkit conf file, and merged
the cocoon.xconf and sitemap.xmap changes. so far, so good. started up
tomcat and saw that the sitemap compiled properly, hooray.
however, when we tried t
i've been thinking recently on what it's like to get starting with c2, and
what one has to do to build a new webapp using c2. i just scanned the bulk
of the c2 user docs and note that there's nothing that tells you how to
get started building your own webapp using c2. it's easy and
well-documented
On Fri, 8 Feb 2002, Stuart Roebuck wrote:
> On Friday, February 8, 2002, at 06:54 pm, Nicola Ken Barozzi wrote:
>
> > Since I've see that the Xerces jar is about 1.6Mb, I remade it with
> > compression on and the resulting size is 834kb. I haven't checked the
> > other jars, but IMHO bandwith cou
hey guys, long time no see. congratulations on getting a production c2
release out the door. i'm impressed with its quality and speed, and sorry
i've not been able to participate for a while now. my day job got
refocused away from doing web sites and onto doing webapps a while back,
and while we w
On Mon, 13 Aug 2001, Davanum Srinivas wrote:
> +1 from meI've had trouble keeping up with him :)
+1 as well. john's been doing this longer than most of y'all. ;)
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For ad
On Mon, 13 Aug 2001, Berin Loritsch wrote:
> If you had updated the jars in such a system, wouldn't you have restarted
> the engine to take advantage of the new jars if they change?
no, resin notices the changes and reloads the classes, apparantly without
restarting the engine or the webapp.
-
On Thu, 9 Aug 2001, Berin Loritsch wrote:
> how do you feel about caching the LogicSheets that are installed in
> the jar files. That would mean that they are read once (per Cocoon
> instance) and cached in the MRUMemmoryStore. They will never
> change--but they are sure needed for logicsheet ge
On Thu, 9 Aug 2001, Sylvain Wallez wrote:
> There are two distinct problems here that I'd like to discuss
> separately: XSP as actions and the Action interface.
+0 on xsps as actions. sure, it might be nice to leverage existing
logicsheets in xsp actions, but writing a standalone action class is
On Thu, 9 Aug 2001, Vadim Gritsenko wrote:
> Hm, with JDK1.3.1 I have got some interesting info; may be it can help you to find
>the problem.
> And may be not. :-/
>
> --
> An unexpected exception has been detected in native code outside the VM.
> Unexpected Signal :
On Tue, 7 Aug 2001, Carsten Ziegeler wrote:
> The configuration of the log is currently done in the web.xml.
> This includes the log level, the log file name etc.
>
> What do you all think about moving this configuration to the
> cocoon.xconf? This would allow any change to take effect
> immediat
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
i'm getting this with the latest c2 and resin:
java.lang.VerifyError: (class: org/apache/cocoon/servlet/CocoonServlet,
method: createCocoon signature: ()V) Incompatible object argument for
function
call
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(
On Wed, 25 Jul 2001, Vadim Gritsenko wrote:
> If it's OK to create one session EJB for the lifetime of a generator, do this
> in configure() method;
> If you need to create/obtain EJB for each request (it may be the case with
> session stateful EJB), you can do this in setup() method.
>
> Look at
On Wed, 25 Jul 2001, Kevin O'Neill wrote:
> I've been running jdk 1.3.1, Redhat 7.1 (2.4 kernel), jboss/tomcat
> (2.2.2/3.2.2), cocoon b2 running on a 500 MHz machine with 512 MB ram
> and found the following.
>
> The stability issues for me seem to stem from the svg renderers thus
> making the s
On Tue, 24 Jul 2001, Jeremy Quinn wrote:
> > >src="org.apache.serialization.TextSerializer"/>
> >
> >should do the trick, right?
>
> Thanks Donald
>
> sorry for the dumb question ;)
hey, i've been the _king_ of dumb questions lately. :)
- donald
---
On Tue, 24 Jul 2001, Jeremy Quinn wrote:
> I have been generating QuickTime Text Tracks from XML in Cocoon 1.
>
> Now I am moving the site to Cocoon 2.
>
> How do you set up the SiteMap to serialize text/plain?
should do the trick, right?
- donald
---
On Tue, 24 Jul 2001, Matthew Langham wrote:
> Has anyone noticed performance/memory issues running C2 under Linux (Suse
> 7.2) and using the SUN JDK 1.3.1 as opposed to 1.2 ?
>
> Is it ok to upgrade to 1.3.1?
i use the blackdown-1.3.1 jdk and have no problems. the sun one gives me
fits.
- donal
On Tue, 24 Jul 2001, Stefano Bonnin wrote:
>
>
> HttpSession ses = request.getSession(false);
> InfoUser userInfo = (InfoUser) ses.getValue("Informations");
> String id = (String) userInfo.getUserId();
>
>
>
>
> sun.jdbc.odbc.JdbcOdbcDriver
> jdbc:odbc:Users
On Mon, 23 Jul 2001, Frans Thamura wrote:
> Would you help me to explain me, step-by-step, because
> I am may be expert enough using cocoon 1.8x but in
> Cocoon 2. I am successfully install cocoon2, and work
> well. but since today, I still cannot create an XSP.
all i can do is tell you to follo
On Mon, 23 Jul 2001, Vadim Gritsenko wrote:
>
>
>
>
>
>
> Comments are very welcome.
superb! one thing - shouldn't the status-code default to the error type?
- donald
-
To unsubscribe, e-mail: [EMAIL PR
On Mon, 23 Jul 2001, Ed wrote:
> I have been working with C1 using AbstractProducer.
> What should be used in C2?
implement Generator. any of the programmatic Generators should serve as a
good example - see RequestGenerator for instance. you could, of course,
also use xsp pages to generate dynam
On Mon, 23 Jul 2001, Carlos Araya wrote:
> I would like to test cocoon2b2, but need to maintain my installation of
> Cocoon1 to publish some of the content I'm using. Is there any problem with
> installing Cocoon2 in the same Tomcat installation that hosts Cocoon1? Or
> should I install a new ins
On Mon, 23 Jul 2001, Torsten Curdt wrote:
> Anyone using a debugger on Cocoon?
> (The stop/deploy/start cycle make me mad 8-|)
>
> I'm not quite sure to how to make my Tomcat4+C2 combo
> startup in debug mode so I can connect.
you can supposedly start t4 in a debugger:
catalina.sh debug
or som
On Fri, 20 Jul 2001, Morrison, John wrote:
> Err! and what are we supposed to do instead? I *assume* this has
> consequences for C2?
use jikes? continue to request a java compiler api jcp working group?
(frankly, i'm astonished at the choices that are being made in jdk1.4 -
incompatible change
On Fri, 20 Jul 2001, Berin Loritsch wrote:
> I have committed a patch to Cocoon 2.1 that allows us to use
> to specify a file with URIs to process in it. The format of
> the file is simple: 1 uri per line. It is invoked in the
> following manner:
>
> run -f uris.txt
>
> The uri files are additi
On Thu, 19 Jul 2001, Sylvain Wallez wrote:
> > The problem I see is that new versions of Ant can (and have) introduced
> > various incompatibilities with prior versions. This means that all projects
> > have to ensure that they are all using the same version of Ant and that they
> > all upgrade
On Thu, 19 Jul 2001, Michael McKibben wrote:
> I am new to cocoon and have been playing with the beta1 for several days
> now. I am salivating over all the possibilities available with cocoon2!
>
> One issue with the Cocoon Servlet: it seems unsafe to assume that the
> WEB-INF/ directory is write
On 19 Jul 2001 [EMAIL PROTECTED] wrote:
> + --- Additional Comments From [EMAIL PROTECTED] 2001-07-19 11:07 ---
> + Not really, The namespace is wrong... Try "http://apache.org/xsp/request/2.0";
> + instead of "http://apache.org/xsp/request";.
okay, now i feel _really_ stupid.
- donald
On Wed, 18 Jul 2001, Vadim Gritsenko wrote:
> Don't blame on SQL examples, they are working - just set ! ;-)
>
> Donald,
> what is your (non-working) configuration?
just dropping the cocoon.war file into resin or tomcat. i thought that the
default cocoon.war file was supposed to fire up an hsqld
On Wed, 18 Jul 2001, Morrison, John wrote:
> I'd prob be up for it. Esp if it was in the UK.
i'll host it if it's in north carolina ;) yee-haw.
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, em
On Sat, 14 Jul 2001, Andrew C. Oliver wrote:
> Would there be interest in this donation? To what portion of the
> project would this be most appropriate, or should this be seperate
> somehow? How would we go about doing it (the docs seemed to more point
> to altering existing code than new stuf
On Wed, 18 Jul 2001, Morrison, John wrote:
> OK, but that may take some time!
>
> While I'm chatting - should the C2 documentation contain so much about C1?
no! we should not continue to define ourselves in terms of what we're not.
- donald
On Wed, 18 Jul 2001, Carsten Ziegeler wrote:
> Could you all please test if everything is working especially
> the sql examples, so that we can go beta2 on monday?
working sql examples would be nice - i thought that's why we included
hsqldb, but it's never worked for me. anyway, does anyone mind
On Tue, 17 Jul 2001, Morrison, John wrote:
> Could you post the files for the 'other' site you posted (on webslingerZ I
> believe) that was svg heavy? There's no reason why we can't add a link to
> it, if people want to wait for something pretty...
i'm planning on adding it as an optional skin
On Tue, 17 Jul 2001, Morrison, John wrote:
> The target you want is libs-jar.
okay, i think that's a big _duh_ for me. thanks.
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTEC
as you probably saw in cvs, i added a task to build.xml (sitewebapp) to
generate a standalone webapp that creates a version of c2's web site. i
have it installed on a tomcat instance running on nagoya:
http://nagoya.apache.org:8080/cocoon-site/
cheer and rejoice. c2 is running on an apache.org m
hey guys. after a solid few hours of people banging on one of my sites
with heavy duty use of svg's, the svg serializer starts failing to
respond. i find this exception scattered through cocoon.log:
[2001/07/16 23:43:47] null
java.lang.NoClassDefFoundError
at
org.apache.batik.gvt.renderer
On Sun, 15 Jul 2001, giacomo wrote:
> To be honest, the code base has grown very quickly the last few month.
> I thought that the 304 was only produced by the ResourceReader so far
> but it seems that other parts of the code will produce 304 as well.
> Actually I don't know which part is also pro
On Sat, 14 Jul 2001, Davanum Srinivas wrote:
> +1 for using Componentizing XSLTProcessor.
+1 from me too. sounds very logical.
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTEC
On Sat, 14 Jul 2001, giacomo wrote:
> The 304 code should only be set if there was a is-modified-since header
> presented from the client (browser).
>
> Everything else is nonsens.
that's what i thought too, and the code seems to back us up, but my
_experience_ has been different. i was hoping t
On Fri, 13 Jul 2001, Torsten Curdt wrote:
> Guys I was playing a little bit with JMeter and maybe
> I was doing something totally wrong but the result was
> more than disappointing...
>
> I hit our Win2000 + JDK 1.3 + Tomcat 4b3 + C2.1dev installation
> on a PIII 700 with 256MB with 10 threads an
On Fri, 13 Jul 2001, Carsten Ziegeler wrote:
> I do not totally disagree, but I don't like the configuration part of it.
> When you design your site/create the sitemap you don't want to think
> about how the pipelines should be handled: if the output stream
> should be directly written or "cached
On Fri, 13 Jul 2001, Sylvain Wallez wrote:
> Sometimes the jdk 1.3 compiler produces class files whith a higher
> version number than the one accepted by jdk 1.2
ah, i didn't know that. i wonder what happens if you try to use the
-target option of javac but also link against jdk-1.3 classes and
On Fri, 13 Jul 2001, Carsten Ziegeler wrote:
> But our experience showed that if you compile c2 with the jdk 1.3 (which
> then is required) it does not always work with the jdk 1.2. I don't remember
> the details.
really? that's shocking, the class file format didn't change, afaik. hmm.
- donal
On Fri, 13 Jul 2001, Carsten Ziegeler wrote:
> there current version of c2 is not compilable with the jdk1.2,
> because of some reference to new methods of the java.net.URL
> class which are introduced in jdk 1.3.
> These are in the URLSource: getUserInfo() and in the
> URLFactoryImpl: getPath().
okay, that's a bad way to state this, but hear me out. c2 is setting the
HTTP response code 304, SC_NOT_MODIFIED, too aggressively. that is to say,
it appears that clients who do not have a copy of the resource cached are
erroneously receiving the 304 response code. a grep of my access_log
reveals
On Thu, 12 Jul 2001, Carsten Ziegeler wrote:
> now that we have the cocoon: protocol, I would suggest, that
> the map:redirect-to should required the cocoon: protocol.
>
> Currently it is possible to write map:redirect-to uri="welcome",
> which does a redirect to the pipeline "welcome".
> I think
On Thu, 12 Jul 2001, Carsten Ziegeler wrote:
> With the current design of cocoon2 it is not possible to have always a
> clean error page.
> The problem is that the components, e.g. the content aggregation write
> directly to the output stream. If some components have written something
> and an er
hey guys. i've got an xsp page like so:
http://apache.org/xsp";
xmlns:esql="http://apache.org/cocoon/SQL/v2";
xmlns:xsp-request="http://apache.org/xsp/request";
language="java"
>
intranet
select
client_table.id,client_table.name,client_status_table.name from
client_table
On 10 Jul 2001 [EMAIL PROTECTED] wrote:
> bloritsch01/07/10 13:18:49
>
> Modified:src/org/apache/cocoon/transformation Tag: cocoon_20_branch
> RoleFilterTransformer.java
er, what's the point of having a 2.0 branch if we're going to check
experimental components
hey guys. i've got a patch that adds a new method to the Request object -
getCookieMap. does what it say, returns the Cookies in a Map. i find it to
be helpful and i'd like to commit it, but i wanted to check and see what
the party line was on augmenting the Request object. as long as the
augmente
On Tue, 10 Jul 2001, Davanum Srinivas wrote:
> Checked in the XSL's and the patches. A link will show up in the
> samples main page. This will definitely reduce the # of requests we
> get for documentation.
score, thanks!
> But we definitely still need to make it look better. Does anyone have
>
On Tue, 10 Jul 2001, Torsten Curdt wrote:
> But I have been wondering a couple of times...
> Shouldn't there be some common standard parameter
> available in the substitution map?! Like:
>
> - requested uri
> - servlet context or base-uri
> - query parameters
>
> Or is an action the better and cl
On Mon, 9 Jul 2001, Donald Ball wrote:
> hey guys, i've got something strange going on. i've got resin-2.0.0
> installed on two seperate redhat-6.2 boxes. on one box, my c2 webapp works
> great. on another, all requests are met with this exception:
never mind, it was CLASSPA
hey guys, i've got something strange going on. i've got resin-2.0.0
installed on two seperate redhat-6.2 boxes. on one box, my c2 webapp works
great. on another, all requests are met with this exception:
java.lang.VerifyError: (class: org/apache/cocoon/servlet/CocoonServlet,
method: createCocoon
On Mon, 9 Jul 2001, Gerhard Froehlich wrote:
> Hi Team,
> I tried to get the FilesystemStore from the ComponentManager
> in my MRUMemoryStore class. I looked around in your source code
> to understand how to use the component manager (and the avalon
> project of course):
>
> --schnipp--
> ...
>
how is this file created from the batik cvs repository?
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
On Mon, 9 Jul 2001, Ignacio J. Ortega wrote:
> Or only one image + map , or better only text with fancy styles.., but
> no 20 ( or more not counted carefully :) separate images of 3kb each (
> 60Kb in nothing but fanciness)...
42, actually, if i recall a'right. and yeah, they're completely
gratu
On Sun, 8 Jul 2001, John Morrison wrote:
> Yeah, I thought about that after sending the email. Tell you what, how
> about integrating it as part of the sample webapp *and* having the option of
> creating it 'stand alone'?
that would be the best of all possible worlds, i reckon. hey, lookit, i'v
On Sun, 8 Jul 2001, John Morrison wrote:
> Why not integrate it into the example webapp? Most folks generate *that* as
> a starter and then can't complain that the doc's aren't viewable...?
i'd love to, but i don't know enough ant yet. part of me thinks that it
should be its own webapp tho.
-
i just realized i could put it up myself for easy perusal, so i did:
http://webslingerZ.com/cocoonsite/index
temporarily, anyway.
- donald
-- Forwarded message --
Date: Sun, 8 Jul 2001 00:30:16 -0400 (EDT)
From: Donald Ball <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECT
i have uploaded a zip file containing a c2 webapp that generates a
good-sized subset of the c2 site. it needs some style work and it needs to
handle the special case docs (faqs, etc.), but it's a first pass and it
works. i'd like to add this to the c2 cvs, but i'm not enough of an ant
expert to kn
http://www.xmlhack.com/read.php?item=1288
has anyone used either of these?
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
On Mon, 2 Jul 2001 [EMAIL PROTECTED] wrote:
> > I'm not 100% sure, but it looks like the current
> > SAX2DTM code expects to be passed both, and I can imagine that Cocoon
> might
> > be trying to take the shortcut...
>
> The code should work fine if passed only startPrefixMapping and
> endPrefixM
hey guys. when i try to issue a sitemap redirect using
tomcat-4.0b5+apache, i get this exception:
java.lang.IllegalArgumentException:
tables/trouble_ticket_table/query?clause=active&clause=for-employee at
org.apache.catalina.connector.HttpResponseBase.toAbsolute(HttpResponseBase.java:673)
at
org.
On Thu, 5 Jul 2001, Michael Hartle wrote:
> >although this brings up a secondary issue - should the Environment class
> >provide a abstract method to create cookies? theoretically, my
> >cookie-creating-component shouldn't have to assume that it's operating on
> >an Http request...
> >
> AFAIK,
On Thu, 5 Jul 2001, Sergio Carvalho wrote:
> Wouldn't this break streaming? i.e. producing output even when only
> part of the result has been processed? Streaming buys you some
> processing time if you have 'heavy' pages, but still want to follow
> the rule of thumb of producing some feedback in
On Thu, 5 Jul 2001, Uyttenhove Jan wrote:
> I used cookies, had some problems, but finally, it worked.
> How do you set your cookies?
Cookie cookie = new HttpCookie(name,value);
response.addCookie(cookie);
after some more fiddling around, it's working, dunno what i did to fix it,
but oh well.
On Thu, 5 Jul 2001, Vadim Gritsenko wrote:
> Can you do just quick check on your JDK - how looks result of Map.toString()?
> My results:
> {a=b, x=y} under Win / VAge3.5, JDK 1.2.2-0
> {x=y, a=b} under Win / Sun JDK 1.3.0-C
> for the same code.
well, so much for that theory. i filled a
On Thu, 5 Jul 2001, Vadim Gritsenko wrote:
> I do think that newly introduced behaviour is might be desirable in
> some cases, but I also want to have an opportunity to use previous
> one. I do propose to introduce new parameter for TraxTransformer,
> something like _useParametersValues. Other so
On Thu, 5 Jul 2001, Carsten Ziegeler wrote:
> Creating an intermediate output stream for the response and not directly
> writing to the output stream of the servlet engine (or the environment).
>
> This would solve the following problems:
> 1. The output stream can be reset at any time, making re
On Thu, 5 Jul 2001, Carsten Ziegeler wrote:
> Now I understand your problem. Quick thinking, I would say that
> the generated key not only contains the parameter names but
> the parameter values as well. I think this is ok, as you could
> say that the file name of the xsl file is a paramter named
On Thu, 5 Jul 2001, Stuart Roebuck wrote:
> I'm not a ClassUtils expert, but seeing as getCanonicalPath optimization
> is important to me I feel I should encourage this thread!
>
> As far as I can see there shouldn't be any need for getCanonicalPath() in
> this method, however, I'm not sure that
hey guys. i'm getting some weird cookie problems in c2. i can set cookies,
and i have verified that yes, they're actually being received by my
browsers, but when i request cookies from the Request object, i never get
any. i'm using tomcat-catalina-4.0b5. has anyone else run into this sort
of probl
On Wed, 4 Jul 2001 [EMAIL PROTECTED] wrote:
> This is my XML code:
> --
> laguage="java"
> xmlns:xsp="http://www.apache.org/1999/XSP/Core";
> xmlns:esql="http://apache.org/cocoon/SQL/v2";
> >
> ...
>
> org.gjt.mm.mysql.Driver
> jdbc:mysql://localhost/test
>
On Wed, 4 Jul 2001, Carsten Ziegeler wrote:
> I did test the slides example and checked the code. It looks both ok.
> You can indicate that
> the request parameters are used inside the stylesheet by
> specifying the parameter "use-request-parameters" in
> the pipeline. Take a look at the slide ex
On Mon, 2 Jul 2001, Berin Loritsch wrote:
> > heya. i recently got my tomcat-catalina and my apache talking to each
> > other, hurrah. i took the opportunity to load test my cocoon webapp.
> > overall, it held up pretty nicely, but when i cranked up the concurrency,
> > i started getting some exc
how does the TraxTransformer indicate that the cacheability of its
contents depends on the request parameters, if useParameters is true? as
far as i can tell, it doesn't in any way. what's up with that?
- donald
-
To unsubscrib
On 3 Jul 2001 [EMAIL PROTECTED] wrote:
> cziegeler01/07/03 00:35:19
>
> Modified:lib xalan-2.2.0.jar
> Log:
> Latest xalan from cvs
>
> Revision ChangesPath
> 1.4 +1062 -1045xml-cocoon2/lib/xalan-2.2.0.jar
>
> <>
didn't we agree to rename this? :) (note i
heya. i recently got my tomcat-catalina and my apache talking to each
other, hurrah. i took the opportunity to load test my cocoon webapp.
overall, it held up pretty nicely, but when i cranked up the concurrency,
i started getting some exceptions here and there. one was:
DEBUG 28325 [cocoon
On Fri, 29 Jun 2001 [EMAIL PROTECTED] wrote:
> Don, I certainly can't replicate this on the command line, with any of the
> different flavors. Some questions:
the problem does _not_ occur from the command line.
> 1) When did you get your last CVS refresh? Did you try it with the latest?
> (A
. when i
invoke xalan from the command line, it works properly.
anyone have a suggestion?
- donald
-- Forwarded message --
Date: Wed, 27 Jun 2001 15:52:09 -0400 (EDT)
From: Donald Ball <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: Scott Boag/CAM/Lotus <[EMAIL PROTECTED]&g
On Wed, 27 Jun 2001, Ted Leung wrote:
> Would you be in favor of it as an xml.apache.org projectA?
i guess so, yeah.
- donald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]
On Thu, 28 Jun 2001, Stuart Roebuck wrote:
> I appreciate this is a very unscientific question, but: how are people
> finding the performance of the current C2 or C2.1 release of Cocoon 2,
> particularly with regard to startup times and compared with earlier C2
> releases and C1?
startup times
i think i have some good data on this now. here's the xml right before
it's sent to xalan:
http://intranet.webslingerZ.com/xml/site/v1";>
AppointmentVacationTrouble TicketProject
MilestoneballdwebslingerZ
i wrote a little debugging stylesheet so i could see what xalan was doing:
i've got a strange problem with the latest xalan-2.2dev and namespaces.
i've got these three pipelines set up:
the 'bar' pipeline is what i'd ideally like to end up working. it
generates a
On Wed, 27 Jun 2001, giacomo wrote:
> Sorry, Chritian, not having picked up your patches so far. I'm a little
> bit under deadline pressure from projects I'm working on. If some of the
> other Cocoon developpers have the time to check the patches and apply
> them, good, else I'll review them at a
On Wed, 27 Jun 2001, Ted Leung wrote:
> I haven't seen much response to this in [EMAIL PROTECTED]
>
> Does anyone from the Axis/SOAP/Cocoon communities have any comments
> on this?
i think it looks like a good attempt at a solution to a very pervasive
problem (namely, that it's difficult to writ
On Wed, 27 Jun 2001, Carsten Ziegeler wrote:
> what do you think about enhancing the information logged to the
> cocoon.log?
> For debugging etc. it would help to have a better formatted
> time information, the current url request perhaps the current
> ip address of the client etc.
> So I would s
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
1 - 100 of 166 matches
Mail list logo