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 228327 - Support deploying shared library projects
Summary: Support deploying shared library projects
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WebLogic (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-06 03:13 UTC by chase
Modified: 2013-04-08 08:54 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 chase 2013-04-06 03:13:59 UTC
WebLogic Server supports applications being deployed as shared libraries which other applications may use by specifying them in weblogic.xml. For more information see http://docs.oracle.com/cd/E24329_01/web.1211/e24368/libraries.htm.

A library application must be deployed slightly differently than a normal application. It would be nice if NetBeans detected the minimum MANIFEST.MF file used in a shared library and deployed as a library (or provided the option) instead of as an application.

A minimum MANIFEST.MF
Extension-Name: myExtension
Specification-Version: 2.0
Implementation-Version: 9.0.0