NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
carljmosca Posted via mailing list.
|
Posted: Wed Feb 03, 2010 1:22 pm Post subject: NB 6.8 JAX-WS version - maven |
|
|
I have a maven project which uses JAX-WS. I would like to use the same
version of JAX-WS which is delivered with NB 6.8. Can anyone tell me
if these libraries are available in a maven repository?
TIA,
Carl |
|
| Back to top |
|
 |
mkuchtiak Posted via mailing list.
|
Posted: Wed Feb 03, 2010 2:34 pm Post subject: NB 6.8 JAX-WS version - maven |
|
|
Netbeans 6.8 uses JAX-WS 2.2.
The Maven repository is here:
http://download.java.net/maven/2/javax/xml/ws/jaxws-api/2.2/
Milan
address-removed wrote:
| Quote: | I have a maven project which uses JAX-WS. I would like to use the same
version of JAX-WS which is delivered with NB 6.8. Can anyone tell me
if these libraries are available in a maven repository?
TIA,
Carl
|
|
|
| Back to top |
|
 |
ionuion
Joined: 03 Feb 2010 Posts: 190
|
|
| Back to top |
|
 |
carljmosca Posted via mailing list.
|
Posted: Wed Feb 03, 2010 5:30 pm Post subject: NB 6.8 JAX-WS version - maven |
|
|
Thank you...I am familiar with that repository.
Well perhaps I need a bit of help understanding where the mismatch is.
If I create a (non-maven) project in NetBeans and import a web service,
my generated code includes a comment which says it was generated by
JAX-WS Ri 2.2-hudson-752-
The generated code contains three calls to the Service constructor
which have three parameters and compiles OK.
With my maven projects I am using maven 2.2 (from the repository noted
above), the same three calls to the constructor (with three parameters)
will not compile (cannot find symbol).
Thoughts? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|