Hi, I'm trying to use embedded openejb for tests purposes. Actually, my configuration is the following: https://gist.github.com/caarlos0/dcee29a93943716eff27
The issues I have: - I need to replace the "classpath.ear" by another name (because we have a lot with legacy code with horrible custom lookups and etc); - I need to replace some EJBs with mocks, but looks like it doesn't matter what I do, it always get the "original" instead of mocks (I tried both mockito and "manually") . Thanks in advance. -- Atenciosamente, *Carlos Alexandro Becker* http://caarlos0.github.com/about
