Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 261139 - Update Java EE plugins to use WSDL4J 1.5.1
Summary: Update Java EE plugins to use WSDL4J 1.5.1
Status: RESOLVED FIXED
Alias: None
Product: WTP Java EE Tools
Classification: WebTools
Component: jst.j2ee (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M5   Edit
Assignee: Carl Anderson CLA
QA Contact: Chuck Bridgham CLA
URL:
Whiteboard:
Keywords:
Depends on: 197197
Blocks:
  Show dependency tree
 
Reported: 2009-01-14 21:57 EST by Carl Anderson CLA
Modified: 2009-01-22 00:41 EST (History)
0 users

See Also:


Attachments
Synch the plugin version ids with WSDL (2.03 KB, patch)
2009-01-21 20:40 EST, Carl Anderson CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carl Anderson CLA 2009-01-14 21:57:04 EST
The Java EE plugin dependencies need to be updated to handle the
org.eclipse.wst.wsdl upgrade to wsdl4j 1.5.1.


As Amy Wu posted on wtp-dev:

As part of our effort to fix the following planned item in WTP 3.1 M5: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=197197 - Investigate upgrading to
wsdl4j 1.5.1 

The minor version number of org.eclipse.wst.wsdl will be increased from 1.1.301
to 1.2.0.  In conjunction, the plugin will change from depending on javax.wsdl
version 1.4.1 to 1.5.1. 
What this means is all adopters that depend on org.eclipse.wst.wsdl will need
to update their plugin dependencies to reflect these 2 changes. 

In most cases, these will be the changes you need to make to your manifest.mf
file: 
from 
 org.eclipse.wst.wsdl;bundle-version="[1.1.0,1.2.0)" 
to 
 org.eclipse.wst.wsdl;bundle-version="[1.2.0,1.3.0)" 

from 
 javax.wsdl;bundle-version="[1.4.0,1.5.0)" 
to 
 javax.wsdl;bundle-version="[1.5.0,1.6.0)"
Comment 1 Carl Anderson CLA 2009-01-14 21:59:33 EST
As per my note on [wtp-dev], I am going to bump the upper ranges on our plugins now, and then bump the lower versions once bug 197197 is committed/released.

Our two plugins are: 
org.eclipse.jst.j2ee.webservice
org.eclipse.jst.j2ee.webservice.ui
Comment 2 Carl Anderson CLA 2009-01-21 20:40:33 EST
Created attachment 123318 [details]
Synch the plugin version ids with WSDL

Due to comments on the wtp-dev mailing list, I am using the more restrictive versions to ensure that everything loads properly.
Comment 3 Carl Anderson CLA 2009-01-22 00:41:30 EST
Released to HEAD for WTP 3.1