[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3955) Problem extending JpaIdentityStore
Alejandro Barrero (JIRA)
jira-events at lists.jboss.org
Fri Feb 13 11:14:44 EST 2009
Problem extending JpaIdentityStore
----------------------------------
Key: JBSEAM-3955
URL: https://jira.jboss.org/jira/browse/JBSEAM-3955
Project: Seam
Issue Type: Release
Components: Framework
Affects Versions: 2.1.1.GA
Environment: Windows running JBoss Developer Studio
Reporter: Alejandro Barrero
Priority: Minor
I am using
<security:jpa-identity-store class="la.netco.sim.security.MiJpaSecurity" user-class="la.netco.gestorprocesos.model.Usuario" role-class="la.netco.gestorprocesos.model.Rol"/>
in components.xml
I getting the error
Class "MiJpaSecurity" of component "org.jboss.seam.security.jpaIdentityStore" does not have a setter or a field for the property "startupDepends" components.xml netcoPM/WebContent/WEB-INF line 43 Seam Problem
Works fine if I specify org.jboss.seam.security.management.JpaIdentityStore but fails with la.netco.sim.security.MiJpaSecurity which extends it.
Your help would be greatly appreciated.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list