Hi All,

I'm struggling to get Weld (v1.1.5.Final) to work with v1.6.1 of the
AppEngine and it seems to come down to an issue loading the container
definition in Weld. Weld references the Jetty container using
'org.jboss.weld.environment.jetty.Jetty6Container' by performing a
class lookup for 'org.mortbay.jetty.servlet.ServletHandler'. This is
in the AppEngine and I have been able to access it in debug, but when
the application performs look up it is prevented from seeing it by the
'com.google.appengine.tools.development.IsolatedAppClassLoader' and
therefore performing automatic injection of beans. I know previously
people have been able to get the two working, but any idea how to get
round this issue so they play nicely?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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?hl=en.

Reply via email to