I added auto-create in components.xml but it didn't work.

<core:managed-persistence-context
  |             name="filteredEntityManager"
  |                 auto-create="true"
  |             persistence-unit-jndi-name="java:/pEntityManagerFactory">
  |             <core:filters>
  |                     <value>#{companyFilter}</value>
  |             </core:filters>
  |     </core:managed-persistence-context>

Then i added create=true 

        @In(create=true)
  |     protected EntityManager filteredEntityManager;
  | 

Exception was same in both the cases.

I am wondering if this error in eclipse is causing the problem?
cvc-complex-type.2.4.c:The matching wild card is strict, but no declaration can 
be found for element  'code:filter'     
  | 


cvc-complex-type.2.4.c:The matching wild card is strict, but no declaration can 
be found for element  'core:managed-persistence-context'
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126896#4126896

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126896
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to