I assume that this is what you have in applicationContext-entity.xml in core?
Code: Select all
<bean id="org.broadleafcommerce.profile.core.domain.Customer" class="com.crown.profile.core.domain.CrownCustomerImpl" scope="prototype" />
You might also turn on INFO logging on org.broadleafcommerce for log4j.xml. On startup you can then see the final merged applicationcontext that Broadleaf will present to Spring. From that, you can check the blMergedEntityContexts. I'm curious if the bl-profile-applicationContext-entity.xml is actually appearing after your custom applicationContext-entity or if maybe something else is going on.