[
https://jira.jboss.org/jira/browse/JBSEAM-3955?page=com.atlassian.jira.pl...
]
Preston commented on JBSEAM-3955:
---------------------------------
I receive the same error while working through the examples from the book SeamInAction on
this entry in the components.xml file.
<component name="newGolfer" class="org.open18.model.Golfer"
scope="event">
<property name="dateJoined">#{currentDatetime}</property>
</component>
Adding private String[] startupDepends; to the Golfer class fixes the validation but is
clearly not the solution.
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