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
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
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
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
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
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
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
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
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]
>
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
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,
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
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,
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
--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: "
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,
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'
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
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
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
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
21 matches
Mail list logo