You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Abhishek Agrawal <aa...@vt.edu> on 2002/06/07 23:30:18 UTC

cant evaluate the static intializer

Am sorry for posting this message again, but no one replied to it. 

I am having a problem evaluating following static functions in the constructor 
of my web service. 
MessageContext.getCurrentContext()

I tried the althernate static function 
AxisEngine.getCurrentMessageContext()

This also does not work. At both the places i get the following exception. 
java.lang.ExceptionInInitializerError 

Does any one have any clue ? Is it a bug in the axis?

Abhishek