* @throws ResourceKeyCreationException
*/
public ResourceKey deriveKey( final ResourceKey parent, final String path, final Map data )
throws ResourceKeyCreationException {
if ( isSupportedKey( parent ) == false ) {
throw new ResourceKeyCreationException( "Assertation: Unsupported parent key type" ); //$NON-NLS-1$
}
String resource;
if ( path.startsWith( "solution://" ) ) {
resource = path;