Re: Cocoon2, SOAP: How to process xml-content?

2002-03-18 Thread Pawel Luszynski
- Original Message - From: "Erwin Burgstaller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 14, 2002 6:03 PM Subject: Cocoon2, SOAP: How to process xml-content? > > I have a SOAP service which produces well formed xml-content. I want to > get data from that service

Re: AW: SVG Transparency

2002-03-18 Thread Derek Hohls
Michael There's an example on SVG clipping (which may be useful?) at Adobe: http://www.adobe.com/svg/basics/jpgs.html Derek >>> [EMAIL PROTECTED] 18/03/2002 05:50:04 >>> Hi Chris, thanks for the link, but excuse me this is a little bit too complex. Can you explain the concept? Cheers Michae

RE: newbie: sunShine use in version 2.0.2-dev

2002-03-18 Thread Halácsy Péter
> -Original Message- > From: Bert Van Kets [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 10:49 PM > To: [EMAIL PROTECTED] > Subject: newbie: sunShine use in version 2.0.2-dev > > > I got sunRise running using a mySQL database for user authentication. Hello, I'm afraid I ca

Re: SESSION PROBLEMS

2002-03-18 Thread yuryx
Stefano Bonnin wrote: >Hi, > >I'm trying to convert an old C1 application in C2, but I found a lot of >problems. All session (request/response) management has changed. > >For example: > >with C1 I wrote: > > >if ((session.isNew()) and (myVariable == myValue)) { > >. >. >respon

RE: XML for describing databases?

2002-03-18 Thread Derek Hohls
Glenn I would definitely be interested in this - tho' I am not sure that I fully understand the approach you have taken eg. " submit queries using that format"? I am also curious as to how you format your output to make it human-readable if you do not use XSLT? Cheers Derek >>> [EMAIL PROTECT

Re: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Manish
Hello Vadim, Thanks for your reply... Let me put the problem in different way. The project I am working on, has different modules, I have two concern... 1) I want to decide the next page (navigation of the site) from site map only (Not even from action class, as it will require change in class

Re: help on jvm_bind error

2002-03-18 Thread marco
I had restarted the computer and then started cocoon and viewed the web pages, but the same error occurs. Any hints for solving the problem about the Microsoft Jview update listed below? Please help! - Original Message - From: "Volker Schneider" <[EMAIL PROTECTED]> T

RE: error-compling sitemap_xmap

2002-03-18 Thread von Schwerdtner, Thomas (GXS, FPI)
That "init.java.net.BindException" normally means that Tomcat is already running.   Check to make sure that the Tomcat service is not being started at boot-time, and if it is disable it. -Original Message-From: cyril vidal [mailto:[EMAIL PROTECTED]]Sent: Monday, March 18, 2002

Re: error-compling sitemap_xmap

2002-03-18 Thread cyril vidal
Thomas, John,   thanks a lot for your help. I've looked for the mentionned file. But actually, it's a little bit too difficult for me to find  the line 573 in the java file, especially for a missing "}". I've tried it but without success... I've forgotten to say to you that when I start Tom

newbie: sunShine use in version 2.0.2-dev

2002-03-18 Thread Bert Van Kets
I got sunRise running using a mySQL database for user authentication. Now I'd like to use the data in the sunShine session variables to modify the page content (show the logout button only when people are logged in) but the docs are very silent about *where* to implement the namespace and how t

XSP Question

2002-03-18 Thread Joseph Rajkumar
Hi Folks I have taken Konstantin Piroumian's sample logic sheet ie "db.xsp" and I am trying to modify it so that I could select from a certain range of date ie I want to use the "LIMIT # #" command to select and I am using the following syntax

Urgent - Installation question , clarification required - Tomcat 4.0.3, Coccon 2.0.1 binary

2002-03-18 Thread Chitharanjan Das
Hello,     Installed Tomcat 4.0.3 and deployed cocoon.war.   Upon invoking coccon, I got a classnotfound error on a XML class   I then copied xerces.jar and xmlapis.jar from cocoon’s WEB-INF/lib to TomCat’s WEB-INF lib.   Restarted TomCaT and I got  a sitemap error , upon log

RE: error-compling sitemap_xmap

2002-03-18 Thread John Turk
Cyril -   sitemap.xmap is converted into a java source file - that's the file the 571 lines refers to.  You can find that file under the Tomcat work directory (look for something like cocoon/cocoon-files/org/apache/cocoon/www/sitemap_xmap.java).   John -Original Message-From: cyri

RE: error-compling sitemap_xmap

2002-03-18 Thread von Schwerdtner, Thomas (GXS, FPI)
To give a slightly better understanding:   The 'line 571' tidbit is referring to the file listed shortly afterwards: C:\tomcat\work\localhost\essai\cocoon-files\org\apache\cocoon\www\sitemap_xmap.java       -Original Message-From: cyril vidal [mailto:[EMAIL PROTECTED]]Sent: Mo

error-compling sitemap_xmap

2002-03-18 Thread cyril vidal
Hello,   When I want to transform some documents (it doesn't happen with serving static documents), I obtain a strange  error message type fatal message Language Exception description org.apache.cocoon.ProcessingException: Language Exception: org.apache.cocoon.components.language.Language

Re: how to call a servlet from a generator, passing parameters with POST! (2)

2002-03-18 Thread Walter Gamba
Hi to all.. This is a repost of a previously unansweered mail :) if somebody could help I'll be eternally grateful :) Summary: I've written a Generator that calls a servlet object directly without passing again via HTTP/tomcat (i.e. it istantiate the servlet object if not already created, the

RE: Oracle jdbc thin driver

2002-03-18 Thread Anthony Diodato
I've come across something similar in the past. When you type something out in Microsoft Word, then paste it into a web form that inserts into a database, it sometimes doesn't know how to handle certain characters that Word creates. Like the long -- gets turned into a ? Tony -Original Messag

RE: Oracle jdbc thin driver

2002-03-18 Thread Berin Loritsch
Check your JDBC driver documentation. It should have all the Answers you need. > -Original Message- > From: ITANI Mohamed (LB Soft) [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 18, 2002 5:07 AM > To: [EMAIL PROTECTED] > Subject: Oracle jdbc thin driver > > > Hello, > > I'm using

After installation: UnsatisfiedLinkError: libawt: libXp.so.6

2002-03-18 Thread Jonathan Crenner
Hi All, I'm trying to have Cocoon successfully running on the following config after having developed/tested my applications with Cocoon under Windows: * Linux Mandrake 8.1 kernel 2.4.8 * Tomcat 4.0.3 * Cocoon 2.0 * Sun's jdk 1.4.0 Cocoon initializes correctly, but after the first request (whi

Oracle jdbc thin driver

2002-03-18 Thread ITANI Mohamed (LB Soft)
Hello, I'm using Cocoon 2.0 and tomcat 4.0 under win2000. I'm having an encoding problem, the database I'm connected to though my oracle thin driver (classes12.zip of oracle 8.1.7) is hungarian. The data coming from the database through the jdbc driver contains question marks and rubbish charact

AW: SVG Transparency

2002-03-18 Thread Michael Zehrer
Hi Chris, thanks for the link, but excuse me this is a little bit too complex. Can you explain the concept? Cheers Michael -Ursprüngliche Nachricht- Von: Chris Newland [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 18. März 2002 16:41 An: [EMAIL PROTECTED] Betreff: RE: SVG Transparency

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
> Then it really sounds like HTMLSerializer problem. Could you also try to reproduce this with simple pipeline (generator and > serializer only, no need for transformer), with simple (couple of lines should do it) XML? Then, submit it as a bug to the > BugZilla. > > Thanks, > Vadim Same result wi

RE: SVG Transparency

2002-03-18 Thread Chris Newland
http://www.w3.org/TR/SVG/masking.html HTH, Chris > -Original Message- > From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > Sent: 18 March 2002 15:24 > To: Cocoon-Users (E-Mail) > Subject: SVG Transparency > > > Hi list, > > maybe a little offtopic, but how can I have svg images with t

RE: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Vadim Gritsenko
It is hard to reply to HTML mail and without having short sitemap snippets... But from what you described here I still fail to see where your problem is. (This means: send plain text mail; and sitemap snippet short enough to observe the issue you are experiencing on the one page) Vadim -Ori

RE: XML for describing databases?

2002-03-18 Thread Glenn Clingroth
I have been working on a similar problem but approaching it in a slightly different way. I have taken more of an object-relational mapping approach similar to products such as TopLink. Using this approach you define your database schema and your XML result schema separately and then map the

RE: xsp-session:isNew question

2002-03-18 Thread Vadim Gritsenko
> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > > What do you mean with "no problem here"? "no problem" means that everybody here sometime back was also new to Cocoon, so it is no problem that you are new to Cocoon. > There are a lot of problem instead! > I have downloaded and installed th

RE: XUL ?

2002-03-18 Thread Coetmeur, Alain
I don't know anything abou XUL but you may be interested in Web Services User Interface consortium http://www.wsui.org/ there may be some interesting ideas, and references. you may even propose something. > -Message d'origine- > De: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > Date: lundi

SVG Transparency

2002-03-18 Thread Michael Zehrer
Hi list, maybe a little offtopic, but how can I have svg images with transparent background in Cocoon? Cheers, Michael - Please check that your question has not already been answered in the FAQ before posting.

Re: xsp-session:isNew question

2002-03-18 Thread Stefano Bonnin
What do you mean with "no problem here"? There are a lot of problem instead! I have downloaded and installed the last 2.0.1 Cocoon distribution. My main problem is the following: I can't use "session" object with Cocoon 2.0.1 Distribution! Is this a bug of this distribution or is another problem?

Re: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Manish
Hello Vadim, Let me put the problem in different way. The project I am working on, has different modules, I have two concern... 1) I want to decide the next page (navigation of the site) from site map only (Not even from action class, as it will require change in class to change the navig

RE: xsp-session:isNew question

2002-03-18 Thread Vadim Gritsenko
> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > > Ok, but excuse me for this stupid questions: > > with my Cocoon version I can't do anything!? (I can't manage the > sessions?) You can always resort to plain Java: request.getSession().isNew(). > in this case, how must I download f

Re: Security/encryption

2002-03-18 Thread Joseph Jupin
I'm going to answer this in terms of an SSL connection from a client to your webserver (Apache or Tomcat, etc)... In the Tomcat documentation it states that when an SSL connection is made, the connection is encrypted from the client to the webserver as in any normal webserver situation. The

SESSION PROBLEMS

2002-03-18 Thread Stefano Bonnin
Hi, I'm trying to convert an old C1 application in C2, but I found a lot of problems. All session (request/response) management has changed. For example: with C1 I wrote: if ((session.isNew()) and (myVariable == myValue)) { . . response.sendRedirect(response.encodeURL("My

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
With the XML serializer, the result is just what I expected, the character isn't replaced : ...  Dimension name : puissance réelle  Dimension index : 9 ... parent.centerFrame.location.hash='#puissance réelle'; In this case the accented charact

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Beneteau
With the XML serializer, the result is just what I expected, the character isn't replaced : ... šDimension name : puissance reelle šDimension index : 9 ... parent.centerFrame.location.hash='#puissance reelle'; In this case the accented charact

XUL ?

2002-03-18 Thread TREGAN Fabien
Hello. I'm actually working on generation of GUI using C2. I'll have pipes like : [generator] -> [standard XML GUI description] -> XHTML -> Serialisation I'd like to re-use (part of) the job that has been made on XUL for the [standard XML GUI description], and if possible for the XMLGUI -> XHTML

RE: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Vadim Gritsenko
The concepts behind Cocoon includes IoC pattern: "Inversion Of Control". I believe it is explained in the "Developing with Avalon" book. What we got here is (IMHO) an example of not understanding of this pattern. Instead of having pipeline to transfer execution to another pipeline *after* its fin

RE: application of a logicsheet to generated xml

2002-03-18 Thread Vadim Gritsenko
> From: Peter Wieland [mailto:[EMAIL PROTECTED]] > > Hi, > > i wrote a helper class, that generates XML using the XSPObjectHelper. This > generated XML contains tags like > > ... > > What I want Cocoon to do is to apply the esql logic sheet to these tags. But > what is done instead is passing

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Vadim Gritsenko
> From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] > > Hi, > ... > > > > > Dimension name : > puissance réelle > > Dimension index : > 9 > > > ... > > > In the "name" atribute of the anchor, the é letter has been replaced > by %C3%A9, s

RE: xsp-session:isNew question

2002-03-18 Thread Vadim Gritsenko
> From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] > > ok, I tried this: > > > > > boolean isNew = ; > > > > > > but the following error was returned: > > Line 133, column 16: Incompatible type for declaration. Can't convert void > to boolean. > > Why? > (I can't use in

RE: Character encodings - which are possible?

2002-03-18 Thread Vadim Gritsenko
> From: Simeon Walker [mailto:[EMAIL PROTECTED]] > > Hi, > our new web site, using Cocoon 2, will be bi-lingual English and > Welsh. The problem is that when I specify ISO-8859-14 (for Celtic > languages) as the encoding for the xml document Cocoon fails. > > I believe that it is a problem w

Cocoon GetTogether at CeBIT

2002-03-18 Thread Matthew Langham
Just a reminder about the Cocoon GetTogether tomorrow at CeBIT. Up to know I have had about 12 responses so we still have a bit of room! >> We have booked one of the conference rooms (Room: 101) in the CeBIT Conference Center for an informal get together of Cocoon enthusiasts. The room is availa

RE: [NT2000,jdk1.3.1_01,tomcat4.0.3,cocoon2.0.1]ClassNotFoundException

2002-03-18 Thread Sean Malone
Yes this is a known problem, I have used tomcat 3.3a with cocoon 2.0 in Windows 2000 server which seems to run fine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 16 March 2002 07:53 To: [EMAIL PROTECTED] Subject: [NT2000,jdk1.3.1_01,tomcat4.0.3,cocoon2.0.1]C

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
No, the problem is not there : this script line is generated automatically and correctly by the stylesheet. It generates the character itself : parent.centerFrame.location.hash='#puissance réelle'; and the character is then correctly replaced by "é" by the HTMLSerializer. The problem is that t

Re: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Niket Anand
Hello Vadim, Can you suggest me something regarding following problem? Thanks, Niket - Original Message - From: Manish To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 1:19 PM Subject: How can i access one child sitemap from another child sitemap. Hello,

application of a logicsheet to generated xml

2002-03-18 Thread Peter Wieland
Hi, i wrote a helper class, that generates XML using the XSPObjectHelper. This generated XML contains tags like ... What I want Cocoon to do is to apply the esql logic sheet to these tags. But what is done instead is passing directly to serialization without any database connection performed. I

Re: xsp-session:isNew question

2002-03-18 Thread KOZLOV Roman
Hi, It's just a guess, but could you try the following syntax: ... something what is treated when a session is new ... Best regards Roman Stefano Bonnin wrote: > ok, I tried this: > > > > > boolean isNew = ; > > > > > but the following error was returned: > > L

Re: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread KOZLOV Roman
Hello, IMHO, in the script line you have to put the character itself and not "é" because such an entity will not be substituted. So try the following: parent.centerFrame.location.hash='#puissance réelle'; PS: I've not checked if the "%C3%A9" in an element's name will be translated by script int

Re: Cocoon2, SOAP: How to process xml-content?

2002-03-18 Thread Erwin Burgstaller
On Fri, Mar 15, 2002 at 09:19:26AM -0500, William Brogden wrote: > Your SOAP server appears to be converting XML tags to escaped form, > but thats exactly what you don't want. How is the data originally > stored, with real tags or in the escaped form. With real tags. Actually it's just a test

Re: xsp-session:isNew question

2002-03-18 Thread Stefano Bonnin
ok, I tried this: boolean isNew = ; but the following error was returned: Line 133, column 16: Incompatible type for declaration. Can't convert void to boolean. Why? (I can't use inside (perhaps)? Thanks. - Original Message - From: "Vadim Gritsenko" <[EMAIL

Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Matthieu Benéteau
Hi, I have a little problem with the HTMLSerializer and accented letters in French. I'm working with Cocoon 2.0.1. All my XML files and stylesheets and all my components use the iso-8859-1 encoding. In my XML file I have the following element, which has an é letter in attribute "nom" : This

Character encodings - which are possible?

2002-03-18 Thread Simeon Walker
Hi, our new web site, using Cocoon 2, will be bi-lingual English and Welsh. The problem is that when I specify ISO-8859-14 (for Celtic languages) as the encoding for the xml document Cocoon fails. I believe that it is a problem with Xalan. My question is this: Does anyone know how many places

RE: help on jvm_bind error

2002-03-18 Thread Volker Schneider
Hi Marco, I have the same with Cocoon 2.0.1 an WebSphere 4.0.1 and Tomcat 4.0.3. Maybe the reason is, that after stopping cocoon TCP does not not free the port immediately but in a few minutes. If you wait a few minutes before you restart cocoon this does not happen. But I don't know how to fix t