IType type = javaProject.findType(typeInfo.getClassName());
if (type != null)
{
// TODO: should be able to use type cache for this
final JDTBeanIntrospector introspector = new JDTBeanIntrospector(
type);
properties = introspector.getProperties();
}
}
catch (JavaModelException e)
{
JSFCorePlugin.log("Error finding component type", e); //$NON-NLS-1$