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
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
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
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
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