RE: Cocoon and EJB

2002-10-30 Thread Reinhard Poetz
Would you mind integrating it into the CocoonWiki (http://www.outerthought.net)? If no and it's easier for you I can do it for you. Reinhard, go ahead and add it if you wish; everything in the document is based on stuff from the Cocoon-user archives, with some modifications. As I

Re: Concept problem using modular actions ..

2002-10-30 Thread Christian Haul
On 28.Oct.2002 -- 04:47 PM, Rui Leal wrote: .. Ok .. i´ve been using 2.0.3 .. it seems the stable one ! :) .. Btw is there some list of 2.0.3 bugs or problems ? It should be possible to query Bugzilla for bug reports for 2.0.3. Changes are mostly reflected in the changes.xml file. So you could

Re: FormValidatorAction

2002-10-30 Thread Christian Haul
On 29.Oct.2002 -- 12:22 PM, Ray Martin wrote: using a descriptor file like employee-form.xml in the tutorial directory. have FormValidatorAction called from the sitemap. a line in core.log states All form params successfully validated - written by FormValidatorAction. no other lines from

Re: Concept problem using modular actions ..

2002-10-30 Thread Antonio Gallardo Rivera
I currently have a production system in a intranet and CVS 2.1 work fine. Antonio Gallardo El Miércoles, 30 de Octubre de 2002 02:46, Christian Haul escribió: On 28.Oct.2002 -- 04:47 PM, Rui Leal wrote: .. Ok .. i´ve been using 2.0.3 .. it seems the stable one ! :) .. Btw is there some

result subtree problem

2002-10-30 Thread FULEK Roman
Hi, we are testing Cocoon2.0.3, Tomcat 4.1.12 right now, but we plan to use JRun. We have been using Cocoon 1.8.3 with JRun3.1 for some time (several years) for an e-banking application. It counts about 200 xsp/xsl pages. Now we are about to make transition to C2. We have defined the

Re: Saving (or not) transformed output in a local file

2002-10-30 Thread Ludovic de Beaurepaire
Sorry, my question was not very clear. My application is localized on an application server, and cocoon on another server. The application generate XML data, and send it to cocoon specifying in the Http request the stylesheet, and if the result of the transformation (pdf document) has to be

Re: serialize svg2wbmp?

2002-10-30 Thread Torsten Knodt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Francois, Is thers one svg2wbmp (for wap) serializer? Or How can I do to convert my SVG files that I create from XML to WBMP? I have written a batik serializer, which seems to work. I haven't tested it with cocoon so far, but it should work.

[C2] LDAP Taglib?

2002-10-30 Thread Christian Joelly
Hello! im searching on how to use LDAP queries with Cocoon 2 and found several informations in the docs and the net. Is anybody using the following taglib with Cocoon 2? http://opensource.socialchange.net.au/ldaptaglib/docs/ For me it seems that it only can used with Cocoon 1.8. Are there any

SessionTransformer questions

2002-10-30 Thread Alex Romayev
Hello, I have a couple of questions on how to use SessionTransformer: 1. I have a multiple select, which is being submitted by a form, so that my request string looks like: my-action?selectItem=1selectItem=2selectItem=3... Does anyone know how I could retrieve all of the selectItem request

StreamGenerator again

2002-10-30 Thread Oskar Casquero
Hello, I'm trying to modify StreamGenerator so it can accept "multipart" content-type in HTTP request. To do it I'm using "marsh" project classes (in sourceForge.net). I've used them in a test servlet and they work well, but when I copy the code in the StreamGenerator it doesn't work.

RE: Possible to override encoding of HTMLGenerator output?

2002-10-30 Thread Arjé Cahn
You can override the HTMLGenerator's default settings by putting this in your sitemap: map:serializers default=html map:serializer name=html mime-type=text/html; charset=UTF-8 logger=sitemap.serializer.html src=org.apache.cocoon.serialization.HTMLSerializer

authentication frustration

2002-10-30 Thread Bert Van Kets
I'm trying to create a form that gives the authenticated user access to his data in the database. I'm using the sunRise authentication in a CVS build form 14 May 2002 with tomcat 4.0.1 and jDK 1.3.1_2 on win2K. A pipeline aggregates all the necessary data to present the page. One part of this

RE: SessionTransformer questions

2002-10-30 Thread Carsten Ziegeler
-Original Message- From: Alex Romayev [mailto:romayev;yahoo.com] Sent: Wednesday, October 30, 2002 12:30 PM To: [EMAIL PROTECTED] Subject: SessionTransformer questions Hello, I have a couple of questions on how to use SessionTransformer: 1. I have a multiple select, which

JDK 1.4.1 on Solaris: org.apache.xml.dtm.DTMException: No more DTM IDs are available error

2002-10-30 Thread Luca Morandini
Folks, we're trying to run Cocoon 2.0.3 on Solaris 8 with Tomcat 4.0.4b3 and JDK 1.4.1, but we're not even able to see the welcome page :( Yes, we've put the Xalan, Xerces, and XML-apis jars in the endorsed directory... but the problem is still there: any clue ? Best regards, Luca Morandini

Re: authentication frustration

2002-10-30 Thread Tuomo L
Could this happen due to this bug: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12293 ? Just a guess... -Tuomo On Wed, 30 Oct 2002, Bert Van Kets wrote: I'm trying to create a form that gives the authenticated user access to his data in the database. I'm using the sunRise

Re: SessionTransformer questions

2002-10-30 Thread Ludovic de Beaurepaire
I did it directly in JAVA in a xsp generator, here I add in my data some request parameters already formatted in XML : if my request has the following parameters : SrvImpNomMaquette=mqt1SrvImpData=data1/SrvImpNomMaquette=mqt2SrvImpData =data2/ it generates : maquettes maquette nom=mqt1 data1/

RE: Cocoon 2.1 Authentication Samples

2002-10-30 Thread Mathias Ochsendorf
hi carsten, I still have an IllegalStateException when trying to login to the portal-fw. I use cvs-dev snapshot from this morning, tomcat 4.04 and jdk 1.3.1 java.lang.IllegalStateException at org.apache.catalina.connector.ResponseFacade.reset(ResponseFacade.java:243) at

Re: authentication frustration

2002-10-30 Thread Bert Van Kets
apparently it does :( Any solution around this? How can I call the data in the session context in a pipeline that's called from another pipeline??? I'm about to throw my PC out the window! Bert At 14:44 30/10/2002 +0200, you wrote: Could this happen due to this bug:

Re: authentication frustration

2002-10-30 Thread Tuomo L
On Wed, 30 Oct 2002, Bert Van Kets wrote: apparently it does :( Any solution around this? Maybe. This was my workaround before the xsp-session:getxml/ arrived. http://www.mail-archive.com/cocoon-users;xml.apache.org/msg18314.html I'm still using it, although it's not very flexible. Try it

Re: authentication frustration

2002-10-30 Thread Bert Van Kets
Thanks, I'll check it out. If it doesn't work I'll open the link in a new window as a temporary sollution. This way I can skip the aggregation and the pipeline nesting. Bert At 15:28 30/10/2002 +0200, you wrote: On Wed, 30 Oct 2002, Bert Van Kets wrote: apparently it does :( Any solution

RE: Cocoon 2.1 Authentication Samples

2002-10-30 Thread Carsten Ziegeler
Hmm, strange... ok, can you please have a look at the logs and find the exception which is the cause for the IllegalStateException. Because the IllegalStateException is only a follow up exception I guess (hope :) ). Carsten -Original Message- From: Mathias Ochsendorf

Re: authentication frustration

2002-10-30 Thread Bert Van Kets
Carsten, Any idea when this will be solved? Bert At 14:16 30/10/2002 +0100, you wrote: apparently it does :( Any solution around this? How can I call the data in the session context in a pipeline that's called from another pipeline??? I'm about to throw my PC out the window! Bert At 14:44

Dynamically add transformer to sitemap

2002-10-30 Thread Robert Sösemann
Question: --- Is it possible to dynamically add a certain transformer to the sitemap pipeline later dependant on generated xml content? Background: - My cocoon app generates website from content in a Mysql DB. In my sitemaps pipeline there is an xsp generator which gets the DB

RE: Cocoon and EJB

2002-10-30 Thread Hunsberger, Peter
Would you mind integrating it into the CocoonWiki (http://www.outerthought.net)? If no and it's easier for you I can do it for you. Reinhard, go ahead and add it if you wish; everything in the document is based on stuff from the Cocoon-user archives, with some modifications. As I

R: JDK 1.4.1 on Solaris: org.apache.xml.dtm.DTMException: No more DTM IDs are available error

2002-10-30 Thread Luca Morandini
Luca, the problem lies with Tomcat 4.0.4 b3 setting its own java.endorsed.dirs parameter, thus overriding the default endorsed directory ($JAVA_HOME/jre/lib/endorsed). What you could do is adding the following in catalina.sh (right after the Execute requested command line):

RequestExampleGenerator

2002-10-30 Thread Stefan JAKSCH
Hi, I'm trying to write my own generator class and was successful running the HelloWorldGenerator from the tutorial. However, when I try the next example (RequestExampleGenerator), I get the message that the file xml.xsl cannot be found in my project directory. I don't have such a file anywhere

Re: Using Slide with Cocoon 2

2002-10-30 Thread Stephan Michels
On Mon, 21 Oct 2002, Jeremy Quinn wrote: On Monday, Oct 21, 2002, at 11:57 Europe/London, Stephan Michels wrote: On Mon, 21 Oct 2002, Jeremy Quinn wrote: FYI. The sample web.xml file is out of sync with the current main web.xml, and tries to use WEB-INF/Domain.xml, I believe this

RE: XMLForms vs Struts

2002-10-30 Thread Hunsberger, Peter
I'm beginning to design a small system for my company and I need some forms to input/output data. How small? Given that you are posting on Cocoon-users I assume you are considering using Cocoon though you don't specifically mention it. The general consensus seems to be that Cocoon isn't

RE: XMLForms vs Struts

2002-10-30 Thread Hunsberger, Peter
I'm sorry. It's a kind of help desk in our intranet where the users can: 1) Request technical assistance (input) 2) Query the status of their previous requests 3) Query a DB where any user can look at common problems/solutions We have 500 total users. I think there could be 10/20 users

jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Oskar Casquero
Hello, When a jar file is saved in cocoon/WEB-INF/lib directory, does cocoonconfigure it automatically, or do I have to do something else (in cocoon.xconf, ...)? I've done a generator that needs some classes stored in a jar file, but it seems like if it is not using them. Oskar

XercesParser

2002-10-30 Thread Oskar Casquero
Hello, I´vemodifiedXercesParserin order to turn on validation, but when I configure it in cocoon.xconf, I can't start cocoon. I've seen that this class deprecated and that cocoon uses avalon's XercesParser. So, how can I turn on validation? Oskar

Accessing the output of a modular input module in xsp

2002-10-30 Thread Hugo Burm
How can I access the output of an input module in an XSP page? I am talking about the input modules as they are used by the modular database actions in 2.1-dev (org\apache\cocoon\components\modules\input). I have written my own input module which works fine with the modular database actions. But

RE: jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Reinhard Poetz
It should be enough to copy the jars in the lib directory. Regards, Reinhard -Original Message- From: Oskar Casquero [mailto:jtacaoio;bi.ehu.es] Sent: Wednesday, October 30, 2002 8:35 PM To: [EMAIL PROTECTED] Subject: jar files in cocoon/WEB-INF/lib Hello, When a jar file is saved in

Re: Accessing the output of a modular input module in xsp

2002-10-30 Thread Bobby Mitchell
Hugo Burm wrote: How can I access the output of an input module in an XSP page? ?xml version=1.0? xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:xsp-request=http://apache.org/xsp/request/2.0; xmlns:xsp-session=http://apache.org/xsp/session/2.0; document

Re: XMLForms vs Struts

2002-10-30 Thread Omar Tazi
If you like the MVC aspect in Struts and like the flexibility provided by XML/XSLT, and don't like the limitations that come with JSPs, check out our Framework. It's called OXF (Open XML Framework). OXF is the result of our combined passion for Cocoon and Struts/J2EE and our involvement in

Re: jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Litrik De Roy
And I think you need to restart Cocoon before it notices the new jar... Litrik De Roy www.litrik.com - Original Message - From: Reinhard Poetz [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 30, 2002 8:45 PM Subject: RE: jar files in cocoon/WEB-INF/lib It should be

Re: Accessing the output of a modular input module in xsp

2002-10-30 Thread Christian Haul
On 30.Oct.2002 -- 08:45 PM, Hugo Burm wrote: How can I access the output of an input module in an XSP page? I am talking about the input modules as they are used by the modular database actions in 2.1-dev (org\apache\cocoon\components\modules\input). I have written my own input module

Re: authentication frustration

2002-10-30 Thread Antonio Gallardo Rivera
I dont use the sunRise. I started using the lastest CVS 2.1 because it is better in the authentication field like the old 2.03 Also I recommend you to build 2 times the cocoon. There is an error in the build.xml. Regards, Antonio Gallardo. El Miércoles, 30 de Octubre de 2002 05:44, Bert

RE: jar files in cocoon/WEB-INF/lib

2002-10-30 Thread Reinhard Poetz
-Original Message- From: Litrik De Roy [mailto:cocoon-users;litrik.com] Sent: Wednesday, October 30, 2002 9:12 PM To: [EMAIL PROTECTED] Subject: Re: jar files in cocoon/WEB-INF/lib And I think you need to restart Cocoon before it notices the new jar... Yes, of course. Regards,

Atlanta, GA - Frontend Architect Employment Opportunity

2002-10-30 Thread Beau B
We are currently adding additional staff to the project I am working on. Thought there might be qualified candidates interested in such an opportunity on this mailing list. Help the fight against infectious diseases through developing web-based electronic detection and tracking systems. Lead the

Re: XMLForms vs Struts

2002-10-30 Thread Ivelin Ivanov
Struts is certainly more mature. XMLForm has a lot of technological advantages, but it will not be released until Cocoon 2.1 stable is out, which is probably end of this year. Ivelin - Original Message - From: Jorge Bello [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday,