Qpid java client using non-password protected keystore

2009-04-06 Thread Jason Copeland
org.apache.qpid.ssl.SSLContextFactory getInitializedKeyStore() line # 177 (ks.load(in, storePassword.toCharArray());) requires storePassword to be non-null. However the constructor signature used by IoTransport.createSSLContext() uses: SSLContextFactory(String trustStorePath, String trustStore

Java Connection.connect()

2009-03-23 Thread Jason Copeland
org.apache.qpid.transport.Connection line # 165 public void connect(String host, int port, String vhost, String username, String password, boolean ssl) { connect(host, port, vhost, username, password, false,"PLAIN"); } Shouldn't it be connect(host, port, vhost, username, pas