Re: [OOPS] jmoz - powered by cocoon 2

2001-08-08 Thread Nicolai P Guba
On 02 Aug 2001 13:02:35 +0100, Sergio Carvalho wrote: Pretty cool stuff. Do you use jboss with Cocoon? How? Do you write XSP pages to manipulate the EJBs? I would like to know just the same :) Maybe somebody could point us to some sample code? -- Nicolai P Gubahttp://www.gnu.org

Enabeling Xerces and Schema-validation within the cocoon2 framework...

2001-08-08 Thread Alexander Thomas
Hi there. I would like to perform Schema-validation on certain xml-documnets which are rendered by the cocoon2 framwork. I already applied the changes suggested by the remark in the cocoon.conf file which says: !-- The default parser used in the Apache Cocoon 2 system is

RE: Connecting database and XML pages

2001-08-08 Thread JEULIN Olivier
I tried to implement your example, but can't get the connection pooling to work (I guess). It _works_ when I _don't_ use pooling, so I can't understand what's wrong. The driver is mm.mysql 2.0.4 and is located in TOMCAT_HOME/lib. Below is the error message and cocoon.properties:

[C2] esql postgres' nextval

2001-08-08 Thread Eric Vernichon
I'm trying to do the following : esql:query INSERT INTO foo(id,url,email,username,password) VALUES (esql:parameterNEXTVAL('id_seq') /esql:parameter,'abcd','[EMAIL PROTECTED]','dfgdf','123'); /esql:query Error generated by C2 : org.apache.cocoon.ProcessingException: Exception in

Re: [C2] esql postgres' nextval

2001-08-08 Thread Hubert NEOtyk Iwaniuk
HI I'm trying to do the following : esql:query INSERT INTO foo(id,url,email,username,password) VALUES (esql:parameterNEXTVAL('id_seq') /esql:parameter,'abcd','[EMAIL PROTECTED]','dfgdf','123'); /esql:query NEXTVAL is function stored in postgresql. Consider doing it like this: 1. define

AW: [C2] esql postgres' nextval

2001-08-08 Thread Max Larsson
Hallo, i think you just have to skip the enclosing tag esql:parameters to get it work, eg. like this: esql:queryINSERT INTO foo(id,url,email,username,password) VALUES ( NEXTVAL('id_seq'),'abcd','[EMAIL PROTECTED]','dfgdf','123');/esql:query Max -Ursprüngliche Nachricht- Von: [EMAIL

RE: esql example

2001-08-08 Thread annemarie . hartvigsen
Hi, sorry about this, but could anyone send me these files? I messed up and accidentally deleted them, and they're not in the archive... Thanx /AM List: xml-cocoon-users Subject: esql example From:

RE: Connecting database and XML pages

2001-08-08 Thread annemarie . hartvigsen
Yep, it works now, thanx!:) What is the advantage of using connectio pool, anyway? /AM -Original Message- From: JEULIN Olivier [mailto:[EMAIL PROTECTED]] Sent: 8. august 2001 13:54 To: '[EMAIL PROTECTED]' Subject: RE: Connecting database and XML pages I did as you said, but I still

Web-inf/lib

2001-08-08 Thread Tait, Allen
I have written an application using Cocoon 1.8 and Tomcat 3.2.1. It uses some Sax stuff but primarily publishes our xml content. I have been trying to get this app running with all needed jar files in the WEB-INF/lib directory of its .war file. By all needed jar files I am referring to the

Re: Cocoon2 with OrionServer

2001-08-08 Thread Berin Loritsch
Rajkumar, Joseph wrote: Hi Folks I would like to know if anybody is using Cocoon2 with the OrionServer ( see http://www.orionserver.com ). I have had OrionServer working with Cocoon-1.8.2, but have not yet tried using Cocoon2. I've got someone working on that. You should be able to

Re: Cocoon2 with OrionServer (Oracle OC4J)

2001-08-08 Thread Marcelo F. Ochoa
Rajkumar, Joseph wrote: Hi Folks I would like to know if anybody is using Cocoon2 with the OrionServer ( see http://www.orionserver.com ). I have had OrionServer working with Cocoon-1.8.2, but have not yet tried using Cocoon2. I am using Orion Server with Cocoon2, but with the

[C2] How to run News samples behind a firewall ?

2001-08-08 Thread Cyril Cambien
How to run News samples behind a firewall ? Where should I set proxy info ? Thanks! Cyril - Please check that your question has not already been answered in the FAQ before posting. http://xml.apache.org/cocoon/faqs.html To

AW: Problems with Cocoon2 b2

2001-08-08 Thread Mario Brust
hi, # I had Cocoon2 b1 up and running with Tomcat 3.2.1 and Tomcat 4.0 b6. # When it came out I tried to install Cocoon2 b2 but and internal server # error appeared in both cases. I had the same problem with Tomcat 3.2.x and I solved it by using the Sun JDK 1.3 instead of the IBM JDK 1.3. I

RE: Problems with Cocoon2 b2

2001-08-08 Thread Hewko, Doug
Did you set your classpath=c:\xerces\xerces.jar;c:\jdk1.3.1\lib\tools.jar and JAVA_HOME=c:\jdk1.3.1? I ended up using the j2sdk-1_3_1-win.exe file. I could not get cocoon2 to work from just JDK 1.3.1 myself... Hope this helps. -Original Message- From: Pedro Pastor [mailto:[EMAIL

RE: Debugging Custom Generators Transformers

2001-08-08 Thread Kaufman, Noah
Which FAQ are you speaking of? The FAQ at http://xml.apache.org/cocoon2/faq.html makes no mention of debugging Cocoon. Would it be possible for you to provide a pointer to the correct FAQ that we should be looking at? Thanks in advance. Sincerely, Noah Kaufman Metatomix,

Re: [C2] How to run News samples behind a firewall ?

2001-08-08 Thread Cyril Cambien
To be more precise, I have found the following information: he socksProxyHost, socksProxyPort, http.proxyHost, and http.proxyPort system properties define the proxy server used to support SOCKS v4 and HTTP proxy functionality: http.proxyHost // standard HTTP proxy http.proxyPort socksProxyHost

[C1.8]Where do you put an XSL file that you want to associate with aProducer

2001-08-08 Thread atobin
Hi, I'm using a Producer to produce an XML stream and I have an associated XSL file that should transform it to PDF. This works fine as a standalone using FOP. The problem is the Producer does not seem to find the XSL file as all I get 'Produced' is the raw XML data. I am using JRun. It

Esql can't get it start on C2

2001-08-08 Thread cib
Sorry, I'm a true beginner.Working on Cocoon2, with Tomcat4 on win95.I'd like to work on an ms-Access97 database (at least to see if everythingworks, before going on mysql), but system is just waiting for hours, sendingexception in log files. I've put in

hello there,

2001-08-08 Thread raghu
Is there any one who can suggest me in detail about how to proceed using cocoon. I want to xml forms using cocoon , can any one suggest some intranet applications which can be developed using cocoon2. Thanx, Raghu Namaste - I bow to the divine in you

Problems when installing Cocoon with Tomcat 3.1

2001-08-08 Thread Monika Kubosch Dahl
Hello. I have downloaded Cocoon and run the build.bat. I have the cocoon.war and cocoon.jar in the right directories, but I can't find any cocoon.properties file (neighter in the bin/ or the build/classes/org/apache/cocoon/ directory). How do I get this file?? I also wonder what I should do

RE: c2 package names driving me crazy...

2001-08-08 Thread Vadim Gritsenko
Srini, I need some help from you. Could you please update Cocoon from CVS, then replace ProgramGeneratorImpl with one I attached here, clean work directory, run Cocoon and access some of your XSPs, and send me (zipped) log file. Thanks, Vadim -Original Message- From: java guru

RE: Problems when installing Cocoon with Tomcat 3.1

2001-08-08 Thread Hewko, Doug
Someone should create a FAQ for this... Did you install JSWDK (http://java.sun.com/products/jsp/archive.html)? Did you set your JAVA_HOME path to your JDK 1.3.1? (ie: c:\jdk1.3.1) Did you set up your CLASSPATH (c:\xerces\xerces.jar;c:\jdk1.3.1\lib\tools.jar)? Are you using Tomcat? (Web server?)

RE: c2 package names driving me crazy...

2001-08-08 Thread java guru
Sure man.. I will do that... Thanks for looking into.. takecare --- Vadim Gritsenko [EMAIL PROTECTED] wrote: Srini, I need some help from you. Could you please update Cocoon from CVS, then replace ProgramGeneratorImpl with one I attached here, clean work directory, run Cocoon and

RE: Problems when installing Cocoon with Tomcat 3.1

2001-08-08 Thread Vadim Gritsenko
http://xml.apache.org/cocoon2/install.html should be enough. If not, Tomcat 3.X section should be modified. Vadim -Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 08, 2001 2:13 PM To: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Subject: RE:

Has anyone had any success running under a java security manager?

2001-08-08 Thread milton
Has anyone had any success running cocoon 1.8.2 under a java security manager? cocoon 1.8.2 tomcat 3.2.2 jdk 1.3.0 All of cocoon jars are installed in the tomcat/lib directory which has ALL java security permissions. The test site has a cocoon context pointing to the cocoon directory within

jdbc.odbc No suitable driver

2001-08-08 Thread cib
Hi all; I'm still stuck with esql, but as a really beginner, I just start to read the logs files. Here is what I get java.sql.SQLException: No suitable driver I'm trying to access a microsoft Access97 database, (just to understand how all this works, before moving to mysql) I've declared:

Re: jdbc.odbc No suitable driver

2001-08-08 Thread Berin Loritsch
cib wrote: Hi all; I'm still stuck with esql, but as a really beginner, I just start to read the logs files. Here is what I get java.sql.SQLException: No suitable driver I'm trying to access a microsoft Access97 database, (just to understand how all this works, before moving to

SV: SV: Cocoon2 with OrionServer

2001-08-08 Thread Tomas Andersson
I still have crimson.jar in my orion folder and Cocoon works fine, but my collegue with the same version of orion and cocoon had to remove crimson. -Ursprungligt meddelande- Från: java guru [mailto:[EMAIL PROTECTED]] Skickat: Wednesday, August 08, 2001 6:57 PM Till: [EMAIL PROTECTED]