Hi, I'd like to register my own TransactionServices implementation (custom NarayanaTransactionServices). Is there a way to register this in DS (config source?), so it would be loaded during WeldBoostrap startup? (https://github.com/stuartwdouglas/weld-core/blob/master/impl/src/main/java/org/jboss/weld/bootstrap/WeldStartup.java#L205)
Here's another example using Bitronix: https://developer.jboss.org/message/848326#848326 Br, Ove
