hi Romain, exact, same error (got some hidden classes ;) )
Last version give me better traces : GRAVE - FAIL ... FooDAOImpl: Ejb [FooDAOImpl] implements too many interfaces: [my.company.dao.FooDAO, net.sourceforge.cobertura.coveragedata.HasBeenInstrumented]. Use @Local(<interface>) or keep a single interface. After checking all my @stateless classes and adding @Local (<interface>.class) , Cobertura works fine : ... @Local (IFoo.class) @Stateless public class Foo implements IFoo ... thanks again for your help :) -- View this message in context: http://openejb.979440.n4.nabble.com/Cobertura-error-tp4657791p4657852.html Sent from the OpenEJB User mailing list archive at Nabble.com.
