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 186493

Summary: Insertion of component into Maven project fails sometimes
Product: guibuilder Reporter: Jan Stola <jstola>
Component: CodeAssignee: issues@guibuilder <issues>
Status: NEW ---    
Severity: normal CC: anebuzelsky
Priority: P4    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Stola 2010-05-21 10:42:52 UTC
Insertion of component (that leads to an update of the project's classpath) sometimes fails for Maven projects.

Steps to reproduce:
1. Create two Maven projects named ProjectA and ProjectB.
2. Create some bean/component in ProjectA.
3. Build ProjectA.
4. Add the bean/component from ProjectA into the Palette.
5. Create some form in ProjectB.
6. DnD the bean/component from the Palette into ProjectB.
   => ProjectB's classpath is updated correctly, but often you obtain
   a warning that the bean/component cannot be loaded

If you try to DnD bean/component from the Palette into ProjectB again then it is loaded correctly.