Hi Daan,
> You can try to replace __getServiceFactory with __getComponentFactory as
> follows:
>
> ==================
> public static XSingleComponentFactory __getComponentFactory (String
> implName) {
> XSingleComponentFactory xSingleComponentFactory = null;
>
> if (implName.equals(JudasProtocolHandler.class.getName())) {
> xSingleServiceFactory = Factory.createComponentFactory(
> JudasProtocolHandler.class,
> new String[] {SERVICENAME}
> );
> } else if (implName.equals(SpringLoaderImpl.class.getName())) {
> xSingleServiceFactory = Factory.createComponentFactory(
> SpringLoaderImpl.class,
> new String[] {SpringLoaderImpl.__singeltonName}
> );
> }
> return xSingleServiceFactory;
> }
> ========================
>
> This is what we are using, I'm not sure about the exact differences
> between getServiceFactory and getComponentFactory.
I did so with no success.
Greetings, Tobias
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]