Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-users] EclipseLink JpaEntityManager with JBoss Seam

Hi,

I'm using JBoss Seam and EclipseLink together. Now I want to access the
ObjectChangeSets.
But they are only accessable via the
org.eclipse.persistence.jpa.JpaEntityManager and not via
javax.persistence.EntityManager or via the Seam injected
org.jboss.seam.persistence.EntityManagerProxy.

Does anyone how to access the JpaEntityManager from Seam or configure Seam
to use the JpaEntityManager instead of EntityManagerProxy?

--
Kind regards,
Mathias



Back to the top