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 133252 - potential name clash between persistence service and jaxws client call
Summary: potential name clash between persistence service and jaxws client call
Status: RESOLVED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-19 02:03 UTC by Peter Liu
Modified: 2008-06-04 08:58 UTC (History)
0 users

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 Peter Liu 2008-04-19 02:03:24 UTC
Currently, in the generated resource classes from entities, we use the local variable service for PersistenceService.
However, this can clash with a generated web service call such as calling a StrikeIron service.  We need to change the
variable name to something like persisteceSvc.
Comment 1 Peter Liu 2008-04-19 02:16:46 UTC
Fix checked into trunk:

http://hg.netbeans.org/main/rev/c889aaacc168

Comment 2 rbalada 2008-04-28 16:32:03 UTC
Fix for this issue has been back-ported into release61_fixes repository as part of a fix for issue 133941. If everything
goes smoothly, it should appear in NB 6.1 Patch 1 release.
Comment 3 rbalada 2008-04-28 16:33:48 UTC
Forgot to mention link to changesets.

http://hg.netbeans.org/release61_fixes/rev/6fba0a7b2086
Comment 4 Peter Liu 2008-05-27 23:36:30 UTC
Issues already fixed in the trunk.