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 94889 - Warning shows while mapping non leaf nodes in BPEL mapper
Summary: Warning shows while mapping non leaf nodes in BPEL mapper
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 21:15 UTC by Murali Pottlapelli
Modified: 2008-05-04 14:24 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
image to demostrate the issue (59.13 KB, application/octet-stream)
2007-02-07 21:17 UTC, Murali Pottlapelli
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Murali Pottlapelli 2007-02-07 21:15:44 UTC
I get the attached warning msg when mapping complex type nodes in the bpel 
mapper. (First noticed in OpenESB but also happens in todays Alaska installer 
drop)

- create a BPEL BP based on a simple request-reply WSDL. The wsdl imports two 
external xml schemas for the input and output msgs.
- create an EJB project.
- create a new WSDL which imports the exact same schemas documents and uses the 
same namespace I used for the WSDL which represents the bpel request/response 
partner.
- From this wsdl, create an EJB webservice and deploy.
- import the WSDL for the EJB webservice into the bpel project, create new PL, 
and invoke the service.
- map the input variable of the business process to the input variable for the 
EJB webservice at the root node

Everything deploys and runs correctly but should I be getting this warning msg 
if I'm using the same xsds and namespaces?
Comment 1 Murali Pottlapelli 2007-02-07 21:17:09 UTC
Created attachment 38196 [details]
image to demostrate the issue
Comment 2 Michael Frisino 2007-02-08 09:49:45 UTC
I do not recall seeing such a warning before. There was an RE from Josh that
involved adding more "type checking" to the mapper. My first reaction is that
this message must come from new work in this area. But, I am a bit confused
because I thought that Josh had said he did not actually do anything in this
area because he had no time.  I think we should ask Josh to clarify whether this
was pre-existing functionality that is only now being exposed, or whether it is
new functionality, that may be buggy.
Comment 3 Joshua Sandusky 2007-02-08 12:15:32 UTC
Yes I haven't worked on the mapper for a while (I'm now on a different project).

This message is new to me. Perhaps alexey or supernikita could provide more info
than I could...
Comment 4 Sergey Lunegov 2008-04-30 13:22:22 UTC
We discussed something similar today.
Comment 5 Vladimir Yaroslavskiy 2008-05-04 14:24:25 UTC
It was in old BPEL mapper, now it doesn't show the warning.