[jboss-svn-commits] JBL Code SVN: r10907 - labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Apr 11 16:56:06 EDT 2007


Author: kurt.stam at jboss.com
Date: 2007-04-11 16:56:06 -0400 (Wed, 11 Apr 2007)
New Revision: 10907

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/gpd.xml
   labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/juddi.properties
Log:
removing

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/gpd.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/gpd.xml	2007-04-11 20:54:23 UTC (rev 10906)
+++ labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/gpd.xml	2007-04-11 20:56:06 UTC (rev 10907)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<process-diagram name="simple" width="666" height="507">
-  <node name="start" x="125" y="18" width="140" height="40">
-    <transition name="to_state">
-      <label x="5" y="-10"/>
-    </transition>
-  </node>
-  <node name="first" x="126" y="107" width="140" height="40">
-    <transition name="to_end">
-      <label x="5" y="-10"/>
-    </transition>
-  </node>
-  <node name="end" x="128" y="204" width="140" height="40"/>
-</process-diagram>

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/juddi.properties
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/juddi.properties	2007-04-11 20:54:23 UTC (rev 10906)
+++ labs/jbossesb/trunk/product/samples/quickstarts/jbpm_simple1/juddi.properties	2007-04-11 20:56:06 UTC (rev 10907)
@@ -1,69 +0,0 @@
-# jUDDI Registry Properties (used by RegistryServer)
-# see http://www.juddi.org for more information
-
-# The UDDI Operator Name
-juddi.operatorName = jUDDI.org
-
-# The i18n locale default codes
-juddi.i18n.languageCode = en
-juddi.i18n.countryCode = US
-
-# The UDDI DiscoveryURL Prefix
-juddi.discoveryURL = http://localhost:8080/juddi/uddiget.jsp?
-
-# 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 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
-
-# jUDDI Authentication module to use
-juddi.auth = org.apache.juddi.auth.DefaultAuthenticator
-
-# jUDDI DataStore module currently to use
-juddi.dataStore = org.apache.juddi.datastore.jdbc.JDBCDataStore
-
-# use a dataSource (if set to false a direct 
-# jdbc connection will be used.
-juddi.isUseDataSource=false
-juddi.jdbcDriver=com.mysql.jdbc.Driver
-juddi.jdbcUrl=jdbc:mysql://localhost:3306/juddi
-juddi.jdbcUsername=root
-juddi.jdbcPassword=admin
-# jUDDI DataSource to use
-# juddi.dataSource=java:comp/env/jdbc/MySqlDS
-
-# 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 Validator to use
-juddi.validator=org.apache.juddi.validator.DefaultValidator
-
-# jUDDI Proxy Properties (used by RegistryProxy)
-juddi.proxy.adminURL = http://localhost:8080/juddi/admin
-juddi.proxy.inquiryURL = http://localhost:8080/juddi/inquiry
-juddi.proxy.publishURL = http://localhost:8080/juddi/publish
-juddi.proxy.transportClass = org.apache.juddi.proxy.AxisTransport
-juddi.proxy.securityProvider = com.sun.net.ssl.internal.ssl.Provider
-juddi.proxy.protocolHandler = com.sun.net.ssl.internal.www.protocol
-
-# JNDI settings (used by RMITransport)
-java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
-java.naming.provider.url=jnp://localhost:1099
-java.naming.factory.url.pkgs=org.jboss.naming
-  




More information about the jboss-svn-commits mailing list