Re: POSTing form data to a servlet

2003-02-21 Thread Murad Jura
I may use the CInclude transformer. It can send "POST" and other HTTP methods to the server. See cocoon docs (esp. "Including External XML"). Murad Juraev. leona s wrote: Hi All, I hope someone here can help me with a Cocoon problem. I have an application that uses Xindice for its data store.

DO NOT REPLY [PATCH QUEUE] Summary February 22 2003

2003-02-21 Thread nicolaken
--- This mail is generated automatically using Jakarta Ant. Contents are automatically downloaded from Apache's Bugzilla. --- Please do not reply to th

POSTing form data to a servlet

2003-02-21 Thread leona s
Hi All, I hope someone here can help me with a Cocoon problem. I have an application that uses Xindice for its data store. I also have a servlet that can get data from Xindice, such as: http://localhost:8080/kong/servlet/MyServlet?MyAction=GetXMLResource&am p;MyCollection=mycoll&MyResource=myst

[ANN] Hibernator - Eclipse Plugin

2003-02-21 Thread Antonio Gallardo
Since many people is trying to push the combination of XMLForms with Hibernate. I think this link can be of special interest :-) http://sourceforge.net/projects/hibernator/ I hope it will be useful. Best Regards, Antonio Gallardo --

AW: WebSphere 5.0 access.log classload error

2003-02-21 Thread Marco Rolappe
I'd rather tell you to RTFL ;-) the L is log. there you discover ClassNotFoundExceptions for classes 'For' and 'IBM'. looking at the virgin cocoon web.xml we find following: load-class org.hsqldb.jdbcDriver so, either tha

[Blocks] Propsal: Block descriptions

2003-02-21 Thread Tony Collen
First off, I'd like to congratulate Stefano on the awesome work he's done with reworking the build system. I've been poking around, and so far I've been very impressed. Now that blocks are "live", I'd like to propose something very small and simple: For each block, we put a simple file, called p

WebSphere 5.0 access.log classload error

2003-02-21 Thread W. Nathaniel Mills, III
When starting the app server (WAS 5.0 on Win2K running cocooon 2.0.4 with a .war file I'd built using build.bat), I'm getting the following in the cocoon access.log -- any help is greatly appreciated (Reading the FM for install doesn't offer much advice for WebSphere... so please don't offer RTFM):

Re: mod-db postgresql and autoincrement

2003-02-21 Thread Antonio Gallardo
Hi Amelie: Sorry for the delay. I was not clear what was you problem :-( 1-The pointed by Christian is correct, in cocoon.xconf check you have: 2-IN order to make use of this module, you must to create on the database SEQUENCES like this -- Autonumerico de usuarios CREATE SEQUENC

Re: BeginnerSimpleWebappOrganisation strange evolution

2003-02-21 Thread SAXESS - Hussayn Dabbous
Hy; thank you for this contrib. I have updated the page again and introduced the pattern concept. Although my original intention was to give the beginners a simple cookbook at hand, where they just can take the snippets by cut'n paste and get their first transformation to work. Now the whole thing

RE: BeginnerSimpleWebappOrganisation strange evolution

2003-02-21 Thread Brandes, Wayne
The BeginnerSimpleWebappOrganisation page is much clearer now, IMO.   One observation I would make, as an "advanced beginner": becasue the use of wildcards hasn't been explained in detail I think that statements like "When the interpreter hits a '*' or a '**' in the pattern, it will automat

Re: BeginnerSimpleWebappOrganisation strange evolution

2003-02-21 Thread SAXESS - Hussayn Dabbous
Do you think, the CocoonCompetenceCenter main page http://wiki.cocoondev.org/Wiki.jsp?page=CocoonCompetenceCenter can fullfill the role as central index ? CocoonCompetenceCenter beginners ... advanced ... experts ... I think, this can be done without disturbing the current wiki organisation to

RE: redirection in XSP?

2003-02-21 Thread Brandes, Wayne
I'd seen that before but didn't realize it was setting sitemap parameters. Thank you Tim. Wayne -Original Message- From: Timothy Larson [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 20, 2003 4:16 PM To: [EMAIL PROTECTED] Subject: RE: redirection in XSP? See: http://wiki.cocoondev

Re: MySQL date conversion with modular database action

2003-02-21 Thread Christian Haul
On 19.Feb.2003 -- 11:45 AM, Andre Taube wrote: > Still the same: > > DEBUG (2003-02-19) 12:28.28:239 [sitemap.action.DatabaseUpdateAction] > (/pcm/contract_admin.contract.html) Thread-9/DatabaseAction: Trying to set > column pcm_contract.contract_status from request-param using getAttribute >

Re: BeginnerSimpleWebappOrganisation strange evolution

2003-02-21 Thread Derek Hohls
A central index = a guide to the guides... perhaps in a nested hierachy showing where all the topics and subtopics fit together.>>> [EMAIL PROTECTED] 21/02/2003 03:58:40 >>>Hy, Derek;Derek Hohls wrote:> I think the page is fine - if we add any more> we will need to make 2 pages! otherwise th

Cocoon Portal with Resin?

2003-02-21 Thread Sean McKaharay
I have the cocoon portal example on a Resin box but I get an error message when I try to login to guest. It works fine on tomcat but when I deploy it to Resin it gives me this error: 500 Servlet Exception java.lang.IllegalStateException: can't clear response after writing headers

Re: BeginnerSimpleWebappOrganisation strange evolution

2003-02-21 Thread SAXESS - Hussayn Dabbous
Hy, Derek; Derek Hohls wrote: I think the page is fine - if we add any more we will need to make 2 pages! otherwise the "simple beginners" will get put off... I was close to split this page into two this morning: basic_issue + advanced_issue I simply didn't do it, because i was disturbed by a p

Re: multi-part forms

2003-02-21 Thread Christian Haul
On 20.Feb.2003 -- 04:58 PM, David Kavanagh wrote: > I'm looking over documentation on cocoon and can't find anything that > deals with handling multi-part forms. Specificly, I'd like to be able to > upload an XLS file, use POI to convert to XML, then mess with it a bit. > So, as far as I can tel

Re: esql: setting date format for

2003-02-21 Thread leo leonid
On Freitag, Februar 21, 2003, at 01:25 Uhr, Goetz Botterweck wrote: Is there a way to ... 1) get all columns with 2) specify date format for one of these columns (so that I do not get "2003-05-21 00:00:00.0" but "21. May 2003") I do not want to use -> 2) Why not ? or get-timestamp ? The

Re: The new build system

2003-02-21 Thread Pier Fumagalli
"Stefano Mazzocchi" <[EMAIL PROTECTED]> wrote: > I tweaked jetty to be as small as possible. I'm now able to get a cocoon > up and running with as low as 22 Mb memory! Good idea to plant that webdefaults.xml file in there! :-) Now it's time to update the libs (new release came out). Pier -

Re: BeginnerSimpleWebappOrganisation strange evolution ...

2003-02-21 Thread Derek Hohls
I think the page is fine - if we add any more we will need to make 2 pages! otherwise the "simple beginners" will get put off...   i was thinking we also need a central index page which ties all the bits and pieces together and gives some indication of reading order, level of complexity etc.  

Re: esql: setting date format for

2003-02-21 Thread Christian Haul
On 21.Feb.2003 -- 01:25 PM, Goetz Botterweck wrote: > Is there a way to ... > 1) get all columns with > 2) specify date format for one of these columns > (so that I do not get "2003-05-21 00:00:00.0" but "21. May 2003") > > I do not want to use None that I am aware of. ;-) Chris. -- C

Re: mod-db postgresql and autoincrement

2003-02-21 Thread Christian Haul
On 21.Feb.2003 -- 02:53 PM, Am?lie Cordier wrote: > Hello everybody > > I'm trying to run mod-db example (the one with users and groups) using > PostgreSQL. > > Currently, everything work perfectly except the autoincrement attribute. > > The error I have is this one : > > |org.apache.cocoon.com

mod-db postgresql and autoincrement

2003-02-21 Thread Amélie Cordier
Hello everybody I'm trying to run mod-db example (the one with users and groups) using PostgreSQL. Currently, everything work perfectly except the autoincrement attribute. The error I have is this one : --- |org.apache.cocoon.components.modules.output.OutputModule: ="ERROR: parser: parse erro

RE: Something else about Cocoon-2/Tomcat-4.1.18

2003-02-21 Thread Tsui, Alban
You can try something like, for example,   "%CATALINA_HOME%\bin\tomcat.exe" -install "MyCocoon" "%JAVA_HOME%\bin\hotspot\jvm.dll" -Djava.class.path="%JAVACLASSPATH%" -Dcatalina.home="%CATALINA_HOME%" -Xrs -start org.apache.catalina.startup.Bootstrap -params start -stop org.apache.catalina.s

Something else about Cocoon-2/Tomcat-4.1.18

2003-02-21 Thread Richard In Public
Hi,   Another lead for those struggling to setup Cocoon with Tomcat:   1.  Like several other users, I have been served the following error when using Cocoon-2 (Win2000/XP, Tomcat 4.18, JDK1.4.1_01):   org.apache.xml.utils.WrappedRuntimeException: The output format must have a'{http://xml.a

Re: CmdLine not honouring web.xml parameters?

2003-02-21 Thread Richard In Public
Upayavira, Thanks for your response. Specifying the database connection parameters within the esql does work. However, I would like to bring this to the attention of the cocoon team so that this important feature can be provided. I'll hang if you're going to send in a patch. Otherwise I will ha

esql: setting date format for

2003-02-21 Thread Goetz Botterweck
Is there a way to ... 1) get all columns with 2) specify date format for one of these columns (so that I do not get "2003-05-21 00:00:00.0" but "21. May 2003") I do not want to use Thanks Goetz - To unsubscribe, e-mail: [EM

Re: Patterns in aggregation or sources

2003-02-21 Thread Joerg Heinicke
Hello Peter, I'm a bit late in reading Cocoon mails - I have about 1000 unread mails. But the best solution for your problem - if you have not already solved it - is to use the directory generator and the C/XInclude transformer. The sitemap aggregation is a more static aggregation. Regards, J

[SOLUTION] Re: SVG to JPEG/PNG problems

2003-02-21 Thread Derek Hohls
Found the error:   There was character "out of place" in the CSS file I am using for the SVG styling - something like   .myStyle {   color: red;  3$ } This resulted in a "Bad CSS" message being displayed (on the browser's status box - at the bottom in IE) when the image is displayed as SVG - BU

map:resource and map:aggregate about (where is the problem)

2003-02-21 Thread Cocoon User
hi i try to use a xml file as a data repository and get data (generate xml output using .xsl) i have into my sitemap this match when i make a call using a URL just like http://.../xmldb/data.trans?locale=el where data_el.xml is my data repository and trans.xs

NEWS on (Problems with double click in coplet links).

2003-02-21 Thread bruno nunes jacinto
When a coplet disappears in portal, i have this entry on error.log: ERROR (2003-02-19) 11:21.24:439 [core.portal-manager] (/Provisioning360/secured-portlets) Thread-2/CopletThread: Exception during processing of coplet: Utilizador_ForAdmin java.lang.ClassFormatError: Invalid method

Re: CmdLine not honouring web.xml parameters?

2003-02-21 Thread Upayavira
Richard, I have spent some time pouring over the code of the command line interface. The parameters that Tomcat gets from web.xml need to be provided to the command line interface as command line parameters. However, I do not recall an option to force-load classes, which would be required for J

RE: Session problems!!!

2003-02-21 Thread Luca Morandini
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 10:50 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Session problems!!! > > > The versions are the same, I'm just using it under Windows NT4 SP6. > I'll try to copy the

RE: Session problems!!!

2003-02-21 Thread Maxime.Gheysen
The versions are the same, I'm just using it under Windows NT4 SP6. I'll try to copy the sample and modify it... What is "bugzilla"? -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:48 AM To: [EMAIL PROTECTED] Subject: RE: Session prob

RE: Session problems!!!

2003-02-21 Thread Luca Morandini
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 10:42 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Session problems!!! > > > If I copy the code you have I get nothing! Just > Guest > But that's because of user, and

RE: Session problems!!!

2003-02-21 Thread Maxime.Gheysen
If I copy the code you have I get nothing! Just Guest But that's because of user, and when I write I don't get anything! -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Friday, February 21, 2003 10:34 AM To: [EMAIL PROTECTED] Subject: RE: Session problems!!!

RE: Session problems!!!

2003-02-21 Thread Luca Morandini
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 10:05 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Session problems!!! > > > Both are correct. The problem is somewhere with the creation of the > session. > Let's

Re: BeginnerSimpleWebappOrganisation strange evolution ...

2003-02-21 Thread SAXESS - Hussayn Dabbous
Hy, Derek; I did a major revision of the Wiki-page. http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerSimpleWebappOrganisation Maybe you take a little time and review my changes. My big concern here is, that within the original verison of the page this stuff was already explained correctly. The e

RE: Session problems!!!

2003-02-21 Thread Maxime.Gheysen
Both are correct. The problem is somewhere with the creation of the session. >> >> >> When I write I don't get >> anything. Does that mean my session is not created? But I specified >> > xmlns:xsp="http://apache.org/xsp"; >> xmlns:xsp-session="http://apache.org/xsp/session/2.0"; >>

RE: Session problems!!!

2003-02-21 Thread Luca Morandini
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 21, 2003 9:53 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: Session problems!!! > > > When I write I don't get > anything. Does that mean my session is not created? But I spe

RE: Session problems!!!

2003-02-21 Thread Maxime.Gheysen
When I write I don't get anything. Does that mean my session is not created? But I specified http://apache.org/xsp"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; create-session="true" > And then user; Where user="Guest" -Original Message- From: Luca Morandini [

RE: How can I know why I have no sitemap_xmap.java file ?

2003-02-21 Thread MAHE Vincent FTRD/DIH/REN
No, there's no message telling me where is the problem. The strange thing is that the same webapp was working fine with tomcat 4.0.1. Has anybody succeeded in running cocoon with tomcat4.0.6 ? Vincent -Message d'origine- De : Chris Wilkes [mailto:[EMAIL PROTECTED]] Envoye : vendredi 21

RE: Session problems!!!

2003-02-21 Thread Luca Morandini
Maxime, have you already checked the list of attributes by using: ? This in order to know whether it has been created (and then it is a problem with its value), or it has not (and then it is a sesison problem). Regards, - Luca Morand

Query from a property file

2003-02-21 Thread Panna Bodupali
Hi All, I need some help regading fetching query from a properties file. Currently I have written the query below in my XSP file under the tag select UPPER(CHN.CHANNEL_NAME) AS CHNL_NAME, CHN.CHANNEL_NAME as CHANNEL_NAME,

Re: XML Document Editor freely available

2003-02-21 Thread karthikeyan.balasubramanian
Yeah thats true - Original Message - From: "Ovidiu Predescu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Cocoon-Users@Xml. Apache. Org" <[EMAIL PROTECTED]> Sent: Friday, February 21, 2003 6:03 AM Subject: Re: XML Document Editor freely available > > > On Wednesday, Feb 19, 2003, a

Session problems!!!

2003-02-21 Thread Maxime.Gheysen
How does sessions work??? I created a login form like in the "Cocoon developer's handbook" chapter8, then the login xsp page as in the book. That works, I get on my page something like this User 'Guest' has been authentificated but when I write I don't get anything!!! Please help! --

Re: BeginnerSimpleWebappOrganisation strange evolution ...

2003-02-21 Thread Derek Hohls
Hussayn yes, it does!  (and I am both a windows user - local machine and UNIX user - for the production site)   can you add these "gems" to the relevant wiki pages?!   derek>>> [EMAIL PROTECTED] 20/02/2003 04:15:00 >>>Hy, Derek;upps...From your question may i conclude, that you are a windows u