mbien commented on PR #6736:
URL: https://github.com/apache/netbeans/pull/6736#issuecomment-1832828962

   I tested with a fresh user config and a plain maven project and the wizard 
seems to require the EE cluster to be enabled, otherwise pressing finish won't 
do anything. It will log this exception quietly:
   ```
   java.io.IOException: JAXB compiler is not available for this project.
        at 
org.netbeans.modules.xml.jaxb.ui.JAXBWizardIterator.instantiate(JAXBWizardIterator.java:160)
        at 
org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:602)
        at 
org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:436)
        at 
org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:223)
        at 
org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:135)
        at 
org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1605)
        at 
org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1546)
        at org.openide.WizardDescriptor.access$2300(WizardDescriptor.java:67)
   [catch] at 
org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:2233)
        at 
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1420)
        at 
org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:45)
        at org.openide.util.lookup.Lookups.executeWith(Lookups.java:287)
        at 
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2035)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to