I've upgraded our apps from 1.2M10 to 1.2B1, after hearing that the API
was frozen (thanks).  Two picky little things...

1. GenericSelectQuery is deprecated.  The javadocs say to replace it
with SelectInfo which seems to be a name that no longer exists.  It
should probably say QueryMetadata.

2. I had a line of code in a copy of the DataPort example: 
select.setRoot(entity).  The javadocs say that setRoot() is deprecated
and to access root via getMetaData().  I don't see how to setRoot() that
way.  (I saw BaseQueryMetadata.resolve() but that seems rather
round-about and it's not a public method anyway.)



Reply via email to