Issue Type: Bug Bug
Affects Versions: 0.2.1
Assignee: Unassigned
Components: Amdatu Web
Created: 06/Apr/12 4:45 PM
Description:

The dispatcher initializes the servlets in a separate thread (see FilterHandlerRegistry line 84). In my case I register some Shindig servlets. Before the servlets are initialized, I must set the context classloader to the bundle classloader to prevent the Shindig servlet trying to load classes from the wrong (system) classloader in its init() method. However, since the dispatcher runs the init() in a separate thread, the context classloader is reset to the system classloader. This causes the OpenSocial integration tests to fail on a ClassCastException, but I did see this error appear also in the runtime.

Project: Amdatu
Priority: Major Major
Reporter: Ivo Ladage - van Doorn
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to