Integrating opensymphony's OSWorkflow with cocoon

2002-11-28 Thread Maxime.Gheysen
Does anybody know how to put OSWorkflow and cocoon together? (http://www.opensymphony.com/osworkflow/) - Please check that your question has not already been answered in the FAQ before posting.

AW: Access Cocoon ESQL connection pool in JavaBean

2002-11-28 Thread Kirchhoff, Lars
thanks Paul, but there is an even easier and well documented method for this. I just found it in the developer section: http://xml.apache.org/cocoon/developing/datasources.html I was just looking in the wrong docs to find the answer... ciao Lars > -Ursprüngliche Nachricht- > Von: Chr

Re: xsp include xml

2002-11-28 Thread Yoshiyuki Kumadaki
I used xscript. (BTry this one. (B (BAt 09:26 02/11/29, Cocoon User wrote: (B> (B>is it possible to include an xml file relative to a give parameter? (B> (B> (B> (B>http://../page.xsp?page=first (B> (B> (B (Bhttp://apache.org/xsp" (B xmlns:xsp-request="http://apache.org/x

Error running Current CVS and Development Snapshot Versions

2002-11-28 Thread Richard Reyes
Hi Guys,   I have been trying somethings on the portal samples. And I have downloaded the latest cvs versions ( through wincvs ). After I have built it using   build -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=yes -Dinstall.war="C:\ApacheGroup\Tomcat4.1\webapps" webapp   targeted fo

Portal Coplets - Access

2002-11-28 Thread Richard Reyes
Hi Guys,Is there a way to not let a specific Roles ( or Usergroups like guest oradmin ) to access all available coplets?Well, except for declarings it like the admin coplet..            false   true   false       Administration      

RE: Workflow

2002-11-28 Thread Maxime.Gheysen
Hello, I have heard from OSWorkflow, do you know if it's easy to adapt it for cocoon? Because we use xsl stylesheets and other cocoon functions, but OSWorkflow is just a workflow management concept using java and a web server. -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED]] S

xsp include xml

2002-11-28 Thread Cocoon User
is it possible to include an xml file relative to a give parameter? http://../page.xsp?page=first ... ... .. String thePage = {how can i assign the page parameter content to thePage var???} if (thePage.equals("first"){ {.. how can i include first

Session-objects in Cocoon using servlets and jsp

2002-11-28 Thread Torsten Reiners
Hi, we have a major problem and do not know if there is a simple solution. Hope that somebody has an idea. The scenario is as follows: we realized a login as well as some other things using jsp and servlets. The jsp are read by th jsp-reader Furthermore, we have an session-object

Re: Looking for help in the upcomming release

2002-11-28 Thread Carsten Ziegeler
David Crossley wrote: > Carsten Ziegeler wrote: >> >> 1. Update your local CVS repository to the *latest* 2.0.4 branch >>version from CVS. > > Thanks Carsten, but did you mean 2.0.3 branch? > Sorry for the confusion - yes I mean the 2.0.3 branch which contains the 2.0.4 version. Thanks Carsten

Looking for help in the upcomming release

2002-11-28 Thread Carsten Ziegeler
The Cocoon Project is working very hard to release 2.0.4 by Wednesday, December 4. To meet this goal -- which clearly will benefit all users -- we need some *specific* QA (quality assurance) input from the user community. To help, here's what you need to do: 1. Update your local CVS repositor

sitemap parameter

2002-11-28 Thread Oskar Casquero
Hello,   I want to do sitemap parameter processing in an action. The action logic (act method) is the following: 1) If the parameter doesn't exist the action creates it with the default value and returns an empty Map object. The created parameter must be available for subsequent calls to the

Re: gif

2002-11-28 Thread Joerg Heinicke
Carlos Marcelo Santos wrote: Hi Joerg: Do you mean that I must use the following: fo:external-graphic src="http://localhost:8080/cocoon/mount/html-pdf/1.jpg"/> No, but with "file:///path/to/the/image.jpg". I probe it without results. Where are the log files? %Tomcat%/webapps/cocoon/WEB-INF/l

Re: PNG serializers

2002-11-28 Thread Joerg Heinicke
Chris Faulkner wrote: Hello I have some XML data which I am successfully transforming to SVG. I want to serialize this to an image. I have got svg2jpeg and svg2png working on both a Windows machine and a Linux machine, with Xvfb as my X server. However, whilst the XSL to SVG performance is OK (af

Re: [HSSF][POI] Gnumeric Conversion Question

2002-11-28 Thread Andrew C. Oliver
ahh. I meant the unix "diff" command .. . "diff file1 file2" If you're on winblows (which makes me wonder how you're running gnumeric) you can get cygwin (www.cygwin.com) which has most of your friendly unix tools. Makes winblows usablebetween crashes. Danny Mui wrote: No i was being sil

Re: Problem integrating cocoon

2002-11-28 Thread Cedric Picard
Title: Re: Problem integrating cocoon Hi there, My ClassNotFoundException problem is now fixed, surprisingly enough, restarting jboss did the trick :-) However, the problem with stylesheets (*.css) and images is causing me some concern. All jsp pages use a stylesheet (stylesheets/kainos_s

PNG serializers

2002-11-28 Thread Chris Faulkner
Hello I have some XML data which I am successfully transforming to SVG. I want to serialize this to an image. I have got svg2jpeg and svg2png working on both a Windows machine and a Linux machine, with Xvfb as my X server. However, whilst the XSL to SVG performance is OK (after some tuning), I

Re: Workflow

2002-11-28 Thread Alex McLintock
At 07:15 28/11/02, [EMAIL PROTECTED] wrote: Hi, Has someone made a workflow managment system with cocoon? Is there any workflow project existing or must I rebuild everything? Thank you! I can't say how good it is because I haven't used the workflow stuff but wyona.com is based on Cocoon and us

Re: Workflow

2002-11-28 Thread Ugo Cei
[EMAIL PROTECTED] wrote: Hi, Has someone made a workflow managment system with cocoon? Is there any workflow project existing or must I rebuild everything? Thank you! I haven't written a single line of code yet, but I'm planning to use either OSWorkflow [1] or Werkflow [2]. Probably the former,

Newbie Question - Sunshine sample problem

2002-11-28 Thread Gal Nitzan
Hi, When I tried to login (guest,guest) to the sunspotdemo at: http://localhost:8080/cocoon/sunspotdemo-portal I get the following: --- Cocoon 2 - Internal server error --

Re: starting cocoon with windows 2000

2002-11-28 Thread Ugo Cei
Ferran Urgell wrote: I would to try with JDK 4.0, Tomcat 4.0.6 and Cocoon 2.0.1. Is that ok for an easy installation ? There's no reason why you should not use the latest released versions: JDK 1.4.1_01 Tomcat 4.1.12 Cocoon 2.0.3 However, if you're just experimenting and looking around, I see

Re: Parsing XML from SQL

2002-11-28 Thread Jeremy Quinn
On Thursday, Nov 28, 2002, at 06:49 Europe/London, Gabriele Domenichini wrote: Your problem is not simple. If I've understood you have resources record made like this: something.jpg | somewhere/somethingelse.mov | resourceFound.txt | There is currently a field that holds a url snippet to the r

Re: Problem integrating cocoon

2002-11-28 Thread Cedric Picard
Title: Re: Problem integrating cocoon Hi there, I eventually managed to find the root cause of my problem. Basically, cocoon.xconf needed to be updated in the following way:                   As the parameter "compiler" was not defined. However, I now run into

XMLForm and Table output

2002-11-28 Thread Kirchhoff, Lars
Hi, it's me again and I hope I'm still getting answers and not starting to bother you all with all my questions. I've tried to create an application which simple should get some user data from a database, by simply enter the name. So my first form is just a text field where the name can be inser

dispatch an input stream to many targets in sitemap

2002-11-28 Thread Ronan Courtay
Hello, our whish is to integrate legacy servlets into cocoon processes. This worked fine until we faced to the following need : how to dispatch a servlet output to many targets with cocoon ? More precisely, we want a client request to be sent to a legacy servlet, which XML output is returned to

esql and javascript in xsp

2002-11-28 Thread Johannes . Becker
Hi, I' having problems with JavaScript functions in XSP-Pages. This is part of my funnction: function populate_service_dropdown(report_id)

Re: cvs HEAD bombing out of pipeline

2002-11-28 Thread Antonio Gallardo
The jars are at: /$CVS_ROOT/xml-cocoon2/lib/core Antonio Gallardo Anna Afonchenko dijo: > Thanks for the information, Jacob. > Can you tell me where can I find the updated jars? > > Thanks for help > > Anna > > - Original Message - > From: "Jacob L E Blain Christen" <[EMAIL PROTECTED]> T

Re: Access Cocoon ESQL connection pool in JavaBean

2002-11-28 Thread Christian Haul
On 28.Nov.2002 -- 12:13 PM, Kirchhoff, Lars wrote: > Hello, > > after playing around with XMLForms, I could manage to get it working > with some database support, but I'm wondering about using the same > connection pool than cocoon does with xsp:esql. I'm currently loading > the postgres driver

LDAP, JMS, SOAP

2002-11-28 Thread Rano, Didier
Hello, I'm a new cocoon user, and I'm not sure that cocoon could be solve my problem. * A user sends a request in using SOAP. With a web services, Cocoon executes a pipeline. At the end of the pipeline, the user receives a SOAP response * In the pipeline, I need to get data from a LDAP server