> since XMLBeanInfo's were supposed to correspond to java.beans.BeanInfo. > BeanInfo supports programmatic implementations. so if you had something > like xxx.yyy.zzz.FooBean then betwixt might look for a > xxx.yyy.zzz.FooBeanXMLBeanInfo class which would be a programmatic > XMLBeanInfo. > > i don't know if adding this feature would help you or not.
This is already "kind of" supported, from a java.beans.Introspector perspective. Don't think it is an ellegant solution though that sun chose (with registring searchpaths) Mvgr, Martin -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
