Re: XSLT named teplates and xsl:param (is it a BUG?)

2002-04-11 Thread Jerzy Kut
Why did You use '{' and '}' tokens? Isn't enough only ??? - Original Message - From: "Ivan Luzyanin" <[EMAIL PROTECTED]> To: "Cocoon-users" <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 8:34 PM Subject: XSLT named teplates and xsl:param (is it a BUG?) > Hi! > > I'm using Cocoon 2.

Delete

2002-04-11 Thread Daniel Fernandez
_ Hable con sus amigos en línea, pruebe MSN Messenger: http://messenger.msn.es - Please check that your question has not already been answered in the FAQ before p

Re: How to get HTML (not XHTML) from the HTMLSerializer (C2.0.1)

2002-04-11 Thread Nicola Ken Barozzi
From: "Yuri Gadow" <[EMAIL PROTECTED]> > > Try with > > If you mean an XSLT using that syntax (otherwise, I guess I'm missing > something), I'm afraid that doesn't help. It's a hack to get Netscape 4 to use that tag. If I write: ciao ciao in Netscape 4.7 I get: ciaociao but

RE: Cookie question

2002-04-11 Thread Piroumian Konstantin
> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] > > Thanks for tip Konstantin. Not right away but when looking > into the code I > found up that if you define your action with > > true > > it will do the job. > > To my surprise I did not be able to find up this in any documentation.

RE: Excel needs filename?

2002-04-11 Thread Shaw, Chris
correction: I got it working by adding the following line in my generator: response.setHeader("Content-Disposition", "inline; filename=output.xls"); ..but having to hard-code a parameter name in my generator as well as my sitemap leads to a potential consistency problem. Any better ideas? TI

RE: please, please, ... help with SQL transformer

2002-04-11 Thread Jeronimo Molina
Thanks for all the answers I agree all the people the help. Salu2, Jeronimo Molina -Mensaje original- De: Bert Van Kets [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 11 de abril de 2002 22:27 Para: [EMAIL PROTECTED] Asunto: Re: please, please, ... help with SQL transformer I did

Pooling under Jrun 3.1 (was RE: Installing cocoon2 with Jrun 3.1)

2002-04-11 Thread Chris Warr
I removed the pooling and it works fine? Anyone else had pooling problems under Jrun 3.1? Chris. -Original Message- From: Chris Warr [mailto:[EMAIL PROTECTED]] Sent: Friday, 12 April 2002 12:09 To: [EMAIL PROTECTED] Subject: RE: Installing cocoon2 with Jrun 3.1 OK, got another one fo

Re: Esql row-results

2002-04-11 Thread Sharat Koya
fantastic thanks - Original Message - From: "Chris Warr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 3:16 AM Subject: RE: Esql row-results > Then you want to use LIMIT, I think: > > SELECT blah from thetable LIMIT 1 > > Chris. > > > -Original Message-

Re: Esql row-results

2002-04-11 Thread Marty McClelland
from the mysql manual - The LIMIT clause can be used to constrain the number of rows returned by the SELECT statement. LIMIT takes one or two numeric arguments. The arguments must be integer constants. If two arguments are given, the first specifies the offset of the first row to return, the seco

RE: Esql row-results

2002-04-11 Thread Chris Warr
Then you want to use LIMIT, I think: SELECT blah from thetable LIMIT 1 Chris. -Original Message- From: Sharat Koya [mailto:[EMAIL PROTECTED]] Sent: Friday, 12 April 2002 12:00 To: [EMAIL PROTECTED] Subject: Re: Esql row-results unfortunatly not. I am using mysql - Original Messag

RE: Installing cocoon2 with Jrun 3.1

2002-04-11 Thread Chris Warr
OK, got another one for you. Cocoon is up and running now under Jrun 3.1, now I'm trying to run my app which works under Tomcat ok. I get the error below which from the looks of it has to do with connection pooling, the datasource definition is below from cocoon.xconf, and I'm using mssql server

Re: Esql row-results

2002-04-11 Thread Sharat Koya
unfortunatly not. I am using mysql - Original Message - From: "Chris Warr" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 3:02 AM Subject: RE: Esql row-results > does 'select top 1 ' do what you want. It just returns one row of the > query results. Not sur

RE: Esql row-results

2002-04-11 Thread Chris Warr
does 'select top 1 ' do what you want. It just returns one row of the query results. Not sure if all dbs support it though. Very handy though. Chris. -Original Message- From: Sharat Koya [mailto:[EMAIL PROTECTED]] Sent: Friday, 12 April 2002 11:54 To: [EMAIL PROTECTED] Subject: Es

Esql row-results

2002-04-11 Thread Sharat Koya
Hi, I have searched through the archives over the past hour and haven't found anything for this problem. What I want to do is execute a esql query that returns the results from a table but only selects the first row. eg.. normal esql namespace excluded... select * from action where due < current

RE: Installing cocoon2 with Jrun 3.1

2002-04-11 Thread Chris Warr
Vadim, you're a champ, I removed all references to velocity from the sitemap and off she goes. Thanks mate. Chris. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Friday, 12 April 2002 11:02 To: [EMAIL PROTECTED] Subject: RE: Installing cocoon2 with Jrun 3.1

RE: Installing cocoon2 with Jrun 3.1

2002-04-11 Thread Vadim Gritsenko
It seems that you have velocity in your cocoon.war. That's why velocity generator got compiled and configured in the sitemap (something like From: Chris Warr [mailto:[EMAIL PROTECTED]] > > > Hi, like the subject says I'm trying to install cocoon2 to run with Jrun 3.1 > > I've followed all the

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

Installing cocoon2 with Jrun 3.1

2002-04-11 Thread Chris Warr
Hi, like the subject says I'm trying to install cocoon2 to run with Jrun 3.1 I've followed all the instructions at http://xml.apache.org/cocoon/installing/index.html but when I try and browse to http://localhost/cocoon I get the error below. Can anyone help? Chris. type fatal message Erro

ESQL Oracle StoredProcedues

2002-04-11 Thread Michael Raffenberg
Hi, I am using C2.0.1 with JDK1.3.1 and TOmcat 4.0.3 I have problems with calling oracle stored procedures from ESQL. I have this simple Code: {call sp_proc(bullshit)} ,followed by

Re: How to get HTML (not XHTML) from the HTMLSerializer (C2.0.1)

2002-04-11 Thread Yuri Gadow
> Try with If you mean an XSLT using that syntax (otherwise, I guess I'm missing something), I'm afraid that doesn't help. Once the elements get in the SAX stream, how they got there (except in the case of CDATA of course) is lost. They're all just start/endElement pairs to the HTMLSerializer. M

Re: Cocoon & Struts

2002-04-11 Thread Rob Jellinghaus
At 09:20 AM 4/11/2002 -0400, allan li wrote: >Hi everyone, > >Could anybody give me some ideas about the comparison, relationships >between Cocoon2 and Struts, and how to use them together for a single web >application? Cocoon and Struts have a lot of overlapping functionality, but different f

Re: cocoon2.1-dev and XMLReader

2002-04-11 Thread snpe
Hello, I use your thread before and now is ok. I don't remove xerces, xalan and xml-apis from cocoon lib dir. (batik must be in cocoon lib) thanks haris peco On Thursday 11 April 2002 06:37 pm, Vadim Gritsenko wrote: > > From: snpe [mailto:[EMAIL PROTECTED]] > > > > Hi, > >I am tried coco

RE: using C2 to read sessions from JBoss/Tomcat

2002-04-11 Thread Mark S. Kent
Thanks, Vadim. I'll check it out. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 4:11 PM To: [EMAIL PROTECTED]; Mark Kent Subject: RE: using C2 to read sessions from JBoss/Tomcat > From: Mark S. Kent [mailto:[EMAIL PROTECTED]] > > Vad

RE: using C2 to read sessions from JBoss/Tomcat

2002-04-11 Thread Vadim Gritsenko
> From: Mark S. Kent [mailto:[EMAIL PROTECTED]] > > Vadim, > > Using the JBoss-2.4.4_Tomcat-4.0.1 package starts Tomcat "within" the JBoss > instance (I think). The "jboss/deploy" folder has: > > + cocoon.war (folder) > -- (contains same contents as standard tomcat/webapps/cocoon folder) > +

Interesting read for those doing DB bound apps

2002-04-11 Thread Berin Loritsch
http://www.eweek.com/print_article/0,3668,a=23115,00.asp It's a Database shootout, and lists troubles with Database drivers under load. Pretty interesting. -- "They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Ben

Re: Hosting a Cocoon Website

2002-04-11 Thread Martin Mauri
I've solved that using MyCGIServer.com as a host for my files and then I forwarded in a stelath way my domain name through www.mydomains.com It works really good, my site is build absolutely on XML and works fine, you can try it on http://www.martinmauri.com.ar/ hope this helps. Martin - Or

RE: [C2] How do I import form logicsheets ???

2002-04-11 Thread Vadim Gritsenko
Take a look at the session logicsheet: http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/java/org/apache/cocoon /components/language/markup/xsp/java/session.xsl?annotate=1.13 Lines 68-89. Vadim > From: Artur Bialecki [mailto:[EMAIL PROTECTED]] > > > I useto to this in C1 for imports in my log

Re: [C2] How do I import form logicsheets ???

2002-04-11 Thread giacomo
On Thu, 11 Apr 2002, Artur Bialecki wrote: > > I useto to this in C1 for imports in my logicsheets (not XSPs) > > > > > > > > dfc.cocoon.* > dfc.cocoon.ErrorWrapper > dfc.servlet.MainMenu > > > > > > but this doesn't seem to work in C2. M

Hosting a Cocoon Website

2002-04-11 Thread Anthony Diodato
Im making a website for myself, basically a portfolio/resume website with things I've done, and projects I've worked on, but Id like to host it myself. Could anyone tell me the best, and possibly least expensive route to go about this. Any information would be greatly appreciated. Thanks Anthon

RE: fake free Hosting

2002-04-11 Thread Vadim Gritsenko
> From: oggei [mailto:[EMAIL PROTECTED]] > > Dear team, interested in your project Cocoon, and in the xml and new tech, > i'll start in a few months a completely free hosting on my little little > server, just for people that wants to learn but can't pay for it. Can't pay > service like > > Moti

Re: please, please, ... help with SQL transformer

2002-04-11 Thread Bert Van Kets
I did tests with access databases once using the JdbcOdbc bridge. I had connection errors all over and I could track it to the single connection nature of Access. The first connection went through (the authentication), but the second and following connections always failed. I have dumped Ac

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-11 Thread Vadim Gritsenko
I use jdk1.3.1, and the rest does not matter for javadoc. Vadim > From: Bruce Krautbauer [mailto:[EMAIL PROTECTED]] > > I just did a cvs checkout -r HEAD xml-cocoon2 to a new directory, copied > xercesImpl-2.0.0.jar, xalan-2.3.1.jar, and the xml-apis.jar from the > .\lib\core\ to the %JAVA_HOME

RE: using C2 to read sessions from JBoss/Tomcat

2002-04-11 Thread Mark S. Kent
Vadim, Using the JBoss-2.4.4_Tomcat-4.0.1 package starts Tomcat "within" the JBoss instance (I think). The "jboss/deploy" folder has: + cocoon.war (folder) -- (contains same contents as standard tomcat/webapps/cocoon folder) + lib (folder) -- jbosspool-jdbc.jar -- jms-ra.jar + web.war (fo

[C2] How do I import form logicsheets ???

2002-04-11 Thread Artur Bialecki
I useto to this in C1 for imports in my logicsheets (not XSPs) dfc.cocoon.* dfc.cocoon.ErrorWrapper dfc.servlet.MainMenu but this doesn't seem to work in C2. My generated Java files are missing both package and class names, and I hava

Re: MS Access on Cocoon2???

2002-04-11 Thread Berin Loritsch
Sean Malone wrote: > You should be able to use JDBC:ODBC bridge to connect to the datasource You can do it, but it is not recommended. Access allows you to do too many broken things, and forces you to use nonstandard SQL joins for anything else. There are other alternatives. Just be warned tha

RE: MS Access on Cocoon2???

2002-04-11 Thread Marty McClelland
Last year I used MS Access with Cocoon. I have since switched to SQL 2000 because MS Access via the odbc bridge does not allow for full use of the ESQL tags. For example - it is not possible to use nested queries with Access. This is because of the limitations of the odbc bridge. marty >

RE: using C2 to read sessions from JBoss/Tomcat

2002-04-11 Thread Vadim Gritsenko
> From: Mark S. Kent [mailto:[EMAIL PROTECTED]] > > I'm testing the JBoss-2.4.4_Tomcat-4.0.1 package with Cocoon2 and I'm trying > to get Cocoon to read an user's session name variable (employeeData) created > by the login process. Can Cocoon2 read the session information from the > JB/TC "insta

RE: MS Access on Cocoon2???

2002-04-11 Thread Sean Malone
You should be able to use JDBC:ODBC bridge to connect to the datasource -Original Message- From: Rajput, Ashish S [mailto:[EMAIL PROTECTED]] Sent: 11 April 2002 20:38 To: '[EMAIL PROTECTED]' Subject: MS Access on Cocoon2??? Hello, Is it possible to hook Cocoon upto a test MS Access DB?

RE: MS Access on Cocoon2???

2002-04-11 Thread von Schwerdtner, Thomas (GXS, FPI)
Title: RE: MS Access on Cocoon2??? > Is it possible to hook Cocoon upto a test MS Access DB?  I'd > like to install > MySQL, but downloading that runs me into red tape with my IS Dept. You should be able to use a generic ODBC driver to get into Access.  I havent done this with Cocoon but it

RE: anything like an XPath Selector?

2002-04-11 Thread Vadim Gritsenko
> From: Seth Ladd [mailto:[EMAIL PROTECTED]] > > Hello, > > The app we're building works great w/ the StreamGenerator. It takes XML > directly from the calling client from the HTTP stream. We would like to > be able to do some selections in our pipelines based on the incoming XML > stream. Is

MS Access on Cocoon2???

2002-04-11 Thread Rajput, Ashish S
Hello, Is it possible to hook Cocoon upto a test MS Access DB? I'd like to install MySQL, but downloading that runs me into red tape with my IS Dept. I'm running Windows 2000; JDK1.3.1; Tomcat4.0.1; Cocoon2.0 Thanks, Ashish Rajput

RE: passing parameters to a stylesheet

2002-04-11 Thread Vadim Gritsenko
To pass single param, see sample sitemap: and stylesheets/dynamic-page2html.xsl stylesheet. Also see http://www.cocooncenter.de/cc/documents/resources/request-params/transfo rmer.html on how to pass *all* request parameters. Vadim > From: Ralph Holz [mai

Re: fake free Hosting

2002-04-11 Thread Martin Mauri
Hi, I have a site completely over Tomcat and Cocoon 1.8.2. Will it be possible to be hosted on your server? If you want to check it out: http://www.martinmauri.com.ar/ thanks. Martin - Original Message - From: "oggei" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 1

RE: [Problem]sendmail - reference to Session is ambiguous

2002-04-11 Thread Vadim Gritsenko
> From: Ehms, JØrgen [mailto:[EMAIL PROTECTED]] > > Hallo > > I also like to use sendmail in my XSP but if I put only in my Head > > xmlns:xsp="http://apache.org/xsp"; > xmlns:esql="http://apache.org/cocoon/SQL/v2"; > xmlns:xsp-session="http://apache.org/xsp/session/2.0"; > xmlns:sendmail="htt

fake free Hosting

2002-04-11 Thread oggei
Dear team, interested in your project Cocoon, and in the xml and new tech, i'll start in a few months a completely free hosting on my little little server, just for people that wants to learn but can't pay for it. Can't pay service like Motivational Marketing Associates, Inc - Cocoon 1.7.4 that

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-11 Thread Bruce Krautbauer
I just did a cvs checkout -r HEAD xml-cocoon2 to a new directory, copied xercesImpl-2.0.0.jar, xalan-2.3.1.jar, and the xml-apis.jar from the .\lib\core\ to the %JAVA_HOME%\jre\lib\endorsed\ directory and my build javadocs gives the same result as Marc's. Everything else seems to build and run

Re: How to get HTML (not XHTML) from the HTMLSerializer (C2.0.1)

2002-04-11 Thread Nicola Ken Barozzi
From: "Yuri Gadow" <[EMAIL PROTECTED]> > Indeed that is the question, unfortunately NS 4.X is still in common use > and does not understand tags written as or , (as do > many, still common, versions of IE.) I could certainly roll my own > serializer, wrapped around SAXON or something, but it s

RE: cocoon tutorial, where is ipms.xsl ?

2002-04-11 Thread Vadim Gritsenko
> From: caleb racey [mailto:[EMAIL PROTECTED]] > > > Sorry for this folks, stupid newbie question > > I'm trying to work my way through the cocoon tutorial > (http://xml.apache.org/cocoon/tutorial.html) so I can get myself started > with form processing. > > In the tutorial there are several r

RE: sendmail

2002-04-11 Thread du Plessis, Corneil C
A quick glance at the compile error indicates that you do not have the javamail.jar in your classpath. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 11 April, 2002 14:13 To: [EMAIL PROTECTED] Subject: RE: sendmail Hmm, took a look at it, unfortuantly my jav

RE: RE: how to marshal objects within xsp

2002-04-11 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello, > > ad 1: > > Vadim, as you suggested it finally works with this expression - > thanks!: > expr>mm.marshal(mm.getSimpleItems()) r> > > ad 2: > > The contentHandler used in 2 b) is a TraxTransformer instance. Is it > possible tha

RE: cocoon2.1-dev and XMLReader

2002-04-11 Thread Vadim Gritsenko
> From: snpe [mailto:[EMAIL PROTECTED]] > > Hi, >I am tried cocoon2.1-dev from cvs, tomcat 4.0.3 and jdk1.4.0 > I have problem with link '/cocoon/sub/xsp > error is : > > SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement > XMLReader > > what is wrong ? You have two o

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-11 Thread Vadim Gritsenko
> From: Marc Jeffrey Driftmeyer [mailto:[EMAIL PROTECTED]] > > Of course that is the command.. > > > And as run the latest snapshot or even the cocoon 2.0.2 release here is > the error log for the javadocs. > > javadocs: > [javadoc] Generating Javadoc > [javadoc] Javadoc execution > [jav

using C2 to read sessions from JBoss/Tomcat

2002-04-11 Thread Mark S. Kent
I'm testing the JBoss-2.4.4_Tomcat-4.0.1 package with Cocoon2 and I'm trying to get Cocoon to read an user's session name variable (employeeData) created by the login process. Can Cocoon2 read the session information from the JB/TC "instance"? (sorry if that is not the right terminology) I can s

anything like an XPath Selector?

2002-04-11 Thread Seth Ladd
Hello, The app we're building works great w/ the StreamGenerator. It takes XML directly from the calling client from the HTTP stream. We would like to be able to do some selections in our pipelines based on the incoming XML stream. Is there something like an XPath Selector? Am I thinking of t

Re: Cookie question

2002-04-11 Thread Alexander Smirnoff
Thanks for tip Konstantin. Not right away but when looking into the code I found up that if you define your action with true it will do the job. To my surprise I did not be able to find up this in any documentation. Alex. - Original Message - From: "Piroumian Konstantin" <[EMAIL P

passing parameters to a stylesheet

2002-04-11 Thread Ralph Holz
Hi, I'm using Cocoon 2.0.2 here to process XML files with XSL-T stylesheets. The relevant part of my pipeline is like this: start.xml contains several sets of data, which are very similar to

Re: XSLT named teplates and xsl:param (is it a BUG?)

2002-04-11 Thread KOZLOV Roman
Indeed, it seems that error message says that you needn't curved brackets in test attribute. Try this or even something like this And, of course, you have to use xsl:value-of whithin xsl:attribute element. Roman Matthieu Benéteau wrote: > You have to use : > > > > > > etc... >

[Problem]sendmail - reference to Session is ambiguous

2002-04-11 Thread "Ehms, Jürgen"
Hallo I also like to use sendmail in my XSP but if I put only in my Head http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; xmlns:sendmail="http://apache.org/cocoon/sendmail/1.0";> I got always the error: reference to

RE: XSLT named teplates and xsl:param (is it a BUG?)

2002-04-11 Thread Matthieu Benéteau
You have to use : etc... Matthieu > I'm using Cocoon 2.0.2 and Tomcat 3.3.1. > > Can anybody explain to me why i can't use 'xsl:param' in 'xsl:if' > clause? > > Example: > > > TimeCell > HolidayCell > > > 2 > > > >

RE: sendmail

2002-04-11 Thread Vadim Gritsenko
It says "class not found", which should mean that you do not have JavaMail installed in the JRE or your webapp. IIRC, you need activation.jar and some other jar from the java.sun.com, you can drop them to the cocoon/lib/optional (src dist) or into cocoon.war/WEB-INF/lib. Vadim > From: Sharat Koy

XSLT named teplates and xsl:param (is it a BUG?)

2002-04-11 Thread Ivan Luzyanin
Hi! I'm using Cocoon 2.0.2 and Tomcat 3.3.1. Can anybody explain to me why i can't use 'xsl:param' in 'xsl:if' clause? Example: TimeCell HolidayCell 2 {$cssClassWeekEnd} i

Re: documentation for managers, was HP-SOAP Server announcement

2002-04-11 Thread Nicola Ken Barozzi
From: "Peter Robins" <[EMAIL PROTECTED]> > On Wednesday 10 Apr 2002 12:58, Brent Eades wrote: > > I do agree with comments in an earlier thread about the need for more > > detailed docs for Cocoon. My colleagues and I are of similar skill > > levels: we're managers with IT and communications back

Cocoon & Struts

2002-04-11 Thread allan li
Hi everyone, Could anybody give me some ideas about the comparison, relationships between Cocoon2 and Struts, and how to use them together for a single web application? Thanks. Alan _ MSN Photos is the easiest way to share and p

Excel needs filename?

2002-04-11 Thread Shaw, Chris
Hi, I'm using the HSSFSerializer to generate an M$-Excel file The mime-type is set to: application/vnd.ms-excel When I use Netscape it works perfectly But when I use IE it doesn't recognise the mime-type - it instead tries to look at the filenameand the filename is basically junk. I

Re: please, please, ... help with SQL transformer

2002-04-11 Thread Neugebauer, Gerd
Aitziber Zubieta wrote: > I will be very glad if you have any other idea. Hi, I have also tried to use the SQL transformer to access an Access database -- without luck. I always got an empty result set. I finally gave up to track down the problem and switched to ESQL which works just fine. Ci

RE: PDF

2002-04-11 Thread Dean McGowan
Done and done ... Was bugging the hell out of me too... Great for business .. but not so great for mailing lists :) Regards, Dean McGowan -Original Message- From: Manos Batsis [mailto:[EMAIL PROTECTED]] Sent: Thursday, 11 April 2002 10:05 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sub

RE: sendmail

2002-04-11 Thread Sharatkoya
Hmm, took a look at it, unfortuantly my java skills arent up to dealing with it. I m guessing it is because of java changes to the javax.mail api: org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.LanguageException: Error compiling test_xsp: Line 41,

RE: PDF

2002-04-11 Thread Manos Batsis
Dean, Please don't set your email app to ask for read receipts etc. Also, I bet most of us would strongly prefer text email. Thanks, Manos -Original Message- From: Dean McGowan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:56 PM To: [EMAIL PROTECTED] Subject: RE: PDF

new LiveSites entries: belfoot.tv & elysee.tv

2002-04-11 Thread Candide Kemmler
Hi, I'm happy to announce two new entries to the "LiveSites" section of the cocoon2 website: http://www.belfoot.tv/ http://www.elysee.tv/ We've used cocoon 2.0, with JBoss as an application server (GUI is swing-based) and PostgreSQL as the DBMS backend. Although this is not mentioned on the

RE: PDF

2002-04-11 Thread Dean McGowan
This works for me .. I think you have to use an absolute url       -Original Message- From: Ferran Urgell [mailto:[EMAIL PROTECTED]] Sent: Thursday, 11

RE: PDF

2002-04-11 Thread Matthew Langham
Try out entering the full address for the gif file (i.e. including c:\blah\foo\...) Matthew   -Original Message-From: Ferran Urgell [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 11, 2002 1:51 PMTo: [EMAIL PROTECTED]Subject: Re: PDF Ok, I've made this, but not works...

Re: PDF

2002-04-11 Thread Ferran Urgell
Ok, I've made this, but not works... I think that maybe is the src adress of the file... - Original Message - From: Andrey Demchenko To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 12:36 PM Subject: Re: PDF    src="logo.gif"/> - Original Mes

Re: Hi

2002-04-11 Thread Torsten Curdt
> Hi, > Can anybody send me multiple samples of xsl along with xml files for > generation of PDF's in Cocoon2.0.2 > So that i could be see the source code of multiple samples > If there is any link of samples than plz send me the url Did you have a look into the samples that come with Cocoon?

Re: please, please, ... help with SQL transformer

2002-04-11 Thread Aitziber Zubieta
Thanks a lot for your idea but it doesn't work. I'm just making test with Access Database. I will be very glad if you have any other idea. - Original Message - From: "Hahn Kurt (CHA)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 11, 2002 8:49 AM Subject: RE: please,

Re: documentation for managers, was HP-SOAP Serverannouncement

2002-04-11 Thread Derek Hohls
I would support this - Id like to push for wider adoption of Cocoon in our - and clients - environment - but those approving finances are typically not interested in detailed technical specs, but rather the broader business advantages (read "savings on bottom line") This may be outside the scope o

Re: PDF

2002-04-11 Thread Andrey Demchenko
   src="logo.gif"/> - Original Message - From: Ferran Urgell To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 12:17 PM Subject: PDF Hi Cocooners!!   I would to put an image (logo for example) into a pdf...with xsl-fo, how can I do this?   Thank

cocoon tutorial, where is ipms.xsl ?

2002-04-11 Thread caleb racey
Sorry for this folks, stupid newbie question I'm trying to work my way through the cocoon tutorial (http://xml.apache.org/cocoon/tutorial.html) so I can get myself started with form processing. In the tutorial there are several references to transforming with stylesheets/ipms.xsl () However I c

Re: documentation for managers, was HP-SOAP Server announcement

2002-04-11 Thread Peter Robins
On Wednesday 10 Apr 2002 12:58, Brent Eades wrote: > I do agree with comments in an earlier thread about the need for more > detailed docs for Cocoon. My colleagues and I are of similar skill > levels: we're managers with IT and communications backgrounds, all of > whom do a little coding as requi

Re: Getting stylesheet directive through to SVG rasterizer

2002-04-11 Thread Simeon Walker
In general my css files don't come through Cocoon, apache serves them directly. But in this case I'm just using the file name rather than the ful http://... reference. This is working when batik is invoked from the shell prompt but not from Cocoon. Sim Bert Van Kets wrote: > Did you declare a cs

Re: Getting stylesheet directive through to SVG rasterizer

2002-04-11 Thread Bert Van Kets
Did you declare a css pipeline? If Cooon gets request for a css file, but can't map it to a specific file, it can't process it. Add this to your sitemap: make sure you place the css file in the css directory. HTH, Bert At 10:02 11/04/2002 +0100, you wrote: >Hi, >I'

PDF

2002-04-11 Thread Ferran Urgell
Hi Cocooners!!   I would to put an image (logo for example) into a pdf...with xsl-fo, how can I do this?   Thanks!   Ferran Urgell

Getting stylesheet directive through to SVG rasterizer

2002-04-11 Thread Simeon Walker
Hi, I'm have some trouble generating PNG's with the SVG serializer. I want to include a CSS stylesheet reference in the XML so that, for example, colours can be kept out of the SVG XML. Using the following test.xml file: Corner of menu item And this simple svg-test.css file: .red {

RE: Portal question

2002-04-11 Thread Matthew Langham
Hi Paul, well we wrote the portal components currently in Cocoon, so I guess I can comment on them :-). We originally (1 1/2 years ago) looked at JetSpeed (back then) but decided we didn't want a solution that was an add-on to Cocoon. We wanted to integrate a solution into Cocoon and do this wit

JDBC + JDK 1.4

2002-04-11 Thread Cédric Damioli
Hi, I know this annoying issue has already been discussed here, but i want to have today's news about it... The bug is : AFAIK, JDBC connections don't work with JDK 1.4, the core.log give us : DEBUG (2002-04-11) 09:50.34:916 [core.datasources.mysql] (Unknown-URI) Unknown-thread/LogKitLog

RE: how to marshal objects within xsp

2002-04-11 Thread Piroumian Konstantin
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > > 2. > > > > Use Castor's marshalling capabilities: > > > > > > > > > > > > > > > > model.marshal(this.contentHandler); > > > > > > > > > > > > > > This sounds perfect. >

RE: RE: how to marshal objects within xsp

2002-04-11 Thread a000
Hello, ad 1: Vadim, as you suggested it finally works with this expression - thanks!: mm.marshal(mm.getSimpleItems()) ad 2: The contentHandler used in 2 b) is a TraxTransformer instance. Is it possible that in this case the resulting intermediate XML contains the '' expression before the actua