Please, help with response.sendRedirect

2002-06-11 Thread Eduardo Godoy
Please, I have been fighting with this code so long ...   http://apache.org/xsp" xmlns:log="http://apache.org/xsp/log/2.0" xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:xsp-cookie="http://apache.org/xsp/cookie/2.0">          org.apache.cocoon.environment.Cookie  org.apache.

Session...How to use it?

2002-06-10 Thread Eduardo Godoy
Sorry,     I know that this is a very simple question... but ...   How can I set a value in a session, using XSP, and get it into another XSP page?   Eduardo.

Global parameters

2002-05-28 Thread Eduardo Godoy
Hi Folks,     I'd like to know how to define a "global" parameter for all my pipeline ... for example... the "Soap Host name" ... this parameter has to be used by XSP and Actions.   Right now I have to define the parameter for each and for each   so, maybe this is not the best way to define

Re: CocoBlog 0.0.1 Released!

2002-05-06 Thread Eduardo Godoy
Sorry, but what is cocoblog for ? Eduardo. - Original Message - From: "Ugo Cei" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, May 06, 2002 11:04 AM Subject: CocoBlog 0.0.1 Released! > Announcing the first public release of CocoBlog. > --

Re: Error compiling sitemap

2002-04-03 Thread Eduardo Godoy
Copy batik-libs-1.1.1.jar to %TOMCAT_HOME%\lib Eduardo. - Original Message - From: "Rajput, Ashish S" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 03, 2002 4:33 PM Subject: Error compiling sitemap > ENVIRONMENT: > NT Server 4; JDK1.3.1; Tomcat4.0.1; Cocoon2.0 > > >

Re: sub site...

2002-03-04 Thread Eduardo Godoy
bug found ... > Hi, > I need to add my cocoon project to main sitemap, I used to do using > > pattern !!! - Please check that your question has not already been answered in the

sub site...

2002-03-04 Thread Eduardo Godoy
Hi,     I need to add my cocoon project to main sitemap, I used to do using map:match>   but I get this error message when I open my browser at http://localhost:809

Cocoon2 + Oracle + Advance Queue

2001-11-19 Thread Eduardo Godoy Vega
Hi, Does any one use Oracle Advance Queue with Cocoon2 ? I have this problem, when I pass a connecting to Advance Queue, I get an error message "Exception: oracle.AQ.AQException: JMS-112: Connection is invalid", but I can use connection from the pool to execute Store Procedures, e

What to use?

2001-11-13 Thread Eduardo Godoy Vega
Hi, I'm a little confuse about what "element" use/define/develop for ... I need to create an specification for an external server, something like and this values I need to read them from an Action... I was trying to put the definition into cocoon.xconf but

Cocoon2 and VoiceXML

2001-11-09 Thread Eduardo Godoy Vega
Did someone use Cocoon to generate VoiceXML ... I need some "pointers" ... Thanks. Eduardo. - Please check that your question has not already been answered in the FAQ before posting. To

RE: problem with "external-graphics" solved

2001-10-31 Thread Eduardo Godoy Vega
be more specific, what is an "external graphics" ? (in a different webserver?, or in a different context ?) Eduardo. -Original Message- From: Adnan Zelkanovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 30, 2001 8:00 AM To: FOP DEV; Cocoon-DEV; Cocoon Users Subject: problem with "e

RE: Cocoon2 : Selector using parameter from request.

2001-10-31 Thread Eduardo Godoy Vega
Maybe this code can help you! Here "Count" is an action Parameter ...

RE: Exception: No more DTM IDs are available

2001-10-29 Thread Eduardo Godoy Vega
where did you change that parameter ??? Eduardo. -Original Message- From: Marcelo F. Ochoa [mailto:[EMAIL PROTECTED]] Sent: Monday, October 29, 2001 6:52 AM To: [EMAIL PROTECTED] Subject: Re: Exception: No more DTM IDs are available [DELETE] My solutions was do not used flag "-server

Diff between ... SQL/v2 and SQL/2.0

2001-10-29 Thread Eduardo Godoy Vega
Which is the diff. between xmlns:esql="http://apache.org/cocoon/SQL/v2 and xmlns:sql="http://apache.org/cocoon/SQL/2.0 ?? BTW ... I want to execute an Oracle Function (create or replace function (X IN NUMBER) RETURN NUMBER), any example ... please. Eduardo. ---

RE: How to deploy my cocoon project ?

2001-10-24 Thread Eduardo Godoy Vega
n" to "ROOT", and restart Tomcat, or edit %TOMCAT_HOME%\conf\server.xml and point the docBase for the "" context to webapps/cocoon. Either way, you remove the offending "cocoon" from the URL. Lajos galatea.com Eduardo Godoy Vega wrote: > Hi, &

RE: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Eduardo Godoy Vega
I fixed ... but ... everywhere I found this line (including ParameterSelectorFactory.java file) but ... If I use "src" insted of "factory" ... It works! BTW ... which is the diff. between use "src" an

RE: [C2] Howto ... IF in sitemap ...

2001-10-23 Thread Eduardo Godoy Vega
<--- remove the "/" <--- close the block. A reminder also : the "parameter" selector test a String. This means the "unveil-it" action should put a string in the Map it returns. Eduardo Godoy Vega a écrit : [DELETE]

How to deploy my cocoon project ?

2001-10-23 Thread Eduardo Godoy Vega
Hi, I wrote and test my "cocoon project" ... right now is on %TOMCAT_HOME%\webapps\cocoon\myproj is it possible to deploy it in a different path ? for example: %TOMCAT_HOME%\webapps\myproj or D:\myproj Eduardo. ---

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-23 Thread Eduardo Godoy Vega
oyed the WAR file. Hope this helps... Aaron -Original Message- From: Eduardo Godoy Vega [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 10:06 AM To: [EMAIL PROTECTED] Subject: RE: [C2] Err-Msg: No more DTM IDs are available Hi, Thanks to everyone who send an "a

RE: [C2] Howto ... IF in sitemap ...

2001-10-22 Thread Eduardo Godoy Vega
What I'm doing wrong ? here is my sitemap http://apache.org/cocoon/sitemap/1.0";>

[C2] Howto ... IF in sitemap ...

2001-10-22 Thread Eduardo Godoy Vega
Hi, I want to use some kind of "IF-ELSE" into sitemap... right now, I have this code ... "unveil_result" is a number returned by my action, and I want to choose a different XSP page if unveil_result is zero or if unveil_result equal one or if unveil_result is bigger than on

How to debug?

2001-10-18 Thread Eduardo Godoy Vega
Hi, Which is "the best" way to debug a XSP page? and an Action inside a pipeline? does any one integrate some IDE into debug process ? (JBuilder for example, for debugging an Action?) Eduardo. - Please check that your

RE: [C2] Err-Msg: No more DTM IDs are available ????

2001-10-05 Thread Eduardo Godoy Vega
Hi, Thanks to everyone who send an "alternative" solution ... I found that if I load the main cocoon page first (http://localhost:8080/cocoon/) and then my appl. (http://loclahost:8080/coccon/myapp/) I don't get the error ... but If I start with my appl. I get the error message ... BTW, th

[C2] Err-Msg: No more DTM IDs are available ????

2001-10-04 Thread Eduardo Godoy Vega
How to fix it ?? (I don't really understand this error msg). Eduardo. ERROR (2001-10-04) 15:24.58:835 [cocoon ] (/cocoon/unveil/) Thread-16/Handler: Error compiling sitemap java.lang.RuntimeException: No more DTM IDs are available at org.apache.xerces.framework.XMLParser.parse(XMLP

[C2] Newbie: How to start a new proyect ...

2001-10-03 Thread Eduardo Godoy Vega
I know that my question sound a little "dummy", but ... How is the best way to start a new context in Tomcat+Cocoon2, I want to create a XSP based proyect... What do I have to modify in Tomcat (ver. 3.2.3)? What does my new WEB-INF/web.xml must include ? Thanks, Eduardo.

internal-server-error

2001-10-02 Thread Eduardo Godoy Vega
I'm using Tomcat 3.2.3 ... BTW I had to copy some .jar file into $TOMCAT_HOME\lib to avoid some previus error messages ... Please, help ... how can i fix it ? type internal-server-error message Exception in Handler descri

Newbie: Problems with install (C2)

2001-10-02 Thread Eduardo Godoy Vega
When I try to test my coccon2 install (http://localhost/cocoon/) Y get this error in the Tomcat 3.2.3 log file: java.lang.VerifyError: (class: org/apache/cocoon/servlet/CocoonServlet, method: createCocoon signature: ()V) Incompatible object argument for function call at java.lang.ClassLoad