RE: [JBoss-user] Certificate problem

2003-08-29 Thread Pham Thanh Quan
Title: RE: [JBoss-user] Certificate problem Thank you all for your help. Maybe I have to buy the document. -Original Message- From: Sheldon Hearn [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 28, 2003 6:12 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Certificate problem

[JBoss-user] Certificate problem

2003-08-28 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi all, (B (B (B (BI got an SSL (Bcertificate from Verisign but I don$B!G(Jt know how to (Bintegrate it with jboss-3.0.4_tomcat-4.1.12 (B (BPlease show me if (Byou could. (B (B (B (BThanks and (Bregards (B (B (B (BQuan (B (B (B (B (B (B

RE: [JBoss-user] mapping a CMP with LDAP

2003-07-18 Thread Pham Thanh Quan
Title: RE: [JBoss-user] mapping a CMP with LDAP I haven't heard about mapping between an entity bean and an LDAP server. In order to access an LDAP server using Java language, you can download the package java for ldap at the following address: http://www.openldap.org/jldap -Original

RE: [JBoss-user] JAAS,Setting alternate Security domain

2003-07-14 Thread Pham Thanh Quan
Title: JAAS,Setting alternate Security domain To do so, You could define the method permission for the bean EchoWorld in the file jboss.xml as following: method-permission   uncheck/   ejb-nameEchoWorld/ejb-name   method*/method /method-permission

[JBoss-user] Insufficient method permissions

2003-07-01 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi all, (B (B (B (BWhen I run the (Bfollowing piece of code: (B (B (B (B Properties properties = new Properties(); (B (B properties.put(java.naming.provider.url, url); (B (B properties.put(java.naming.factory.initial, jndiContextClass); (B (B

RE: [JBoss-user] Insufficient method permissions

2003-07-01 Thread Pham Thanh Quan
Title: RE: [JBoss-user] Insufficient method permissions (B (B (B (B (BDear Scott, (B (B (BI apologize for my disturbance. I am still confused about the myLoginConfig. In my login-config.xml, I have the following application-policy elements: (B (B application-policy name = client-login

[JBoss-user] JAAS Deployment Problem

2003-06-19 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi, (B (B (B (BIn my (Bapplication, I have a bean B which has two methods M1 and M2, (BI also have a role R. When I deploy the app with JAAS, I expect the method M1 is (Bonly accessible from the role R, and the method M2 is for every body (means (Bthat the

[JBoss-user] Method permission

2003-06-05 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi all, (B (B (B (BPlease tell me (Bhow to deploy a bean with two methods, one allows only administrator to access (Bit, and one allows all users (including unauthenticated users - the users that don$B!G(Jt (Blogin yet) (B (BThank you (B (B (B (BQuan

[JBoss-user] JAAS problem

2003-06-04 Thread Pham Thanh Quan
(B (B (B (B (B (B (B (BHi, (B (B (B (BI got following (Bexception when I called a method of bean without authentication: (B (B (B (Bjava.rmi.ServerException: RemoteException occurred in server thread; nested exception (Bis: (B (B java.rmi.ServerException: EJBException:;