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 130389 - jaxb binding not seen in master projects editor
Summary: jaxb binding not seen in master projects editor
Status: VERIFIED DUPLICATE of bug 114164
Alias: None
Product: xml
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-03-18 12:41 UTC by pepeio
Modified: 2008-11-11 22:20 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:20 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pepeio 2008-03-18 12:41:27 UTC
regression:
java application project depending on java library project having jaxb generated classes compile, but editor show class
missing error.

Step to reproduce under 6.1b:
- create a java library project
- add a jaxb binding
- compile the library
- create a java app project
- add the library as a dependence of the application
- create a source file in app and try to use the generated classes: they will be shown as unknown but the project will
compile anyway

Those same projects work under 6.0.1

--
I'm not sure this is a jaxb problem, but i do not know the real culprit.
Comment 1 _ gmpatil 2008-04-29 23:58:37 UTC
Marking as duplicate of #114164

*** This issue has been marked as a duplicate of 114164 ***
Comment 2 rpoon 2008-11-11 22:16:00 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:20:09 UTC
Created attachment 73643 [details]
Project used to verify