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

Summary: Support deploying shared library projects
Product: serverplugins Reporter: chase <chase>
Component: WebLogicAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal CC: jskrivanek
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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