[jboss-user] [EJB 3.0] - security-domain problem...

2006-11-17 Thread kingkong1976
hi by the way, i have forgot to mention, that the bean i would like to access anonymously is declared with @PermitAll. in the mean time i have found out, that not the bean itself is the problem. the jndi lookup already try's to authenticate. i have tried with this two initial context factorys

[jboss-user] [EJB 3.0] - security-domain problem

2006-11-17 Thread kingkong1976
hi i have configured a security domain successfully. in some session beans i have declared: @RolesAllowed({"Operator", "ServiceAdministrator"}) in another session bean i don't have declared any Roles. but still if i'm tryin to access them (using the local home interface in a web application) wi

[jboss-user] [JNDI/Naming/Network] - Re: Lost datasource

2006-10-07 Thread kingkong1976
actually i'm facing the same problem. has anyone a solution? i even bought a jboss book today. tried the sample from it and guess what, i didn't worked... (i'am using jboss 4.0.4 with ejb3 container). with org.jboss.security.auth.spi.UsersRolesLoginModule it is working fine, but this is not solu