1 Reply Latest reply on Dec 14, 2001 1:25 PM by marc.fleury

    J2EEServer

    maddisondavid

      In J2EEServer::addChild the type of the child is checked. If it matches JDNI..etc then it gets placed into the resources map.

      Is it possible to change this code to say if it's type isn't J2EEApplication, Node, or JVM then as long as the type isn't blank, it's added to the resources?

      The reason for this is I'm currently rebuilding JBoss.NET with a full J2EE style management infrastructure, and I'd like to plug the JBossNETManagement onto the current J2EEServer. At present the current code won't allow me to do this.