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 117080 - [60cat] making a web reference to a soa composite app
Summary: [60cat] making a web reference to a soa composite app
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tientien Li
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-29 00:50 UTC by pbelbin
Modified: 2008-05-06 15:34 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pbelbin 2007-09-29 00:50:00 UTC
[ JDK VERSION : 1.6.0_02 ]

allowing a web project to have a web service reference to a web
service exposed by a composite application is a problem.

I have a bpel project, the encasing composite app, and a
straight-forward web project that needs a web service reference to a
web service that's exposed by the composite app.

If I try to create the web service client in the web project, I don't
get to see the composite app as an option in the dialog box, so
that's not an option.

The option to make a reference to the wsdl file directly exists, and,
if I use that, everything works just fine, until I try opening the
same set of projects on a solaris platform (the initial set of
projects was created on a windows box).

The project has an absolute path reference to the wsdl from the
composite app, which is not good.

Also, I suspect that if I were, on the windows box, to move the
composite app to another location (as often happens in
multi-developer, shared source versioning scenarios, as I have here),
the reference would be broken also.

it seems like if relative paths were always used, then this would
alleviate the problem to a great degree, for both the multi-platform
and same-platform but different location scenarios.

if there are scenarios where this is not deemed the ideal, then at
least the person creating the reference should be given the option of
indicating that it should be relative instead of absolute.
Comment 1 Jesse Glick 2007-09-29 00:59:06 UTC
Reassigning for evaluation. Reporter: best to use the 'ide' component for newly filed issues; they will get reassigned.
Comment 2 Sergey Lunegov 2007-10-01 10:41:03 UTC
Thanks a lot for providing us feedback. The problem is rather deep and I'm afraid it will not fixed in NB 6.0.
Comment 3 Sergey Lunegov 2007-10-10 14:14:47 UTC
Will be addressed in the next release.
Comment 4 Andrei Chistiakov 2008-01-17 11:10:56 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 5 Sergey Lunegov 2008-04-30 13:27:19 UTC
Related to referenced projects ?
Comment 6 Kirill Sorokin 2008-05-06 15:34:14 UTC
Tien, this appears to be yours. Is there a way to make the compapp project visible as a container of web services, when
a user tries to create a new web service client?