schemas.add( new CoreSchema() );
schemas.add( new JavaSchema() );
schemas.add( new SystemSchema() );
loader.load( schemas, registries );
AttributeType type;
type = registries.getAttributeTypeRegistry().lookup( "javaFactory" );
assertNotNull( type );
type = registries.getAttributeTypeRegistry().lookup( "javaSerializedData" );
assertNotNull( type );