Thursday, November 1, 2012

Re: GWT R PC ON SERVER START JAVA THREADS

    Thank you;
 
      ThreadManager.createBackgroundThread(new tempThread());   worked just fine, ( from your link )
      ________________________________________________________________________________
 
 
        Again I am getting the same message from my Axis2 code  ( called inside my threads) ;
 
 
          CODE:
SoapContex.outMsgCtx.setEnvelope(SoapContex.envelope);  
SoapContex.opClient.addMessageContext(SoapContex.outMsgCtx);
SoapContex.opClient.execute(true);   ---  after execution i am getting the following exception

         Exception:
                          java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)

         i need to use my axis2 implemented code in my project what should i do?
 
 
 
 
 

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/0FQ7MEGbQDMJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment