[ http://issues.apache.org/jira/browse/AXIS2-940?page=comments#action_12425197 ] Davanum Srinivas commented on AXIS2-940: ----------------------------------------
Hi Dims; When you deploy a service , deploymentEngine does not have access to configuration context (it has only access to AxisConfiguration). Any way we have a work around for the services at the system startup time , but if some one drop a service at the runtime (service hot deployment) , then we can not call that method since there is no way to get access to configuration context from AxisConfiguratation. So is that ok if we give this feature only for service which are in the repository when system startup ? Thanks Deepal > 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]
