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 104977 - Bind To Data -> Bind to an Object tab : Does not show a boolean field I added to an object until I restart IDE
Summary: Bind To Data -> Bind to an Object tab : Does not show a boolean field I added...
Status: RESOLVED DUPLICATE of bug 130231
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Winston Prakash
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-28 18:59 UTC by rdelaplante
Modified: 2008-03-21 16:03 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 rdelaplante 2007-05-28 18:59:19 UTC
I have a VWP project an an EJB Module project in an EAR.  The VWP project uses
EJB session beans (local) and works great.  I just added a new boolean field to
a model object in the EJB project.  In VWP visual designer I right clicked a new
checkbox, Bind to Data, Bind to an Object tab, and drilled down to the object in
question.  The new field I want to use is not there.   I made sure to save and
compile my changes, but that still did not solve the problem.  I had to restart
the IDE, and now I can use the new field.
Comment 1 Winston Prakash 2007-09-11 22:09:25 UTC
This is a known bug. When a new class is created, VWP designtime
loads it. When a new property is added to it, the compiled class
is not reloaded (since it is already loaded). The 

The work around for now is to compile, close and open the project.
No need to shutdown the IDE.
Comment 2 Winston Prakash 2008-03-21 16:03:40 UTC
In 6.1 just compiling both the projects should be enough. But looks like due to performance fix, Classes from external
project is not correctly included in the VW project ClassLoader. This is tracked in another bug. Marking this as
duplicate of that bug.

*** This issue has been marked as a duplicate of 130231 ***