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 75250 - CCE in JMIGenerationUtil
Summary: CCE in JMIGenerationUtil
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 16:34 UTC by Radko Najman
Modified: 2006-06-04 23:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
CCE (4.10 KB, text/plain)
2006-04-19 16:36 UTC, Radko Najman
Details
catalog.wsdl (8.52 KB, text/xml)
2006-04-21 09:29 UTC, Radko Najman
Details
catalog.xsd (2.59 KB, text/xml)
2006-04-21 09:30 UTC, Radko Najman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Radko Najman 2006-04-19 16:34:46 UTC
I got attached CCE from JMIGenerationUtil if 'type' parameter in
createParameter(Element element, String name, String type) method is byte[]. I'm
not sure if the problem can be that it is an array.
Comment 1 Radko Najman 2006-04-19 16:36:29 UTC
Created attachment 29944 [details]
CCE
Comment 2 Radko Najman 2006-04-21 09:27:24 UTC
Steps to reproduce:
Create new web service from WSDL using the attached WSDL file (catalog.wsdl,
catalog.xsd)
Comment 3 Radko Najman 2006-04-21 09:29:18 UTC
Created attachment 29972 [details]
catalog.wsdl
Comment 4 Radko Najman 2006-04-21 09:30:40 UTC
Created attachment 29973 [details]
catalog.xsd
Comment 5 Martin Adamek 2006-04-21 09:58:40 UTC
Fixed.
/cvs/j2ee/metadata/src/org/netbeans/modules/j2ee/metadata/Attic/JMIGenerationUtil.java,v
 <--  JMIGenerationUtil.java
new revision: 1.1.2.3.2.4; previous revision: 1.1.2.3.2.3