[jboss-user] [Remoting] - exceptions on ejb invocations using rmi over http

2007-04-04 Thread csa
Hi everybody, I'm making calls to an ejb from a remote client using rmi over http. I'm using the org.jboss.remoting.transport.servlet.web.ServerInvokerServlet and the @RemoteBinding annotation for the ejb to establish this. It works fine so far. But if an exception gets thrown in the ejb I wi

[jboss-user] [Security & JAAS/JBoss] - authentication cache clustering

2007-10-01 Thread csa
hi all, is it possible to use the authentication cache of the JAASSecurityManagerService in a jboss AS cluster in way that its replicated between the cluster nodes? as default, it seems to be a local cache only. can I use a different cache policy e.g. DistributedTimedCachePolicy? thanks chri