[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2863) EntityStore assumes entity manager is named "entityManager"
Clint Popetz (JIRA)
jira-events at lists.jboss.org
Tue Apr 8 16:17:30 EDT 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2863?page=all ]
Clint Popetz updated JBSEAM-2863:
---------------------------------
Description:
EntityLoader is returning a hardcoded string for the name of the persistenceContext component, which is making s:convertEntities fail for SMPCs that aren't named "entityManager," and the documented way to handle this:
<component name="org.jboss.seam.ui.EntityConverter">
<property name="entityManager">#{yourEM}</property>
</component>
is no longer sufficient.
was:
EntityStore is returning a hardcoded string for the name of the persistenceContext component, which is making s:convertEntities fail for SMPCs that aren't named "entityManager," and the documented way to handle this:
<component name="org.jboss.seam.ui.EntityConverter">
<property name="entityManager">#{yourEM}</property>
</component>
is no longer sufficient.
> EntityStore assumes entity manager is named "entityManager"
> -----------------------------------------------------------
>
> Key: JBSEAM-2863
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2863
> Project: JBoss Seam
> Issue Type: Bug
> Affects Versions: 2.0.2.CR1
> Reporter: Clint Popetz
>
> EntityLoader is returning a hardcoded string for the name of the persistenceContext component, which is making s:convertEntities fail for SMPCs that aren't named "entityManager," and the documented way to handle this:
> <component name="org.jboss.seam.ui.EntityConverter">
> <property name="entityManager">#{yourEM}</property>
> </component>
> is no longer sufficient.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list