[Resin-interest] cascade persist with Amber

2008-03-31 Thread Torkil Svensgaard
Hi list I'm playing around a bit with Amber and can't seem to get cascading persist to work. The attached code runs fine but doesn't persist the competences, only the search. Have I misunderstood something? Thanks in advance, Torkil package com.scr.data.search.entity; import

[Resin-interest] snapshot (2008-03-31)

2008-03-31 Thread Scott Ferguson
A new snapshot is available. It's primarily bug fixes. There is a new, important reliability capability in Resin-Pro, based on monitoring the CPU load. The stat-service in management can set different CPU load triggers, for example: logging the CPU load logging a thread dump if the

[Resin-interest] Open SSL and multiple sites

2008-03-31 Thread Arthur Naylor
We have multiple sites running on Linux ... entirely through resin 3 +. We need to implement SSL on several but not all of the sites. The documentation I can find seems to be for single sites on a single machine. Is there documentation for multiple sites on the same machine running on resin

[Resin-interest] admin log already exists after server restart

2008-03-31 Thread wesley
Hi Scott, These lines in resin.conf will cause thie problem: management path=${resin.root}/admin user name=admin password=password disable=true/ resin:if test=${resin.professional} deploy-service enable=true/ jmx-service enable=true/ log-service enable=true/

Re: [Resin-interest] Session cookie in a different path than /

2008-03-31 Thread Sam
Is there a way to set the session cookie (jsessionid) in a different path than the root (/)? I would like Resin sending the browser something like: Set-Cookie: JSESSIONID=a8_9DJBlfsEf; path=/test but Resin always setÑ Set-Cookie: JSESSIONID=a8_9DJBlfsEf; path=/ We are working in a