We are trying to override the IsisBlobPanelFactory and are running into a problem. The problem can be illustrated by removing the IsisBlobPanelFactory and adding it back, as shown below.
final IsisBlobPanelFactory factory = new IsisBlobPanelFactory(); componentFactories.replace(IsisBlobPanelFactory.class, factory); When it looks for a component factory, it finds a factory earlier, ValuePanelFactory, in the list and uses it instead. Prior to removing it the Blob factory was in the list before the ValuePanelFactory. After removing it and re-adding it, the Blob factory is after the ValuePanelFactory. If changing the order of the list of factories is the best way to do it, how do we change the order? If there is a way to override the factory and not encounter this problem, please let us know how we would do that. Thanks, [https://infusionmedia.s3.amazonaws.com/email/signatures/companywide/0210/employees/th-WESTON%20MYERS.jpg] Small Business Growth Expert WESTON MYERS Software Engineer -- [email protected]<mailto:[email protected]> [https://infusionmedia.s3.amazonaws.com/email/signatures/companywide/0210/logo.jpg]<http://www.infusionsoft.com/?ls=emailsig> [https://infusionmedia.s3.amazonaws.com/email/signatures/companywide/0210/icon-blog.jpg] <http://www.infusionblog.com/>
