> Do you have jaas config file on the client side? For example let's
> call it jaas.config:
> /** Login Configuration for JAAS **/
> TestClient {
> org.jboss.security.ClientLoginModule required unauthenticatedIdentity=nobody;
> };
>
> Then you have to add this option to command line running the client:
> -Djava.security.auth.login.config=path\to\the\jaas_config_file\jaas.config
thanks,
I tried doing so; but i was able to call the create the bean with/without a
username/pwd - which is weird since i've declared the
ejbcreate methods to be: @ejb:permission role-name="administrator".
I've renamed 'TestClient' to 'other' which is defined in login-conf.xml.
Anyhow, i dont get the errormessage even if 'my' security is bypassed :-)
Sure i'm still missing something
/Jon
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user