OK apologize. In the future, i will try to also work in Geronimo to avoid that kind of regression. Thanks again for your patches.
I'm running again a full compilation+tests+itests I'd really like to push a new snapshot because, the one available does not work due to OWB changes. Just one question regarding this line in DeploymentResolver DeploymentLoader deploymentLoader = (ddDir == null) ? new DeploymentLoader(ddDir) : new DeploymentLoader(ddDir); Shouldn't it be DeploymentLoader deploymentLoader = (ddDir == null) ? new DeploymentLoader() : new DeploymentLoader(ddDir); In order to set ddDir to the default "META-INF/" dir? Otherwise the test is not relevant. Jean-Louis -- View this message in context: http://openejb.979440.n4.nabble.com/New-openejb-3-2-SNAPSHOT-tp3214747p3217307.html Sent from the OpenEJB Dev mailing list archive at Nabble.com.
