RE: Version Hell

2002-06-13 Thread Faulkner, Perry
Hi Daniel,   javac.jar is a copy of tools.jar from the JDK, renamed and included, normally, in the cocoon.war file by the build procedure for source distro or included as standard with the binary distro. I don't know why it's missing in your configuration, but copy/rename and put into classp

RE: build cocoon !!

2002-06-06 Thread Faulkner, Perry
Hi Patrick, I haven't had that error! Have you modified the sitemap.xmap in some way? The error seems to be in build.xml where it builds the sitemap. Maybe you inadvertently typed something? Seems to complain about a URL -> 'd' ? If so get a new copy from the distro and retry, or correct the erro

RE: build cocoon !!

2002-06-05 Thread Faulkner, Perry
Hi Patrick, You can look back through the archives, for some details, but essentially you need to locate the EsqlConnection.java (the error messages detail its path). Then edit the file and remove the comments around the 20 or so method declarations at the end of that file - they'll match with th

RE: Parser Interface

2002-06-05 Thread Faulkner, Perry
Adam, Try avalon-excalibur-scratchpad-20020212.jar in C 2.0.2 distro. Why don't you use winzip, or similar to just check a couple of jar file contents? Perry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 June 2002 6:47 To: [EMAIL PROTECTED] Subj

RE: Stored Procedure with input parameters using esql?

2002-05-30 Thread Faulkner, Perry
Title: Stored Procedure with input parameters using esql? Hi Beth,   Just a quick look at the esql stylesheet seems to indicate direction="in" not "In". XML is case-sensitive!   HTH   Perry -Original Message-From: Naquin, Beth [mailto:[EMAIL PROTECTED]]Sent: Friday, 31 May 2002

RE: Cocoon 2 + Access

2002-05-15 Thread Faulkner, Perry
nnection element...  I think I have to change the line jdbc:odbc:logs but I don't know really how to do... regards, Cyril.   - Original Message - From: Faulkner, Perry To: '[EMAIL PROTECTED]' Sent: Thursday, May 16, 2002 12:47

RE: Cocoon 2 + Access

2002-05-15 Thread Faulkner, Perry
Hi Cyril,   In theory it should work, as it's just some Java code, similar to that produced by ESQL. The disadvantage, is that you don't have any error checking or logging to fall back on when situations like this occur, and ESQL would provide that.   Anyway, the only obvious thing that I c

RE: Setup with JDK 1.4 possible?

2002-04-29 Thread Faulkner, Perry
Hi Manos, I have C2.0.2 running under TC4.0.3 on NT using JDK1.4.0! Just follow the install instructions about moving jars around, etc. The catch is that there are some tags missing from one ESQL source that means you get about 20 or so errors during the build. Check back through the mail archiv

RE: MS Access Driver!!!

2002-04-15 Thread Faulkner, Perry
tten to mention "sun." before the jdbc.odbc.JdbcOdbcDriver. If the driver is correct, then I may be doing something wrong in the cocoon.xconf file ... Any further help please... Thanking you. >From: "Faulkner, Perry" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >

RE: MS Access Driver!!!

2002-04-15 Thread Faulkner, Perry
Hi Muhammad, That should be: sun.jdbc.odbc.JdbcOdbcDriver Perry -Original Message- From: Muhammad Irfan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 April 2002 8:03 To: [EMAIL PROTECTED] Subject: MS Access Driver!!! Dear All, Does any one knows the name os MS Access driver and where

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-14 Thread Faulkner, Perry
Seems as though it might be an issue with the change in the javadoc options for 1.4 In the build log, it has an error with: org.apache.cocoon.components.language.programming.java Tried playing with javadoc outside of build & ant. Build invokes javadoc, with a list of o.a.c.xxx for each package,

RE: Installing cocoon2 with Jrun 3.1

2002-04-11 Thread Faulkner, Perry
Hi Chris, It can't see commons-collections-xx.jar in the classpath, for some reason. Maybe you'll have to copy that (and some others) from /lib/core into /jrun/lib/ext, like the xerces and xml-apis jars to get it going! Regards, Perry -Original Message- From: Chris Warr [mailto:[EMA

RE: build error: cocoon-2.0.2, jdk-1.4, Win2000

2002-03-26 Thread Faulkner, Perry
Hi Neil, I've had the same problem. I don't completely understand the build.xml, but I assume that it looks for the "java.sql.Savepoint" class, in the classpath. I've checked it and that should be the case with my setup, same as you! It then replaces JDBC3_START and _END in any source, I suppose,

RE: Cocoon2: ESQL nested queries optimization

2002-03-25 Thread Faulkner, Perry
Hi Argyn, You might try: String id; select ID from M... id = ; ... select f1 from F where ID = id ... Although you have to write a bit of Java, it is minimal. I thin

RE: Pizza

2002-03-14 Thread Faulkner, Perry
--Original Message- From: Ed Jenkins [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 March 2002 10:22 To: [EMAIL PROTECTED] Subject: RE: Pizza I tried that. I put the xml all on one line (without \n) and it compiled. But I liked having it split up because it was readable. Ed --- From: "

RE: Pizza

2002-03-14 Thread Faulkner, Perry
Hi Ed, Will String s = "\nthree\nthree\n"; solve the problem? Perry -Original Message- From: Ed Jenkins [mailto:[EMAIL PROTECTED]] Sent: Friday, 15 March 2002 9:20 To: [EMAIL PROTECTED] Subject: Pizza Yesterday, we upgraded to Cocoon 2.0.2dev. In that version, in cocoon.xconf,

RE: Stuck setting up Cocoon 2.0.1 with Tomcat 4.0.2

2002-02-20 Thread Faulkner, Perry
Hi Peter, The message comes from webapp/Web-inf/lib/javac.jar, which is included with Cocoon2. It must be the old java compiler jar, from 1.2 or 1.3. The JDK jars were reorganised into rt.jar and tools.jar about then, so its contents are probably part of one or both of those. I don't know why it'

RE: System Date, XSP, includes and Cacheing.

2001-12-11 Thread Faulkner, Perry
Hi Colm, If you check your generated java, see %TOMCAT_HOME%\work\..., I think you'll find that your is generated high in the code, i.e. outside the code generated for the query, and so only gets activated once. Leave the where it is, but move the down into your if you want it updated for eac

RE: SQLException - please help

2001-11-08 Thread Faulkner, Perry
Hi Chris/Mehmet,   I found that if tomcat isn't shut down properly, the .backup file is zero length and you get this error every time you start again! If that is the case, I resolved it by stopping tomcat, copying the original cocoondb.backup from the cocoon distribution over the zero lengt

RE: date-format in cocoon 1.8.2

2001-10-25 Thread Faulkner, Perry
Hi Christian, These comments apply to Cocoon 2, but the generated java code checks for a null value and returns "", otherwise it uses the SimpleDateFormat to convert the date. You might look at your generated code to see if it is doing the same thing. Maybe this was added for Cocoon 2. Anyway, if

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

2001-10-04 Thread Faulkner, Perry
Hi Eduardo, I had this error when cocoon.war was out of step with the contents of {TOMCAT_HOME}\webapps\cocoon\. My solution was to stop tomcat, delete the {TOMCAT_HOME}\webapps\cocoon tree and restart tomcat so that it rebuilds the tree from the cocoon.war file! The DTM message comes from xalan