[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3129) Could not set field value by reflection: Query.dataModel on: org.jboss.seam.framework.Query with value: class java.util.RandomAccessSubList
Alex Savitsky (JIRA)
jira-events at lists.jboss.org
Fri Jun 20 09:55:37 EDT 2008
Could not set field value by reflection: Query.dataModel on: org.jboss.seam.framework.Query with value: class java.util.RandomAccessSubList
-------------------------------------------------------------------------------------------------------------------------------------------
Key: JBSEAM-3129
URL: http://jira.jboss.com/jira/browse/JBSEAM-3129
Project: Seam
Issue Type: Bug
Components: Framework
Affects Versions: 2.0.2.SP1
Environment: Tomcat 5.5, Hibernate EM 3.3.1, Trinidad 1.2.8
Reporter: Alex Savitsky
Query.truncResultList may return a java.util.RandomAccessSubList class in some circumstances. This class is package private to java.util package, and cannot be later used in reflection, resulting in the above exception. The exception in question is thrown by the ManagedEntityIdentityInterceptor, while trying to "swizzle" the stored DataModel to/from the EntityQuery.
--
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