-
Sep 10th, 2008, 02:33 AM
#1
Spring WS Transport conflicting export
Hi, I am trying to use Spring Web Services with the Application Platform. I get the following error when trying start my application
exports of package 'org.springframework.ws.transport.http' from sources "Import-Library 'org.springframework.spring' version '2.5.5.A'(null), Import-Library 'org.aspectj' version '1.6.1'(null), Import-Library 'org.hibernate.ejb' version '3.3.2.GA'(null), Import-Bundle 'org.springframework.ws.transport' version '1.5.4.A', Import-Bundle 'org.springframework.ws' version '1.5.4.A'".
I have looked at the manifests and both 'org.springframework.ws.transport" and "'org.springframework.ws" export the package "org.springframework.ws.transport.http". As a work around I have made org.springframework.ws.transport a fragment-host of org.springframework.ws but I'm not sure if this is the best solution?
-
Sep 10th, 2008, 04:30 AM
#2
Spring WS Transport conflicting export
Hi,
This is a known problem with the Spring Web Services bundles: https://issuetracker.springsource.com/browse/BRITS-136. Your current approach of using a fragment is the recommended workaround until this has been fixed 'officially'.
Regards,
Andy
-
Sep 10th, 2008, 07:59 PM
#3
Spring WS Transport conflicting export
Thanks Andy, I'll keep an eye on the issue.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules