Cocoon & JBoss examples

2003-06-19 Thread Denis Svishchev
Hi! Does anybody know where can I find some examples about using EJB components under JBoss from Cocoon XSP? Thanx. -- Best regards, Denis Svishchev ZAO "Mobicom-Kavkaz" - To unsubscribe, e-mail: [EMAIL PROTE

Upgrading Java

2003-06-19 Thread Derek Hohls
I am wanting to upgrade my Java version from 1.3 to 1.4 in order to keep pace with new software that needs it - however, I have the '1.3 compatible' version of Cocoon installed. Are then any "issues" in putting in the 1.4 version of Cocoon... can I just overwrite all the jars in the library and r

Re: Link Livesite: (www.mammakarzinom.de)

2003-06-19 Thread Joerg Heinicke
Cool, another website running on the most current Cocoon version. Added to CVS. Joerg Sascha Kulawik wrote: Hello everybody, we have now finished one of our projects and can tell, that we have a new customer sucessfully online with Cocoon. The complete Rendering in done though Cocoon 2.1m2, C

trouble with xsp on cocoon

2003-06-19 Thread Alex Keledjian
Hello, I have some little trouble with this XSP script : The aims of this one is to get some POST variables, to build a query, compute it and show the result with XSLT stylesheet. I use cocoon 2.0.4 j2sdk1.4.1_02 But cocoon says that to me : org.apache.cocoon.ProcessingException: Language Excep

Serious Problem with sql:transformer

2003-06-19 Thread Alexander Schatten
I user SQL transformer also to insert (and update) datasets in the database, as this is rather handy. It works basically fine, but today it took me hours to figure out one problem. (Cocoon 2.04) I use http://apache.org/cocoon/SQL/2.0";> statements with an INSERT INTO ...

session-validator problem

2003-06-19 Thread Bruno Pierre
Hello,   I've downloaded cocoon a month ago and it's good but hard. I've a problem when trying to adapt the "protected" tutorial to my application.   here is a part of my sitemap.xmap                                    

AW: No results from a stored procedure

2003-06-19 Thread Michael Raffenberg
Hi, try it with Here is a fast example: {call pip2a9.HiQuery ('', '', '', '583911','class_id','true','sl', '','pl','ps',)}

[Error] Sendmail Logicsheet and Cinclude

2003-06-19 Thread whump
I've been stumbling the past couple of days through the sendmail logicsheet and sendmail actions in 2.1-M1. Here's what I'm trying to do: Include generated content (i.e. content produced by a pipeline) into the body of an email sent by sendmail action or logicsheet. Unfortunately, neithe

RE: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Yan, Charlene
Joy, I have a question for you since you are using gnumeric. Does your PrintInformation section? I am trying to change Header, Footer and Orientation of the Excel. Somehow it's not taking it at all. See below: -1 -1 1.00

RE: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Yan, Charlene
Joy, I have a question for you since you are using gnumeric. Does your PrintInformation section? I am trying to change Header, Footer and Orientation of the Excel. Somehow it's not taking it at all. See below: -Original Message- From: Yan, Charlene Sent: Thursday, June 19, 200

RE: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Yan, Charlene
Joy, try shade=2. It should work. -Original Message- From: David Kavanagh [mailto:[EMAIL PROTECTED] Sent: Thursday, June 19, 2003 11:24 AM To: [EMAIL PROTECTED] Subject: Re: color in excel spreadsheet not working with HSSFSerialiser Joy, Have you tried looking at the HSSFSerializer cod

weird svg problem

2003-06-19 Thread rob
Hi,   I have a really strange problem when using svg inside the tag.   When I don't use cocoon to serve the following page everything is fine and I get an alert, but when cocoon serves the page the _javascript_ fails at getSVGDocument (or getSvgDocument).   Here is my simple html page :  

RE: No results from a stored procedure

2003-06-19 Thread Tim Bachta
Here is the code from the page: http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; create-session="true"> String beginTime ="5-20-2003"; String endTime

Exception when using copy-of

2003-06-19 Thread Stefan Hilzinger
this message had been rejected because of its previous subject, so I send it again. Sorry if you should receive twice as well! hi! I'm creating a website using the following software: Tomcat:4.1.24 Cocoon: version 2.0.5-dev Xalan: 2.5.1 Xerces: 2.4.0 jdk 1.4.1_02 os's: windows xpp / suse linux 8

Cocoon in BEA Weblogic

2003-06-19 Thread Ralph Goers
Does anyone have experience with running Cocoon in Weblogic? We are seeing terrible performance just accessing the hello.html in the cocoon sample (1-5 transactions per second). On the same box using Jetty we can get close to 50. This is with Weblogic Server 8.1. Ralph -

No results from a stored procedure

2003-06-19 Thread Tim Bachta
Is there a reason why cocoon would not execute a certain stored procedure? I have one that I have verified returns a result set but when I run it in cocoon I am not getting anything back. It looks like it is skipping over the section completely. Tim Bachta

Re: pipeline dependencies

2003-06-19 Thread Upayavira
> Is it possible to define pipeline dependencies in the sitemap? > > Imagine I have two pipelines A and B. > Pipeline B has a SourceWritingTransformer and all it does is writing a > generated document on the filesystem. Pipeline A has its own generator > and transformer but it depends on the doc

src URL handling problem with WebServiceProxyGenerator

2003-06-19 Thread Philippe Remels
Hi, I can't get the WebServiceProxyGenerator neither the sample nor any test I can imagine. It always fails with the same error : org.apache.cocoon.ProcessingException: Error invoking remote service: java.lang.IllegalArgumentException: host parameter is null: java.lang.IllegalArgumentException:

Re: color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread David Kavanagh
Joy, Have you tried looking at the HSSFSerializer code? See how they handle the shade and color attributes you are trying to set. If they are passed to the POI code, perhaps it is a POI problem. I sometimes find the source code a little faster than the user-list. David Joydeep Bose wrote: Hi,

ArrayIndexOutOfBoundsException when using copy-of to write into a new node

2003-06-19 Thread Stefan Hilzinger
hi! I'm creating a website using the following software: Tomcat:4.1.24 Cocoon: version 2.0.5-dev Xalan: 2.5.1 Xerces: 2.4.0 What I'd like to do is the following: Create a new tag in the result tree and copy a part of another xml-file in there. Just like this: This giv

color in excel spreadsheet not working with HSSFSerialiser

2003-06-19 Thread Joydeep Bose
Hi, I am using this style info in gnumeric format : I know that the colors don't work with shade=0 , so I made shade=1. Is there some problem with the color format ? Did anyone see this before ?

Query issue

2003-06-19 Thread Tim Bachta
This is really strange. I am trying to run this stored procedure and I am not getting anything. It looks like it is skipping over the entire section. I have verified that data should be coming back and that it is spelled correctly and have even tried other procedures that worked and they work.

pipeline dependencies

2003-06-19 Thread Ali Mesbah
Hi, Is it possible to define pipeline dependencies in the sitemap? Imagine I have two pipelines A and B. Pipeline B has a SourceWritingTransformer and all it does is writing a generated document on the filesystem. Pipeline A has its own generator and transformer but it depends on the document w

Sitemap schema in DSD

2003-06-19 Thread Hugh Field-Richards
Hi, I have noticed occasional debates here and in other places about a schema for checking Cocoon sitemaps. In general the problem seems to be one of extensibility, although there are other problems using DTDs and XML Schema. I have put together a set of schemas written in DSD which seems to solve

Re: nasa

2003-06-19 Thread Bert Van Kets
At 11:01 19/06/2003 +0200, you wrote: Is it true that the NASA Web site runs under Cocoon ? Nope, there's a NASA intranet site that runs on cocoon - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

nasa

2003-06-19 Thread zze-MORY Nicolas FTRD/DMI/REN
Title: Nachricht Is it true that the NASA Web site runs under Cocoon ?

Link Livesite: (www.mammakarzinom.de)

2003-06-19 Thread Sascha Kulawik
Title: Nachricht Hello everybody,   we have now finished one of our projects and can tell, that we have a new customer sucessfully online with Cocoon. The complete Rendering in done though Cocoon 2.1m2, Cocoon is the Rendering-Frontend for our J2EE-based Content Management System. For getti

RE: what's WRONG?

2003-06-19 Thread Arje Cahn
Maxime, Did you get it working in the end? I just ran into trouble with the LDAP transformer too and saw that you are having *exactly* the same problems... But I have the feeling I'm doing something wrong with addressing the active directory. What did you find? thanks, Arje > -Original Me

Problem passing request parameter form form field.

2003-06-19 Thread Dr. Hans M. Rupp
Hallo! Using Cocoon 2.03 I try to pass request paramaters directly to stylessheets configuring the Trax-Transformer like true In most of the cases this works well. However when I use an input field with a submit button like the request parameter "SearchString" seems to be only