NPE when initializing WSAConstants using Sun JVM
------------------------------------------------

                 Key: MUSE-76
                 URL: http://issues.apache.org/jira/browse/MUSE-76
             Project: Muse
          Issue Type: Bug
          Components: WS-Addressing and SOAP
    Affects Versions: 2.0.0 M2
         Environment: Sun VM (I'm guessing)
            Reporter: Joel Hawkins
         Assigned To: Dan Jemiolo
         Attachments: WsaConstants.java

Problem when initializing WSA Constants due to order of dependencies. 
Apparently the Sun VM initializes static fields in the order they occur within 
the class, while the VM this was developed under does a dependency analysis.  
Result is a null pointer exception when initializing the ANONYMOUS_EPR 
constant. 

Fix was to move initialization of the EPR to the bottom of the class.

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