RE: Wierd image / cocoon problem

2002-06-26 Thread Piroumian Konstantin
> From: daniel robinson [mailto:[EMAIL PROTECTED]] > > My sitemap specifies: > > > > > > > > > > > in my xslt I reference This > all worked > fine on my dev machine. I moved everything to a production > server and > no-one could see the images. When I cl

saving a generated pdf file in local directory

2002-06-26 Thread Niket Anand
Hi All, I have a link in a screen, on click of that it will open new browser and a pipeline pattern would be called on that browser displaying a pdf report using XSL:FO. Instead of having this I want like this When I click on that link, a dialog box or folder/directory selector popup window

Re: 2 different versions in one tomcat webapps folder

2002-06-26 Thread Sreenivasan N.
Hi Liam Thanks . it worked. Regards Vasan At 01:18 AM 6/27/02 -0400, you wrote: >I think if you name them differently, you should be all set. You *might* >want to edit the web.xml doc in cocoon/WEB-INF/ to give each servlet a >different name, but I'm not sure if that's necessary. Of course I

saving a generated pdf file in local directory

2002-06-26 Thread Niket Anand
Hi All, I have a link in a screen, on click of that it will open new browser and a pipeline pattern would be called on that browser displaying a pdf report using XSL:FO. Instead of having this I want like this When I click on that link, a dialog box or folder/directory selector popup window op

Re: 2 different versions in one tomcat webapps folder

2002-06-26 Thread Liam Morley
I think if you name them differently, you should be all set. You *might* want to edit the web.xml doc in cocoon/WEB-INF/ to give each servlet a different name, but I'm not sure if that's necessary. Of course I haven't tried this, but I don't forsee any problems.. Liam Morley Sreenivasan N. wr

Re: adapter to DocumentHandler -> ContentHandler

2002-06-26 Thread giacomo
On Wed, 26 Jun 2002, Argyn Kuketayev wrote: > I want to write a serializer for one 3rd party component. It uses old SAX > parser. I wanted to subclass AbstractXMLPipe, but it wants ContentHandler, > while I can get only DocumentHandler. > > The question is: does anybody know about wrapper/adapter

JDBC Drivers for SQL Server ( Cocoon 2.0.2 & JDK 1.4 ) ?????

2002-06-26 Thread Jason Uithol
Hello, I have read a few posts regarding JDBC Drivers on this group but I am still having problems. I have been using Cocoon 2.0.1 & JDK1.3 just fine for about a year. I started using the JTurbo drivers, and lately, the drivers available from Microsoft. When I upgraded to Cocoon2.0.2 & JDK1.4

2 different versions in one tomcat webapps folder

2002-06-26 Thread Sreenivasan N.
Hi all Is it possible to have two different versions of cocoon in webapps folder with different folder name. i want to work on 2.01 and on 2.02 dev version. Thanks in advance Regards Sreenivasan. "Attitudes are much more important than aptitudes." "Nothing is impossible for a willing hea

Soap/XSP problems

2002-06-26 Thread deepak venugopal
Hello friends, > > > My company has started developing soap clients > > based > > > on XSP and submitting the request to Apache Soap > > > Server which has services running in pure Java. > > > For my Java Soap Clients, the soap service used to > > > return a Node Element ( XML Document). The Java

Giving up! Cocoon too big, slow and confusing

2002-06-26 Thread John Austin
I'm back from a short vacation in beautiful Chicago (it really is much nicer than Toronto or Montreal) and have waded back in to Cocoon for a couple of days. After just a few hours of poking around I have decided that it will be much simpler for me to simply hand-code a whole hat-full of servl

adapter to DocumentHandler -> ContentHandler

2002-06-26 Thread Argyn Kuketayev
I want to write a serializer for one 3rd party component. It uses old SAX parser. I wanted to subclass AbstractXMLPipe, but it wants ContentHandler, while I can get only DocumentHandler. The question is: does anybody know about wrapper/adapter for DocumentHandler to make it look like a ContentHan

Wierd image / cocoon problem

2002-06-26 Thread daniel robinson
My sitemap specifies: in my xslt I reference This all worked fine on my dev machine. I moved everything to a production server and no-one could see the images. When I cleared my browser cache I had the same problem. When I selectively copied files into the

Re: No-caching for SVG's

2002-06-26 Thread Spectron International, Inc.
Found that EXPIRES was added to HEAD in this message: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=102343531609919&w=2 Now, what do I have to add to the sitemap to make it work? Faw - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesda

RE: Reformatting of html source problems

2002-06-26 Thread Niklas Lindström
Title: RE: Reformatting of html source problems Hello! I ran into this problem when I first started experimenting with Cocoon (2). I actually gave up because of this - due to lack of time mostly. I believe that the html serializer is slightly flawed - it should IMHO behave _exactly_ like th

SOLVED: retrieve esql return code or output paramter

2002-06-26 Thread Naquin, Beth
Title: SOLVED: retrieve esql return code or output paramter Thanks to all who offered help!! I figured this one out, and the problem was due to my own lack of knowledge about jdbc and stored procedures in general.  But thought I'd write up the answer just in case anyone else makes the same m

Re: retrieve esql return code or output paramter

2002-06-26 Thread Christian Haul
On 26.Jun.2002 -- 09:51 AM, Naquin, Beth wrote: > Thanks for the suggestion, but I am still having problems. OK, I need more info to investigate further: a) which version of Cocoon do you use b) sitemap.log / error.log / core.log for this page (look for error messages / stacktraces) c) comple

FW: Web Logic 6.1 SP2 Error

2002-06-26 Thread Mathews, Silvy (HQP)
Title: Web Logic 6.1 SP2 Error Could some one help me out. ??? -Original Message-From: Mathews, Silvy (HQP) [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 25, 2002 4:56 PMTo: Cocoon Users Mailing ListSubject: Web Logic 6.1 SP2 Error I had installed cocoon  on weblogic 6.1 SP2. It work

Re: Browser specific pipeline

2002-06-26 Thread Abhishek Goel
yes,exactly what i needed. thanks for the great help. Regards Abhishek Goel "Naquin, Beth" wrote:   There is a browser selector and some examples in the cocoon examples. http://xml.apache.org/cocoon/userdocs/concepts/matchers_selectors.html The example shows using different stylesheets for differ

RE: Browser specific pipeline

2002-06-26 Thread Naquin, Beth
Title: RE: Browser specific pipeline There is a browser selector and some examples in the cocoon examples. http://xml.apache.org/cocoon/userdocs/concepts/matchers_selectors.html The example shows using different stylesheets for different browsers.  Maybe this is similar to what you need.

RE: retrieve esql return code or output paramter

2002-06-26 Thread Naquin, Beth
Title: RE: retrieve esql return code or output paramter Thanks for the suggestion, but I am still having problems. I tried:        {call LaunchSearches( ,2)}                               hello!         js        

Browser specific pipeline

2002-06-26 Thread Abhishek Goel
Hi, i want to execute my pipeline only when browser is IE and if browser is netscape i want other pipeline to get executed. Can anyone help me in this? Regards Abhishek Goel - Please check that your question has not already b

RE: Reformatting of html source problems

2002-06-26 Thread Morgan Roderick
>Is there any general solution for this problem? This is a known browser problem that has been well documented at several sources. For a quick fix, try adding this to the section of your html output. td img{ display: block; } One of the best articles I've read

How to repeat form in xmlforms

2002-06-26 Thread Mohamed Abdel Hamid
hi all i start with xmlforms but now i have a problem i don't know how to vreate mutiple forms inside one document becuase i have repeated data and i'd like to submit part of this data not all and every part has its own submit button now when i submit all data send and i can't distinguish

Re: RT: Re: Warming the cache.

2002-06-26 Thread Nicola Ken Barozzi
Bruce Krautbauer wrote: > This is a possible issue for us too. We'll be doing all the standard things to make >the processing as efficient as possible, but some of our transforms will take 4-5 >seconds (with Xalan) and it would be impractical to pre-transform all of the possible >combinations

RE: Cocoon and IIS 5???

2002-06-26 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Vadim, > > Is Tomcat necessary for iPlanet too? The documentation just talks about Call the guys and ask whether iPlanet implements servlet 2.2 spec or not. You should get answer that yes, it does implement (depending on version of iP

RT: Re: Warming the cache.

2002-06-26 Thread Bruce Krautbauer
This is a possible issue for us too. We'll be doing all the standard things to make the processing as efficient as possible, but some of our transforms will take 4-5 seconds (with Xalan) and it would be impractical to pre-transform all of the possible combinations. What would be nice would be

How to repeat form in xmlforms

2002-06-26 Thread Mohamed Abdel Hamid
hi all i start with xmlforms but now i have a problem i don't know how to vreate mutiple forms inside one document becuase i have repeated data and i'd like to submit part of this data not all and every part has its own submit button now when i submit all data send and i can't distinguish the dat

RE: Cocoon and IIS 5???

2002-06-26 Thread Anand_Krishnan
Vadim, Is Tomcat necessary for iPlanet too? The documentation just talks about bootstrap servlet and nothing else. Anand From:"Vadim Gritsenko"

RE: Cocoon and IIS 5???

2002-06-26 Thread Michael-K . Hansen
ah - hehe - helps to read Sys Reqs eh? Thanks much Luca Mike -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 26, 2002 9:31 AM To: Cocoon-users Subject: RE: Cocoon and IIS 5??? Michael, you need a servlet container, be it Tomcat/WebLogic/iPl

RE: Cocoon and IIS 5???

2002-06-26 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > err... ok, you confused the newbie now - I don't see anything in Cocoo install > for IIS that says I need Tomcat as well > > What did I miss? Documentation. Install instructions, ***FIRST*** paragraph named "System Requirements" co

RE: Cocoon and IIS 5???

2002-06-26 Thread Luca Morandini
Michael, you need a servlet container, be it Tomcat/WebLogic/iPlanet... I inferred you used Tomcat because it is the most commonly used. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] h

RE: Cocoon and IIS 5???

2002-06-26 Thread Michael-K . Hansen
err... ok, you confused the newbie now - I don't see anything in Cocoo install for IIS that says I need Tomcat as well What did I miss? Thanks, Mike -Original Message- From: Luca Morandini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 25, 2002 4:42 PM To: [EMAIL PROTECTED] Su

RE: negative time with Profiling on 2.1-Dev (was NPEwithProfiling on 2.1-Dev)

2002-06-26 Thread Bruce Krautbauer
Hello again, Yes, I was using ProfilingCaching. I switched to ProfilingNoncaching and the negative times go away. I had not tried non-caching before. It gives you a very good appreciation for the *caching* version. Thanks, Bruce >>> [EMAIL PROTECTED] 06/26/02 01:31AM >>> Do you use the Pro

RE: Urgent: i18n and xsp:element does not work!

2002-06-26 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 26.Jun.2002 -- 09:51 AM, Volker Schneider wrote: > > Dear colleagues, > > > > I have a problem using the xsp:element tag with i18n. > > > > I have this pipeline (the catalog works fine): > > > > > > > > > > > > > > > > and my xsp

RE: pb with snapshots versions ?

2002-06-26 Thread Vadim Gritsenko
> From: zze-STIENNE Nicolas FTRD/DMI/CAE > > Thanks for your responses: > > 1. Sorry, I know I don't have to use html mode but I don't be carrefull... > 2. Ok, I had forgotten this point > 3. ok, that's done > 4. I have a problem to get 2.0.3 version. I installed WinCvs (yes, I work > under w200

Re: Reformatting of html source problems

2002-06-26 Thread Christoph Gaffga
Hi ! perhaps it helps if you decrease the line-height (style-attribute): Christoph Gaffga [EMAIL PROTECTED] - Original Message - From: "Dr. Hans M. Rupp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 26, 2002 12:11 PM Subject: Reformatting of html so

Reformatting of html source problems

2002-06-26 Thread Dr. Hans M. Rupp
Hallo! We have a general problem with publishing html with Cocoon. The core of the problem is that a html page can be rendered differently with different layouts of the otherwise identical html source code. For example: draws a 5 pix high line across the table however draws a lin

RE: pb with snapshots versions ?

2002-06-26 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Thanks for your responses: 1. Sorry, I know I don't have to use html mode but I don't be carrefull... 2. Ok, I had forgotten this point 3. ok, that's done 4. I have a problem to get 2.0.3 version. I installed WinCvs (yes, I work under w2000) but it don't run well: error message: TCL is availab

RE: Urgent: i18n and xsp:element does not work!

2002-06-26 Thread Volker Schneider
Hi Christian, thank you very much, your guess was very right!!! But I'm not really understanding the reason... Best regards - Volker - -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED]] Sent: Mittwoch, 26. Juni 2002 10:15 To: [EMAIL PROTECTED] Subject: Re: Urgent: i18n a

Re: Urgent: i18n and xsp:element does not work!

2002-06-26 Thread Christian Haul
On 26.Jun.2002 -- 09:51 AM, Volker Schneider wrote: > Dear colleagues, > > I have a problem using the xsp:element tag with i18n. > > I have this pipeline (the catalog works fine): > > > > > > > > and my xsp: > > > > http://apache.org/xsp"; > xmlns:xsp-session="http://ap

Urgent: i18n and xsp:element does not work!

2002-06-26 Thread Volker Schneider
Dear colleagues, I have a problem using the xsp:element tag with i18n. I have this pipeline (the catalog works fine): and my xsp: http://apache.org/xsp"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; create-session="true"> http://apache.org/cocoon/i1