Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

item-class tag optional?

Avatar

Level 1

Is the item-class tag required for using the FlashBuilder DataServices wizard?  I have strongly typed objects in my Flex app, so the item-tag is supposed to be optional.

But, when i run the wizard I get an error stating the item-class tag is not defined.

0 Replies

Avatar

Employee

Yes, item-class is required since without it the introspector has no way of telling what Java class an assembler might use.  In fact it is possible to write a single implementation of an Assembler that handles multiple types (or untyped!) objects.