Hi all i try to use crowd as user authentication mechanism for app engine java applications.
I have setup a Crowd instance and modify default GWT project (created by eclipe) to send username and password to this instance. To do that i use java libraries provided from Atlassian for Crowd. Those libraries do nothing more to handle SOAP request to (and from) crowd instance. Under eclipse everything works fine. I can successfully authorize the user and get users principal from Crowd. When i publish this GWT application to appengine, soap request to crowd instance is blocked. The error message is Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: access denied (java.lang.RuntimePermission modifyThreadGroup) Is something extra i have to configure to make this work? Let me notice that under eclipse everything works like a harm. Any idea? thank you in advance Stavros --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en -~----------~----~----~----~------~----~------~--~---
