Need help with creating inital JAX-WS project
Asked Answered
C

4

10

I'm stepping through this tutorial: http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html

I'm trying to select the axis2 Web Service facet (step 6) but I'm getting this error message in eclipse: "Axis2 Web Services Core 1.1 requires Dynamic Web Module with version matching expression "2.2,2.3,2.4,2.5"

screenshot

Update: I had downloaded and installed axis2 1.5.4 and then in eclipse I went into "windows->preferences->web services->axis2 preferences". Under the "axis2 runtime" tab I specified the axis2 location. The message "Axis2 runtime loaded successfully" appeared.

sreenshot2

I don't know why it says "Axis2 Web Services Core 1.1". Does eclipse wtp come bundled with axis2 1.1 or is there a separate version # for the axis core from the overall axis version #?

Chaunce answered 13/5, 2011 at 5:45 Comment(2)
Did you try changing the version of Dynamic web module from 3.0 to 2.5?Einkorn
Do you know why it says axis core version 1.1 when I installed axis version 1.5.4?Chaunce
C
4

@Yasin - you were right, it was merely a mater of changing the Dynamic web module to a previous version. I wasn't aware that the earlier versions had also been installed.

I'd give you credit for the answer, but since you just left a comment I just up-voted your comment.

Chaunce answered 19/5, 2011 at 19:0 Comment(1)
I am locked into "Dynamic Web Module 3.0" so there is no way of downgrading and I can not select the Axis2 facet because of this error. Is there any way to upgrade the Axis2 Web Services Core 1.1 to something higher that accepts Dyn Web Mod 3.0?Reactance
A
9

Change the Dynamic web module version to lower.

I used java 1.5 and Dynamic web module version-3.0 So its raised an error. Then I changed the version 2.5. Now its not showing any error

Anthropophagite answered 7/11, 2012 at 9:43 Comment(0)
C
4

@Yasin - you were right, it was merely a mater of changing the Dynamic web module to a previous version. I wasn't aware that the earlier versions had also been installed.

I'd give you credit for the answer, but since you just left a comment I just up-voted your comment.

Chaunce answered 19/5, 2011 at 19:0 Comment(1)
I am locked into "Dynamic Web Module 3.0" so there is no way of downgrading and I can not select the Axis2 facet because of this error. Is there any way to upgrade the Axis2 Web Services Core 1.1 to something higher that accepts Dyn Web Mod 3.0?Reactance
A
1

when I switched it to a lower version. It says

cannot change version of project facet Dynamic Web Module to 2.5

enter image description here

Aver answered 13/7, 2017 at 6:27 Comment(0)
A
0

Actually you should select project web module version to 2.5 or lower during the initial creation of the project. If you do it later, it won't accept it and cause an error.

Aver answered 25/7, 2017 at 10:7 Comment(1)
Actually you can change the project web module version when you need to as long as it matches the other requirementsMagna

© 2022 - 2024 — McMap. All rights reserved.