RE: I18n

2001-12-04 Thread Gustav Lidén
Hi Marcus, Thanks for your quick response! Actually, I have no problem with the language grouping of strings. However, for large sites, the message file can tend to grow quite large even for only one language. This will tend to make handling unpractical, for example checking uniqueness of all

Re: Caching

2001-12-04 Thread Nicola Ken Barozzi
- Original Message - From: Roberto Lo Giacco [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 03, 2001 9:13 PM Subject: Caching Hello all, I'm not registered on this list, so I hope the system will accept my email and you'll answer me not just on the mailing list.. My

Re: Setup Cocoon in Win2k Box stuck...!

2001-12-04 Thread Christian Schmitt
Hi, take a look at all the available log files. For Tomcat logs look at $TOMCAT_HOME/logs For Cocoon related log files take a look under $TOMCAT_HOME/webapps/cocoon/WEB-INF/logs Hth, Christian On Mon, Dec 03, 2001 at 05:51:06PM -0800, low kok leong wrote: i try to follow the instruction

MS SQL Server JDBC and Cocoon Connection Pool

2001-12-04 Thread Schroeter Christian
Hi, i think about (..ok...i am forced to think about) to use the MS-SQL-Server. Surprisingly i didnt find any post in this mailinglist which deals with this challenge. So my questions: How do i connect to this MS-Sql-Server by using JDBC and the Cocoon Connection Pool (Cocoon

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Hubert NEOtyk Iwaniuk
If my question is somehow incomplite or unclear, tell me what is wrong with it. It is very important to me to know why it is not working. help, help, hubert. - Please check that your question has not already been

Calling C2 from command line: problem with Oracle driver

2001-12-04 Thread Christoph . Oberle
Hello, I'm working with Cocoon2.0-rc1a and Tomcat 3.2.3 on a Linux-Server. With Tomcat everything is fine, but yesterday I tried to call Cocoon from the command line. I did not find any documentation on command line parameters and options, only the definition of COCOON_LIB and COCOON_WORK

Help Me fop in Cocoon2 !!! embedded font Problem

2001-12-04 Thread
I made a successful test that FOP was generated a pdf file consisted of Korean. But, I could not make a pdf consisted of Korean with C2. Though FOP generate a pdf file using embed fonts, C2 seems to generate a pdf without embed fonts. I'd like to know if what I said is right. And If C2

Re: MS SQL Server JDBC and Cocoon Connection Pool

2001-12-04 Thread Marty McClelland
I am using MS SQL Server with C1.8.2 - but I am not using the connection pooling feature. At the Microsoft site - I was able to download the 3 jars to support jdbc and put them in the tomcat lib. Microsoft also provided a fairly lenghty document with examples of the jdbc connection including

[C2.0] Fatal Error when trying to use SVG

2001-12-04 Thread Adrian Geissel
Hi, I'm running Cocoon 2.0 (Final Release) on Tomcat 3.2 on Windows NT 4.0 SP5. I get the message "Fatal Error: No usable fonts found." when accessing the Cocoon SVG sample link (of the main sample page), and Tomcat dumps with "Java Result: 1". I have attached the cocoon.log from this

RE: Help Me fop in Cocoon2 !!! embedded font Problem

2001-12-04 Thread Morrison, John
Search the docs for fop and fonts. It _is_ possible. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 04 December 2001 12:26 pm To: cocoon-users Subject: Help Me fop in Cocoon2 !!! embedded font Problem I made a successful test that FOP was

RE: Calling C2 from command line: problem with Oracle driver

2001-12-04 Thread SANSONE, AARON M [Non-Pharmacia/1000]
Hi Christoph, To get oracle working, you must first add a section to load the oracle driver class in the web.xml file. Be certain that the Oracle driver Jar file is in your servlet engine's classpath. web-app servlet servlet-nameCocoon2/servlet-name

AW: param-nameextra-classpath

2001-12-04 Thread Ulli Hoffmann
tx, but that doesn't help in cases of EJBs (cocoon/tomcat/jboss). They have to be deployed as an ear file and cocoon needs to know where the jars are. I can't put the ear file into WEB-INF/lib and then deploy the cocoon.war. On the other hand, putting cocoon.war into the ear, cocoon again

Cocoon 2.0 and TOMCAT 3.3 installation

2001-12-04 Thread LEBRETON Philippe
does sombody installed Cocoon 2.0 under TOMCAT 3.0? I have somme problem : 1 - cocoon can't find hte jdk tools.jar (tomcat find it) 2 - all xml file don't work : my browser say not data for this page Have somebody a idea Philippe LEBRETON

Saxon Integration (Newbie)

2001-12-04 Thread Luke Studley
Hi all I've just started using C2 and am having some difficulties getting saxon (6.5) to work. I have a simple XML page and a single stylesheet, I have this working with the default Xalan processor - but when I plug in Saxon (by placing it in the WEB-INF/lib directory and declaring it

RE: Saxon Integration (Newbie)

2001-12-04 Thread Luke Studley
Think I've found a couple of problems in the sitemap.xsl file Line 430 XSLTFactoryLoader:hasSubstitutions(@pattern) should maybe read: XSLTFactoryLoader:hasSubstitutions($factory-loader, @pattern) Line 921 XSLTFactoryLoader:escape($pattern-value) should maybe read:

RE: Cocoon's capacity

2001-12-04 Thread Lai, Harry
Hi Lily, This is actually a limitation in Java, not Cocoon. Basically, you can't have a Java method that's more than 65535 bytes (http://java.sun.com/docs/books/vmspec/2nd-edition/html/ClassFile.doc.html#8 8659). I'm a Cocoon newbie, but I think there's probably a way to pull some of your code

Re: Coconn-EJB application build

2001-12-04 Thread Piroumian, Konstantin
Hi, I'm migrating from Tomcat/Jboss to Cocoon2/Tomcat/Jboss and need some data on how the packaged application would look like. Currently the app.ear consists of: app.war appEjb.jar application.xml sun-j2ee-ri.xml Manifest.mf Now I'm wondering what has to be included in cocoon.war?

Re: [c2] Please help: howto use ESQL inside own logicsheets?

2001-12-04 Thread Hubert NEOtyk Iwaniuk
C2 users, please help. i send my files that makes me file confiused. i don't knoe why it's now working. fp is pooled connection and it works. tables are ok. sql is ok too. please i need help on this, thanks in advance,

RE: Cocoon 2 (B2) on weblogic 6.1 problem

2001-12-04 Thread Helena Ginzburg
Hi,I followed your instructions, but it did not solved the problem.However, I found where it is not working properly: CocoonServlet.private void initLogger() throws ServletException {.. subcontext.put("context-root",

Re: MS SQL Server JDBC and Cocoon Connection Pool

2001-12-04 Thread David Rosenstrauch
At 09:56 AM 12/4/01 +0100, you wrote: Hi, i think about (..ok...i am forced to think about) to use the MS-SQL-Server. Surprisingly i didnt find any post in this mailinglist which deals with this challenge. So my questions: How do i connect to this MS-Sql-Server by using JDBC and the Cocoon

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread David Rosenstrauch
At 10:41 AM 12/4/01 +0100, you wrote: If my question is somehow incomplite or unclear, tell me what is wrong with it. It is very important to me to know why it is not working. help, help, hubert. Hi Hubert. Your previous question was a little unclear, but I'll try my best to help.

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Christopher Painter-Wakefield
Obviously the ESQL logicsheet is not being applied. In Cocoon 1 this would imply that you had removed the declaration of the esql logicsheet from cocoon.properties, or that your namespace declaration URI didn't match the one in the logicsheet. I don't know how this works in Cocoon 2; maybe the

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Hubert NEOtyk Iwaniuk
Hi David, Your previous question was a little unclear, but I'll try my best to help. Generally the way I handle logicsheets and XSP is as follows: 1) take an XML file (what you refer to in your message as my server page I would say is not a server page; it's just a regular xml file)

render dynamic tables jsp2fo

2001-12-04 Thread Kai Ulrich
Hey My Problem : I create a table with a variable amount of coles by an jsp! Is it there a possibility to create a stylesheet witch conigurates the fo:table-tag for variable amount of coles ? k - Please check that your

Ant: RE: Cocoon 2 (B2) on weblogic 6.1 problem

2001-12-04 Thread Bernhard Huber
Hi, You are right, in my installation i didn't deployed cocoon as a single war file, too. well if you read the spec about Servlet 2.2, 2.3 getRealPath() is allowed to return null. The solution is to use getResourceX(), i think in some places of the cocoon code this has been done - replacing

Ant: RE: Cocoon 2 (B2) on weblogic 6.1 problem

2001-12-04 Thread Bernhard Huber
hi, just wait i had a better solution, i think logkit needs some dir to write the log files, too. If you read the servlet spec. you get a temp-directory location propoesed from the servlet-content, something like javax.servlet.tempdir i think. Probably its the best to use this directory as a

Inserting / Comining XML data

2001-12-04 Thread Luke Studley
Hiya - Newbie question again, I'm looking for some advice on the best way to include some dynamically generated XML data in C2. I'm new to this, but can see there are a plethora of ways, but I can't yet see the best way for me. In my original system I used XSL stylesheets and Custom

RE: Cocoon's capacity

2001-12-04 Thread Lily Zou
Thanks a lot, Harry. Your advice is extremely helpful. By the way, can I create private method within a xsp or xml page so that the size of main part could be reduced ? Lily -Original Message- From: Lai, Harry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 10:48 AM To:

Cocoon ignoring xsl:output ident?

2001-12-04 Thread David Rosenstrauch
Having a problem. My stylesheet starts with: xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform; xmlns:xalan=http://xml.apache.org/xslt; xsl:output indent=yes xalan:indent-amount=4 / But Cocoon

AW: Coconn-EJB application build

2001-12-04 Thread Ulli Hoffmann
Hi Konstantin, tx for the reply. I still have the following problems: --- 1) Deploying the cocoon.war (including my xsp/xsl stuff) and the app.jar together in one app.ear; the xsp imports a package from the ejb and makes a call to a class of that package - error:

XSLT and international characters.

2001-12-04 Thread Marcin Kos
Hi! For serveral days I'm trying to solve the following problem. I'm sure that somebody has already faced it, but I could not find any answer on the net. I use Cocoon 2 for XSLT transformations (Tomcat 4.0.1 glued to Apache using mod_webapp). These are very simple transformations producing

Re: Cocoon ignoring xsl:output ident?

2001-12-04 Thread Jörg Heinicke
http://xml.apache.org/cocoon1/faqs.html#faq-xsloutput Regards, Joerg But Cocoon seems to be ignoring the xsl:output indent=yes All of the output is coming out on the same line. Ideas? Suggestions? Do I need to somehow tell cocoon to turn on Xalan indent processing some other way?

Re: Cocoon ignoring xsl:output ident?

2001-12-04 Thread David Rosenstrauch
Thanks for the RTFM! :-) But how does this work in C2? Thanks! DR At 08:22 PM 12/4/01 +0100, you wrote: http://xml.apache.org/cocoon1/faqs.html#faq-xsloutput Regards, Joerg But Cocoon seems to be ignoring the xsl:output indent=yes All of the output is coming out on the same

Antwort: RE: Calling C2 from command line: problem with Oracle driver

2001-12-04 Thread Christoph . Oberle
Hi all, thank you Aaron, for the desription how to use Oracle from within Cocoon (and Tomcat!). This also works in my environment. My question is: I want to call Cocoon2 from then command line WITHOUT Tomcat. There is a run.sh file in the Cocoon root directory, which starts Cocoon with a stand

XML include for masthead and navigation

2001-12-04 Thread therandthem
Title: Message I know that this list is for Cocoon specific questions but with so many options available to me in Cocoon, I thought I might ask it here. I am using Cocoon 2 and would like to have standard headers and footers on every page. I have my site navigation in the Header. I would

RE: XSLT and international characters.

2001-12-04 Thread Luca Morandini
Marcin, you may try setting the enconding of the HTML serializer in your sitemp to the one that fits you (in the example below I used, quite understandably, an Italian enconding): map:serializer name=html mime-type=text/html src=org.apache.cocoon.serialization.HTMLSerializer

Sitemap

2001-12-04 Thread Carlos
I have the sitemap listed below and have the following questions: * Is it possible to refer to a single document and then refer to something more specific? For example; Is it valid to use: * Also, in the second element. Is the map:transform src... / element valid? map:match pattern=welcome

Re: [c2] q: howto use ESQL inside own logicsheets?

2001-12-04 Thread Christian Haul
On 04.Dec.2001 -- 06:20 PM, Hubert NEOtyk Iwaniuk wrote: Hi David, Your previous question was a little unclear, but I'll try my best to help. Generally the way I handle logicsheets and XSP is as follows: 1) take an XML file (what you refer to in your message as my server page I

Re: Cocoon ignoring xsl:output ident?

2001-12-04 Thread Jörg Heinicke
In the default-sitemap there are a few examples: map:serializers default=html map:serializer name=html mime-type=text/html src=org.apache.cocoon.serialization.HTMLSerializer doctype-public-//W3C//DTD HTML 4.01//EN/doctype-public

topeka

2001-12-04 Thread Nandakumar Mounasamy
only newspapers who have users without usernames since 2001 are TCJ and FTU.

RE:RE: Help Me fop in Cocoon2 !!! embedded font Problem

2001-12-04 Thread
I found serveral articles related my problem, and I made a test with a guide described a good article below. http://www2.real-time.com/pipermail/cocoon-users/2001-October/019861.html Cocoon, Fop, and embedded Truetype fonts Jacob Cantwell [EMAIL PROTECTED] cocoon2 embedded font

url on esql

2001-12-04 Thread Ivan Manuel Andrade Muñoz
As an url of a base data it is placed: In mysql, the one which this installed in /usr/local/mysql / Whose jdbc, this: /usr/local/mm.mysql.jdbc1.2c / Which I have inside the file.bash_profile like: CLASSPATH=/usr/local/mysql_com.jar Cocoon 1.8.2 Error found handling the