[jboss-user] [JBoss Seam] - Re: <s:convertEntity /> - how to make it works?
oblivion1200
do-not-reply at jboss.com
Mon Aug 6 08:41:13 EDT 2007
In components.xml I have
| <persistence:managed-persistence-context name="entityManager" auto-create="true"
| persistence-unit-jndi-name="java:/SeamAuctionEntityManagerFactory"/>
|
| <component name="org.jboss.seam.ui.entityConverter">
| <property name="entityManager">#{em}</property>
| </component>
|
still the same exception, seems like em is null
@In(create=true)
| private EntityManager em;
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071162#4071162
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071162
More information about the jboss-user
mailing list