You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by in...@apache.org on 2008/10/28 11:10:24 UTC

svn commit: r708503 - in /synapse/trunk/java/repository/conf: cipher-text.properties synapse.properties

Author: indika
Date: Tue Oct 28 03:10:24 2008
New Revision: 708503

URL: http://svn.apache.org/viewvc?rev=708503&view=rev
Log:
undo one of last commit by mistake

Modified:
    synapse/trunk/java/repository/conf/cipher-text.properties
    synapse/trunk/java/repository/conf/synapse.properties

Modified: synapse/trunk/java/repository/conf/cipher-text.properties
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/cipher-text.properties?rev=708503&r1=708502&r2=708503&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/cipher-text.properties (original)
+++ synapse/trunk/java/repository/conf/cipher-text.properties Tue Oct 28 03:10:24 2008
@@ -1,7 +1,7 @@
-aliases=synapse,password
-
-# configuration  per each plaintext
-synapse.secret=EsY65tztE9R5b9pErVxLp8Br5d3ol6vRdWAkYHdc7XkZteGf37VJ+iNlCenqxYSEto0vcjpcmmzwf7K2wd9u3KQtVGKEoNLSe2LYZtrm3tKmGd6PX9YpdN72ml3JISNXPJ69yybFi6DVUIJfE5MFOd7gswWfCnkmZ3eJ6M1nuiI=
-synapse.secret.algorithm=RSA
-synapse.secret.alias=synapse
-synapse.secret.keystore=identity
+#aliases=synapse,password
+#
+## configuration  per each plaintext
+#synapse.secret=EsY65tztE9R5b9pErVxLp8Br5d3ol6vRdWAkYHdc7XkZteGf37VJ+iNlCenqxYSEto0vcjpcmmzwf7K2wd9u3KQtVGKEoNLSe2LYZtrm3tKmGd6PX9YpdN72ml3JISNXPJ69yybFi6DVUIJfE5MFOd7gswWfCnkmZ3eJ6M1nuiI=
+#synapse.secret.algorithm=RSA
+#synapse.secret.alias=synapse
+#synapse.secret.keystore=identity

Modified: synapse/trunk/java/repository/conf/synapse.properties
URL: http://svn.apache.org/viewvc/synapse/trunk/java/repository/conf/synapse.properties?rev=708503&r1=708502&r2=708503&view=diff
==============================================================================
--- synapse/trunk/java/repository/conf/synapse.properties (original)
+++ synapse/trunk/java/repository/conf/synapse.properties Tue Oct 28 03:10:24 2008
@@ -1,82 +1,82 @@
+##
+##  Licensed to the Apache Software Foundation (ASF) under one
+##  or more contributor license agreements.  See the NOTICE file
+##  distributed with this work for additional information
+##  regarding copyright ownership.  The ASF licenses this file
+##  to you under the Apache License, Version 2.0 (the
+##  "License"); you may not use this file except in compliance
+##  with the License.  You may obtain a copy of the License at
+##
+##   http://www.apache.org/licenses/LICENSE-2.0
+##
+##  Unless required by applicable law or agreed to in writing,
+##  software distributed under the License is distributed on an
+##   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+##  KIND, either express or implied.  See the License for the
+##  specific language governing permissions and limitations
+##  under the License.
+##
+#
+##synapse.threads.core = 20
+##synapse.threads.max = 100
+##synapse.threads.keepalive = 5
+##synapse.threads.qlen = 10
+##synapse.threads.group = synapse-thread-group
+##synapse.threads.idprefix = SynapseWorker
+#
+##synapse.statistics.state=enable
+#
+## KeyStores configurations 
+#
+#keystore.identity.location=lib/identity.jks
+#keystore.identity.type=JKS
+#keystore.identity.alias=synapse
+#keystore.identity.storePassword=password
+#keystore.identity.keyPassword=password
+##keystore.identity.parameters=enableHostnameVerifier=false;keyStoreCertificateFilePath=/home/esb.cer
+#
+#keystore.trust.location=lib/trust.jks
+#keystore.trust.type=JKS
+#keystore.trust.alias=synapse
+#keystore.trust.storePassword=password
+##keystore.trust.parameters=enableHostnameVerifier=false;keyStoreCertificateFilePath=/home/esb.cer
+#
+## DataSources Configurations
+#
+#synapse.datasources=lookupds,reportds
+#synapse.datasources.icFactory=com.sun.jndi.rmi.registry.RegistryContextFactory
+#synapse.datasources.providerPort=2199
+### If following property is present , then assumes that there is an external JNDI provider and will not start a RMI registry
+###synapse.datasources.providerUrl=rmi://localhost:2199
+##
+##
+#synapse.datasources.lookupds.registry=Memory
+#synapse.datasources.lookupds.type=BasicDataSource
+#synapse.datasources.lookupds.driverClassName=org.apache.derby.jdbc.ClientDriver
+#synapse.datasources.lookupds.url=jdbc:derby://localhost:1527/lookupdb;create=false
+#synapse.datasources.lookupds.username=synapse
+#synapse.datasources.lookupds.password=synapse
+#synapse.datasources.lookupds.dsName=lookupdb
+#synapse.datasources.lookupds.maxActive=100
+#synapse.datasources.lookupds.maxIdle=20
+#synapse.datasources.lookupds.maxWait=10000
+#
+#synapse.datasources.reportds.registry=JNDI
+#synapse.datasources.reportds.type=PerUserPoolDataSource
+#synapse.datasources.reportds.cpdsadapter.factory=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
+#synapse.datasources.reportds.cpdsadapter.className=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
+#synapse.datasources.reportds.cpdsadapter.name=cpds
+#synapse.datasources.reportds.dsName=reportdb
+#synapse.datasources.reportds.driverClassName=org.apache.derby.jdbc.ClientDriver
+#synapse.datasources.reportds.url=jdbc:derby://localhost:1527/reportdb;create=false
+#synapse.datasources.reportds.username=synapse
+#synapse.datasources.reportds.password=synapse
+#synapse.datasources.reportds.maxActive=100
+#synapse.datasources.reportds.maxIdle=20
+#synapse.datasources.reportds.maxWait=10000
+#
+#secretRepositories=file
+##
+#secretRepositories.file.provider=org.apache.synapse.security.secret.repository.filebased.FileBaseSecretRepositoryProvider
+#secretRepositories.file.location=cipher-text.properties
 #
-#  Licensed to the Apache Software Foundation (ASF) under one
-#  or more contributor license agreements.  See the NOTICE file
-#  distributed with this work for additional information
-#  regarding copyright ownership.  The ASF licenses this file
-#  to you under the Apache License, Version 2.0 (the
-#  "License"); you may not use this file except in compliance
-#  with the License.  You may obtain a copy of the License at
-#
-#   http://www.apache.org/licenses/LICENSE-2.0
-#
-#  Unless required by applicable law or agreed to in writing,
-#  software distributed under the License is distributed on an
-#   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-#  KIND, either express or implied.  See the License for the
-#  specific language governing permissions and limitations
-#  under the License.
-#
-
-#synapse.threads.core = 20
-#synapse.threads.max = 100
-#synapse.threads.keepalive = 5
-#synapse.threads.qlen = 10
-#synapse.threads.group = synapse-thread-group
-#synapse.threads.idprefix = SynapseWorker
-
-#synapse.statistics.state=enable
-
-# KeyStores configurations 
-
-keystore.identity.location=lib/identity.jks
-keystore.identity.type=JKS
-keystore.identity.alias=synapse
-keystore.identity.storePassword=password
-keystore.identity.keyPassword=password
-#keystore.identity.parameters=enableHostnameVerifier=false;keyStoreCertificateFilePath=/home/esb.cer
-
-keystore.trust.location=lib/trust.jks
-keystore.trust.type=JKS
-keystore.trust.alias=synapse
-keystore.trust.storePassword=password
-#keystore.trust.parameters=enableHostnameVerifier=false;keyStoreCertificateFilePath=/home/esb.cer
-
-# DataSources Configurations
-
-synapse.datasources=lookupds,reportds
-synapse.datasources.icFactory=com.sun.jndi.rmi.registry.RegistryContextFactory
-synapse.datasources.providerPort=2199
-## If following property is present , then assumes that there is an external JNDI provider and will not start a RMI registry
-##synapse.datasources.providerUrl=rmi://localhost:2199
-#
-#
-synapse.datasources.lookupds.registry=Memory
-synapse.datasources.lookupds.type=BasicDataSource
-synapse.datasources.lookupds.driverClassName=org.apache.derby.jdbc.ClientDriver
-synapse.datasources.lookupds.url=jdbc:derby://localhost:1527/lookupdb;create=false
-synapse.datasources.lookupds.username=synapse
-synapse.datasources.lookupds.password=synapse
-synapse.datasources.lookupds.dsName=lookupdb
-synapse.datasources.lookupds.maxActive=100
-synapse.datasources.lookupds.maxIdle=20
-synapse.datasources.lookupds.maxWait=10000
-
-synapse.datasources.reportds.registry=JNDI
-synapse.datasources.reportds.type=PerUserPoolDataSource
-synapse.datasources.reportds.cpdsadapter.factory=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-synapse.datasources.reportds.cpdsadapter.className=org.apache.commons.dbcp.cpdsadapter.DriverAdapterCPDS
-synapse.datasources.reportds.cpdsadapter.name=cpds
-synapse.datasources.reportds.dsName=reportdb
-synapse.datasources.reportds.driverClassName=org.apache.derby.jdbc.ClientDriver
-synapse.datasources.reportds.url=jdbc:derby://localhost:1527/reportdb;create=false
-synapse.datasources.reportds.username=synapse
-synapse.datasources.reportds.password=synapse
-synapse.datasources.reportds.maxActive=100
-synapse.datasources.reportds.maxIdle=20
-synapse.datasources.reportds.maxWait=10000
-
-secretRepositories=file
-#
-secretRepositories.file.provider=org.apache.synapse.security.secret.repository.filebased.FileBaseSecretRepositoryProvider
-secretRepositories.file.location=cipher-text.properties
-