How can I reconnect if cocoon looses connection to JMS server?

2005-12-07 Thread Nicole Hochleiter
Hi, I'm using cocoon (2.1.6) with OpenJMS (0.7.6.1) for updating my cache. Since I have several cocoon installations talking to different JMS server over the network it can happen that the web application looses the connection to the JMS server due to a network problem and never get's it back. Is t

Re: JMS block is installed but

2005-12-06 Thread Nicole Hochleiter
> JMS block is installed but jms client library not > found. *** > - For the jms block to work you must install and start > a JMS server and place the client jar in WEB-INF/lib. > - The default server, OpenJMS is configured in > cocoon.xconf but is not bundled with Cocoon. Hi, this is normal. If y

Problems running Cocoon 2.1.6 on Websphere 5.1

2005-03-17 Thread Nicole Hochleiter
Hi, First I used Cocoon 2.1.5 with Websphere 5.1 and had some problems which I could solve with the help of the newsgroup. But now I updated Cocoon to 2.1.6 and got the Problem again. I' using the ParanoidCocoonServlet and set the Logging to use the Apache commons logging supplied with Cocoon. Se

Re: Problems running Cocoon 2.1.5 on Websphere 5.1

2005-03-15 Thread Nicole Hochleiter
Hi, I had the same problems and with your postings I managed to run Cocoon 2.1.5 on Websphere 5.1. Thanks! :-) But now I updated Cocoon to 2.1.6 and got the Problem again. I' using the ParanoidCocoonServlet and set the Logging to use the Apache commons logging supplied with Cocoon. Setting the cl

Cocoon 2.1.6 - CForms multipart request

2005-02-14 Thread Nicole, Hochleiter
Hi, I'm using CForms (Cocoon 2.1.6 ) and I have a multipart request. I enabled uploads in the web xml. I always get the following error in the logfile: org.apache.cocoon.ProcessingException: No function nor continuation given in at file:/D:/cocoon- 2.1.6/build/webapp/portal/modules/sitemap.xma

Re: Cocoon based shopping cart

2004-10-27 Thread Nicole Hochleiter
Kaj Kandler conficio.com> writes: > > Hi there, > does anyone know of a project building a cocoon based shopping cart? > > If not what other shopping carts have merrits to be used with a cocoon > based web site? > > Thanks > > K Hi, did you look at the petstore in the samples? There is a s

Links in CachingURICopletAdapter don't work

2004-10-27 Thread Nicole Hochleiter
Hi, I'd like to cache my coplet and thought the CachingURICopletAdapter would be the right thing to do it. But when I tried it it only reacts once if a click a link inside the coplet. After the frist click nothing happens any more. I also tried the portal example of cocoon an got the same result (

reload the layout

2004-09-24 Thread Nicole Hochleiter
Hi, I'm building a portal with cocoon-2.1.5 and let the user change his layout by adding/removing coplets. But he only will realize the changes if he logs out and relogs in. Is there possibility to force cocoon to reload the useres layout? TNX, Nicole ---

Re: CForms, binding with repeater, new element overwrites old element

2004-07-15 Thread Nicole Hochleiter
> [...] > > So there are three possible sources of trouble: > > 1. fd:field vs. fd:output > > 2. (duplicate) binding for id and implicit direction="both" > > 3. addUser method > > > > Joerg > > > Now I changed the the line in ... for id to direction="save" and it > works fine. ) > > Thanks a l

Re: CForms, binding with repeater, new element overwrites old element

2004-07-12 Thread Nicole Hochleiter
Joerg Heinicke gmx.de> writes: > > On 09.07.2004 09:19, Nicole Hochleiter wrote: > ... > > > > > > > > > > This one duplicates the binding of fb:identity. > > > ... > > ... > > > >

Re: CForms, binding with repeater, new element overwrites old element

2004-07-09 Thread Nicole Hochleiter
Joerg Heinicke gmx.de> writes: > > On 06.07.2004 17:21, Nicole Hochleiter wrote: > > > In stepping through org.apache.cocoon.forms.binding.RepeaterJXPathBinding > > public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException > > > &g

CForms, binding with repeater, new element overwrites old element

2004-07-06 Thread Nicole Hochleiter
In stepping through org.apache.cocoon.forms.binding.RepeaterJXPathBinding public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException I got the impression, that my new added element overwrites an existing one. I'm working with bean binding, cocoon.2.1.5, Java 1.4.2. Is it a

CopletTrasformer with several actions and more link attributes

2004-06-22 Thread Nicole Hochleiter
Hi, when I use the CopletTransformer for only one action like: My Link I could add attributes like title, class etc. But when I try to do this with several actions like in My Link I tried to put title and class in the cl:links-tag and in the cl:content-tag, but they just disappeard.

Re: Order of processing in sitemap with call of flow

2004-06-09 Thread Nicole Hochleiter
Thanks a lot! I didn't know about the "org.apache.cocoon.components.flow.util.PipelineUtil" and how it could help me in a Flowscript. Also it is good to get advices about best practice in controlling page flow. Now it works fine and maybe I can use this hint in other places, too. TNX again, Nicol