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 123049

Summary: JSR172: Some complex classes are not generated
Product: javame Reporter: Lukas Hasik <lhasik>
Component: Web ServicesAssignee: Michal Skvor <misk>
Status: VERIFIED FIXED    
Severity: blocker CC: mmirilovic
Priority: P1 Keywords: REGRESSION
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Lukas Hasik 2007-11-29 12:59:47 UTC
Product Version: NetBeans IDE Dev (Build 200711160000)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)


this is regression caused by fix of issue 122096

-when there are complex types in wsdl it might happend that they are not generated
-it happend to me when the complex types were in arrays
-try to generate JSR172 Mbile client to following WS
# Stock Quotes WS - http://www.swanandmokashi.com/HomePage/WebServices/StockQuotes.asmx?WSDL
# Country Info WS - http://www.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL
Comment 1 Marian Mirilovic 2007-11-29 14:32:28 UTC
It would be really nice to have a fix soon. So misk, please fix this issue into trunk as soon as possible. Thanks in
advance.
Comment 3 Lukas Hasik 2007-12-03 09:31:48 UTC
seems to be fine with the provided jars for testing
Comment 4 Michal Skvor 2007-12-03 10:51:02 UTC
Fixed:
Checking in WSDL2JavaImpl.java;
/cvs/mobility/end2end/jsr172/src/org/netbeans/modules/e2e/wsdl/wsdl2java/WSDL2JavaImpl.java,v  <--  WSDL2JavaImpl.java
new revision: 1.26; previous revision: 1.25
Comment 5 Lukas Hasik 2007-12-03 15:43:10 UTC
verified in trunk build #4671 from deadlock.netbeans.org

Product Version: NetBeans IDE Dev (Build 20071203113754)
Comment 6 pgebauer 2007-12-04 19:09:32 UTC
The fix has been ported into the release60_fixes branch.

Checking in WSDL2JavaImpl.java;
/cvs/mobility/end2end/jsr172/src/org/netbeans/modules/e2e/wsdl/wsdl2java/WSDL2JavaImpl.java,v  <--  WSDL2JavaImpl.java
new revision: 1.23.2.1.2.2; previous revision: 1.23.2.1.2.1
done
Comment 7 Lukas Hasik 2007-12-09 22:43:34 UTC
verified in 60-patch1