[ http://issues.apache.org/jira/browse/AXIS2-1033?page=all ]

Deepal Jayasinghe resolved AXIS2-1033.
--------------------------------------

    Resolution: Fixed

- need to add following parameter into services.xml
 <parameter name="load-on-startup" locked="false">true</parameter>
- and then need to add the following method into service impl class

public void startUp(ConfigurationContext configCytx) {
        
    }

> Load Web Service on Startup
> ---------------------------
>
>                 Key: AXIS2-1033
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1033
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Wish
>          Components: core
>         Environment: java 5 , linux
>            Reporter: robert lazarski
>         Assigned To: Deepal Jayasinghe
>            Priority: Blocker
>             Fix For: 1.0
>
>
> This issue references this discussion on the dev list: 
> http://marc.theaimsgroup.com/?l=axis-dev&m=115460637707044&w=2
> I believe this was started but I was unsuccessful testing it. As I understand 
> the discussion, there should be a way for Service.init() to be called on 
> server startup , much in the way a servlet utilizes 'load on startup' . I 
> understood that application scope was the way to trigger this feature , but 
> for me that isn't a requirement though it could be a means to an end. 
> Once I have this feature working I'd be happy to document it. 

-- 
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