Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Eclipse Web Tools Platform Project (WTP) » Migrating Axis1.x to Axis2.x for WTP
Migrating Axis1.x to Axis2.x for WTP [message #1850835] Fri, 18 March 2022 06:42 Go to next message
Pramod Mising name is currently offline Pramod Mising nameFriend
Messages: 7
Registered: July 2012
Junior Member
Hi ,

we are migrating from Axis1.x to Axis2.x, but for org.apache.wsil4j and org.apche.uddi4j there is required dependency of org.apache.axis[1.3.0, 2.0.0], how can we replace these dependency with latest axis2.x jars.

Below is the error when we do a build.

Missing Constraint: Require-Bundle: org.eclipse.wst.wsdl.ui; bundle-version="[1.2.402,2.0.0)"
Bundle org.eclipse.wst.wsdl.ui_1.3.100.v202004082216 fails to resolve
Missing Constraint: Require-Bundle: org.eclipse.wst.ws; bundle-version="[1.0.101,2.0.0)"
Bundle org.eclipse.wst.ws_1.1.600.v202007222105 fails to resolve
Missing Constraint: Require-Bundle: org.eclipse.wst.ws.parser; bundle-version="[1.0.100,2.0.0)"
Bundle org.eclipse.wst.ws.parser_1.1.0.v201910301957 fails to resolve
Missing Constraint: Require-Bundle: org.apache.wsil4j; bundle-version="[1.0.0,1.1.0)"
Bundle org.apache.wsil4j_1.0.0.v20180522-1857 fails to resolve
Missing Constraint: Require-Bundle: org.uddi4j; bundle-version="[2.0.4,3.0.0)"
Bundle org.uddi4j_2.0.5.v200805270300 fails to resolve
Missing Constraint: Require-Bundle: org.apache.axis; bundle-version="[1.3.0,2.0.0)"
Bundle org.apache.axis_1.3.0.v200608161946 fails to resolve
Missing Constraint: Require-Bundle: org.apache.ant; bundle-version="[1.6.5,1.7.0)"
Current unmatched bundles for this constraint:
org.apache.ant_1.10.9.v20201106-1946

Thanks in advance.
Re: Migrating Axis1.x to Axis2.x for WTP [message #1851213 is a reply to message #1850835] Thu, 31 March 2022 02:45 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4438
Registered: July 2009
Senior Member

Since they're third party, it would be best to create Orbit Recipes for them if newer versions are not already in Orbit. While Tycho lets
the build pull in Maven artifacts as dependencies directly, I consider that bad practice for installations like the IDE where you need
a commonly adopted version to help prevent miswiring and other problems.

Check https://git.eclipse.org/c/orbit/orbit-recipes.git/tree/README.md for how to get that started. Once the newer versions are
available as dependencies, porting work can start.


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Migrating Axis1.x to Axis2.x for WTP [message #1854982 is a reply to message #1851213] Wed, 21 September 2022 16:53 Go to previous message
Pramod Mising name is currently offline Pramod Mising nameFriend
Messages: 7
Registered: July 2012
Junior Member
Hi Nitin,

Thanks,
I can see a upgradation of log4j1.x done in https://www.eclipse.org/lists/wtp-dev/msg11127.html ,Can we have a similar approach for axis1.x to axis2.x.

Thanks,
Pramod

[Updated on: Wed, 21 September 2022 16:58]

Report message to a moderator

Previous Topic:enterprise java and web developer tools vs web developer tools
Next Topic:Showing errors on good JavaScript
Goto Forum:
  


Current Time: Sun May 05 22:28:41 GMT 2024

Powered by FUDForum. Page generated in 0.03593 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top