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

Summary: potential name clash between persistence service and jaxws client call
Product: webservices Reporter: Peter Liu <petertliu>
Component: RESTAssignee: Peter Liu <petertliu>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.