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 175327 - Support non-project-based JBI module (.war)
Summary: Support non-project-based JBI module (.war)
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-23 18:57 UTC by Jun Qian
Modified: 2009-10-23 18:57 UTC (History)
0 users

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 Jun Qian 2009-10-23 18:57:13 UTC
On Thu, Oct 15, 2009 at 5:43 PM, Jim Whiteley <jimmy@whiteley.org> wrote:
 
> I have a .war file built outside of the netbeans environment.  This
> .war has WS Consumers, which need to access WS Providers in another
> .war (which is built in the NB environment) through the NMR.  I would
> like to make them both part of the same service assembly.
>
> How is this accomplished?  The "Add JBI Module" dialog in NB seems to
> be strictly project-based.
Comment 1 Jun Qian 2009-10-23 18:57:54 UTC
Andreas Egloff wrote:
> CompApp folks would be better to answer, I don't think though that this is directly a feature in the composite app
project; there should be ways to achieve what you're looking for though.
>
> Besides starting to modify the build scripts one way (which I don't know if acceptable and I have not tried) might be
to have your war packaged into an ear; e.g. create and add a "Java EE/Enterprise Application", in project properties add
"JAR/Folder" and remove what's not needed. Or you could add a "Java EE/packaged archive" which point to your war to the
enterprise app.