[ 
http://issues.apache.org/jira/browse/AXIS2-940?page=comments#action_12425196 ] 
            
Davanum Srinivas commented on AXIS2-940:
----------------------------------------

Deepal,

I'd say it should be the following because there is no ServiceContext
or MessageContext setup at startup time.

init(ConfigurationContext)

This is similar to servlets if you specify load-on-startup then
"init(ServletConfig config)" is called.

This would be a one time call only irrespective of scope. What do you think?

-- dims

> Ability to load/init services during container startup
> ------------------------------------------------------
>
>                 Key: AXIS2-940
>                 URL: http://issues.apache.org/jira/browse/AXIS2-940
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: deployment
>    Affects Versions: 1.0
>         Environment: n/a
>            Reporter: Tony Dean
>
> I think users will want an option (load-on-startup=on|off) to either load 
> scope="application" services on container startup or upon the first request.  
> I personally would want my service loaded and ready to go before the first 
> request is issued.  Users will certainly be willing to take the hit waiting 
> for the container to initialize rather than during a real-time request.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to