Re: best way to show login page when session expires? (Javascript/Java based Cocoon app.)

2011-05-19 Thread Thorsten Scherler
On Wed, 2011-05-18 at 10:45 -0400, Paul Joseph wrote: Hi there, I have a Cocoon app that has numerous pages...I use Javascript (flowscript) to do the display and Java to do the business logic. In the Java layer, I have code to detect when the session expires and this works nicely and so

Re: Thread Stuck with ResourceLimitingPool

2011-05-19 Thread Thorsten Scherler
On Wed, 2011-05-18 at 19:50 +0200, remi.masson@interforum.fr wrote: Hello, I used cocoon 2.1.5 on Weblogic 10.3. I request Oracle DataBase with cocoon framework with XSP. The configuration in cocoon.xconf is : datasources jdbc name=BAEWEB

Re: best way to show login page when session expires? (Javascript/Java based Cocoon app.)

2011-05-19 Thread Andre Juffer
On 19/05/11 13:38, Paul Joseph wrote: HI Thorsten, Thank you much for your two suggestions. I will proceed with your second course as it is very easy to do that given the way the app is written. Just like to add that the Auth approach basically works in the same way. An action is

Re: best way to show login page when session expires? (Javascript/Java based Cocoon app.)

2011-05-19 Thread Paul Joseph
You are correct--I will go this route--I now realize that it is the right thing to do! On 5/19/2011 6:57 AM, Andre Juffer wrote: On 19/05/11 13:38, Paul Joseph wrote: HI Thorsten, Thank you much for your two suggestions. I will proceed with your second course as it is very easy to do that

Streaming buffered image using Cocoon

2011-05-19 Thread JeVeoy
I'm using Cocoon 2.2 Case I would like to merge 2 images in PNG format on the server (buffered image) and then send the result back as a stream. Thus NOT saving the image on the server. As an example you could have a nice background picture of a field. The field (background image) changes

Re: Streaming buffered image using Cocoon

2011-05-19 Thread Steven Dolg
Am 19.05.2011 15:49, schrieb JeVeoy: I'm using Cocoon 2.2 Case I would like to merge 2 images in PNG format on the server (buffered image) and then send the result back as a stream. Thus NOT saving the image on the server. As an example you could have a nice background picture of a field. The