JBoss Community

DependencyProcessor / TCCLSingletonService question

created by Dan Sirbu in JBoss AS7 Development - View the full discussion

Is there any way for the DependecyProcessor class to have access to the TCCLSingletonService object ?

 

What I did is to set in the standalone.xml :

          <subsystem name="urn:com.module.extension:1.0">

               <modules>

                    <module name="com.module.first"/>

               </modules>

          </subsystem>

 

Then the TCCL service will get the module list within the SubsystemState object which contains a list of modules. I would like to access that list of modules from whithin the DependecyProcessor and I was wondering if there is a way for the DependencyProcessor to use the "getValue" from the TCCLservice in order to access that object .......

 

Any toughts/suggestions ?

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community