Anyone got any thoughts on this? I have a Java client app that uses a web service via WSDL2Java generated code. This works fine standalone.
I would like to webstart the client (it is very light). However org.apache.axis.client.Service uses DefaultEngineConfigurationFactory (DECF). DECF does some System.getProperty() and FileProvider stuff which throws a SecurityException when called in my webstart client. If I signed my client app, all would be fine (I think). But I dont want to do this. >From some code comments in DEFG: * This is a default implementation of EngineConfigurationFactory. * It is user-overrideable by a system property without affecting * the caller. If you decide to override it, .... It sounds as though I can provide my own ECF. So I may be able to configure without System.getProperty() and FileProvider(). Has anyone else done anything like this? I thought I best get peoples comments before I continue. Any info appreciated. TS _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
