Hi I am using an inhouse developed framework for running serverside junit tests. The framework is built upon JUnitEE and have worked rather well for us in the past. However we are currently porting one of our applications to Oracle Application Server 10g, and here we run into trouble. The problem is that in Oracle, local ejbs cannot be looked up in the global jndi context. You must map the ejb via an ejb-ref in your web.xml (or ejb-jar.xml).
I was thinking of extending our framework so that the web.xml of the testrunner application would be generated with mappings to all local ejbs of the current ear. Is this something that is already implemented in Cactus. When looking into Cactus I realized that its got some feature that I really want, like Ant/Eclipse integration, so switching to Cactus might be a good idea anyhow. It seems like a better idea to put the effort to make this work into a good open source project rather then into our existing framework. ********************* Magnus Grimsell Ida Infront Ab [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
