Hi, I had a specific need in my application to setup a global tool using pull that needed to be constructed using the FactoryService. I was surprised to learn that the PullService was simply using class.forName(...).newInstance (). So I changed it to use the FactoryService. It works fine for me. Unless there's some reason why this is not appropriate, I'll submit the patch. I'd like to know either way, if there's something I'm missing here. Thanks, Chris Felaco Sr. Software Developer Blue Dolphin Group (508) 358-6758 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
