You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Michele Mazzucco (JIRA)" <ji...@apache.org> on 2006/09/20 18:33:24 UTC

[jira] Commented: (AXIS2-1200) org.apache.axis2.engine.Service interface broken

    [ http://issues.apache.org/jira/browse/AXIS2-1200?page=comments#action_12436272 ] 
            
Michele Mazzucco commented on AXIS2-1200:
-----------------------------------------

Some more details: the init() method is called after creating the service instance (does it make any sense??), while the destroy() method works properly.

> org.apache.axis2.engine.Service interface broken
> ------------------------------------------------
>
>                 Key: AXIS2-1200
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1200
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: core
>         Environment: win XP sp2, java 1.5.0_03
>            Reporter: Michele Mazzucco
>            Priority: Blocker
>         Attachments: MyService.java, services.xml
>
>
> I'm facing against serious problems with the eager service initialization features provided by the Service interface (the service is deployed in application scope everything is correct in services.xml). I'm using the latest nightly build.
> 1 - the 'init' method is called *only* if there's a static initialization elsewhere (i.e. a static block) -- so I guess the init() method is called *only* when the first request comes, and not at system startup as described into the documentation (and a service instance is created)
> 2 - the startUp() method is *never* called, even if the <parameter name="load-on-startup" locked="false">true</parameter>
> parameter is set into services.xml.
> Furthermore, if you set this argument, *2* service instances are created at system startup!. Again, if a static block is not present, nothing
> happens.

-- 
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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org