History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: PMT-91
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jens Halm
Reporter: Jens Halm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Pimento - Cinnamon

XML Schema Loading will not work if the contextClassLoader for the current thread is not correctly set

Created: 13/Mar/08 10:49 PM   Updated: 29/Jan/09 11:15 PM
Component/s: Cinnamon Configuration
Affects Version/s: 0.1.0
Fix Version/s: 0.2.0


 Description  « Hide
This happens for example when the configuration mechanism runs inside an Ant task. Ant does not set the context ClassLoader to the ClassLoader that loads the classes for the running task.

 All   Comments   Change History      Sort Order:
Jens Halm - 13/Mar/08 11:01 PM
Now we are using the XmlConfigurationParser class itself to load the XML Schema instead of the context ClassLoader of the current thread.