[ANN] kxmleditor for KDE

2003-02-14 Thread Antonio Gallardo
Hi Cocooners! I found this XML editor for KDE-Linux and I wanted to share it with you. :-D http://kxmleditor.sourceforge.net/ Best Regards, Antonio Gallardo - Please check that your question has not already been answered in

Re: embedding graphics

2003-02-14 Thread joni santoso
On Fri, 14 Feb 2003 20:46:07 +0100 "J.Pietschmann" <[EMAIL PROTECTED]> wrote: joni santoso wrote: could you give me the snippets please. I was just reminded that this works only with text, not with graphics. well now at last i know that is not doable. thx ==

Re: extending XMLForms for different kinds of models...opinions?

2003-02-14 Thread Josema Alonso
Hello, Sylvain. The old forms would work as they already do, but it would be a better approach when the model is a pure XML model. You won't need to convert XML elements and attributes to Java properties and back. You won't need to store your XML model in a DOM property in the bean. In fact, you w

DirectoryGenerator depth attrib (newbie)

2003-02-14 Thread Mark Anquoe
ok I've started pulling my hair out. I am really having problems getting the DirectoryGenerator to display anything more than the contents of the current directory. I can't seem to get the depth attribute to do anything. I modified my just installed sitemap directory matching to look like this:

resin db connectivity

2003-02-14 Thread Gabriel Egolf
Hello all, Recently, we've switched servlet engines from Tomcat to caucho.com's Resin. We've done this primarily for performance reasons. I'm now running into some problems where a couple of my XSP's which access database connections can no longer find a suitable driver. Is anyone aware of a

Re: Experiences with Cocoon & Microsoft SQLServer?

2003-02-14 Thread Leszek Gawron
On pią, lut 14, 2003 at 08:22:28 +0100, Thorsten Scherler wrote: > Hi Felix, > > I tried it but didn't like the result! > > e.g. the "Select * from table" were working fine, but I had trouble with > "Update", "insert into", > > Despite that I never got it working that I could got the data

Re: Experiences with Cocoon & Microsoft SQLServer?

2003-02-14 Thread Leszek Gawron
On pią, lut 14, 2003 at 05:17:18 +0100, Felix Maeder wrote: > Hi list, > > Does anyone use Cocoon in connection with Microsoft SQLServer in a > production environment? What are the experiences? Are there any known > issues with this combination? The combination works like a charm using inetsoftw

RE: Experiences with Cocoon & Microsoft SQLServer?

2003-02-14 Thread Stephen Ng
Actually I've been using Cocoon with MS SQL Server with no problems (I've done quite complicated queries, including updates, inserts, and stored procedures). Microsoft has a free JDBC driver on their web site which works fine. --Steve > -Original Message- > From: Geoff Howard [mailto:[

AW: Using a RequestAttributeSelector

2003-02-14 Thread Marco Rolappe
hi laurent, > -Ursprungliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im > Auftrag von Laurent Comte > Gesendet: Freitag, 14. Februar 2003 19:48 > An: [EMAIL PROTECTED] > Betreff: Using a RequestAttributeSelector > > > BUT, it seems that the request read by the se

RE: Experiences with Cocoon & Microsoft SQLServer?

2003-02-14 Thread Geoff Howard
I haven't used the two together, but there seem to be a fair number of people on the list who do. I am sure a good deal has to do with the quality of the jdbc driver you use. I've heard of people having better luck with some commercial drivers than with the jdbc-odbc one. Geoff > -Original

Re: embedding graphics

2003-02-14 Thread J.Pietschmann
joni santoso wrote: could you give me the snippets please. I was just reminded that this works only with text, not with graphics. do i need to map the images to the sitemap? No. btw, is there a dtd/schema for xsl-fo document so that someone can know what elements/attributes can be inside

AW: dynamic served image files

2003-02-14 Thread Marco Rolappe
hi andi, you didn't tell what the source for the dynamically created wbmp image is. if it's based on xml input, you could write a corresponding Serializer (have a look at the respective sources). another option is to write a Reader (which doesn't actually need to read something ;-). third alter

Re: Experiences with Cocoon & Microsoft SQLServer?

2003-02-14 Thread Thorsten Scherler
Hi Felix, I tried it but didn't like the result! e.g. the "Select * from table" were working fine, but I had trouble with "Update", "insert into", Despite that I never got it working that I could got the data "where date=". I wasn't patient enough to get to the course. ...but it should

Using a RequestAttributeSelector

2003-02-14 Thread Laurent Comte
I would like to : 1/ use a servlet (servDoSomething) as a generator to generate some XML data. 2/ depending of what happened in step 1 (everything was fine or some error happened), I would like to set a "nextpage" attribute to say where should we go next : request.setAttribute("nex

MalformedURLException due to index.xml dtd

2003-02-14 Thread armstpat
I installed Cocoon on my Linux box without any issues. I tried on my Win2k box and got a problem with the dtd in the documentation page. I renamed the latest xerces.jar to _parser.jar and restarted Tomcat, but it didn't help. The error I am getting is below. Any ideas? org.apache.cocoon.Process

Re: XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Diana Shannon
On Friday, February 14, 2003, at 12:24 PM, Diana Shannon wrote: xinclude works for me. Here are a few snippets: |--- file snippet (with and without xpointer) ---| - or - |--- sitemap snippet ---| |--- file hierarchy ---| - sitemap.xmap - resources/ -- xdocs/ --- content/ p

Re: XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Diana Shannon
On Friday, February 14, 2003, at 10:04 AM, Peter Klotz wrote: 1. Xinclude the output is empty and cut off. There was a posting that one should use a attribute base="file:/path" because Cocoon would consider the URL relative to the application base directory under webapps. That is not menti

cocoon + MS SQL Server Stored Procedure

2003-02-14 Thread Haas, Holger
> Hi! > > How can I execute Stored Procedures (SP) of a MS SQL Database > by the use of the COCOON SQL-Transformer? > > My Environment: > JAVA-Version: j2sdk1.4.0_01 > JDBC-Driver: jtds-0.4.jar > Database: MS SQL Server 7.0 > and Cocoon 2.0.4 > > My Cocoon configuration: > > Site

Experiences with Cocoon & Microsoft SQLServer?

2003-02-14 Thread Felix Maeder
Hi list, Does anyone use Cocoon in connection with Microsoft SQLServer in a production environment? What are the experiences? Are there any known issues with this combination? Thanks a lot -Felix - Please check that your ques

RE: parameters for custom requestgenerator

2003-02-14 Thread Lionel Crine
I found a solution. I'm gonna pass as parameter: And in the generator I'll separate the name into 3 parts. At 10:51 14/02/2003 -0500, you wrote: send me your generator file Geoff > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 200

RE: parameters for custom requestgenerator

2003-02-14 Thread Geoff Howard
send me your generator file Geoff > -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 10:23 AM > To: [EMAIL PROTECTED] > Subject: Re: parameters for custom requestgenerator > > > Sorry I did a bad manipulation. > > Herer is the thing :

RE: Pass custom parameters into an XSP

2003-02-14 Thread Geoff Howard
Looks like you put that xsp:logic tag before any content on the page, thus the code was placed outside the generate method, and from the sound of the error, before the class definition. if that's not enough of a clue, send the xsp here (from the beginning up to the snippet you include below) Go l

RE: extending XMLForms for different kinds of models...opinions?

2003-02-14 Thread Sylvain.Thevoz
Hi Josema, Could you describe the advantages and the possible application of this new feature. Regards Sylvain -Message d'origine- De: Josema Alonso [mailto:[EMAIL PROTECTED]] Date: vendredi, 14. février 2003 14:08 À: Cocoon-Users Objet: extending XMLForms for different kinds of models.

Re: parameters for custom requestgenerator

2003-02-14 Thread Lionel Crine
Sorry I did a bad manipulation. Herer is the thing : Hello, I have to get some parameters from a form but I'm stuck. I have some code like in my html file (created with an xsl transformation): Prices Index : From : To : And I want to get : "Prices Index", "numerici

parameters for custom requestgenerator

2003-02-14 Thread Lionel Crine
Hello, I hava to get some parameters from a form but I'm stuck. I have some code like in my html file (created with an xsl transformation): Prices Index : From : To : And I want to get : "Prices Index", "numericindex_Start" and "numericindex_End", in the file created

Re: XMLForm Wizard alternative?

2003-02-14 Thread Robert Sösemann
That would be great. Could you send the file to this adress [EMAIL PROTECTED] Thanks a lot, Robert - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 1:47 PM Subject: Re: XMLForm Wizard alternative? Hi there I do not know if anyone els

RE: XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Tsui, Alban
I cannot remember exactly what I did but ... you might need to have something like cocoon://path/file.xml instead. Try this and see if it works. -Original Message- From: Peter Klotz [mailto:[EMAIL PROTECTED]] Sent: 14 February 2003 15:04 To: [EMAIL PROTECTED] Subject: XInclude or CInclude

XInclude or CInclude working in Cocoon 2.0.4?

2003-02-14 Thread Peter Klotz
Hi, I'm generating XInclude or CInclude URLs and use the corresponding transformator. Unfortunately none of the ways seemed to work. I have file:-URLs with absolute path names, BTW. 1. Xinclude the output is empty and cut off. There was a posting that one should use a attribute base="file:/p

Re: Pass custom parameters into an XSP

2003-02-14 Thread Collin VanDyck
Hi   When I try this out, I get the following message:   org.apache.cocoon.www.tasks.docs.workflow.details_xsp should be declared abstract; it does not define method generate() in interface org.apache.cocoon.generation.Generator   In my first xsp:logic tag, this is the code that causes this

Getting application base directory

2003-02-14 Thread Peter Klotz
Hi, simple question, how can I get in a Cocoon action or source etc. the base directory of my application that I was called for? I though that the Contextualize interface would be used for this with the Context.get() method, but there is no documentation of the values that one can get from the co

extending XMLForms for different kinds of models...opinions?

2003-02-14 Thread Josema Alonso
Dear all, I need your suggestions and opinions in extending the current XMLForm model approach. If you use XMLForm or are thinking about using it soon, I'd suggest youy to read this message and send some feedback to the list. Some days ago, and with some ideas I exchanged with Ivelin, I made a ho

AW: Meeting in cologne!

2003-02-14 Thread Scherler, Thorsten
Ok, I will contact you as soon as I am home. By the way my "private" mail is [EMAIL PROTECTED] Wir sprechen uns dann später! Thorsten -Ursprüngliche Nachricht- Von: SAXESS - Hussayn Dabbous [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Februar 2003 13:55 An: [EMAIL PROTECTED] Betref

Re: Meeting in cologne!

2003-02-14 Thread SAXESS - Hussayn Dabbous
Hy, Thorsten. thanks for your offer. Great, i think some help is really needed, let's get into touch offlist. Here is a first proposal for agenda,timeshedule,location... There is still some commitment needed for talks, or other contribs ;-) the aim of the meeting -- Prelimi

Re: XMLForm Wizard alternative?

2003-02-14 Thread jakob . dalsgaard
Hi there I do not know if anyone else has done it - but I was so impressed with xmlform that I took the 2.1 code and hacked it a bit to compile and run on cocoon 2.0.4 - it's working for me - and I can create a source jar file and such for creating a cocoon-xmlform-2.0.4.jar file to put into W

dynamic served image files

2003-02-14 Thread andi
hi, i want to serve dynamically created imagefiles (wbmps in my case) from the cocoon-pipeline. i wrote an xsp with helperclass and tried to get the output of it, but i don't know how. i thought about taking but i don't know how to access a dynamic source.. one possibilty is to write the image t

RE: Using a servlet as source for a generator

2003-02-14 Thread Laurent Comte
>> It seems that it check if uri begin with "http". >That is what I thought as well. But >http://wiki.cocoondev.org/Wiki.jsp?page=IntegrateAServlet >seems to indicate otherwise. Yes, but the author of this article told me that he didn't test it ! :-/ He will going to change his article ... >>

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > > Yes I am running on NT. Any examples of how to setup > 'secured' datasources and connecting via JDBC. > Currently my databases are setup on cocoon.xconf as below :- > > > > > jdbc:oracle:thin:@my_server:my_port:my_

Meeting in cologne!

2003-02-14 Thread Scherler, Thorsten
Hi list, hi Hussayn, how many people want to come to cologne so far? When should the event take place? Where should it be? How can we help you organise it? Any proposals for the agenda so far? ...I volunteer for organisation. King regards Thorsten > Mit freundlichem Gruss, > > Thorsten Sch

Re: Using a servlet as source for a generator

2003-02-14 Thread Guido Casper
> It seems that it check if uri begin with "http". That is what I thought as well. But http://wiki.cocoondev.org/Wiki.jsp?page=IntegrateAServlet seems to indicate otherwise. > Does it work with "https" ??? I don't think FileGenerator supports this. But you can try WebServiceProxyGenerator which

AW: Scheduler with cocoon

2003-02-14 Thread Scherler, Thorsten
Hi list, do you know wyona (http://www.wyona.org)? They have implemended a scheduler! Just ask them for advice ! ([EMAIL PROTECTED]) king regards Thorsten -Ursprüngliche Nachricht- Von: Niclas Hedhman [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Februar 2003 07:11 An: [EMAIL PROTEC

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Kirula Leelasena
Yes I am running on NT. Any examples of how to setup 'secured' datasources and connecting via JDBC. Currently my databases are setup on cocoon.xconf as below :- > > > > jdbc:oracle:thin:@my_server:my_port:my_SID > username > my_encrypted_password >

cocoon (2.0.3) on websphere 5?

2003-02-14 Thread Tsui, Alban
Hi After playing with the settings in websphere, i have finally managed to deploy my cocoon in the websphere app server. Most cocoon standard demo works except the jsp generator and reader stuff. I have changed the jsp engine setting to use the ibm one in cocoon.xconf and it seems to be picking up

anyone got websphere running on solaris???

2003-02-14 Thread SAXESS - Hussayn Dabbous
Hy, i know this is absolutely off topic, but maybe there is someone who could help me: i want to run my app on websphere-4.0.4. the problem is (currently) not how to get cocoon running on it, but how to get websphere running with LDAP-authentification. Anyone near cologne, who can help ? i'll pay

RE: Using a servlet as source for a generator

2003-02-14 Thread Laurent Comte
>OK, one last guess: > I tried for 2 hours all sorts of things :(( ... The only one working is with the full url ... I think that for Cocoon: 1/ there's some confusion between "src" and "uri" attribute for the generator 2/ there's some confusion on how to know if uri is internet-uri or filesys

Re: Xinclude with XSL?

2003-02-14 Thread Yury Mikhienko
On Thu, 13 Feb 2003 19:38:01 + g4 <[EMAIL PROTECTED]> wrote: > Hi there list, > > is it possible to use Xinclude within XSL? At present I have this: > > > http://www.w3.org/1999/XSL/Transform"; > version='1.0' > xmlns:xlink="http://www.w3.org/1999/xlink"; >

strange behaviour of ResourceReader

2003-02-14 Thread Sternath Elmar
Hello, I use cocoon 2.0.4 on tomcat 4.1.12 and recognize an extremely strange behaviour of ResourceReader: The problem occurs only in IE (5.5), not at all in Netscape (7). The problem occurs only with pdf files. The browser behaviours differ in that way that IE tries to open AcrobatReader inside,

Re: Cocoon Portal authentication: how to retrieve user

2003-02-14 Thread Martin Dulisch
You can read the user from the session context. For more information look at the dokumantation for the authentication framework. Martin - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 14, 2003 10:53 AM Subject: Cocoon Portal authentication: ho

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
Oh how well I know the stupidity of corporations. Question: do you need to store the connection information there at all? If you are running on NT (I presume you can do this on *nix, but I'm no expert), you could setup a datasource (which can be secured and contains the password etc to connect) t

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Kirula Leelasena
John, Point taken, but corporations such as ours do not allow password storage in clear text. Auditors will be happier to see the 'key' stored in clear text... I knew it will be along shot, but thanks for the reply anyway! Kirula --- Kirula Leelasena Gl

Re: Using a servlet as source for a generator

2003-02-14 Thread Guido Casper
OK, one last guess: If this does not work I would go with: http://{request:serverName}:{request:serverPort}{request:contextPath}/m yServlet"/> AFAIK input modules have been backported to 2.0.5-dev Guido - Original Message - From: "Laurent Comte" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTE

RE: Cocoon on a Zaurus PDA

2003-02-14 Thread Morrison, John
I'd be interested too! (Got one last Sunday) This would prob be better on the -dev list, CC'ing. J. > -Original Message- > From: Upayavira [mailto:[EMAIL PROTECTED]] > Sent: Friday, 14 February 2003 10:23 > To: [EMAIL PROTECTED] > Subject: Cocoon on a Zaurus PDA > > > Dear All, > > I

RE: Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Morrison, John
> From: Kirula Leelasena [mailto:[EMAIL PROTECTED]] > > Hi, > Is there anyway to enable password encryption in cocoon's > database connections in cocoon.xconf? > > > > > jdbc:oracle:thin:@my_server:my_port:my_SID > username > my_encrypted_password >

Cocoon on a Zaurus PDA

2003-02-14 Thread Upayavira
Dear All, I want to see if it is possible to get Cocoon to work on a Zaurus. (I have long commutes to work, and it would be nice to be able to work with Cocoon during that time). Does anyone: * know what servlet engines work on limited hardware/low memory * know what bits of Cocoon are needed t

Re: embedding graphics

2003-02-14 Thread Derek Hohls
I found a DTF for XSL:FO at:   http://www.renderx.com/Tests/validator/fo2000.dtd.html   I am sure there other, more up-to-date versions (please let us know if you find any).>>> [EMAIL PROTECTED] 14/02/2003 05:50:58 >There are at least two possiblities:>- absolutely positioned block-contain

RE: Using a servlet as source for a generator

2003-02-14 Thread Laurent Comte
>Sorry, it should be > I've tried also, but in this case, it looks the ressource on the file system (FileNotFoundException) ... Laurent - Please check that your question has not already been answered in the FAQ before posti

Can cocoon handle password encryption in cocoon.xconf ?

2003-02-14 Thread Kirula Leelasena
Hi, Is there anyway to enable password encryption in cocoon's database connections in cocoon.xconf? jdbc:oracle:thin:@my_server:my_port:my_SID username my_encrypted_password Please advise if a password encryption tool can be used to encrypt d

Re: Using a servlet as source for a generator

2003-02-14 Thread Guido Casper
> >I think it doesn't fit your servlet mapping. > >Try > > > > It doesn't work ... It couldn't "setup pipeline" with an > "org.apache.cocoon.ProcessingException: Could not setup pipeline.: > org.xml.sax.SAXException: Invalid System ID" Sorry, it should be Guido

Cocoon Portal authentication: how to retrieve user

2003-02-14 Thread Sylvain.Thevoz
Hello, I'm using the Cocoon Portal. I develop a new application that will called from a coplet (link). For this application, I need to retrieve the current User of the Portal session. How can I do that? Thanks Sylvain - Please

RE: Using a servlet as source for a generator

2003-02-14 Thread Laurent Comte
>I think it doesn't fit your servlet mapping. >Try > It doesn't work ... It couldn't "setup pipeline" with an "org.apache.cocoon.ProcessingException: Could not setup pipeline.: org.xml.sax.SAXException: Invalid System ID" >If this doesn't work either and you are using 2.1 you can also try >uri

Cinclude !!!!!!!

2003-02-14 Thread Hong Gia Dinh
Title: Cinclude !!! Hi all i have a xsp file template.xsp and i have other files eg. index.xsp i use cinclude to include template.xsp into index.xsp , it works well with static elements or tag! but when i tried to add some codes with into the template file to create some tag with dynami

Re: Using a servlet as source for a generator

2003-02-14 Thread Guido Casper
> Of course, when i type the same url in my browser, it works > ("http://localhost:8080/myApp/myServlet";). Cocoon and my servlet are in the > same webApp (and same Tomcat's Context). > > Does it really work for you ? > > sitemap.xmap is standard and i had just added this : > > > > >

Re: RE : Scheduler with cocoon

2003-02-14 Thread SAXESS - Hussayn Dabbous
1.) There are some java -packages around, that mimic cron. wasn't there a cron component in the avalon-excalibur framework ??? You might write something like an action, which opens a runtime-thread, which would organise the rest. shouldn't be a big deal if you really need it. or you write a servl