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

Summary: Add ability to register for Node Extension
Product: serverplugins Reporter: brasseld
Component: JBossAssignee: Petr Hejl <phejl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3.1   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

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).