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 146137 - Broken converter generated from entity class
Summary: Broken converter generated from entity class
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: REST (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords: TEST
Depends on:
Blocks:
 
Reported: 2008-09-04 09:44 UTC by Lukas Jungmann
Modified: 2008-09-16 14:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
generated uncompilable converter (2.40 KB, text/plain)
2008-09-04 09:47 UTC, Lukas Jungmann
Details
ooops, this one is the wrong one (4.72 KB, text/plain)
2008-09-04 09:48 UTC, Lukas Jungmann
Details
original entity class (3.04 KB, text/plain)
2008-09-05 20:01 UTC, Lukas Jungmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2008-09-04 09:44:58 UTC
-create a rest service from attached class
-build project

=> fails because generated converter contains uncompilable methods, like ie:

public void setSetFirstName(void value) {
        entity.setSetFirstName(value);
    }
Comment 1 Lukas Jungmann 2008-09-04 09:47:12 UTC
Created attachment 69023 [details]
generated uncompilable converter
Comment 2 Lukas Jungmann 2008-09-04 09:48:27 UTC
Created attachment 69025 [details]
ooops, this one is the wrong one
Comment 3 Peter Liu 2008-09-05 19:54:10 UTC
Lukas, could you attach the Person entity class. Both attached files are for the converter. Thanks.

Comment 4 Lukas Jungmann 2008-09-05 20:00:29 UTC
this used to work, so it should not be invalid...
Comment 5 Lukas Jungmann 2008-09-05 20:01:45 UTC
Created attachment 69193 [details]
original entity class
Comment 6 Lukas Jungmann 2008-09-05 20:05:48 UTC
btw: if you're asking for more information then use INCOMPLETE keyword instead of closing issues as invalid next time,
please. Thanks. - http://wiki.netbeans.org/IssueLifeCycle
Comment 7 Peter Liu 2008-09-05 20:35:14 UTC
fixed.
Comment 8 Peter Liu 2008-09-05 20:46:31 UTC
Thanks for letting me know. I always thought that invalid is Issuezilla's equivalent of incomplete like in bugtraq.   I
had no idea there is an INCOMPLETE keyword.  Now I wonder why incomplete is not one of the resolution options. 
Comment 9 Lukas Jungmann 2008-09-16 14:07:58 UTC
v.