Re: config memory with multiple cocoon instances one one machine

2002-05-14 Thread Giuseppe Di Pierri
Hi guys, I'm a collegue of Patrick. Thanks for your answer Stephan. Our actual configuration is: in catalina.sh: CATALINA_OPTS="-Xms100m -Xmx450m" (we will also try the combination that you suggest, Stephan) in each of the three cocoon instances under tomcat, the files cocoon.xconf contai

RE: .htc how to

2002-05-14 Thread Stephen Ng
You must serve the .htc from Cocoon--do you have a rule for it in your sitemap? > -Original Message- > From: Cocoon User [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 8:07 PM > To: [EMAIL PROTECTED] > Subject: .htc how to > > > > i have a behavor (microsoft .htc) > attached in

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Ivelin Ivanov
Nick, I am aware that Google has a SOAP interface. This message suggests that a REST interface might be very useful as well. Ivelin - Original Message - From: "Nick Airey" <[EMAIL PROTECTED]> To: "Cocoon Users" <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 3:31 AM Subject: Re: [Re

Form validation

2002-05-14 Thread Paul Pattison
I was looking at the Form Validation sample today and I found that there was a little more code in the xsp page then I would like. I'm trying to find a way to get the if-else if statements out of the page and put them into the action instead. Here's what I came up with. I tried to put the neede

xsp-session ns calls element creation funcs?

2002-05-14 Thread Zack Angelo
> C2 doesn't seem to be behaving as expected...my code looks just like the > examples. Any ideas? I'm sure it's something obvious. > > Okay, so apparently this: > > String userID = ; > > Generates into this (and, obviously, generates some errors): > > String userID = > xspAttr.addAttribu

how to start xmls with cocoon ??

2002-05-14 Thread madhulatha . bharathula
Hi, I have installed cocoon on my machine and I am using tomcat 3.2.3 . I have created a sample xml, xslt and sitemap and I want to create a .HTML file out of it but I am not knowing how to start with cocoon pipeline ?? Can anyone help me with this ?? Can I start with the .xml directly on th

Re: Parameter passing with Cocoon

2002-05-14 Thread Alex McLintock
At 13:33 14/05/2002, you wrote: >Change that to http://www.foo.com/x/y/z/index.html and you can use a >pipeline matcher like this: > > > > > > > > > > I try to do this already but since I am generating the hyperlinks from other Cocoon pages generated through XSLT I a

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi Vadim, ... > So all included files and the result (xsp-main) seems to be cached. Good. > Then I tried to start the 4th pipeline and I found the same messages in the > log. Caching seems to be working. Next I'll try to make the xsp cach

Re: config memory with multiple cocoon instances one one machine

2002-05-14 Thread Stephan Michels
On Tue, 14 May 2002, Patrick Husi wrote: > Hi > > We're working with Solaris 8 with 640Mb Memory, tomcat 4.01 and cocoon 2.0.2 > and have three instances of cocoon running on it. > > Unfortunately after working with cocoon java hangs up and nothing works > anymore. We have to restart cocoon. O

config memory with multiple cocoon instances one one machine

2002-05-14 Thread Patrick Husi
Hi We're working with Solaris 8 with 640Mb Memory, tomcat 4.01 and cocoon 2.0.2 and have three instances of cocoon running on it. Unfortunately after working with cocoon java hangs up and nothing works anymore. We have to restart cocoon. How should we configure the Xms, Xmx, freememory and heap

Re: Cocoon 2 Builtin-Logicsheet Definitions

2002-05-14 Thread Torsten Curdt
On Tuesday 14 May 2002 22:37, Mark Gaither wrote: > I'm a co-author on a book entitled "Cocoon 2 Programming: Web Publishing > with Java and XML". > > I writing a chapter entitled "XSP LogicSheets". In this chapter, I'm > cataloging all > of the built-in logicsheets. I'm having problems determinin

Cocoon 2 Builtin-Logicsheet Definitions

2002-05-14 Thread Mark Gaither
I'm a co-author on a book entitled "Cocoon 2 Programming: Web Publishing with Java and XML". I writing a chapter entitled "XSP LogicSheets". In this chapter, I'm cataloging all of the built-in logicsheets. I'm having problems determining some of the definitions of elements of the ESQL logicsheet.

error starting tomcat

2002-05-14 Thread Bert Van Kets
When I start Tomcat I get 5 messages in the console saying: "Cannot find CatalogManager.properties" I have A separate site using Cocoon, next to a Cocoon CVS build. My config.xconf is exactly the same as in my cocoon CVS build (except for the MySQL driver). I also included the resources director

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Volker Schneider
Hi Vadim, now I found: [14.05.02 21:16:49:348 GMT+02:00] 20377010 WebGroup I SRVE0091I: [Servlet-Protokoll]: DEBUG (2002-05-14) 21:16.49:348 [core.eve] (/Cocoon/xsp-main) Servlet.Engine.Transports:10/CachingEventPipeline: Found cached content for 'xsp-part2'. [14.05.02 21:16:47:796 GMT

TEST - DO NOT RESPOND

2002-05-14 Thread William Bagby
Title: TEST - DO NOT RESPOND TESTING

Re: losing markup in multi-transform pipeline

2002-05-14 Thread J.Pietschmann
gorillacommunications wrote: > foo.xml: > > > Hello > > This is my first Cocoon page! > > > - > foo1.xsl: > > xmlns:xsl="http://www.w3.org/1999/XSL/Transform";> > > > > Because there are no other templates in the style sheet, default templa

losing markup in multi-transform pipeline

2002-05-14 Thread gorillacommunications
Hi all. I am trying to use an XML file, followed by a sequence of two XSL files in one pipline. The first XSL file contains templates that manipulate the XML as data; the second file contains templates that format the resulting data into HTML. The problem is that the resulting HTML doesn't have a

TEST - DO NOT RESPOND

2002-05-14 Thread William Bagby
Title: TEST - DO NOT RESPOND text

Re: xsl:apply-templates bug?

2002-05-14 Thread J.Pietschmann
Spectron International, Inc. wrote: > I have noticed something with xsl:apply-templates I don't know if it is a > bug but it seems to me that it shouldn't work that way. I have the following > xml: > > > > > > > ... > > > > > If I use it will return the expected > numbers (1,

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
Read http://xml.apache.org/cocoon/installing/index.html, section "Headless UNIX and PJA". Vadim -- Resistance is futile. > -Original Message- > From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] > > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tu

RE: apply-templates bug?

2002-05-14 Thread Geoff Howard
This isn't the list for those kind of questions I think, but since it's an easy one and I'm new... The position() function returns the position within the current node set being operated on. When you select just column, you get the result you expected. When you use with no select, you are proc

Re: Logger for category root.xslt returned

2002-05-14 Thread Peter Royal
On Tuesday 14 May 2002 01:40 pm, kerin // airside.co.uk wrote: > Sorry, I didnt see this initially in my logs : > > DEBUG (2002-05-14) 17:42.18:284 [cocoon ] (/cocoon/) > Thread-19/ExcaliburComponentSelector: Adding > org.apache.cocoon.serialization.XMLSerializer for svgxml > ERROR (2002-05

Re: no way to get content-type?

2002-05-14 Thread Jens Lorenz
- Original Message - From: "Andreas Vallen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Jens Lorenz" <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 10:42 PM Subject: Re: no way to get content-type? > Hello, Hello, > thanks Jens, that answer was exactly what I was looking for. > >

Re: Logger for category root.xslt returned

2002-05-14 Thread kerin // airside.co.uk
From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 6:11 PM Subject: RE: Logger for category root.xslt returned > Check *cocoon* log located in: > > tomcat/webapps/cocoon/WEB-INF/logs > > Vadim > Sorry, I didnt see this initially in my logs : DEBUG

xsl:apply-templates bug?

2002-05-14 Thread Spectron International, Inc.
I have noticed something with xsl:apply-templates I don't know if it is a bug but it seems to me that it shouldn't work that way. I have the following xml: And the following templates: If I use it will return the expected numbers (1,2,3,4) if I only use it returns (2,3,4,5

Re: Logger for category root.xslt returned

2002-05-14 Thread kerin // airside.co.uk
From: "Vadim Gritsenko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 6:11 PM Subject: RE: Logger for category root.xslt returned > Check *cocoon* log located in: > > tomcat/webapps/cocoon/WEB-INF/logs > > Vadim Oops, should have thought of that. I just checked the

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
> From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] > > Hi everyone, > > I've been trying to setup Cocoon2.0, and after a couple of days still can't > seem to get it up and running. > > This is my environment: > > Redhat7.1 > J2SDK1.4.0 > Tomcat 4.0 > > on x86. > > I've got the followi

Logger for category root.xslt returned

2002-05-14 Thread kerin // airside.co.uk
Hi everyone, I've been trying to setup Cocoon2.0, and after a couple of days still can't seem to get it up and running. This is my environment: Redhat7.1 J2SDK1.4.0 Tomcat 4.0 on x86. I've got the following environment variables set up correctly : JAVA_HOME, CATALINE_HOME, TOMCAT_HOME. I also

Re: Set locale with an action

2002-05-14 Thread Spectron International, Inc.
If I download the latest snapshot (2002-05-14) will this be HEAD branch you mention? - Original Message - From: "Konstantin Piroumian" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 2002 7:01 AM Subject: Re: Set locale with an action > From: "Spectron International,

RE: Reuse of matches or pipelines

2002-05-14 Thread Vadim Gritsenko
Matthew: Try ParameterSelector (declare it first in the map:selectors section): > > > > > > > > > > > > > >

Reuse of matches or pipelines

2002-05-14 Thread Matthew Hailstone
The two following matches are in a single pipeline. You'll notice that the second transform element in each match is practically the same. Is there any way that I can utilize the more generic second match during the execution of the first match by having two pipelines, or some other configurat

[OT] Jaxe- interesting XML editor (GPL)

2002-05-14 Thread Bertrand Delacretaz
Might be of interest: http://media4.obspm.fr/jaxe/Jaxe_en.html (contains screenshots). Just spent a few minutes testing it, it feels good and I like the simple but understandable way in which structure is displayed (reminds me of the HotMetal HTML editor which has a mixed "tags/text" view). --

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > how does cocoon decide, which pipelines can be cached? All pipelines components should be cacheable, then result of the whole pipeline is cached. > My included files are all static at the moment and go into a file generator

RE: no way to get content-type?

2002-05-14 Thread Vadim Gritsenko
> From: Andreas Vallen [mailto:[EMAIL PROTECTED]] > > Hello, > > thanks Jens, that answer was exactly what I was looking for. > > Now if Vadim finds some interest in the problem . . . ;-) > > I'll investigate further wether a simple change in URLSource is possible. I > too think the other sol

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Volker Schneider
Hi Vadim, how does cocoon decide, which pipelines can be cached? My included files are all static at the moment and go into a file generator. They unfortunately end with .xsp but they are xml files. How can I make a xml file cacheable? Does cocoon check for the file extension? Best regards - Vo

RE: no way to get content-type?

2002-05-14 Thread Vadim Gritsenko
> From: Andreas Vallen [mailto:[EMAIL PROTECTED]] > > Hello Jens, > > Thanks for your suggestions. > > > map:generate creates a stream of sax events. No MIME content type can > > be applied to this. The content type of the URLSource is actually > > determined by the Web-Server according to the

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > ... > > (2) First of all I want to try caching without xsp caching. That'll be the > next step. It won't cache *non-cacheable* resources. Please try other way around: first make *all* included pipelines fully cacheable. Vadim

RE: xsp-formval:is-toosmall causes xsp compilation error

2002-05-14 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > if have this xsp file, in order to show the form validation error but I > stuck there for hours: But where is root element tag??? > > > http://apache.org/xsp"; > xmlns:xsp-formval="http://apache.org/xsp/form-valid

RE: Error Handling

2002-05-14 Thread Vadim Gritsenko
> From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > > Hi List, > > how can one have a global static error-page in C2, I need this for a > production system. Put in every : And develop error2static-html-page.xsl. Vadim > > Cheers, Michael > --

RE: xsp-formval:is-toosmall causes xsp compilation error

2002-05-14 Thread Volker Schneider
Thank you. -Original Message- From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 14. Mai 2002 16:26 To: [EMAIL PROTECTED] Subject: Re: xsp-formval:is-toosmall causes xsp compilation error Hi Volker, Perhaps you have to enclose your xsp:page content in some intermediate tag.

Re: xsp-formval:is-toosmall causes xsp compilation error

2002-05-14 Thread KOZLOV Roman
Hi Volker, Perhaps you have to enclose your xsp:page content in some intermediate tag. Otherwise the "if" is out of any method. Roman Volker Schneider wrote: > Dear colleagues, > > if have this xsp file, in order to show the form validation error but I > stuck there for hours: > > > > http://

RE: xsp-formval:is-toosmall causes xsp compilation error

2002-05-14 Thread Volker Schneider
Dear colleagues, I found the solution myself: should have a surrounding tag: String theErrorMessage = "No error message specified."; if () { theErrorMessage = "Start ZIP is too small"); } theErrorMessage Sorry, - Volker - -Original Message- From: Vol

RE: [HELP]Exception during processing of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex11-01.xml

2002-05-14 Thread Vadim Gritsenko
> From: Wang [mailto:[EMAIL PROTECTED]] > > I use Cocoon 2.0.2 with Tomcat 4.0.1 to generate a html page(exaple.xml) in > browser, but got this excetion: > > Description:org.apache.cocoon.ProcessingException: Exception during processing > of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex1

RE: a question of java files

2002-05-14 Thread Graaf, Edgar de (fin)
O dear... What generated java? If you change Java in for example a XSP (I guess you mean that) then it depends. For example if you have an XSP that looks like: String notUsed = "not used"; String myString = "Something"; ... ... myString .. .. Of course notUsed will not influ

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Sam Ruby
Stephan Michels wrote: > > And here a nice article: > http://www.xml.com/pub/a/2002/04/24/google.html And here is my reply: http://www.oreillynet.com/cs/weblog/view/wlg/1351 - Sam Ruby - Please check that your question has no

Re: Using JSP as XML source

2002-05-14 Thread Cenk Uysal
I can't find the sitemap entry of JSPGenerator in Documents. __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com - Please check that your question has

Re: Using JSP as XML source

2002-05-14 Thread Konstantin Piroumian
From: "Cenk Uysal" <[EMAIL PROTECTED]> > I can't find the directory that you gave. I use Cocoon 2.02 If you have the source of 2.0.2 then you'll find it here: xml-cocoon.2.0.3\src\webapp\docs\samples\jsp\ (If you have a WAR distro then look at /docs/samples/jsp/). But you'd better get the lates

RE: Log from mounted sitemap.

2002-05-14 Thread Vadim Gritsenko
> From: Artur Bialecki [mailto:[EMAIL PROTECTED]] > > > [ C-2.0.2, J-1.3.1, JB-2.4.4, TC-4.0.4b2, W2K, A-1.2.23] Replace your logkit.xconf with the version from the CVS. Vadim > I mount a different sitemap for each of my modules. > Do I have to do anything special to see log events > from th

RE: att vadim: configuration localhost:8080

2002-05-14 Thread Vadim Gritsenko
> From: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] > > sorry vadim, you are speaking to a real dummy here!...my configuration is on > default 4080 as you suggest. its probably really basic...how do i change > this? yikes Lizzie: I have not seen your sitemap, but if your XIndice is on port 40

RE: Can´t get Request from an Action

2002-05-14 Thread Volker Schneider
Hi Markus, sorry, maybe I misunderstood you. Please try to set the attribute in your action as follows: Request theRequest = (Request)aObjectModel.get(Constants.REQUEST_OBJECT); if (theRequest != null) { theRequest.setAttribute(...); } Whereby "aObjectModel" comes into the action a

Re: Using JSP as XML source

2002-05-14 Thread Cenk Uysal
I can't find the directory that you gave. I use Cocoon 2.02 __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com - Please check that your question has no

RE: Can´t get Request from an Action

2002-05-14 Thread Volker Schneider
Hi Markus, first of all make sure that you have no blank before .setAttribute request .setAttribute ("hello", "world"); But this could be caused by the mailer. You can get the request within an xsp by accessing the "request" variable in this way: org.apache.cocoon.environment.Reques

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Volker Schneider
Hi Vadim, (1) I got something like that: [14.05.02 15:03:27:795 GMT+02:00] 4467 WebGroup I SRVE0091I: [Servlet-Protokoll]: DEBUG (2002-05-14) 15:03.27:795 [core.sto] (/Cocoon/xsp-result) Servlet.Engine.Transports:10/MRUMemoryStore: NOT Found key: PCK:CCK:3-xml-1PCK:CCK:1-file--79214

Can´t get Request from an Action

2002-05-14 Thread Markus Locher, ASK Keller GmbH
Hello Folks, I added a self-developed action to org/apache/cocoon with a path from there like ask/auth. Under auth I have created a servlet called Login.java. You guessed!.. I am trying to create a login-action for internal use (I know there is a sample, but that doesn´t fit our needs). The Logi

xsp-formval:is-toosmall causes xsp compilation error

2002-05-14 Thread Volker Schneider
Dear colleagues, if have this xsp file, in order to show the form validation error but I stuck there for hours: http://apache.org/xsp"; xmlns:xsp-formval="http://apache.org/xsp/form-validator/2.0";> String theErrorMessage = "No error message specified."; if () { }; F

RE: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-14 Thread Vadim Gritsenko
> From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > > From: "Vadim Gritsenko" [EMAIL PROTECTED] ... > > First you have to fix/force BEA to fix weblogic itself. It blindly > > replaces these properties with links to BEA's versions of parser and > > XSLT engine in (IIRC) T3SrvrImpl. > > I

RE: Classpaths / Applications

2002-05-14 Thread Vadim Gritsenko
> From: Chris Foo [mailto:[EMAIL PROTECTED]] > > Hello, > > If I have an application, do I have to place all the classes in the > directory? This or jar file(s) in the . > Can they be placed in a web-inf > directory within it's application directory. ie. > ? If so, what file(s) do I modify a

Re: Parameter passing with Cocoon

2002-05-14 Thread Bert Van Kets
Change that to http://www.foo.com/x/y/z/index.html and you can use a pipeline matcher like this: This will call the index.xml file and send the x, y and z parameters to the stylesheet. If you define the x, y and z parameters in your stylesheet, you can simp

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > I got some messages containing MRUMemoryStore > > [13.05.02 15:42:55:881 GMT+02:00] 55f62073 WebGroup I SRVE0091I: > [Servlet-Protokoll]: DEBUG (2002-05-13) 15:42.55:881 [core.man] > (Unknown-URI) Unknown-thread/Exca

Error Handling

2002-05-14 Thread Michael Zehrer
Hi List, how can one have a global static error-page in C2, I need this for a production system. Cheers, Michael - Please check that your question has not already been answered in the FAQ before posting.

Re: Using JSP as XML source

2002-05-14 Thread Konstantin Piroumian
From: "Cenk Uysal" <[EMAIL PROTECTED]> > I have a JSP code that returns XML as a result. And I want to use it > as my XML source in sitemap. How can I do that? Do I have to change > my FileGenerator to ServerPagesGenerator or something like that? Or > is it ok to give the JSP file as a source whe

Re: JBOSS-Cocoon

2002-05-14 Thread Konstantin Piroumian
Hi! From: Graaf, Edgar de (fin) To: '[EMAIL PROTECTED]' Sent: Tuesday, May 14, 2002 11:16 AM Subject: RE: JBOSS-Cocoon ... Unfortunately there are no EJB logicsheets (at least not when I started, maybe that changed).   I have one here from the old C1 days. I can

Using JSP as XML source

2002-05-14 Thread Cenk Uysal
I have a JSP code that returns XML as a result. And I want to use it as my XML source in sitemap. How can I do that? Do I have to change my FileGenerator to ServerPagesGenerator or something like that? Or is it ok to give the JSP file as a source where I give the XML file? __

RE: More than one transformation in one pipeline

2002-05-14 Thread Cenk Uysal
This time my code runs perfect. I could not understand what was wrong. Now I'm running the same code and I get no error. Thanks for your help... __ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com -

Re: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-14 Thread Konstantin Piroumian
From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > > From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] > ... > > > > > > I can confirm that this is true also for WebLogic 7.0. > > > I've been able to deploy Cocoon as a directory (didn't try WAR yet) > only > > > by > > > renaming jar names without

Re: Set locale with an action

2002-05-14 Thread Konstantin Piroumian
From: "Spectron International, Inc." <[EMAIL PROTECTED]> > Still not working. Now I changed my sitemap to this like you told me: I guess you are using 2.0.3 branch. i18n transformer was changed only in the HEAD branch, because the new behavior is backward incompatible (the old one uses LocaleActi

How to display meaningful errors

2002-05-14 Thread Vij, Bhavna
Hi All, I am very new to cocoon and it is really taking a toll on me. I am trying a small XSP page. For any error or Exception I get only one error which I am pasting below. How can I display more meaningful exception or error. Do I have to do some setting in sitemap.xmap. I have created my own su

[HELP]Exception during processing of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex11-01.xml

2002-05-14 Thread Wang
I use Cocoon 2.0.2 with Tomcat 4.0.1 to generate a html page(exaple.xml) in browser, but got this excetion: Description:org.apache.cocoon.ProcessingException: Exception during processing of file:/C:/unzipped/jj/jj/webapps/cocoon/docs/samples/ex11-01.xml: java.io.UTFDataFormatException: inval

Re: no way to get content-type?

2002-05-14 Thread Jens Lorenz
- Original Message - From: "Andreas Vallen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, May 13, 2002 5:55 PM Subject: no way to get content-type? > Hello cocoon-users, > > Is there really no way to determine the content type of a resource > requested with a generator? > I'

RE: [Announcement] CocoBlog 0.0.2 released

2002-05-14 Thread Lewis, Andrew J
Is there a listing or catalog anywhere maintained of things written for Cocoon - components and such - but not part of the distro. Ther eseems to be a number of them outthere, but ot acutal listing of them anywhere. Perhaps something like ht elist of Cocoon hositng providers? > -- > Fro

Re: Parameter passing with Cocoon

2002-05-14 Thread Cenk Uysal
Your second method http://www.foo.com/index-xyz.html still forces the designer to know parameters when he/she creates a link. But I think first method is useful. http://www.foo.com/xyz/index.html May you give me a tip about how to parse these parameters to use in XSL stylesheets? Can Cocoon

RE: FormValidation min-len/max-len does not work

2002-05-14 Thread Volker Schneider
Hi colleagues, I've found a workaround: If I use a constraint-set it will work. When using a constraint-set I need to have a definition for all of the contained fields. Otherwise I get a null pointer exception in the log file. It's very strange for me, that I cannot leave it out the constraint

RE: More than one transformation in one pipeline

2002-05-14 Thread Volker Schneider
Hi Cenk, did you check the result of your first transformation by leaving out the second transformer and replacing your serializer with an xml-serializer? Is this output correct? Then I would take the result and use it as input for your second transformation (in a test pipeline), in order to chec

RE: More than one transformation in one pipeline

2002-05-14 Thread Cenk Uysal
My sitemap is as below: XML file is(personnel.xml): Cenk Uysal Arastirma Gorevlisi Searching Assistant First XSL file (personnel2.xsl): http://www.w3.org/1999/XSL/Transform";>

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Andrew Savory
Hi Nick, On 14 May 2002, Nick Airey wrote: > Don't waste your time, a soap interface already exists What the petition is asking for is a non-SOAP interface (using a URI and GET/POST instead). A. - Please check that your qu

FormValidation min-len/max-len does not work

2002-05-14 Thread Volker Schneider
Dear colleagues, I want to validate a field with the validation as follows: If I type in a string with 4 characters, validation is successful (but should not!). If I change validation to and type in some non-numeric characters, validation will fail (it should). What can be wrong? I

RE: att vadim: configuration localhost:8080

2002-05-14 Thread Graaf, Edgar de (fin)
4080 shouldn't be changed. Try: www.cocooncenter.de, resources for a tutorial on Xindice and Cocoon Also try the usergroup: [EMAIL PROTECTED] for questions on the XML Database Xindice... Edgar -Oorspronkelijk bericht- Van: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] Verzonden: maandag 13

RE: JBOSS-Cocoon

2002-05-14 Thread Graaf, Edgar de (fin)
Yes you can. Here I have Windows 2000 with Cocoon 2, Tomcat, James and MySQL. At home the same only with SuSe Linux 7.3. It works just fine for me. I use a generator I made seperately that calls EJB. Other times I use SOAP that calls the needed EJBs. SOAP is easily used with the SOAP logics

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Stephan Michels
On 14 May 2002, Nick Airey wrote: > Don't waste your time, a soap interface already exists > > http://www.google.com/apis/ > > > And it took me aprox 0.5 seconds to find. And here a nice article: http://www.xml.com/pub/a/2002/04/24/google.html > > On Tue, 2002-05-14 at 05:19, Ivelin Ivanov w

Re: [Request for Votes] SOAP for the REST of us

2002-05-14 Thread Nick Airey
Don't waste your time, a soap interface already exists http://www.google.com/apis/ And it took me aprox 0.5 seconds to find. On Tue, 2002-05-14 at 05:19, Ivelin Ivanov wrote: > I have just read and signed the online petition: > >"URI and HTTP interface to Google" > > hosted on the w

Re: JBOSS-Cocoon

2002-05-14 Thread Nick Airey
Hello Ferran, It certainly is possible to run cocoon within the jboss/catalina package. I have it working with the jboss2.4.4-catalina4.0.1 package. The project I am leading is an ecommerce engine with multiple front ends. Cocoon is quite good for managing the presentation layer, and the EJBs im

xml

2002-05-14 Thread Ferran Urgell
www.xmleurope.com