can't configure transport class property using the properties in the factory
----------------------------------------------------------------------------
Key: SCOUT-21
URL: http://issues.apache.org/jira/browse/SCOUT-21
Project: Scout
Issue Type: Bug
Reporter: Kurt Stam
Assigned To: Anil Saldhana
To create a connection one does:
// Create the connection, passing it the configuration properties
ConnectionFactory factory = ConnectionFactory.newInstance();
factory.setProperties(props);
connection = factory.createConnection();
One of the properties can be "scout.proxy.transportClass", however this setting
is not used.
In org.apache.ws.scout.registry.ConnectionImpl a new Properties is made..
Now I'm forced to use a System parameter.
This can't be right. Maybe I'm missing something..
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]