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 108073 - Web project should be able to reference live WSDL in BPEL project
Summary: Web project should be able to reference live WSDL in BPEL project
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-25 21:14 UTC by Nam Nguyen
Modified: 2011-11-28 08:36 UTC (History)
2 users (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 Nam Nguyen 2007-06-25 21:14:54 UTC
This is part of J2EE integration with composite app.

The use case is:
"... from a web application you can reference a bpel project that contains a wsdl file and then use that reference to
create the java classes from the wsdl."
"...this is a significant step forward for spring + Open ESB integration.  You have shown that using spring when
implementing a web app you can invoke any web service that is exposed on the NMR.  This means that your web app using
spring can invoke CICS, CORBA, DCOM, SAP, IMS, HL7, MSMQ, ... applications as web services.  This makes the programming
of composite applications that are built up of existing applications very straight forward.  You have also show how you
can invoke a rules engine (YASU), BPEL process, XSLT transformations, Event processing, ETL, ... from a web app
implemented in spring all because of the integration of the Java EE Service Engine, JAX-WS, and the spring framework
integrated into the web app project."
Comment 1 Nam Nguyen 2007-06-25 21:21:10 UTC
I entered this enhancement per Venkat request.

From current state of the code, this enhancement would require web/project to depend on xml/catalogsupport module.  This
dependency is not possible with current cluster layout, with web/project in j2ee cluster which does not depend on
xmltools cluster.  Aside from this, the UI code of web project customizer also needs to change for code to show the
catalog and to update the catalog and ant artifacts.  Possibly the build extension mechanism could be used as part of
the new standard.