[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam
christian_zeidler
do-not-reply at jboss.com
Thu May 31 15:30:34 EDT 2007
Things are getting better...
by adding (create=true) to
| @In(create=true)
| EntityManager entityManager;
and adding a second persistence-unit to persistence.xml with
<property name="jboss.entity.manager.factory.jndi.name" value="java:/filteredEntityManagerFactory"/>
I am runnig free of exception. The only problem is that the filter is now not working. All users can see all the data...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050287#4050287
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050287
More information about the jboss-user
mailing list