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 134159 - Packages from other projects JAXB visually not detected
Summary: Packages from other projects JAXB visually not detected
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-04-29 13:17 UTC by aperezymadrid
Modified: 2008-11-11 22:23 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:23 UTC, rpoon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aperezymadrid 2008-04-29 13:17:23 UTC
If you have a JAXB binding in project A, using package jaxba.f1

and use jaxba.f1 objects in project B by importing project A, or directly project A jar file, the visual editor marks
all lines referencing jaxba.f1 in red as missing package. That package cannot be imported because the editor does not
recognize it. 

Nevertheless, the build is successful.
Comment 1 Lukas Hasik 2008-04-29 13:38:31 UTC
reassigning for evaluation
Comment 2 _ gmpatil 2008-04-29 23:56:27 UTC
Duplicate of #114164

*** This issue has been marked as a duplicate of 114164 ***
Comment 3 rpoon 2008-11-11 22:23:12 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 4 rpoon 2008-11-11 22:23:44 UTC
Created attachment 73644 [details]
Project used to verify