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 - Insertion of component into Maven project fails sometimes
Summary: Insertion of component into Maven project fails sometimes
Status: NEW
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P4 normal with 1 vote (vote)
Assignee: issues@guibuilder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-21 10:42 UTC by Jan Stola
Modified: 2010-05-24 09:30 UTC (History)
1 user (show)

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 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.