This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 119363 - Not resolved jax-ws 2.0 library problem when import from 5.5.1
Summary: Not resolved jax-ws 2.0 library problem when import from 5.5.1
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-WS (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on: 133451
Blocks:
  Show dependency tree
 
Reported: 2007-10-18 14:49 UTC by Jaroslav Pospisil
Modified: 2009-12-21 06:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2007-10-18 14:49:13 UTC
Build 200710172300,JDK1.6.0_03,Vista

Open Tomcat or any other web service project from NB5.5.1, which uses originally JAX-WS2.0 library and open it in Beta2.
You'll get Library missing message and you have to remove JAX-WS2.0 and add JAX-WS2.1 library manually.
This should be automatic.
Comment 1 bhate 2007-10-19 00:03:20 UTC
This is applicable to tomcat and jaxws webservice. In 551 the jaxws library was called jaxws20. The name is changed to
jaxws21 in 6.0. The project.properties has a reference to the old library that is jaxws20 and hence the reference is not
resolved. Now we must do it automatically. I think its risky for beta2 and also the case is applicable to servers whr we
need to bundle jaxws libs. will downgrade to P3.
raise back to P2 if must fix for beta2.
Comment 2 bhate 2008-03-21 00:43:33 UTC
It is going to be a hard problem to fix.
Workaround is to manually update project.xml (change libs.jaxws20.classpath to libs.jaxws21.classpath)
Comment 3 Lukas Jungmann 2008-04-14 17:14:19 UTC
moving opened issues where TM != dev to TM=TBD
Comment 4 Milan Kuchtiak 2008-12-01 15:31:27 UTC
Project indicates that JAX-WS 2.0 library is missing. Right, the user can easily remove missing reference and add
correct one.
Situation is more tough if shareable approach is taken: the old library is still there.
Anyway, we shouldn't probably do that automatically, but ask user for approval to update library.

We need to solve the "Upgrade Library" problem in a complex way.
See the issue 133451. We need to wait to see how this task is implemented.
Comment 5 Quality Engineering 2009-12-21 06:27:17 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team