David Lloyd [
https://community.jboss.org/people/dmlloyd] created the discussion
"Re: Transactional MSC"
To view the discussion, visit:
https://community.jboss.org/message/829500#829500
--------------------------------------------------------------
David Lloyd wrote:
> Tom Jenkinson wrote:
>
> Could implementing the classloader approach be achieved by running two separate
subsystems in WildFly, as I understand it that would leverage the classloader isolation
provided by jboss modules?
>
> It might mean binding something new into JNDI in order that MSC can get a reference
to an AtomicAction "factory"/similar but that should be possible.
Nah the class loading is orthogonal to management subsystems. The ArjunaCore bits we
would use for MSC and management would actually not be directly managed by the management
system - at least not overtly. The easiest way to do this is to just introduce another
module (i.e. another copy of the bits) which contains just the parts we want to use for
this.
Also we won't even have JNDI at this stage - this is the "back
door" of the app server so there's no thread pools, no JNDI, no EE, no web
server, no sockets, etc.
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/829500#829500]
Start a new discussion in JBoss Transactions Development at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]