Re: big ESQL performance problem

2003-03-04 Thread Peter Royal
On Tuesday, March 4, 2003, at 09:08 AM, Leszek Gawron wrote: Things are not so simple for me because I'm plugging into an existing system (database change is impossible). We struggled with that for about two years before giving up (of course the existing system used the pervasive btrieve api

Re: cocoon user-roles=failure

2002-11-05 Thread Peter Royal
you try /WEB-INF/ ? -peter -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faq/index.html To unsubscribe, e-mail

Re: JDBC driver for MS SQL Server 2000 with blob support

2002-09-27 Thread Peter Royal
have to keep on using SQL Server 2000. :( Any links ? Did you use the jTDS? (http://jtds.sourceforge.net/) Its a fork of the FreeTDS code, may have more support. Thats all the free options I know of. -pete -- peter royal - [EMAIL PROTECTED

Re: Monday Night: Free POI, lots of Pizza, And all the info you c an take in one night about POI and the Cocoon HSSF Serializer!

2002-07-13 Thread Peter Royal
On Friday 12 July 2002 10:55 pm, Argyn Kuketayev wrote: I wonder how many ppl do Cocoon on East Coast? If more than 3 then it's enough to have a sort of workshop on Outer Banks some time :) I'm in Jacksonville, FL. -pete -- peter royal - [EMAIL PROTECTED

Re: strange database problem

2002-06-30 Thread Peter Royal
/001/779/msdncompositedoc.xml or http://makeashorterlink.com/?S10911A21 if the above wraps and doesn't work correctly. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered

Re: Unexpected behavior with imported stylesheets

2002-06-27 Thread Peter Royal
on this? You are correct. There was a thread, its on a TODO, but nothing yet. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http

Re: Installation error using JDK 1.4.0: libawt and libXp

2002-06-24 Thread Peter Royal
X installed on my machine so I can't verify that. My best suggestion to you is to attempt to use the interpreted sitemap rather than the compiled one and see how that goes. In WEB-INF/cocoon.xconf at the bottom of the file there are comments indicating how to switch. -pete -- peter royal

Re: Installation error using JDK 1.4.0: libawt and libXp

2002-06-24 Thread Peter Royal
development. Thanks to all the developers for a great framework. Welcome! :) -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http

Re: cocoon or Axkit?

2002-06-18 Thread Peter Royal
On Tuesday 18 June 2002 05:08 am, markus jais wrote: does anybody have experiece with both Axkit and cocoon? I used AxKit around with 1.0 was just released. The biggest thing, are you more comfortable in perl or java? -pete -- peter royal - [EMAIL PROTECTED

Re: Best Practice for shared information lookup? Modules?

2002-06-06 Thread Peter Royal
a role (interface) and your generators/actions can then implement Composable and you can then do componentManager.lookup() to retrieve the component. Add your custom component to cocoon.xconf ala: component-instance class=your.class role=your.role/ -pete -- peter royal - [EMAIL PROTECTED

Re: Best Practice for shared information lookup? Modules?

2002-06-06 Thread Peter Royal
Modules stuff. If the existing Input Modules are akin to what was discussed on -dev last week, then yes you might be able to do that. Congrats on the approval for comitting by the way. thanks! -pete -- peter royal - [EMAIL PROTECTED

Re: Parser Interface

2002-06-05 Thread Peter Royal
? Where did your avalon-excalibur.jar come from? -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: Parser Interface

2002-06-05 Thread Peter Royal
On Wednesday 05 June 2002 04:47 pm, [EMAIL PROTECTED] wrote: Peter, It came from the cocoon-2.0.2-src distribution off the download with the date 11-Jan-2002 03:20 14M Should I be taking from some place else? See if the binary distribution has the correct jar. -pete -- peter royal

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
=org.apache.cocoon.transformation.TraxTransformer use-request-parametersfalse/use-request-parameters use-browser-capabilities-dbfalse/use-browser-capabilities-db xslt-processor-roleorg.apache.cocoon.components.xslt.XSLTProcessor/XSLTC/xslt-processor-role /map:transformer -pete -- peter royal

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
I've found involve people dropping in the Saxon jar. I'm still looking for the proper class to include as the transformer-factory, as suggested by Vadim. com.icl.saxon.TransformerFactoryImpl -pete -- peter royal - [EMAIL PROTECTED

Re: Cocoon problems

2002-06-04 Thread Peter Royal
Component at the base of its supertype heirarchy. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: Multiple XSL Transformers

2002-06-04 Thread Peter Royal
the difference! ). Are you using the HEAD branch from CVS (2.1) or the 2_0_3 branch? If you're using 2_0_3, you need to follow the pieces I sent earlier. If you're using HEAD, there's probably a bug somewhere but I can't help any further since I'm using 2_0_3. -pete -- peter royal - [EMAIL PROTECTED

Re: I18n Performance

2002-05-22 Thread Peter Royal
usage is optional? I'd love for my changes to the I18nTransformer to be able to make it back to the main trunk. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ

Re: I18n Performance

2002-05-22 Thread Peter Royal
/suggestions for now because of (as usual) a limited time. me too. this is all going on my TODO tho :) -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before

Re: handling errors occuring in aggregate

2002-05-22 Thread Peter Royal
- XSLT to wrap in document/ and add X/CInclude line for menu - X/CInclude transformer to include menu. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before

Re: I18n Performance

2002-05-21 Thread Peter Royal
, if it's in the cpu load is very high after a little while and pipeline processing takes very long. It is very slow. I would recommend optimizing your pipelines for cachability to the I18nTransformer is not executed on each request. -pete -- peter royal - [EMAIL PROTECTED

Re: I18n Performance

2002-05-21 Thread Peter Royal
the i18n transformer under the current circumstances. I'll try and package it up sooner :) -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http

Re: Problems with Saxon and xsp

2002-05-07 Thread Peter Royal
believe this was just fixed in CVS: http://www.mail-archive.com/cocoon-users@xml.apache.org/msg10163.html -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ

Re: Migrating DOM based XML generators

2002-04-22 Thread Peter Royal
) walks a DOM tree constructed by something else? It would save me a lot of grief. Look at the org.apache.cocoon.xml.AbstractSAXFragment which uses org.apache.cocoon.xml.dom.DOMBuilder to easily convert a org.w3c.dom.Node to SAX2 events. -pete -- peter royal - [EMAIL PROTECTED

Re: directorygenerator and no size attribute

2002-04-22 Thread Peter Royal
, the original author never needed it and thus it was never implemented. Should be trivial to do so. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http

Re: Small annoyance with xslt transformer caching

2002-04-22 Thread Peter Royal
was planning to fix if you want to do it :) -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e

Re: Question on extending AbstractAction

2002-04-10 Thread Peter Royal
On Wednesday 10 April 2002 01:18 pm, Nick Airey wrote: * Not defining a lifestyle at all means that an instance will be created, used, and destroyed every time it is needed. This is probably not very efficient. oh not probably, its not very efficient at all :) -pete -- peter royal - [EMAIL

Re: Editing, compiling, running Cocoon under debugger?

2002-03-29 Thread Peter Royal
that the class files have changed and reloads the webapp. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: Bizarre SQUID Cocoon PDF caching issue - any brainwaves?

2002-03-14 Thread Peter Royal
a 'grep pdf' or 'grep acro'? -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL

Re: Bizarre SQUID Cocoon PDF caching issue - any brainwaves?

2002-03-13 Thread Peter Royal
when you change extensions? what happens to a .txt with an application/pdf ? -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http

Cocoon v2 article @ xml.com by Stefano

2002-02-13 Thread Peter Royal
http://www.xml.com/pub/a/2002/02/13/cocoon2.html -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html

Re: XSLTC....

2002-01-30 Thread Peter Royal
on this. It was donated to Xalan: http://xml.apache.org/xalan-j/xsltc_usage.html -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Re: Cocoon vs AxKit

2002-01-17 Thread Peter Royal
. AxKit had more power under the hood than I realized :) I only ever used PI's to direct the flow. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting

Re: ComposerGenerator - what is composed?

2002-01-02 Thread Peter Royal
the component manager is all avalon stuff. http://jakarta.apache.org/avalon -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Re: Employing, maintaining, version upgrades

2001-12-26 Thread Peter Royal
well for us. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Employing, maintaining, version upgrades

2001-12-26 Thread Peter Royal
) in the docroot. Good point :) I'll try to remember that next time I'm moving a bunch of files around in my project. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before

Re: Speed Problem

2001-12-13 Thread Peter Royal
for your context. That can literaly shave a second or two off each request under load. There have been quite a few threads on cocoon-dev on this topic recently though, I would suggest checking the archives as well. http://marc.theaimsgroup.com is a good one. -pete -- peter royal - [EMAIL PROTECTED

Re: IBM-jdk-1.3 and cocoon2

2001-12-11 Thread Peter Royal
to Blackdown and its fine. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL

Re: Search Engines

2001-12-07 Thread Peter Royal
it for any purpose or store or copy the information in any medium. You do know that this list is archived on the web, and thus they are stored and disclosed to the world. -pete -- peter royal - [EMAIL PROTECTED] - Please check

Re: Redirect after Generation/Transformation

2001-11-29 Thread Peter Royal
have to implement an action... I would recommend implementing an action and calling the action before the generator. Once you start the SAX stream, you may no longer be able to redirect, depending on whether or not the client has started to receive content yet. -pete -- peter royal - [EMAIL

Re: Accepting Data From The Web and storing it.

2001-11-20 Thread Peter Royal
release a new version/update it you might not want to overwrite XSP documents that users modified. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting

Re: Documentation

2001-11-18 Thread Peter Royal
a lot of documenation that needs to be written. If you like, ask more specific questions, and we can collect the questions and answers to use as the start of a users guide. What do you want to do with your xml documents, any what area of the sitemap are you starting with? -pete -- peter royal

Re: .NET vs. Cocoon

2001-11-16 Thread Peter Royal
details on what piece of .NET you are looking at it might help with better answers. Comparing Cocoon to .NET is like comparing the Java platform to a single win32 application. -pete -- peter royal - [EMAIL PROTECTED] - Please check

Re: Transformers vs. Generators

2001-11-15 Thread Peter Royal
for the client, not good IMHO. So my suggestion to you would be to see if you can load your customer data in the setup() of a transformer, and then only serialize it once the tag you are looking for is encountered. I hope that makes sense :) -pete -- peter royal - [EMAIL PROTECTED

Re: Transformers vs. Generators

2001-11-15 Thread Peter Royal
ever, you can make your transformer Initializable and you can do that in the initialize() method. Thanks for the pieces of advice, no problem. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has

Re: Transformers vs. Generators

2001-11-15 Thread Peter Royal
that it built from the lib directory. Make sure your jar is listed in there as a starting point in debugging. If the jar is there and you still have the error, email me the stack trace. -pete -- peter royal - [EMAIL PROTECTED

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-14 Thread Peter Royal
sources that cannot be represented as an URI, a generator is the way to go, imho. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http

Re: Generators.. was: Re: SV: What is Cocoon good for???

2001-11-13 Thread Peter Royal
. -pete -- peter royal - [EMAIL PROTECTED] - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: numeric entities

2001-08-30 Thread Peter Royal
parameter. What version of Cocoon are you using? Are you having trouble doing this now? Are you using the named entities in your code currently? Did you try switching to using the numeric ones in your code? -pete -- peter royal - [EMAIL PROTECTED] managing partners, inc. - http

Re: cocoon error

2001-08-30 Thread Peter Royal
workaround for this problem (but see the next question) - please let us know at [EMAIL PROTECTED] if you find one. -pete -- peter royal - [EMAIL PROTECTED] managing partners, inc. - http://www.managingpartners.com - Please

C2B2 changes in error reporting.

2001-07-30 Thread Peter Royal
change? Thanks. -pete -- peter royal - [EMAIL PROTECTED] managing partners, inc. - http://www.managingpartners.com - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org

Re: URGENT help needed:from all Cocoonites

2001-07-24 Thread Peter Royal
overview of cocoon2. hope this helps :) -peter -- peter royal - [EMAIL PROTECTED] managing partners, inc. - http://www.managingpartners.com - Please check that your question has not already been answered in the FAQ before posting

Re: [C2] Docs, Docs, Docs....

2001-07-18 Thread Peter Royal
At 03:03 PM 7/17/2001 -0700, you wrote: Can everyone please take some time to contribute to the docs? This will be really helpful for C2-Beta2. Can we create a list of areas that need improvement? I'd love to contribute but i'd like to know where help is needed :) -pete -- peter royal

Re: Forms handling with cocoon

2001-06-28 Thread Peter Royal
against dynamic data, changing navigation between pages. I don't know of any public projects that are using cocoon in the manner in which you describe, but my company is using C2 as the basis for our applications, and there are others in this group that are doing the same. -pete -- peter royal

Re: How do you build your XSLs?

2001-06-19 Thread Peter Royal
sections. I'm sure you could modify it to check on xsp:logic and xsp:expr. With about 30m of work I was able to get it to work decently with XPathScript, a perl-and-XML language for the AxKit project. Hope this helps :) -pete -- peter royal - [EMAIL PROTECTED] managing partners, inc. - http