On Sat, 2002-05-11 at 00:10, David Jencks wrote:
> We're going to try to put jbosstx in its own module soon.

Excellent, thanks a lot. If it may be of any help, this is what we did
to externalize the JBossTX code from the JBoss server source:

        o Copied server/src/main/org/jboss/tm to a separate project tree.
        o Copied
common/src/main/org/jboss/util/Throwable{Handler,Listener}.java and
../util/timeout/* to the separate project tree.
        o Removed the following classes and packages:
                o org.jboss.tm.usertx
                o org.jboss.tm.TransactionManagerService
                o org.jboss.tm.TransactionManagerServiceMBean
        o Made a proxy implementation of org.jboss.logging.Logger (redirects
all logging to our logging framework)

Most of the JBoss dependant source is in usertx, so we decided to wait
with that for now and use our own implementation. Another dependency is
of course the JBoss MBean services. But other than that, the
dependencies are mostly logging and some timeout utilities.

-- 
Emil Eifrem [[EMAIL PROTECTED]]            /'\ ASCII Ribbon Campaign
Kernel Developer, .windh AB             \ / No HTML/RTF in email
                                         ×  No Word docs in email
                                        / \ Respect for open standards 


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to