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 132952 - Flickr module is missing xml schema for its response
Summary: Flickr module is missing xml schema for its response
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-16 02:17 UTC by Peter Liu
Modified: 2008-06-04 08:43 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 Peter Liu 2008-04-16 02:17:42 UTC
Similar to Facebook, Flickr also has a large number of methods so it might be difficult to create a xml schema for it.
Anyway, I am filing this issue to keep track of it.
Comment 1 Peter Liu 2008-04-24 01:43:10 UTC
Fix checked into trunk:

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


Note that this change log includes bug fixes required for the schema support to work correctly. Also, I made some minor
tweaks to the schemas for twitter, zvents, etc (mainly change the integer type from xsd:integer to xsd:int). This is
required so the generated jaxb classes uses Integer instead of BigInteger to represent integer data.

Comment 2 Lukas Jungmann 2008-04-25 21:58:23 UTC
v.
Comment 3 pslechta 2008-04-30 09:56:37 UTC
The fix has been ported into the release61_fixes branch.

http://hg.netbeans.org/release61_fixes/rev/420ce597d99c