I've never used Quartz, but it seems that your exception is not related to GWT. Isn't Quartz used on the server-side? So why is this error coming to the client-side? If you're using it in a service, try to handle the error before it comes to the client. The same error occurs when you use Quartz from another place, i.e., from another app that does not use GWT?
Alisson Prestes www.google.com/profiles/javalisson On Wed, Sep 21, 2011 at 9:16 AM, andre_guitar7 <[email protected]> wrote: > I'm trying to work GWT with Quartz, but gives an error: > > "Caused by: java.security.AccessControlException: access denied > (java.lang.RuntimePermission modifyThreadGroup)" > > What can this be? > > ---------------------------------------------- > > Pessoal, estou tentando fazer o Quartz funcionar com GWT, mas ao > executar aparece o erro: > > "Caused by: java.security.AccessControlException: access denied > (java.lang.RuntimePermission modifyThreadGroup)" > > Que pode ser isso? > > Obrigado! > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" 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-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
