Re: Geronimo EJB security

2009-06-10 Thread Ivan
I am not sure if I express myself clearly in the last email. For example, in the ejb-jar.xml file, no method permission is defined, only some run as configuration, and in the geronimo's plan, a securiy configuration is defined. Before the changes I did, the builder checks whether there are method

Re: Geronimo EJB security

2009-06-10 Thread David Jencks
Hi Ivan, On Jun 9, 2009, at 6:55 PM, Ivan wrote: Thanks, David, I have changed some codes about EJB security, for it made some cases failed. Currently, I use whether securiy segment exists in the deployment plan to decide that , JACC Manager is or not need to be created. I think that's wh

Re: Geronimo EJB security

2009-06-09 Thread Ivan
Thanks, David, I have changed some codes about EJB security, for it made some cases failed. Currently, I use whether securiy segment exists in the deployment plan to decide that , JACC Manager is or not need to be created. Ivan 2009/6/10 David Blevins > > On Jun 2, 2009, at 11:08 PM, Ivan wrote:

Re: Geronimo EJB security

2009-06-09 Thread David Blevins
On Jun 2, 2009, at 11:08 PM, Ivan wrote: 1. If there is no method-permission for an EJB in the ejb- jar.xml, shall we still need a JACC Manager, which in it, we grant the all access permissions ? 2. When we will say that the EJBDeploymentGBean of an EJB is not security-enabled. In the

Geronimo EJB security

2009-06-02 Thread Ivan
Hi, I have some question about the EJB security, please help to give some comments, thanks ! 1. If there is no method-permission for an EJB in the ejb-jar.xml, shall we still need a JACC Manager, which in it, we grant the all access permissions ? 2. When we will say that the EJBDeploymentGBea