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 136088 - Dependency on JAXB Projects
Summary: Dependency on JAXB Projects
Status: VERIFIED DUPLICATE of bug 114164
Alias: None
Product: webservices
Classification: Unclassified
Component: JAXB (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ gmpatil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-29 14:27 UTC by bcsnick
Modified: 2008-11-11 22:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Project used to verify (39.57 KB, application/x-compressed)
2008-11-11 22:25 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bcsnick 2008-05-29 14:27:03 UTC
I have several projects that only contain generated Java Classes from JAXB (class libraries), when I add these class 
libraries as dependencies to other projects the classes cannot be found in the Java editor, however the project will 
build, so the compiler can see them. This was not an issue in NB 6.0.1 but it is an issue in 6.1. As my company depends 
heavily on JAXB and JAX-WS we cannot upgrade until this functionality is fixed.
Comment 1 _ gmpatil 2008-05-29 19:41:15 UTC

*** This issue has been marked as a duplicate of 114164 ***
Comment 2 rpoon 2008-11-11 22:24:37 UTC
Using build: \\thumper\50builds\Release6U1\installer\nightly\20081110-0623

Followed the steps described above:
1) Create a new JavaLibrary project and added JAXB binding using XSD file.
2) Compile the JavaLibrary project.
3) Create a new JavaApplication project.
4) Add the JavaLibrary project to the JavaApplication project (via properties/Libraries)
5) In the JavaApplication project, perform tasks that use the Jaxb binding.
6) Compile and run the JavaApplication project.

The described problem was not encountered.

(see attached test projects)
Comment 3 rpoon 2008-11-11 22:25:03 UTC
Created attachment 73645 [details]
Project used to verify