[jira] [Updated] (SLING-2103) Felix OSGI System Bundle is not providing WS Addressing

2011-11-12 Thread Felix Meschberger (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated SLING-2103:
-

Fix Version/s: Framework Extension Fragment WS 1.0.0

> Felix OSGI System Bundle is not providing WS Addressing
> ---
>
> Key: SLING-2103
> URL: https://issues.apache.org/jira/browse/SLING-2103
> Project: Sling
>  Issue Type: Bug
>  Components: Extensions
> Environment: JDK 1.6
>Reporter: Stefan Seifert
>Assignee: Felix Meschberger
> Fix For: Framework Extension Fragment WS 1.0.0
>
> Attachments: 110615_SLING-2103_patch.patch, 
> 110816_SLING-2103_patch.patch
>
>
> this is a follow-up of FELIX-2073.
> the system bundle in felix does not export the package 
> javax.xml.ws.wsaddressing, which is part of JDK 1.6.
> it has to be added to jre-1.6.properties as well (see attached patch).
> p.s. this was already discussed on the sling mailing list 
> http://www.mail-archive.com/dev@sling.apache.org/msg03813.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (SLING-2103) Felix OSGI System Bundle is not providing WS Addressing

2011-11-12 Thread Felix Meschberger (Updated) (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Felix Meschberger updated SLING-2103:
-

  Component/s: (was: Launchpad)
   Extensions
Affects Version/s: (was: Launchpad Base 2.3.0)
   (was: 3)
Fix Version/s: (was: Launchpad Base 2.4.0)
 Assignee: Felix Meschberger

Creating a WS system bundle fragment

> Felix OSGI System Bundle is not providing WS Addressing
> ---
>
> Key: SLING-2103
> URL: https://issues.apache.org/jira/browse/SLING-2103
> Project: Sling
>  Issue Type: Bug
>  Components: Extensions
> Environment: JDK 1.6
>Reporter: Stefan Seifert
>Assignee: Felix Meschberger
> Attachments: 110615_SLING-2103_patch.patch, 
> 110816_SLING-2103_patch.patch
>
>
> this is a follow-up of FELIX-2073.
> the system bundle in felix does not export the package 
> javax.xml.ws.wsaddressing, which is part of JDK 1.6.
> it has to be added to jre-1.6.properties as well (see attached patch).
> p.s. this was already discussed on the sling mailing list 
> http://www.mail-archive.com/dev@sling.apache.org/msg03813.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (SLING-2103) Felix OSGI System Bundle is not providing WS Addressing

2011-08-16 Thread Stefan Seifert (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Seifert updated SLING-2103:
--

Attachment: 110816_SLING-2103_patch.patch

attached is a first draft of such an bundle which can be installed additionally 
to support all XML apis of JRE 1.6:
110816_SLING-2103_patch.patch

but i'm not totally happy with this solution.
for all other apis shipped with the JRE there is an auto-detection for JRE 1.5 
vs. JRE 1.6, depending on the VM sling is running in.

now this does no longer apply to the XML APIs, the sling application developer 
has to install the additional "XML APIs for JRE 1.6" bundle manually.

do you see any chance to apply such an auto-detection for this framework 
extension bundles as well within the original "framework-extension-xml" bundle?

> Felix OSGI System Bundle is not providing WS Addressing
> ---
>
> Key: SLING-2103
> URL: https://issues.apache.org/jira/browse/SLING-2103
> Project: Sling
>  Issue Type: Bug
>  Components: Launchpad
>Affects Versions: Launchpad Base 2.3.0, 3
> Environment: JDK 1.6
>Reporter: Stefan Seifert
> Fix For: Launchpad Base 2.3.2
>
> Attachments: 110615_SLING-2103_patch.patch, 
> 110816_SLING-2103_patch.patch
>
>
> this is a follow-up of FELIX-2073.
> the system bundle in felix does not export the package 
> javax.xml.ws.wsaddressing, which is part of JDK 1.6.
> it has to be added to jre-1.6.properties as well (see attached patch).
> p.s. this was already discussed on the sling mailing list 
> http://www.mail-archive.com/dev@sling.apache.org/msg03813.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (SLING-2103) Felix OSGI System Bundle is not providing WS Addressing

2011-06-15 Thread Stefan Seifert (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Seifert updated SLING-2103:
--

Attachment: 110615_SLING-2103_patch.patch

> Felix OSGI System Bundle is not providing WS Addressing
> ---
>
> Key: SLING-2103
> URL: https://issues.apache.org/jira/browse/SLING-2103
> Project: Sling
>  Issue Type: Bug
>  Components: Launchpad
>Affects Versions: Launchpad Base 2.3.0, 3
> Environment: JDK 1.6
>Reporter: Stefan Seifert
> Fix For: Launchpad Base 2.3.2
>
> Attachments: 110615_SLING-2103_patch.patch
>
>
> this is a follow-up of FELIX-2073.
> the system bundle in felix does not export the package 
> javax.xml.ws.wsaddressing, which is part of JDK 1.6.
> it has to be added to jre-1.6.properties as well (see attached patch).
> p.s. this was already discussed on the sling mailing list 
> http://www.mail-archive.com/dev@sling.apache.org/msg03813.html

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira