XML - DB

2001-08-21 Thread Gustavo Mejia
this ?? If you have a brief example should be great!! Thanks in advance !! Gustavo Mejia -- Gustavo Mejía Mora INFOTEC Tel: 5624 28 00 Ext: 253 - Please check that your question has not already been answered in the FAQ before posting. http

Question displaying results HTML Cocoon.

2001-08-14 Thread Gustavo Mejia
Hello everyone,, Maybe it is not related with this list, but maybe you know, I am trying to show all my records using an HTML with xmldso and other file XML using esql tags, If call just the esql file It works fine, but when I call it by my HTML, when I press next I got an error message that

Weblogic6.0 and Cocoon 1.8.2

2001-07-31 Thread Gustavo Mejia
Hello Everyone, Sorry for the trouble, but I was reading the Mail Achive, and my problem is already there, but I follow every step described and I can't make it work, I run http://localhost:7001/cocoon/Cocoon.xml and it works fine, but when I try other sample appear the next message.

ESQL Cocoon problem (string length)

2001-07-05 Thread Gustavo Mejia
Hello !! I have the same problem that Matthew had, did someone get the solution ?? how can I fix it ?? Thanks for your help !! * Hi Matthew, It looks like the column that is causing problems is of

Re: Displaying Images ?

2001-07-03 Thread Gustavo Mejia
variable and write the normal HTML imag tag, and in the source field write the name of ur variable i hope that can help --- Gustavo Mejia [EMAIL PROTECTED] wrote: Hello !! Yes, I am here again .. I have a question, I need to display an image stored in my Oracle Database, I'm

Query problems !

2001-07-03 Thread Gustavo Mejia
Hi !! I am making a query passing it from a JSP file, my code is very simple but I got an error: java.lang.RuntimeException: Error executed prepared statement: ? at _C_._tomcat._webapps._cocoon._m3._query_m3.populateDocument(_query_m3.java:233) at

Displaying Images ?

2001-06-28 Thread Gustavo Mejia
Hello everyone, I have a question, I need to display an image stored in my Oracle Database, I'm using esql, to get the information, but I don't know how to get the pic's, could you give a guide ?. I would appreciate all your Ideas and help ! Thanks in advance. Gustavo INFOTEC

Re: work around for xsl:text disable-output-escaping=yes?

2001-06-27 Thread Gustavo Mejia
Hi, I think you can use Xalan extention, (Redirect) somethink like : xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:lxslt="http://xml.apache.org/xslt" xmlns:redirect="org.apache.xalan.xslt.extensions.Redirect" extension-element-prefixes="redirect"> ...

Displaying Images ?

2001-06-27 Thread Gustavo Mejia
Hello !! Yes, I am here again .. I have a question, I need to display an image stored in my Oracle Database, I'm using esql, to get the information, but I I don't know how to get the pic's. I would appreciate all your Ideas and help ! Thanks in advance. Gustavo INFOTEC

Re: how can I redirect my Result ? Using fp tag

2001-06-26 Thread Gustavo Mejia
Hello !! Anybody read my message ?? any idea ?? please, I need your help !! I still trying but I don't get it ! Gustavo ! Gustavo Mejia wrote: Hi, I am still trying to save my XML to a file, I am using fp tags, here I am trying to get and to save the field empno from the employee table, I need

how can I redirect my Result ?

2001-06-25 Thread Gustavo Mejia
Hi ! I am here again ! I have a question, I have a very small application that makes a query to my database, when I make the request I got the result in other XML document but in my same page (well y the same browser) the question is, how can I redirect the results, in order that this results

how can I redirect my Result ?

2001-06-25 Thread Gustavo Mejia
And, also, how can I save this results into an specific file automataclly ?? Any Idea.. ?? I really appreciate all your help !!! Gustavo Gustavo Mejia wrote: Hi ! I am here again ! I have a question, I have a very small application that makes a query to my database, when I make

how can I redirect my Result ? Using fp tag

2001-06-25 Thread Gustavo Mejia
ot;int">esql:get-int ancestor="1" column="empno"/>/esql:parameter> /esql:query> esql:results> esql:row-results> depto>esql:get-int column="Departamento"/>/depto> /esql:row-results> /esql:results> esql:no-results> dept

Question !

2001-06-22 Thread Gustavo Mejia
Hi ! I have a question, how can I read an XML (result from a query) using an other XML, imaging that it is in other computer ? the first XML, could be something like the data source to be used with other XML, You know what I mean ? Any Idea ? Thanks a lot for your help Gustavo

Re: I think I know why Cocoon / Tomcat can't work on windows

2001-06-22 Thread Gustavo Mejia
Hi Pete, I am working with Cocoon 1.8.2 on W98 and Tomcat 3.2.1 and it's working fine, what I change was the tomcat.bat, there I disabled the dynamic Classpath, and works with the static classpath, there you can define the order to load the classes. Gustavo Pete Nelson wrote: I've been

SOAP

2001-06-20 Thread Gustavo Mejia
Hi everyone, Someone can explain me what is SOAP for ? is there a relation with Cocoon ? what is that relation ? Thanks a lot ! Gustavo INFOTEC - Please check that your question has not already been answered in the FAQ

Re: ERROR Publishing Engine could not be initialized.

2001-06-20 Thread Gustavo Mejia
I had the same problem, so I modified the tomcat.bat, and also my Classpath, checking that all the classes from Cocoon/lib are in Tomcat_Home/lib You have to check that appears at the begining of your configuration the package xerces.jar, if it is not your are going to get the error. here is my

Re:How can I make a validation !

2001-06-19 Thread Gustavo Mejia
(Test.length() !=0) { my_code } /xsp:logic> See you. Gustavo Gustavo Mejia wrote: Hi Pal, Thanks, I also tried this, with no good results, still passing to the code, that I need to skip. :( any other Idea is very wellcome !! Thanks !! Pal Wester wrote: Why not just use request.getParameter(&q

Re: How can I make a validation !

2001-06-18 Thread Gustavo Mejia
Hi ! Any notice about this issue ??? I am going to appreciate all your help !! Gustavo Mejia Gustavo Mejia wrote: Hi everyone !! I am trying to make a validation in order to skip part of my code (I want to skip the connection to my database), I am doing something like this: xsp:logic

Re: How can I make a validation !

2001-06-18 Thread Gustavo Mejia
er name="EMP_DEP"/>/esql:parameter> != nul)Why not just if (request:get-parameter name="EMP_DEP"/> != nul)?This might solve your problem.Vadim -Original Message- From: Gustavo Mejia [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 15:03 To: [EMAIL PROTECTED] Subject:

Re: How can I make a validation !

2001-06-18 Thread Gustavo Mejia
ter name="EMP_DEP"/>/esql:parameter> ) /esql:query> /esql:execute-query> /esql:connection> } /xsp:logic> But it doesn't work, I got the message : java.lang.Exception: XSP Java Compiler: Compilation failed for _nuevo.java 433: ')' expected. xspParentNode = xspCurrentNode; Could you help me ? do you know what I am doing wrong ? Thanks in advance !! Gustavo Mejia INFOTEC

Problem with my query

2001-06-13 Thread Gustavo Mejia
Hi, I am using Cocoon 1.8.2, and I am trying to run this query, but I don't see any result My code here : ?xml version=1.0? ?cocoon-process type=xsp? xsp:page language=java xmlns:esql=http://www.apache.org/1999/SQL/v2; xmlns:xsp=http://www.apache.org/1999/XSP/Core;

Re: Problem with my query

2001-06-13 Thread Gustavo Mejia
- -Original Message- From: Gustavo Mejia [mailto:[EMAIL PROTECTED]] Sent: mercoledì 13 giugno 2001 16.16 To: [EMAIL PROTECTED] Subject: Problem with my query Importance: High Hi, I am using Cocoon 1.8.2, and I am trying to run this query, but I don't see

Re: Apache + Tomcat 3.2.2+cocoon 1.8.2

2001-06-13 Thread Gustavo Mejia
I had the same problem, so I modified the tomcat.bat, and also my Classpath, checking that all the classes were in Tomcat_Home/lib here is my Tomcat.bat. set _CP=%CP% set _TOMCAT_HOME=%TOMCAT_HOME% set _CLASSPATH=%CLASSPATH% rem - Verify and Set Required Environment Variables

Re: Problem with my query

2001-06-13 Thread Gustavo Mejia
Thanks Christopher, But now, how can I assign the variable from other XML, how can I pass to the XML with my query ? I really apreciate your hellp ! Gustavo Christopher Painter-Wakefield wrote: Gustavo, try this: esql:queryselect * from employee where empno=

Re: Problem with my query

2001-06-13 Thread Gustavo Mejia
Thanks again, Right, I need to do the first thing that you told me, I tried but with no results, I have something like this: esql:queryselect * from employee where empno=esql:parameterVAR/esql:parameter /esql:query and in my browser the url is:

Formating !

2001-06-12 Thread Gustavo Mejia
cat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:484) Thanks a lot, Gustavo Mejia INFOTEC JEULIN Olivier wrote: Hi, WARNING: you are using a deprecated taglib! The correct one