| Test obtaining a javax.naming.Reference from a Derby data source
and recreating a Derby data source from it. Tests that the recreated
value has the same value for all the properties the data source supports.
The list of properties is obtained dynamically from the getXXX methods
that return int, String, boolean, short, long. Should Derby data sources
support any other bean property types then this test should be modified
to pick them up and handle them. Hopefully the test should fail when such
a property is added.
At no point does this test attempt to connect using these data sources.
|