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 100879 - JAXB Wizard: Support JDK 1.6
Summary: JAXB Wizard: Support JDK 1.6
Status: RESOLVED FIXED
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: 100660
  Show dependency tree
 
Reported: 2007-04-13 01:20 UTC by _ gmpatil
Modified: 2007-06-14 03:02 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ gmpatil 2007-04-13 01:20:32 UTC
JAXB Wizard: Support JDK 1.6
Comment 1 _ gmpatil 2007-04-18 20:13:06 UTC
XJC in JAXB library packaged with NB 6 EP works with JDK 1.6
Comment 2 _ gmpatil 2007-05-09 19:04:55 UTC
Re-opening, codegen (XJC task) is fine,  but runtime has issue with JDK 1.6.
Comment 3 _ gmpatil 2007-05-17 20:00:27 UTC
Added endorsed mechanism.

Still has issue when IDE uses JDK 1.6 and Java SE Project target is JDK 1.5 due
to JDK 1.6 issue.

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6553734
Comment 4 Lukas Jungmann 2007-05-17 21:43:03 UTC
An issue with cross-compilation (1.6 => 1.5 way) should be filed separately and
resolved as wontfix (usual way to deal with issues in JDK, see eg. issue 82142).

It would be maybe worth to mention it also in our release notes - suggested
workaround would be to use external JDK 5 for project (can be set in project
properties -> libraries -> java platform) if the IDE runs on JDK 6.
Comment 5 _ gmpatil 2007-06-14 03:02:12 UTC
Fixed for Java SE project.
Cross compilation issue is out of scope for NB tooling.