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 77474 - RuntimeException from merged provider when adding resource-ref
Summary: RuntimeException from merged provider when adding resource-ref
Status: RESOLVED DUPLICATE of bug 77473
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks: 80015
  Show dependency tree
 
Reported: 2006-06-06 23:56 UTC by _ pcw
Modified: 2006-07-11 17:56 UTC (History)
2 users (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 _ pcw 2006-06-06 23:56:32 UTC
Create app client for JavaEE5.
in Main class, invoke Use Database.

resource-ref entry (as viewed in sun-application-client.xml) will not be created.
Two runtime exceptions ("Cannot set property resourceRefName ...") will be
displayed on console and log file.
Comment 1 Lukas Jungmann 2006-06-13 10:39:49 UTC
Martine, please, look at this. Thanks.
Comment 2 Martin Krauskopf 2006-06-21 11:53:31 UTC
Very easily reproducible also for web project. Martine could you take a look at
it as an expert for those NNxxx classes ;). Thanks.
Comment 3 Martin Adamek 2006-07-11 14:29:20 UTC
Partially fixed. After wizard there are now 2 resources (one created by wizard
directly and the other one auto-discovered). After restart, everything looks good).
Comment 4 Martin Adamek 2006-07-11 15:50:18 UTC
Problem with wizard writing to model is fixed. There is one remaining problem
with multiple identical resources added to model by model builder, so this is
just duplicate of issue 77473.

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