[
https://issues.apache.org/jira/browse/DOSGI-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12928146#action_12928146
]
Zhou commented on DOSGI-69:
---------------------------
It sounds to me that the use of classloader in OsgiUtils.readIntentMap() is
suspicious.
I made a intent map object static, which is created just once when cxf-dsw
loads, instead of loading it whenever requested. and I commented out the
setting of classloader for current thread. this works well for me.
> CXF-DOSGi requires internet access when reading XML
> ---------------------------------------------------
>
> Key: DOSGI-69
> URL: https://issues.apache.org/jira/browse/DOSGI-69
> Project: CXF Distributed OSGi
> Issue Type: Bug
> Components: DSW
> Affects Versions: 1.1
> Reporter: David Bosschaert
> Assignee: David Bosschaert
> Attachments: dosgi69.patch
>
>
> When the DOSGi system parses XML (such as an intent map or
> remote-services.xml file) it tries to resolve the used XML schema's from the
> internet, even though they are part of the distribution. This shouldn't be
> happening.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.