[JBoss-user] [Security & JAAS/JBoss] - Re: problems with @SecurityDomain @PermitAll

2006-07-09 Thread kgrjb
thanks for reply. jboss.xml is deployed correctly with ejb jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956457#3956457 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956457

[JBoss-user] [EJB 3.0] - strange compile error on interceptor tags at method level

2006-07-09 Thread kgrjb
i got compile error on @Interceptors or @Interceptor tags at method level. no problem if tags are at class level. jdk1.5.0_06 jboss-4.0.3SP1-03 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956426#3956426 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Security & JAAS/JBoss] - problems with @SecurityDomain @PermitAll

2006-07-07 Thread kgrjb
1. because @SecurityDomain is jboss specific, is there a way to remove it from class code and keep just the standard @RolesAllowed? i tried to remove it from source code and have in jboss.xml mobistax after this, i dont get any security on bean methods. 2. why is authentication-autho

[JBoss-user] [Security & JAAS/JBoss] - secure jndi lookup

2006-06-23 Thread kgrjb
im using jboss-4.0.3SP1. How to configure a secure jndi lookup? this is not explained in SecureJBoss trail. that is how to specify a username - password in InitialContetxt properties and JBoss returns the lookup jndi resource[eg. ejb] with the given security credentials. If we dont do this, an

[JBoss-user] [Security & JAAS/JBoss] - custom login and web.xml declarative security

2006-04-21 Thread kgrjb
ive searched and read a lot but havenot found a solution. the question is if you use custom login and not j_security_check then How to associate security credentials with web container so that declarative security in web.xml still works?? - jboss 4.0.3SP1 with bundled tomcat 5.5 - i set up tom