Context initialization fails when using Tobago within an OSGi environment
-------------------------------------------------------------------------
Key: TOBAGO-684
URL: https://issues.apache.org/jira/browse/TOBAGO-684
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 1.0.17
Environment: Windows XP / Tomcat 5.5.26 / JDK 1.5 / Eclipse Equinox
3.3.2
Reporter: Hendrik Kammeyer
When using Tobago within an OSGi environment, building the theme resource map
on context initialization fails. The source in ResourceManager.java assumes
URLs returned by the TCCL to be of type 'file:' or 'jar:', while they are
actually 'bundleresource:' URLs. This leads to an IllegalArgumentException in
the following "new File(url)" call.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.