Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Alp Yilancioglu
this subject is really important for me; -- 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/-/vRe1GvuKrgcJ. To post to this group, send email to

Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Jens
If Axis spawns threads internally you can't use it on AppEngine unless you modify Axis to use AppEngines ThreadManager. http://code.google.com/p/googleappengine/wiki/WillItPlayInJava states: *JAX-WS is supported for web service clients but not for servers. To write a SOAP server on App Engine

Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Alp Yilancioglu
Thank you for your answers; i am only allowed to use javax.xml.soap and JAXB by GAE .. uff -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit

Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Alp Yilancioglu
I am really confused , i used javax.xml.soap; getting the same exception; java.security.AccessControlException: access denied (java.lang .RuntimePermission modifyThreadGroup); -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Alp Yilancioglu
if i remove the App Engine i can use axis or other ways the thing is i dont want to disable it, but i am not event using it, restrictions are for some purposes i think what do you suggest? (JENS) -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Jens
If you dont plan to deploy your app to AppEngine then remove AppEngine from your project. If you want to use AppEngine then you should read AppEngine documentation and ask for help on the AppEngine group. I haven't used AppEngine so far, so I can't help you any more. Also

Re: GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-02 Thread Alp Yilancioglu
Thank you for your answers. Take care; -- 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/-/MO4MKXsO0UwJ. To post to this group, send email to

GWT server Side - Axis2 SOAP - get xml from External Server , [ access denied (java.lang.RuntimePermission modifyThreadGroup) ]

2012-11-01 Thread Alp Yilancioglu
Hi, i have a problem, on Client side i make an RPC call to the server and at server side , in the called function on server side; i am using axis2 to make a soap connection to get data, i am getting the following Exception: java.security.AccessControlException: