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

Summary: Flickr module is missing xml schema for its response
Product: webservices Reporter: Peter Liu <petertliu>
Component: ManagerAssignee: Peter Liu <petertliu>
Status: VERIFIED FIXED    
Severity: blocker CC: sustaining
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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