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 95402 - Wsdl dropped from EJB module is not valid: contains warnings
Summary: Wsdl dropped from EJB module is not valid: contains warnings
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: WSDL Tools (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Ritesh Adval
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 13:45 UTC by Vladimir Yaroslavskiy
Modified: 2007-04-06 19:09 UTC (History)
4 users (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 Vladimir Yaroslavskiy 2007-02-13 13:45:50 UTC
Latest daily build 070212_24:

1. Open IDE, start Application Server
2. Create EJB module
3. Create new WebService in package pkg
4. Add operation in created web service
5. Deploy EJB module
6. Create Synchronous BPEL Process
7. Open SynchronousSample.bpel
8. Drag the web service and drop it on bpel diagram
9. Press Ok on Create New Partner Link dialog
10.Validate the BPEL process (Alt+Shift+F9)

There are two warnings, one of them is:

Input name attribute in binding operation "operation" in binding
"NewWebServicePortBinding" should match input name attribute in the
corresponding operation in portType "NewWebService".  : Ensure that the input
name in portType operation "operation" is the same as the name in the
corresponding binding operation.
Comment 1 Vladimir Yaroslavskiy 2007-02-13 13:49:46 UTC
Related issue http://www.netbeans.org/issues/show_bug.cgi?id=93492
Comment 2 Roderico Cruz 2007-02-13 20:31:51 UTC
This looks like a duplicate of http://www.netbeans.org/issues/show_bug.cgi?id=93230
which has been fixed. Kindly retry on a recent Netbeans build.
Comment 3 Ritesh Adval 2007-02-13 22:54:10 UTC
This is a validation warning, so downgrading to P2.

We will try to fix.
Comment 4 Ritesh Adval 2007-02-14 23:58:14 UTC
fixed and add junit as well. fix is in netbeans so please wait 1 day before
verifying.
Comment 5 jlautz 2007-04-06 19:09:58 UTC
Verified on Windows XP with Hula 070406_11 and JDK 1.6.0_1 that no warnings are
shown when the described BPEL process is validated.