Issue 1: String[] property not handled properly
Status:  Accepted
Owner:
Project Member Reported by wmly...@gmail.com, Apr 8, 2009
What steps will reproduce the problem?
1. Create a bean with property String[]
2. Create a mapping that uses this property
3. Generated property will have String type (no array)

What is the expected output? What do you see instead?

Generated property should have String[] type


Apr 10, 2009
Project Member #1 wmly...@gmail.com
Handle array types property trought method isArray. Remember to take dimensions of
the array into account