Re: mod-db-add: How to use ManualAutoIncrementModule?

2003-07-16 Thread christian.ruess
Hi Christian - thank you for your hints! I managed to activate the ManualAutoIncrementModule in cocoon.xconf, however I keep getting an error org.apache.avalon.framework.configuration.ConfigurationException: Could not find mode description auto for column 0 at org.

RE: Use of LDAP - equivalent command line?

2003-07-16 Thread Sylvain.Thevoz
Hello, Have you tried a LDAP browser to check your command or criteria? See http://www.ldapadministrator.com Sylvain -Message d'origine- De: e nio [mailto:[EMAIL PROTECTED] Date: mercredi, 16. juillet 2003 08:50 À: [EMAIL PROTECTED] Objet: Use of LDAP - equivalent command line? I tried

Re: Beans as input for cocoon

2003-07-16 Thread Uwe Gerger
Hello, where can I find the castor transformer? I use cocoon 2.0.4. but I couldn't find it neither in cocoon 2.1 documentation!? Thanks Uwe > [EMAIL PROTECTED] schrieb: > > I'm using the Castor transformer to convert a large, nasty bean into > xml and then into HTML/PDF. > It works reall

{requestQuery} from RequestParamAction not working in command linemode [2.04]

2003-07-16 Thread Artur Matos
Hi to all, I have one small problem using the RequestParamAction in command line mode (I am using Cocoon 2.04). As documented in a article in cocooncenter.de, when using the RequestParamAction, the vars {requestURI} (containing the request without params) and {requestQuery} (the query string) s

Re: {requestQuery} from RequestParamAction not working in command line

2003-07-16 Thread 02068452
Hi Perhaps you need to pass the parameters to the stylesheet individually rather than attempting to concatonate beforehand. e.g. gef p.s. I use "{$requestURI}" syntax, don't know if that makes a difference > Hi to all, > > I have one small problem using the RequestParamAction in command

Re: Use of LDAP - equivalent command line?

2003-07-16 Thread Yury Mikhienko
On Tue, 15 Jul 2003 23:50:23 -0700 (PDT) e nio <[EMAIL PROTECTED]> wrote: > I tried the Wiki samples for LDAP and can not get it to work. > All Im getting is an empty bodied tags. No error. The captured > log after the LDAPTransformer is practically empty body just the > element tags. The openlda

Re: upload problem

2003-07-16 Thread Geoff Howard
Robert Kromkamp wrote: Thanks for your advice, I've changed it, but i still don't get a file. Ik think the problem is there's no file in the directory C;\jakarta-tomcat-4.1.12\work\Standalone\localhost\forms\cocoon-files\upload . Should it be there? By default, Cocoon (2.1) removes the file from th

Re: Use of LDAP - equivalent command line?

2003-07-16 Thread Frank Taffelt
i had same problem. the solution is to make sure that you have exactly the correct JDK - endorsed libs, provided with your running cocoon version. In my case, the JDK endorsed libs were from cocoon-2.1m2 and the cocoon version i used was cocoon2.1m3. This combination showed exactly the behaviour t

logicsheet problem - cocoon bug in xsp-request ?

2003-07-16 Thread christian.ruess
Hi - I've got a problem using logicsheets and I'm not shure whether I do something wrong or whether it's a bug (seems like a bug to me up to now)...: I use the xsp page writeuser.xsp: http://apache.org/cocoon/SQL/v2"; xmlns:util="http://apache.org/xsp/util/2.0"; xmlns:xsp="http://apa

xsp to generate html page with different encoding?

2003-07-16 Thread Tsui, Alban
Title: xsp to generate html page with different encoding? hi I want to have a xsp to render a html page containing a form. The character encoding of the page (presumably this will affect the form as well) is determined by a external parameter, e.g. a request param saying something like "en"

RE: websphere 5.0

2003-07-16 Thread Libich, Christian
Thank you! I seem to running ok now.   Christian Libich [EMAIL PROTECTED]

Speicifed the error for the map:handle-error

2003-07-16 Thread Lionel Crine
Hi, I'd the to handle my custom exception (not only the 404 and 500). Where can i do that ? Is there something to overload? I read some post on the mailing, and wiki but nothing helps ? Lionel Lionel CRINE Société : 4DConcept 22 rue Etienne de Jouy 78353 JOUY EN JOSAS Tel : 01.34.58.70.70 Fax

Re: java.net.SocketException: Connection reset by peer: socket write error

2003-07-16 Thread Hill Karimov
Hi Antonio, I have updated to Tomcat 4.1.24, Java 1.4.2 and build ( 2.1rc1-dev ) latest CVS ( cocoon-2.1_20030716043906.tar ) I get same error. Geoff, Yes I think too, it will be correctly if it will be at WARN or some a lower level. Hill --- Antonio Gallardo <[EMAIL PROTECTED]> wrote: > Hi: >

dynamic "encoding" for html serialiser?

2003-07-16 Thread Tsui, Alban
Title: dynamic "encoding" for html serialiser? Hi I am trying to write a xsp page directly generating html and my page will take in a parameter which would tell me what final encoding the page should use. SO I tried to "manually" generate that tag ... but my serializer seems to append

RE: pdf xform failing when xsp dataset too large

2003-07-16 Thread Pat Kelley
Saxon. I am building reports that require grouping branch offices by regions and divisions. The functions provided by Saxon 7 really made it easier, at least until it stops working. I think we may have pushed the envelope a couple cm too far. Pat Kelley Database Administrator Phone: (801) 257-5704

RE: pdf xform failing when xsp dataset too large

2003-07-16 Thread Pat Kelley
We are actually using Saxon 6.5. Pat Kelley Database Administrator Phone: (801) 257-5704 Fax: (810) 366-5702 -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 5:23 PM To: [EMAIL PROTECTED] Subject: Re: pdf xform failing when xsp dataset too

Re: dynamic "encoding" for html serialiser?

2003-07-16 Thread Geoff Howard
You declare the encoding as part of the serializer config in the sitemap. if you need the same serializer to use different encodings in different pipelines, you need to declare the serializer once for each of the encodings with a different name each time. Geoff Tsui, Alban wrote: Hi I am tr

RE: Anyone tried Cocoon + Tomcat with XP and IIS ??

2003-07-16 Thread Dean Cording
I have to do this as well because my in-house service provider is an IIS only shop and refuses to run any other servers. My only way around it is to sell Tomcat as an IIS add on. Dean > -Original Message- > From: Carmona Perez, David [mailto:[EMAIL PROTECTED] > Sent: Thursday, 10 July 20

[A SOLUTION] Speicifed the error for the map:handle-error

2003-07-16 Thread Lionel Crine
I found something working, but I think this is not clean! For any Exception I throw a processingException. Then the gets it. lionel At 16:03 16/07/2003 +0200, you wrote: Hi, I'd the to handle my custom exception (not only the 404 and 500). Where can i do that ? Is there something to overloa

Cocoon 2.1 'block samples' breaks under Websphere5 /WSAD5

2003-07-16 Thread Brook, Andy
Hi all, I'm making progress with being able to run 2.1m3 under WSAD, and can actually get it launching under WSADs internal Websphere5 AppServer [I had to replace the wsad5/runtimes/base_v5/lib/xalan.jar with xalan2.5.1 that ships with 2.1m3]. However, after getting the 'welcome' page, I can g

RE: dynamic "encoding" for html serialiser?

2003-07-16 Thread Tsui, Alban
Title: RE: dynamic "encoding" for html serialiser? So you are saying I could do something like:                                                                                            

Re: Use of LDAP - equivalent command line?

2003-07-16 Thread e nio
Thank you for all the responses. But is the whole doldapqry.xml I used equivalent to below in the command line? ldapsearch -b 'o=stooges' '(cn=*)' This command does provide the result when I typed on the command line and I get at the end #numEntries: 4. Adding the & basically logically

Re: pdf xform failing when xsp dataset too large

2003-07-16 Thread J.Pietschmann
Pat Kelley wrote: I have adjusted the memory with no luck. I have bumped the memory up to 500M with no change in behavior. I am using the grouping functions from 2.0 ( for-each-group ). I am beginning to suspect it is a problem with that. Recommended procedure: - If your source XML and XSL are fil

RE: pdf xform failing when xsp dataset too large

2003-07-16 Thread Pat Kelley
Thanks for your help. Appreciate it. Pat Kelley Database Administrator Phone: (801) 257-5704 Fax: (810) 366-5702 -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 10:52 AM To: [EMAIL PROTECTED] Subject: Re: pdf xform failing when xsp datase

Integrate Jpgs in PDF witch Cocoon

2003-07-16 Thread Dirk Fabrig
Hi, can sb tell me how to integrate jpg Images in a pdf output ? Can i make svg graphics out of jpgs with Cocoon ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [A SOLUTION] Speicifed the error for the map:handle-error

2003-07-16 Thread Tony Collen
Lionel Crine wrote: I found something working, but I think this is not clean! For any Exception I throw a processingException. Then the gets it. lionel At 16:03 16/07/2003 +0200, you wrote: Hi, I'd the to handle my custom exception (not only the 404 and 500). Where can i do that ? Is there

SourceResolver in Serializer

2003-07-16 Thread Irving Salisbury III
Any chance I can get a handle to a SourceResolver from inside a Serializer? I am using cocoon-2.0.4. Thanks, Irv - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Integrate Jpgs in PDF witch Cocoon

2003-07-16 Thread J.Pietschmann
Dirk Fabrig wrote: can sb tell me how to integrate jpg Images in a pdf output ? Use for files or or http://localhost:8000/foo/bar/baz.jpg"/> for dynamically generated stuff (the cocoon: scheme wont work). Can i make svg graphics out of jpgs with Cocoon ? What do you mean? You can include a bitma

Re: mod-db-add: How to use ManualAutoIncrementModule?

2003-07-16 Thread Christian Haul
On 16.Jul.2003 -- 10:01 AM, [EMAIL PROTECTED] wrote: > > > Hi Christian - > thank you for your hints! > > I managed to activate the ManualAutoIncrementModule in cocoon.xconf, > however I keep getting an error > > org.apache.avalon.framework.configuration.ConfigurationException

Re: dynamic "encoding" for html serialiser?

2003-07-16 Thread Geoff Howard
actually, the encoding I think has to get passed as a parameter to map:serializer (that is in the component definition) not where you call it in the sitemap. I don't know the exact param name or I'd give you an example. There should be some in the docs, though. Geoff Tsui, Alban wrote: So yo

Cocoon 2.1m3 and 2.0 Site deployment issue.

2003-07-16 Thread Paul Downs
Hi, I have a very simple site deployed with a stripped down cocoon.xconf and sitemap.xmap. Initially the problem was: cocoon version="2.0"> which I changed to read 2.1. Then after chasing various class not found errors (I had to put cocoon-2.1m3-deprecated.jar in the class path amongst oth

Re: SourceResolver in Serializer

2003-07-16 Thread Andreas Hartmann
Irving Salisbury III wrote: Any chance I can get a handle to a SourceResolver from inside a Serializer? I am using cocoon-2.0.4. Implementing Serviceable and asking the ServiceManager for a SourceResolver should probably work (I don't know if it has to be Composable/ComponentManager in 2.0.4). H

redirect problems

2003-07-16 Thread Bert Van Kets
I'm using Cocoon 2.1 M3. I've got several subdirectories in my site and would like to map the requests to the directory with and without a trailing slash to a pipeline. The one without the slash is pretty easy, but I can't get the one with the trailing slash to work. So I'd like to redirects ht

Re: redirect problems

2003-07-16 Thread Andreas Hartmann
Bert Van Kets wrote: I'm using Cocoon 2.1 M3. I've got several subdirectories in my site and would like to map the requests to the directory with and without a trailing slash to a pipeline. The one without the slash is pretty easy, but I can't get the one with the trailing slash to work. So I'

Re: redirect problems

2003-07-16 Thread Bert Van Kets
I knew it was something stupid I was overlooking. :-/ My recent burn out hasn't faded from my system yet. (bad excuse, but an excuse non the less) Thanks for the help, it works now. Bert At 20:42 16/07/2003 +0200, you wrote: Bert Van Kets wrote: I'm using Cocoon 2.1 M3. I've got several subdirec

Re: Cocoon 2.1m3 and 2.0 Site deployment issue.

2003-07-16 Thread Geoff Howard
Are you trying to say that you have a stripped down cocoon.xconf that works with 2.0 and are trying to migrate to 2.1? You'd be better off starting with a stripped down 2.1 and adding what you need into it. I'm pretty familiar with the project but I'd still probably get lost trying to do it t

Re: Cocoon 2.1 'block samples' breaks under Websphere5 /WSAD5

2003-07-16 Thread Joerg Heinicke
Hello, can you try another ("simpler") block that does not depend on servlet container specific stuff like JSP, the POI block for example. Furthermore the links to the block samples look like samples/blockname/, the sitemap redirects this URL to samples/blockname/welcome or samples/blockname/w

RE: Beans as input for cocoon

2003-07-16 Thread Tony Edwards
Title: RE: Beans as input for cocoon Uwe, Its in the cocoon-scratchpad.jar. You initialise it thus:     xml/test-mapping.xml         My pipeline segment for the castor bit looks like this:                                        

Re: logicsheet problem - cocoon bug in xsp-request ?

2003-07-16 Thread Joerg Heinicke
Hello Christian, seems to be a standard XSLT error in your logicsheet: You can't add attributes to an element that already has a child node. So simply change the two above lines and it maybe works. Joerg - To unsub

Re: {requestQuery} from RequestParamAction not working in commandline

2003-07-16 Thread Artur Matos
On Wed, 16 Jul 2003 11:39:13 GB [EMAIL PROTECTED] wrote: Hi, > Perhaps you need to pass the parameters to the stylesheet > individually rather than attempting to concatonate beforehand. > > Yes, unfortunately, I have tried that also, but with doesn't work. > p.s. I use "{$requestURI}" synta

Re: Use of LDAP - equivalent command line?

2003-07-16 Thread Yury Mikhienko
On Wed, 16 Jul 2003 09:36:24 -0700 (PDT) e nio <[EMAIL PROTECTED]> wrote: > > Thank you for all the responses. But is the whole doldapqry.xml > I used equivalent to below in the command line? > > ldapsearch -b 'o=stooges' '(cn=*)' > > This command does provide the result when I typed on

Re: dynamic "encoding" for html serialiser?

2003-07-16 Thread Yury Mikhienko
Sometime ago this question was already asked on cocoon-dev list, but setup() method is not implemented in serializers at this time (( > You declare the encoding as part of the serializer config in the > sitemap. if you need the same serializer to use different encodings in > different pipelin