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 228646 - Add ability to register for Node Extension
Summary: Add ability to register for Node Extension
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 7.3.1
Hardware: PC All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-17 09:04 UTC by brasseld
Modified: 2013-04-17 09:04 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 brasseld 2013-04-17 09:04:42 UTC
As it was already done for Glassfish v1.x / v2.x using the org.netbeans.modules.j2ee.sun.api.SimpleNodeExtensionProvider class, is there any way to provide the same extension point to register new node for the JBoss Container ?

I'm working on some JBoss container extensions (OpenESB runtime for JBoss 5.1) and I want to register a new Node in the Target node (from an other module).