Problem with a store procedure in a XSP page

2002-11-23 Thread Saul Rodrigo Zarrate Cárdenas
Hello I have a cocoon version number 2.0.3, a tomcat version number 4.1.12, a j2sdk1.4.0_02 and an Oracle 8i database I have a store procedure in my database called validar and it is in a package. The name of the package is JBDPL. I tested the store procedure and it doesn't have any problem.

Re: Cocoon Portal Sample ..It works!!!!

2002-11-23 Thread Gabriele Domenichini
For all the interested. I have updated cocoon from the cvs today and it works!! I have started it I have removed from $COCOON_HOME/WEB-INF/lib the duplicated Xalan.jar and xercesImpl.jar I have moved from $COCOON_HOME/WEB-INF to $TOMCAT_HOME/common/endorsed libxalan-2.4.1.jar xercesImpl-2.1.0.jar

RE: XMLForm JavaBean getter & setter methods

2002-11-23 Thread Senhaji
I've got the following errors : (1)= ERROR (2002-11-23) 21:52.51:646 [sitemap.transformer.xmlform] (/cocoon/samples/xmlform/wizard) Thread-11/XMLFormTransformer: unknown element [item] =(2) ERROR (2002-11-23) 21:52.56:774 [si

Re: Weird Saxon errors

2002-11-23 Thread SAXESS - Hussayn Dabbous
Cause of the saxon:warning: I found, that saxon issues following warning, when generating plain text output from within a cocoon pipeline: "saxon:warning" : "Output suppressed because it is not well-formed" I also found, that the tag seems to be ignored from saxon.

Re: WebServiceProxy Hell

2002-11-23 Thread Tony Collen
On Sat, 23 Nov 2002, Ivelin Ivanov wrote: > Tony, > > Since the WSPG is a light wrapper around HttpClient, > it may not be that easy to answer. > The component is relatively new, so your help debugging the problem may be > valueable to everyone. > > there are a set of working examples in the sourc

Re: WebServiceProxy Hell

2002-11-23 Thread Ivelin Ivanov
Tony, Since the WSPG is a light wrapper around HttpClient, it may not be that easy to answer. The component is relatively new, so your help debugging the problem may be valueable to everyone. there are a set of working examples in the source code. See a demo here: http://www.cocoonhive.org/portal

Re: XMLForm: dynamic content listbox

2002-11-23 Thread Ivelin Ivanov
Yes. JXPath is used. The names are matched by JavaBean introspection. - Original Message - From: "Josema Alonso" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 22, 2002 3:47 AM Subject: RE: XMLForm: dynamic content listbox > When you say 'So, but how is the xmlform

Re: XMLForm: dynamic content listbox

2002-11-23 Thread Ivelin Ivanov
yes. http://jakarta.apache.org/commons/jxpath/users-guide.html#Containers - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 2:54 AM Subject: RE: XMLForm: dynamic content listbox Thanks Alonso. I have read userIdentity.xml and Use

Re: XMLForm JavaBean getter & setter methods

2002-11-23 Thread Ivelin Ivanov
Does the log suggest something? (look for sitemap.transformer.xmlform). - Original Message - From: "Senhaji" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 20, 2002 3:17 PM Subject: RE: XMLForm JavaBean getter & setter methods Yes, the "system" Node is set corre

Re: cant create pdfs

2002-11-23 Thread Joerg Heinicke
Hello Anton, I guess you are using an older version of Cocoon. The FO code contained in the stylesheet seems to be the spec conform one. But AFAIK with older versions of FOP (before spec) you must write instead of So either you change this code or upgrade Cocoon or FOP in your Cocoon. I s

Re: Communication between Sitmap and Action

2002-11-23 Thread Joerg Heinicke
Hi Robert, I can see at least one thing: Robert Sösemann wrote: I have this matcher with an action which passes 2 parameters to the included generator. Also the generator must use the two parameters that are given to him. # SITEMAP ### ...

Re: Cocoon Cobundle ? Please!

2002-11-23 Thread Nicola Ken Barozzi
Forrest http://xml.apache.org/forrest/ is based on Cocoon, and comes bundled with Jetty. If you install Forrest, and type "forrest run", you effectively have Cocoon launched on port . Try that, see if the concept is ok, give feedback on cocoon-dev, and maybe we will put it also in Cocoon.

Communication between Sitmap and Action

2002-11-23 Thread Robert Sösemann
I have this matcher with an action which passes 2 parameters to the included generator. Also the generator must use the two parameters that are given to him. # SITEMAP ### ... ... ##