{
beanInfo = Introspector.getBeanInfo( component.getClass() );
}
catch ( IntrospectionException e )
{
throw new CompositionException( getErrorMessage( descriptor, null, null ) );
}
compositionContext.put( PROPERTY_DESCRIPTORS, beanInfo.getPropertyDescriptors() );
return compositionContext;