[jboss-svn-commits] JBL Code SVN: r31036 - labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Tue Jan 12 12:37:07 EST 2010
Author: kevin.conner at jboss.com
Date: 2010-01-12 12:37:07 -0500 (Tue, 12 Jan 2010)
New Revision: 31036
Removed:
labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/jbossesb-properties.xml
labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/juddiv3.properties
labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/uddi.xml
Log:
Remove unnecessary files: JBESB-3115
Deleted: labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/jbossesb-properties.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/jbossesb-properties.xml 2010-01-12 17:35:38 UTC (rev 31035)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/jbossesb-properties.xml 2010-01-12 17:37:07 UTC (rev 31036)
@@ -1,147 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
- JBoss, Home of Professional Open Source
- Copyright 2006, JBoss Inc., and others contributors as indicated
- by the @authors tag. All rights reserved.
- See the copyright.txt in the distribution for a
- full listing of individual contributors.
- This copyrighted material is made available to anyone wishing to use,
- modify, copy, or redistribute it subject to the terms and conditions
- of the GNU Lesser General Public License, v. 2.1.
- This program is distributed in the hope that it will be useful, but WITHOUT A
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
- PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
- You should have received a copy of the GNU Lesser General Public License,
- v.2.1 along with this distribution; if not, write to the Free Software
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
- MA 02110-1301, USA.
-
- (C) 2005-2006,
- @author JBoss Inc.
--->
-<!-- $Id: jbossesb-unittest-properties.xml $ -->
-<!--
- These options are described in the JBossESB manual.
- Defaults are provided here for convenience only.
-
- Please read through this file prior to using the system, and consider
- updating the specified entries.
--->
-<esb
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:noNamespaceSchemaLocation="jbossesb-1_0.xsd">
- <properties name="core">
- <property name="org.jboss.soa.esb.jndi.server.context.factory" value="org.jnp.interfaces.NamingContextFactory"/>
- <property name="org.jboss.soa.esb.jndi.server.url" value="${jboss.esb.bind.address}:1099"/>
- <property name="org.jboss.soa.esb.persistence.connection.factory" value="org.jboss.internal.soa.esb.persistence.format.MessageStoreFactoryImpl"/>
- <property name="org.jboss.soa.esb.loadbalancer.policy" value="org.jboss.soa.esb.listeners.ha.RoundRobin"/>
- <property name="org.jboss.soa.esb.mime.text.types" value="text/*;application/xml;application/*-xml"/>
- <property name="jboss.esb.invm.scope.default" value="NONE"/>
- </properties>
- <properties name="security">
- <property name="org.jboss.soa.esb.services.security.implementationClass" value="org.jboss.internal.soa.esb.services.security.JaasSecurityService"/>
- <property name="org.jboss.soa.esb.services.security.callbackHandler" value="org.jboss.internal.soa.esb.services.security.UserPassCallbackHandler"/>
-
- <!-- Algorithm and key size for internal sealing of objects -->
- <property name="org.jboss.soa.esb.services.security.sealAlgorithm" value="TripleDES"/>
- <property name="org.jboss.soa.esb.services.security.sealKeySize" value="168"/>
-
- <!-- Timeout in milliseconds. After which the context is considered invalid -->
- <property name="org.jboss.soa.esb.services.security.contextTimeout" value="30000"/>
- <property name="org.jboss.soa.esb.services.security.contextPropagatorImplementationClass" value="org.jboss.internal.soa.esb.services.security.JBossASContextPropagator"/>
-
- <!-- Public keystore configuration used to hold keys for encryption/decryption -->
- <property name="org.jboss.soa.esb.services.security.publicKeystore" value="/publicKeyStore"/>
- <property name="org.jboss.soa.esb.services.security.publicKeystorePassword" value="testKeystorePassword"/>
- <property name="org.jboss.soa.esb.services.security.publicKeyAlias" value="testAlias"/>
- <property name="org.jboss.soa.esb.services.security.publicKeyPassword" value="testPassword"/>
- <property name="org.jboss.soa.esb.services.security.publicKeyTransformation" value="RSA/ECB/PKCS1Padding"/>
-
- </properties>
- <properties name="registry">
- <property name="org.jboss.soa.esb.registry.queryManagerURI" value="org.apache.juddi.v3.client.transport.wrapper.UDDIInquiryService#inquire"/>
- <property name="org.jboss.soa.esb.registry.lifeCycleManagerURI" value="org.apache.juddi.v3.client.transport.wrapper.UDDIPublicationService#publish"/>
- <property name="org.jboss.soa.esb.registry.securityManagerURI" value="org.apache.juddi.v3.client.transport.wrapper.UDDISecurityService#secure"/>
- <property name="org.jboss.soa.esb.registry.implementationClass" value="org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl"/>
- <property name="org.jboss.soa.esb.registry.factoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/>
- <property name="org.jboss.soa.esb.registry.user" value="root"/>
- <property name="org.jboss.soa.esb.registry.password" value="root"/>
- <!-- the following parameter is scout specific to set the type of communication between scout and the UDDI (embedded, rmi, soap) -->
- <property name="org.jboss.soa.esb.scout.proxy.transportClass" value="org.apache.ws.scout.transport.LocalTransport"/>
- <property name="org.jboss.soa.esb.scout.proxy.uddiVersion" value="3.0"/>
- <property name="org.jboss.soa.esb.scout.proxy.uddiNameSpace" value="urn:uddi-org:api_v3"/>
- <!-- specify the interceptors, in order -->
- <property name="org.jboss.soa.esb.registry.interceptors" value="org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor"/>
- <!-- Example of specifying multiple registry interceptors
- <property name="org.jboss.soa.esb.registry.interceptors"
- value="org.jboss.internal.soa.esb.services.registry.InVMRegistryInterceptor, org.jboss.internal.soa.esb.services.registry.CachingRegistryInterceptor"/>
- -->
-
- <!-- The following properties modify the cache interceptor behaviour -->
- <property name="org.jboss.soa.esb.registry.cache.maxSize" value="100"/>
- <property name="org.jboss.soa.esb.registry.cache.validityPeriod" value="600000"/>
-
- <!-- Organization Category to be used by this deployment. -->
- <property name="org.jboss.soa.esb.registry.orgCategory" value="org.jboss.soa.esb.:category"/>
- </properties>
- <properties name="transports" depends="core">
- <property name="org.jboss.soa.esb.mail.smtp.host" value="localhost"/>
- <property name="org.jboss.soa.esb.mail.smtp.user" value="jbossesb"/>
- <property name="org.jboss.soa.esb.mail.smtp.password" value=""/>
- <property name="org.jboss.soa.esb.mail.smtp.port" value="25"/>
- <property name="org.jboss.soa.esb.mail.smtp.auth" value="true"/>
- <property name="org.jboss.soa.esb.ftp.localdir" value="/tmp"/>
- <property name="org.jboss.soa.esb.ftp.remotedir" value="/tmp"/>
- <property name="org.jboss.soa.esb.jms.connectionPool" value="20"/>
- <property name="org.jboss.soa.esb.jms.sessionSleep" value="30"/>
- <!-- expiry of messages to temporary invm destinations (default replies)
- expire after the following timeout, specified in milliseconds (5 mins) -->
- <property name="org.jboss.soa.esb.invm.expiryTime" value="300000"/>
-
- <!-- Uncomment this to return stack traces when exposing an ESB service through WS
- <property name="org.jboss.soa.esb.ws.returnStackTrace" value="true"/>
- -->
- <!-- Uncomment this to specify the WS response timeout when exposing an ESB service through WS
- <property name="org.jboss.soa.esb.ws.timeout" value="30000"/>
- -->
- </properties>
- <properties name="connection">
- <property name="min-pool-size" value="5"/>
- <property name="max-pool-size" value="10"/>
- <property name="blocking-timeout-millis" value="5000"/>
- <property name="abandoned-connection-timeout" value="10000"/>
- <property name="abandoned-connection-time-interval" value="30000"/>
- </properties>
- <properties name="jca">
- <property name="org.jboss.soa.esb.jca.activation.mapper.jms-ra.rar" value="org.jboss.soa.esb.listeners.jca.JBossActivationMapper"/>
- <property name="org.jboss.soa.esb.jca.activation.mapper.wmq.jmsra.rar" value="org.jboss.soa.esb.listeners.jca.WMQActivationMapper"/>
- </properties>
-
- <properties name="dbstore">
-
- <!-- connection manager type -->
- <!-- <property name="org.jboss.soa.esb.persistence.db.conn.manager" value="org.jboss.internal.soa.esb.persistence.manager.StandaloneConnectionManager"/> -->
- <property name="org.jboss.soa.esb.persistence.db.conn.manager" value="org.jboss.internal.soa.esb.persistence.manager.J2eeConnectionManager"/>
-
- <!-- this property is only used if using the j2ee connection manager -->
- <property name="org.jboss.soa.esb.persistence.db.datasource.name" value="java:/JBossESBDS"/>
-
- <!-- standalone connection pooling settings -->
- <property name="org.jboss.soa.esb.persistence.db.connection.url" value="jdbc:hsqldb:hsql://localhost:9001/"/>
- <property name="org.jboss.soa.esb.persistence.db.jdbc.driver" value="org.hsqldb.jdbcDriver"/>
- <property name="org.jboss.soa.esb.persistence.db.user" value="sa"/>
- <property name="org.jboss.soa.esb.persistence.db.pwd" value=""/>
- <property name="org.jboss.soa.esb.persistence.db.pool.initial.size" value="2"/>
- <property name="org.jboss.soa.esb.persistence.db.pool.min.size" value="2"/>
- <property name="org.jboss.soa.esb.persistence.db.pool.max.size" value="5"/>
- <!--table managed by pool to test for valid connections - created by pool automatically -->
- <property name="org.jboss.soa.esb.persistence.db.pool.test.table" value="pooltest"/>
- <property name="org.jboss.soa.esb.persistence.db.pool.timeout.millis" value="5000"/>
-
- </properties>
- <properties name="filters">
- <property name="org.jboss.soa.esb.filter.1" value="org.jboss.internal.soa.esb.message.filter.MetaDataFilter"/>
- <!-- property name="org.jboss.soa.esb.filter.#" value="org.jboss.internal.soa.esb.message.filter.EntryExitTimeFilter"/ -->
- <property name="org.jboss.soa.esb.filter.2" value="org.jboss.internal.soa.esb.message.filter.GatewayFilter"/>
- </properties>
-</esb>
Deleted: labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/juddiv3.properties
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/juddiv3.properties 2010-01-12 17:35:38 UTC (rev 31035)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/juddiv3.properties 2010-01-12 17:37:07 UTC (rev 31036)
@@ -1,80 +0,0 @@
-################################################################
-# jUDDI-v3.0 configuration. #
-################################################################
-# Note that the property settings in this #
-# file can be overriden by system parameters #
-# #
-################################################################
-# These two tokens are referenced in the install data. Note that you
-# can use any tokens, and that their values can be set here or as
-# System parameters.
-juddi.server.name=localhost
-juddi.server.port=8080
-
-juddi.root.publisher=root
-#
-# Name of the persistence unit to use (the default, "juddiDatabase" refers to the unit compiled into the juddi library)
-juddi.persistenceunit.name=juddiDatabase
-#
-# Check-the-time-stamp-on-this-file Interval in milli seconds
-juddi.configuration.reload.delay=2000
-#
-# Default locale
-juddi.locale=en_US
-#
-#The UDDI Operator Contact Email Address
-juddi.operatorEmailAddress=admin at juddi.org
-#
-# The maximum name size and maximum number
-# of name elements allows in several of the
-# FindXxxx and SaveXxxx UDDI functions.
-juddi.maxNameLength=255
-juddi.maxNameElementsAllowed=5
-#
-#
-# The maximum number of rows returned in a find_* operation. Each call can set
-# this independently, but this property defines a global maximum.
-juddi.maxRows=1000
-# The maximum number of "IN" clause parameters. Some RDMBS limit the number of
-# parameters allowed in a SQL "IN" clause.
-juddi.maxInClause=1000
-#
-# The maximum number of UDDI artifacts allowed
-# per publisher. A value of '-1' indicates any
-# number of artifacts is valid (These values can be
-# overridden at the individual publisher level).
-juddi.maxBusinessesPerPublisher=25
-juddi.maxServicesPerBusiness=20
-juddi.maxBindingsPerService=10
-juddi.maxTModelsPerPublisher=100
-#
-# Days before a transfer request expires
-juddi.transfer.expiration.days=3
-#
-# Days before a subscription expires
-juddi.subscription.expiration.days=30
-#
-# Minutes before a "chunked" subscription call expires
-juddi.subscription.chunkexpiration.minutes=5
-#
-# jUDDI Authentication module to use
-juddi.authenticator = org.apache.juddi.v3.auth.JUDDIAuthenticator
-#
-# jUDDI UUIDGen implementation to use
-juddi.uuidgen = org.apache.juddi.uuidgen.DefaultUUIDGen
-#
-# jUDDI Cryptor implementation to use
-juddi.cryptor = org.apache.juddi.cryptor.DefaultCryptor
-#
-# jUDDI Key Generator to use
-juddi.keygeneratorr=org.apache.juddi.keygen.KeyGenerator
-#
-# Specifies whether the inquiry API requires authentication
-juddi.authenticate.Inquiry=false
-#
-# Specifies the interval at which the notification timer triggers
-juddi.notification.interval=3000000
-# Specifies the amount of time to wait before the notification timer initially fires
-juddi.notification.start.buffer=20000
-juddi.jndi.registration=true
-
Deleted: labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/uddi.xml
===================================================================
--- labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/uddi.xml 2010-01-12 17:35:38 UTC (rev 31035)
+++ labs/jbossesb/branches/JBESB_4_7_CP/product/install/jUDDI-registryV3/uddi.xml 2010-01-12 17:37:07 UTC (rev 31036)
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1" ?>
-
-<uddi>
- <reloadDelay>5000</reloadDelay>
- <manager name="test-manager">
- <nodes>
- <node>
- <!-- required 'default' node -->
- <name>default</name>
- <description>Main jUDDI node</description>
- <properties>
- <property name="serverName" value="localhost" />
- <property name="serverPort" value="8880" />
- </properties>
- <!-- JAX-WS Transport
- <proxyTransport>org.apache.juddi.v3.client.transport.JAXWSTransport</proxyTransport>
- <custodyTransferUrl>http://${serverName}:${serverPort}/juddiv3/services/custody-transfer?wsdl</custodyTransferUrl>
- <inquiryUrl>http://${serverName}:${serverPort}/juddiv3/services/inquiry?wsdl</inquiryUrl>
- <publishUrl>http://${serverName}:${serverPort}/juddiv3/services/publish?wsdl</publishUrl>
- <securityUrl>http://${serverName}:${serverPort}/juddiv3/services/security?wsdl</securityUrl>
- <subscriptionUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription?wsdl</subscriptionUrl>
- <subscriptionListenerUrl>http://${serverName}:${serverPort}/juddiv3/services/subscription-listener?wsdl</subscriptionListenerUrl>
- <juddiApiUrl>http://${serverName}:${serverPort}/juddiv3/services/juddi-api?wsdl</juddiApiUrl>
- -->
- <!-- In VM Transport Settings -->
- <proxyTransport>org.apache.juddi.v3.client.transport.InVMTransport</proxyTransport>
- <custodyTransferUrl>org.apache.juddi.api.impl.UDDICustodyTransferImpl</custodyTransferUrl>
- <inquiryUrl>org.apache.juddi.api.impl.UDDIInquiryImpl</inquiryUrl>
- <publishUrl>org.apache.juddi.api.impl.UDDIPublicationImpl</publishUrl>
- <securityUrl>org.apache.juddi.api.impl.UDDISecurityImpl</securityUrl>
- <subscriptionUrl>org.apache.juddi.api.impl.UDDISubscriptionImpl</subscriptionUrl>
- <subscriptionListenerUrl>org.apache.juddi.api.impl.UDDISubscriptionListenerImpl</subscriptionListenerUrl>
- <juddiApiUrl>org.apache.juddi.api.impl.JUDDIApiImpl</juddiApiUrl>
- <!-- RMI Transport Settings
- <proxyTransport>org.apache.juddi.v3.client.transport.RMITransport</proxyTransport>
- <custodyTransferUrl>/juddiv3/UDDICustodyTransferService</custodyTransferUrl>
- <inquiryUrl>/juddiv3/UDDIInquiryService</inquiryUrl>
- <publishUrl>/juddiv3/UDDIPublicationService</publishUrl>
- <securityUrl>/juddiv3/UDDISecurityService</securityUrl>
- <subscriptionUrl>/juddiv3/UDDISubscriptionService</subscriptionUrl>
- <subscriptionListenerUrl>/juddiv3/UDDISubscriptionListenerService</subscriptionListenerUrl>
- <juddiApiUrl>/juddiv3/JUDDIApiService</juddiApiUrl>
- <javaNamingFactoryInitial>org.jnp.interfaces.NamingContextFactory</javaNamingFactoryInitial>
- <javaNamingFactoryUrlPkgs>org.jboss.naming</javaNamingFactoryUrlPkgs>
- <javaNamingProviderUrl>jnp://localhost:1099</javaNamingProviderUrl>
- -->
- </node>
- </nodes>
- </manager>
-</uddi>
More information about the jboss-svn-commits
mailing list