[jboss-user] [EJB 3.0] - Validation according to specification

2006-08-24 Thread bdaniliuc
Hi All, Is there a validator that can be used to check conformity with the EJB 3 specification? For example I run in some code where a MDB extended from another MDB, although the specification states that "A message- driven bean class must not have a superclass that is itself a message-dr

[jboss-user] [Security & JAAS/JBoss] - Re: Custom principal in Web application

2006-07-27 Thread bdaniliuc
Configuration for custom login module configured in login-config.xml: | | java:/jaas/CoreApplication | core.rbac.BasicPrincipal | core.rbac.jboss.CertificateVerifier | | The custom login module is a subclass of BaseCertLoginM

[jboss-user] [Security & JAAS/JBoss] - Custom principal in Web application

2006-07-27 Thread bdaniliuc
Hi all, We have an application that needs a custom principal in both the web and the ejb3 component of the application. The application is configured to use CLIENT-CERT. We defined a custom principal as specified at http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith The pr