Shout Graphics -- Design wrote:
>
> In looking at JonasSecurityServiceImpl, I see that it has a method called
> start(), and it appears that is where everything gets done. What I cannot
> figure out is how that method gets called, and where it gets called. How
> does the security service get started?
>
> In SecurityServiceImpl, all I can see is that it calls the constructor:
> (SecurityService)Class.forName(secclass).newInstance();
>
> so how would my security service get started? Where does "start()" get
> called?
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com
>
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
THis code has been changed in the current version of JOnAS, I mean
the version in the CVS source tree (not yet available as official binary version)
Now we have implemented all the services using a standard way: A service
engine run all declared services (in jonas.properties) and the security
service is one of them.
You can get this new version with a CVS update as source code only.
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".