Hm, I tried to debug and went to the root of the exception:
java.beans.PropertyDescriptor.findPropertyType

It seems that the read method for the 'id' field is
     /public java.lang.Object com.mycompany.sql.model.DataEntity.id()/
while the write method is
     /public void com.mycompany.sql.model.DataEntity.id_$eq(long)/

I will try a few things to see if I can somehow resolve this.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Scala-v5-3-IntrospectionException-tp4590266p4590540.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to