[JBoss-user] resource-ref usage

2003-06-04 Thread Fee Ling Chin
Hello, I am puzzled by "when" to use resource-ref in ejb-jar.xml and jboss.xml. I have seen resource-ref for a jdbc datasource declared in sesson beans and entity beans but sometimes it is left out. If a session bean does not look up a jdbc resource at all, why would someone include the resource

[JBoss-user] Session bean (client and server side) security question

2002-07-31 Thread Fee Ling Chin
Hi, What is the best way to access a session bean with 2 different security domains? Let's say I want external clients to authenticate and get authorization to call a session bean method but I don't want to impose any security for other server components to access the same session bean. Basicall

[JBoss-user] Authorization problem

2002-07-23 Thread Fee Ling Chin
Hello, I have 2 login modules in my security domain: 1st is a UsersRolesLoginModule (sufficient) and 2nd is a LDAPLoginModule (required). There is only admin user in the User/Roles properties files and the rest of the user database is in the LDAP server. I tried to authenticate the user "john"

[JBoss-user] NT Login Module

2002-07-22 Thread Fee Ling Chin
Hello, I have been searching the web for a login module that authenticates a user against NT Domain but have no success. The one provided by Sun is not suitable for me since I am looking to authenticate a user with a password. Does anyone know if there is any NT login module (shareware, freeware

[JBoss-user] Multiple login modules Configuration flag problem

2002-07-22 Thread Fee Ling Chin
Hello, I have been using multiple login modules with JBoss 3.0.1RC1. I still suspect that the flags are not working rght. My requirements are if first login module succeeds, it returns to my application. If it fails, it goes to the second login module. For some reasons, the "sufficient" flag

[JBoss-user] JBoss-Catalina 3.0.1 - localhost:8080 not working

2002-07-09 Thread Fee Ling Chin
Hi, I installed JBoss-Catalina 3.0.1 and started JBoss. JBoss came up okay. I went to http://localhost:8080 and I got the following error: HTTP STatus 500 - No Context configured to process this request. Does anyone know how to resolve this? Thanks, Fee

[JBoss-user] How to secure SOAP services

2002-06-06 Thread Fee Ling Chin
Hello, I have a problem with SOAP security using JBoss 3.0 and I hope you can help me: I have a secured EJB and I deployed a few of its methods as web services. All my non web service calls worked as expected, i.e. users are authenticated and authorized. However, I could not get it to work from

[JBoss-user] LDAPLoginModule and login-config.xml setup

2002-06-04 Thread Fee Ling Chin
Hello, I am desperate: Does anyone know how to configure login-config.xml to use the LDAPLoginModule in Jboss 3.0? I don't think Jboss 3 uses my LDAP settings in auth.conf. I got around the above problem by writing a custom LDAP login module. I was able to authenticate my LDAP users but as so