quickstartjibx sample's update() method doesn't work -- HashMap should be 
static?
---------------------------------------------------------------------------------

                 Key: AXIS2-3526
                 URL: https://issues.apache.org/jira/browse/AXIS2-3526
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples
    Affects Versions: 1.3
         Environment: All (I'm using Windows XP, TomCat, Java 1.5)
            Reporter: Tom Chappell
            Priority: Minor


The quickstartjibx sample's update() method does not cause a stock's price to 
be updated (subsequent getPrice() calls continue to return 42), presumably 
because the HashMap is not static, and each invocation is happening on a new 
instance of the server-side class.  Making the HashMap private, as it is in 
some of the other samples, corrects the problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to