[Resin-interest] Replication of Principals

2009-06-25 Thread Daniel D'Alessandro
Hi I'm using resin 3.1.6 and I've run into an issue in our clustered environment. When a client hits our application for the first time we authenticate them as a guest and then the user may re-authenticate using their client credentials. What seems to be happening is a client hits server 1 and

[Resin-interest] Ear deployment and virtualhosts

2008-07-08 Thread Daniel D'Alessandro
I have an ear file with say 2 wars underneath it. These 2 wars share the same middle layer (EJB3 + hibernate) and I want to map the 2 webapps to different hosts and only those hosts. at the moment with an ear deployment I'm allowed webapp1 - somedomain.com webapp2 - somedomain.com/admin I want

[Resin-interest] major change in transactional behaviour in snapshot from 2008-03-04

2008-03-13 Thread Daniel D'Alessandro
Hi all, I've noticed a fairly major change in the transactional behaviour in the snapshot from 2008-03-04 basically if I have a session bean set up in the following manner public interface IFoo { public method1(); public method2(); } @Stateless @Local ({IFoo.class})