HI, and thanks for answering. Based on what you mentioned, i made a deactivator an registered it in my properties so the log shows:
INFO - class: org.apache.deltaspike.core.impl.scope.DeltaSpikeContextExtension activated=true INFO - class: org.apache.deltaspike.core.impl.exclude.extension.ExcludeExtension activated=true INFO - class: org.apache.deltaspike.core.impl.exclude.CustomProjectStageBeanFilter activated=true INFO - class: org.apache.deltaspike.core.impl.exclude.GlobalAlternative activated=true INFO - class: org.apache.deltaspike.data.impl.RepositoryExtension activated=false INFO - class: org.apache.deltaspike.partialbean.impl.PartialBeanBindingExtension activated=true INFO - class: org.apache.deltaspike.core.impl.config.ConfigurationExtension activated=true INFO - class: org.apache.deltaspike.core.impl.exception.control.extension.ExceptionControlExtension activated=true INFO - class: org.apache.deltaspike.core.impl.message.MessageBundleExtension activated=true INFO - class: org.apache.deltaspike.core.impl.message.NamedMessageBundleInvocationHandler activated=true INFO - class: org.apache.deltaspike.core.impl.jmx.MBeanExtension activated=true INFO - class: org.apache.deltaspike.jpa.impl.transaction.context.TransactionContextExtension activated=true It seems it does not really matter. A bit more info: public abstract class TestRepository extends AbstractEntityRepository..... public abstract class MockTestRepository extends TestRepository br hw -- View this message in context: http://apache-deltaspike-incubator-discussions.2316169.n4.nabble.com/mocking-of-abstractentityrepository-implementations-tp4658745p4658750.html Sent from the Apache DeltaSpike Incubator Discussions mailing list archive at Nabble.com.
