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

Summary: JAXB Wizard: Support JDK 1.6
Product: webservices Reporter: _ gmpatil <gmpatil>
Component: JAXBAssignee: _ gmpatil <gmpatil>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 100660    

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.