RE: Apperant Failure

2003-05-27 Thread Chris Pratt
After much effort I have got cocoon half working on Weblogic 6.10 Sp3 Now I am getting the following error: Failed to generate program code (this may happen if you use Xalan in incremental processing mode). Please check log file and/or console for errors. In the web log I have the following: Se

Apperant Failure

2003-05-27 Thread Dave Allen Barker Jr
Stylesheets that use generate a "Unable to get transformer handler" error. Any help would be greatly appreciated! I hope the following information is insightful. My Process 1. Exploring the LinkRewriter Demos, I went to the "sitedemo". 2. org.apache.cocoon.ProcessingException: Failed to e

Re: new namespaces in 2.1

2003-05-27 Thread Konstantin Piroumian
All the major changes 2.0 -> 2.1 are listed in the Changes list at: http://cocoon.apache.org/2.1/changes.html This includes the i18n transformer namespace switch. Also, the i18n docs were updated to reflect the new namespace: http://cocoon.apache.org/2.1/userdocs/transformers/i18n-transformer.html

Re: problems tracking session from page to page

2003-05-27 Thread Mike Lenyon
geoff, you're right! i moved the create-session attribute to the first map:part in the aggregation you saw in my example. i did the same in another nearly identical aggregation in my sitemap. now i'm able to access the session from within the particular map:part where i wanted to in the first p

Re: Logging in cocoon.

2003-05-27 Thread Marc Portier
Irina, some wild guesses from a distance (maybe including the relevant parts of the code, the logkit.xconf and cocoon.xconf could help us narrowing that distance) - mismatch in the debugging level? - some of this logging is through buffered outputstreams, not untill those get flushed you will s

Re: FOP/HSSFSerializer's and non-english characters

2003-05-27 Thread Yury Mikhienko
On Tue, 27 May 2003 11:44:48 +0400 Yury Mikhienko <[EMAIL PROTECTED]> wrote: > On Mon, 26 May 2003 21:35:18 +0200 > "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > > > Yury Mikhienko wrote: > > > Cocoon's FOP/HSSFSerializer still does not support non-english characters, > > > can I solve this prob

RE: [solution] Re: Error setting up cocoon

2003-05-27 Thread Eugene Kaganovich
It looks like tomcat doesn't like spaces in the installation directory. I moved everything from "C:\apache group\tomcat 4.1" to "c:\tomcat", and now things seem to be working. Thanks everyone for reassurances that what I was doing was supposed to work. I'll probably have more app-specific question

RE: 2.0.4 scheduler

2003-05-27 Thread scottwarren
I am in Melbourne and have used Cocoon successfully as reporting engine. XSP in the Back, HTML and Excel in the Front. Regards Scott Warren Ocom Software ... Exceeding Quality. Phone : +61 419 102063 Email : mailto:[EMAIL PROTECTED] Web: ocom.com.au -Original Message- From: T

No output generated by HSSFSerializer

2003-05-27 Thread Martyn Wilson
I am trying to generate Excel from a cocoon pipeline. The XML generated in the pipeline when serializes as XML appears to be valid. If imports into Gnumeric without errors, then if I export as an Excel file this imports into Excel without problems. So, why doesn't HSSFSerializer like it? The bro

RE: tag failure

2003-05-27 Thread Orson Davis
Thanks everyone, I got this figured out.  I needed a site component that read dealt with the tag.  This is what worked for me.         Now all is just fine.   -Original Message-From: Orson Davis [mailto:[EMAIL PROTECTED]Sent: Tuesday, May 27, 2003 12:04 PMTo:

using XML String in XSP

2003-05-27 Thread Gould, Troy (ELS)
I'm using cocoon 2.0.4 and having difficulties with the xsp-util:include-expr and xsp:expr tags. I have a method in a class that returns a XML Document as a String which I want to utilize within an xsp page. However, I don't want the string to come back as text because the '<' tag (and others) wi

[solution] Re: Error setting up cocoon

2003-05-27 Thread Stavros Kounis
yes that's it geoff i had the same problem after cocoon build i have just copy all cocoon-2.1/lib/endorsed/ jars into tomcat/common/endorsed but cocoon use to give me blank pages after your post i check the content of common\endorsed and WEB-INF\lib and left in common\endorsed only the same ja

Re: new namespaces in 2.1

2003-05-27 Thread Alex Romayev
FYI: There was apparently a discussion on the dev list: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=105158638805039&w=2 -Alex --- Stavros Kounis <[EMAIL PROTECTED]> wrote: > > hi people > > reading the last thread in this list about session > transformer > i have notice that some namespac

Why tag does not work in

2003-05-27 Thread Yan, Charlene
I am using XSL formatting objects. I'm trying to specify different font weight to some text in one block. Solution Name: Somehow after I add the wrapper tag, the text inside the wrapper is not displayed. Only select name is displayed. I have attached the stylesheet below. Please help

new namespaces in 2.1

2003-05-27 Thread Stavros Kounis
hi people reading the last thread in this list about session transformer i have notice that some namespacer have change fro 2.0 to 2.1 some weeks ago i have get the same answer about i18n tranformation is it possilbe to announce somewere all namespace changes from 2.0 to 2.1 so people dont spen

Re: Did Something happen to the sessiontransformer?

2003-05-27 Thread Alex Romayev
Exactly what happened to me ;) --- JD Daniels <[EMAIL PROTECTED]> wrote: > OH MY GOODNESS > > > Thank You !!! > > Been Smashing my head on this for two hours :) > working great now. > JD > > - Original Message - > From: "Alex Romayev" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sen

Re: Did Something happen to the sessiontransformer?

2003-05-27 Thread JD Daniels
OH MY GOODNESS Thank You !!! Been Smashing my head on this for two hours :) working great now. JD - Original Message - From: "Alex Romayev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 1:03 PM Subject: Re: Did Something happen to the sessiontransformer? > Se

Re: Did Something happen to the sessiontransformer?

2003-05-27 Thread Alex Romayev
Session transformer's namespace has been changed to: http://apache.org/cocoon/session/1.0. So at the moment it's ignoring the old namespace. Would be nice for it to give you a warning, wouldn't it ;) -Alex --- JD Daniels <[EMAIL PROTECTED]> wrote: > Whoops.. Cocoon2.1M2 > > - Original Me

Re: Did Something happen to the sessiontransformer?

2003-05-27 Thread JD Daniels
Whoops.. Cocoon2.1M2 - Original Message - From: "JD Daniels" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 27, 2003 1:46 PM Subject: Did Something happen to the sessiontransformer? > src="org.apache.cocoon.webapps.session.transformation.SessionTransformer"/> > >

Did Something happen to the sessiontransformer?

2003-05-27 Thread JD Daniels
Completely ignores it.. no error logged anywhere, but This is what i get in my browser: (The Authentication seems to be working normally.. ie, logging in and out) JD - To unsub

RE: Cocoon Stammtisch in Vienna, Austria

2003-05-27 Thread Reinhard Pötz
Uuups, wrong adress :-( Reinhard > -Original Message- > From: Reinhard Pötz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 27, 2003 10:21 PM > To: [EMAIL PROTECTED] > Subject: RE: Cocoon Stammtisch in Vienna, Austria > > > Hallo Alex, > > Wäre für dich der 25. oder 26.6. auch okay? >

SV: Proxy Redirect and sunshine module authentication

2003-05-27 Thread Askild Aaberg Olsen
Hello Raj! If you use cookies to maintain session state, you lose the session with mod_proxy/mod_rewrite in Apache, as long as you *don't* map the Apache httpd's path exactly as the servlet's. Since "/mysite/" != "/cocoon/mysite/" in your case, this seems to be the problem. In http://wiki.cocoon

RE: Cocoon Stammtisch in Vienna, Austria

2003-05-27 Thread Reinhard Pötz
Hallo Alex, Wäre für dich der 25. oder 26.6. auch okay? Den Termin werde ich dann falls er sich aus den div. Antwortmails automatisch ergibt nächsten Dienstag festlegen bzw. darüber abstimmen lassen. Liebe Grüße Reinhard > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: background task manager

2003-05-27 Thread Geoff Howard
Best way to do that is to submit a "bug" to bugzilla - be sure to add [PATCH] to the beginning of the summary. That way it won't get lost in the shuffle and all committers will get "nagged" until it's acted on. Probably someone more knowledgeable about the Excalibur projects you used will look at

background task manager

2003-05-27 Thread David Kavanagh
I'm seeking a committer to help review the stuff I've written. I know it works for what we've been using it for and will probably help a bunch of other people out. I have the OK from our management for donating the code, but need a committer to make sure I haven't done anything "taboo" in the c

Re: Error setting up cocoon

2003-05-27 Thread Geoff Howard
That root cause: java.lang.IllegalAccessError: class org.apache.xml.dtm.ref.sax2dtm.SAX2DTM2$AncestorIterator cannot access its superclass is 99.9% sure to be the endorsed dir issue that you think you've fixed. I'm pretty sure this is what happens when two different versions of the jars are in comm

Re: How to access sourceResolver in action configure() method

2003-05-27 Thread Charles Yates
oops, I mean sitemap.xmap, not cocoon.xconf. Charles Yates wrote: Can you put the configuration stuff into cocoon.xconf? Then it would be available in configure(). If not you could implement Contextualizable and get the HttpContext like this: public void contextualize(Context aContext) th

Re: Proxy Redirect and sunshine module authentication

2003-05-27 Thread Rajasekhar Atchutuni
Hello all, We have a web site and it is redirected by Apache using mod proxy which works fine. ProxyPass /mysite/ http://webserver.com:8080/cocoon/mysite/ ProxyPassReverse /mysite/ http://webserver:8080/cocoon/mysite/ But under mysite we have another module which uses the sunshine

Error setting up cocoon

2003-05-27 Thread Eugene Kaganovich
Hi, I'm trying to install cocoon 2.1M2 under Tomcat "Apache Tomcat/4.1.24-LE-jdk14" running with j2sdk1.4.1_02. I have xml-apis.jar and xercesImpl-2.4.0.jar in the common\endorsed directory under Tomcat, and I tried to put both xalan-2.5.0.jar and xalan-20030506.jar there too, but I keep running

XSP generating CDDATA section?

2003-05-27 Thread Mark H
Is there anyway for XSP to insert a generated CDDATA section into the SAX stream? I'm trying to modify the esql logicsheet so it outputs a string unescaped (there are HTML entities in the field's content). Mark - To unsubscribe

Re: How to access sourceResolver in action configure() method

2003-05-27 Thread Charles Yates
Can you put the configuration stuff into cocoon.xconf? Then it would be available in configure(). If not you could implement Contextualizable and get the HttpContext like this: public void contextualize(Context aContext) throws ContextException { myContext = (HttpContext)

Re: How to access sourceResolver in action configure() method

2003-05-27 Thread David Kavanagh
Michal, The action has access to the SourceResolver in the act() method, but not the compose() method. In cocoon2.1, I hear you can get access to the SourceResolver via the ServiceManager (or will it still be the ComponentManager?). David DURDINA Michal wrote: Hello! I am using own Configurab

How to access sourceResolver in action configure() method

2003-05-27 Thread DURDINA Michal
Hello! I am using own ConfigurableComposerAction and I have problem with loading configuration from external file (from filesystem). In act() method, I would use SourceResolver parameter passed to this method, but in configure() method I do not know where should I get the source resolver from. I a

tag failure

2003-05-27 Thread Orson Davis
I am running cocoon2.0.4 on tomcat/jboss 3.0.4 with jdk1.4.0 on a windows 2000 server.   My generator is the jsp generator and the problem I am running into is in calling from the original jsp called.  It actually runs through the jspgenerator, traxtransformer and then at some point I get

Re: [SOLUTION]Re: Need to use getInputStream() from HttpRequest !!!

2003-05-27 Thread Geoff Howard
The example at the wiki assumes you are working with FilePartFile - the example in the book probably doesn't make that assumption. At 09:30 AM 5/27/2003, you wrote: Ok, I find the error. The example is not worinkg for me. The example is either false or it's only me. I used the example on the book

Re: problems tracking session from page to page

2003-05-27 Thread Geoff Howard
I think the issue is the aggregation. to test, go directly to the general.currentproduct pipeline (with the create-session attr. in). If that works, try to move it to the first map:part if you can as a workaround. A better solution would be to look into the session actions that will ensure you ha

cinclude transformer - select attribute

2003-05-27 Thread Martin Heink
i want to include the content of a subelement from an xml-file using the cinclude-transformer with the select attribute rather than including the whole file with the element-attribute. but while: works as expected, returns nothing. (cocoon-version: 2.1m2) thx 4 helping - martin heink