Ben and all,

Thank you for your reply and sample code.  I have discovered the problem.  My 
class had underscores prefixing the all the instance variable names.  This will 
cause the ArrayIndexOutOfBoundsException.

I verified the same with the sample class Address below.  Change all references 
of

street
to
_street

and you should be able to duplicate the error.

I am new to JBoss products, so if you could tell me where to file this issue 
with JIRA, I will do so with reproduceable steps.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949951#3949951

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949951


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to