Hi Stavros. App Engine's production sandbox does not permit applications or
any frameworks/libraries used to spawn new processes or threads:

http://code.google.com/appengine/docs/java/runtime.html#The_Sandbox

I'm not familiar with XFireFault so I can't offer any specific tips, but
some libraries enable you to disable threading, so you may want to pose this
question in their support channels.

- Jason

On Thu, Oct 29, 2009 at 6:52 AM, skounis <[email protected]> wrote:

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

Reply via email to