Bill Burke wrote:
Adrian wrote:
> On Thu, 2007-11-15 at 14:42 +0000, Tim Fox wrote:
>> JBM requires all those things - clearly our _runtime_ has no
>> dependencies on concrete implementations, but for testing we need
>> concrete implementations so we can run our tests, so we still need
>> them exported from AS via the repository, like is done for AS 4.2.x
>>
>
> And I'm saying that is what jboss embedded should give you.
> If you're using the integration project then it's just another
> implementation of that spi.
>
JBoss embedded used to run with JBM, until the latest refactoring over
summer.
Andy is currently in the process of turning JBM into sexy naked POJOs.
This will allow us to run in the MC of course, also
embedded/bootstrapped in any piece of code without any JNDI dependencies
etc. It's nice stuff.
Bill