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 135224 - JAXB wizard not accessible from Netbeans Module project
Summary: JAXB wizard not accessible from Netbeans Module project
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-16 16:19 UTC by zeljkot
Modified: 2008-05-19 20:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zeljkot 2008-05-16 16:19:44 UTC
Netbeans Module project has very limited set of wizards compared to regular Java projects. One of the missing ones is JAXB.
Comment 1 Jesse Glick 2008-05-16 20:20:57 UTC
There is no support for JAXB in NBM projects. If you want to use it, you would need to edit the project's build.xml
yourself to handle the additional build steps, and add the generated classes to cp.extra.
Comment 2 zeljkot 2008-05-19 08:58:20 UTC
It is very inconvient having so many wizards not enabled for NBMs. Some issues are reported for other stuff like JPA,
too. It doesn't look like a big deal to enable this; is it explained somewhere why is it disabled?
Comment 3 Milos Kleint 2008-05-19 11:01:44 UTC
#124631 is probably related, jaxb doesn't work in maven projects either. IMHO something to fix on the jaxb support side
primarily.
Comment 4 zeljkot 2008-05-19 11:49:18 UTC
If this is a problem on JAXB side, then issue should be left open and assigned to JAXB team. Can you do that please?
Comment 5 Jesse Glick 2008-05-19 20:55:39 UTC
I cannot speak for Maven projects, but in the case of NBM projects, JAXB is not supported since it involves special
modifications to the build process (source generation) which there are no plans to support in the NB module build harness.