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

Davanum Srinivas updated AXIS2-994:
-----------------------------------

    Priority: Blocker  (was: Major)

> web service stub generator populateAxisService() and populateFaults() should 
> not be called from constructor
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-994
>                 URL: http://issues.apache.org/jira/browse/AXIS2-994
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: Tools
>    Affects Versions: 1.0
>            Reporter: jeff ling
>            Priority: Blocker
>
> These two methods initialize static variables. in a multi-threaded 
> environment, one thread is using the variables while another is in 
> constructor that cleared them out. My fix is to have a "static" block for the 
> class and call them from there. 

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