[jboss-svn-commits] JBL Code SVN: r21372 - in labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product: samples and 5 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Aug 5 14:38:12 EDT 2008


Author: kevin.conner at jboss.com
Date: 2008-08-05 14:38:12 -0400 (Tue, 05 Aug 2008)
New Revision: 21372

Added:
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/jbossesb-properties.xml.template
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/notifications/
Removed:
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/common/
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/email-epr.xsd
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/ftp-epr.xsd
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsd
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsdconfig
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jdbc-epr.xsd
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jms-epr.xsd
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/message.xsd
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/trailblazer/
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-sql/import.sql
Modified:
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/base-build.xml
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/helloworld_topic_notifier/src/org/jboss/soa/esb/samples/quickstart/helloworldtopicnotifier/ReceiveJMSMessage.java
   labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-service.xml
Log:
Pull SOA changes across from SOA 4.2 branch

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/email-epr.xsd
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/email-epr.xsd	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/email-epr.xsd	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:email="http://www.jboss.org/soa/endpoint/protocol/email"  targetNamespace="http://www.jboss.org/soa/endpoint/email-epr" elementFormDefault="qualified" attributeFormDefault="unqualified">
-    <import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="common/ws-addr.xsd"/>
-	<import namespace="http://www.jboss.org/soa/endpoint/protocol/email" schemaLocation="common/email.xsd"/>
-	<element name="email-epr">
-      <complexType>
-       <sequence>
-        <element ref="wsa:EndpointReference"/>
-        <element ref="email:email"/>
-        </sequence>
-       <attribute name="version" type="string" use="required"/>
-      </complexType>
-  </element>
-</schema>
\ No newline at end of file

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/ftp-epr.xsd
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/ftp-epr.xsd	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/ftp-epr.xsd	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:ftp="http://www.jboss.org/soa/endpoint/protocol/ftp"  targetNamespace="http://www.jboss.org/soa/endpoint/ftp-epr" elementFormDefault="qualified" attributeFormDefault="unqualified">
-    <import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="common/ws-addr.xsd"/>
-	<import namespace="http://www.jboss.org/soa/endpoint/protocol/ftp" schemaLocation="common/ftp.xsd"/>
-	<element name="ftp-epr">
-      <complexType>
-       <sequence>
-        <element ref="wsa:EndpointReference"/>
-        <element ref="ftp:ftp"/>
-        </sequence>
-       <attribute name="version" type="string" use="required"/>
-      </complexType>
-  </element>
-</schema>
\ No newline at end of file

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsd
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsd	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsd	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,542 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--Generated by Turbo XML 2.4.1.100. Conforms to w3c http://www.w3.org/2001/XMLSchema-->
-<xsd:schema 
-     xmlns:xsd="http://www.w3.org/2001/XMLSchema"
-	 xmlns:jesb="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd"
-	 targetNamespace="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd"
-	 elementFormDefault="qualified">
-	
-	<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			Document root + some basic types.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-	
-	<xsd:element name="jbossesb">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">The jbossesb configuration for a single instance.</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-			    <xsd:element ref="jesb:providers" minOccurs="0" maxOccurs="1"/>
-				<xsd:element ref="jesb:services" minOccurs="0" maxOccurs="1"/>
-			</xsd:sequence>
-			<xsd:attribute name="parameterReloadSecs" use="optional" default="180"/>
-		</xsd:complexType>
-	</xsd:element>
-
-	<xsd:element name="property">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">A simple name-value pair.</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="xsd:anyType">
-					<xsd:attribute name="name" use="required" type="xsd:string"/>
-					<xsd:attribute name="value" type="xsd:string"/>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	
-	<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			Provider and Bus base types.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-
-	<xsd:element name="providers">
-	    <xsd:annotation>
-	    <xsd:documentation xml:lang="en">A container for the providers referenced in the jbossesb config file</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element ref="jesb:provider" maxOccurs="unbounded" minOccurs="1"/>
-			</xsd:sequence>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:complexType name="provider">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">A provider of a bus. So for instance you can have a jms-provider (JBossMQ) or an ftp-provider.</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:sequence>
-			<xsd:element ref="jesb:property" minOccurs="0" maxOccurs="unbounded"/>
-			<xsd:element ref="jesb:bus" maxOccurs="unbounded" minOccurs="1"/>
-		</xsd:sequence>
-		<xsd:attribute name="name" use="required" type="xsd:string"/>
-	</xsd:complexType>
-	<xsd:element name="provider" type="jesb:provider"/>
-	
-	<xsd:complexType name="bus">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">A bus (also called "channel" by others) is a means by which Services communicate with each other (JMS, FTP, HTTP, etc).</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:sequence>
-			<xsd:element ref="jesb:property" minOccurs="0" maxOccurs="unbounded"/>
-		</xsd:sequence>
-		<xsd:attribute name="busid" use="required" type="xsd:string">
-			<xsd:annotation>
-				<xsd:documentation xml:lang="en">An id such that this bus can be referenced by Service listn.</xsd:documentation><xsd:appinfo>
-			</xsd:appinfo></xsd:annotation>
-		</xsd:attribute>
-	</xsd:complexType>
-	<xsd:element name="bus" type="jesb:bus" />
-	
-	<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			Service and Action types.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-	
-	<xsd:element name="services">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">A container for services.</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element ref="jesb:service" minOccurs="1" maxOccurs="unbounded"/>
-			</xsd:sequence>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="service">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">A service has listener or gateways and a list of actions.</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element ref="jesb:listeners" minOccurs="1" maxOccurs="1"/>
-				<xsd:element ref="jesb:actions" minOccurs="0" maxOccurs="1"/>
-			</xsd:sequence>
-			<xsd:attribute name="category" use="required" type="xsd:string">
-				<xsd:annotation>
-					<xsd:documentation xml:lang="en">The service category which will be used to store a reference to this service in the registry.
-				</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="name" use="required" type="xsd:string">
-				<xsd:annotation>
-					<xsd:documentation xml:lang="en">The service name which will be used to store a reference to this service in the registry.</xsd:documentation>
-					</xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="description" use="required" type="xsd:string">
-				<xsd:annotation>
-					<xsd:documentation xml:lang="en">The service description which stored with this service in the registry, so that the purpose of this service can be understood by a human.</xsd:documentation>
-				</xsd:annotation>
-			</xsd:attribute>
-		</xsd:complexType>
-	</xsd:element>
-
-	<xsd:element name="actions">
-		<xsd:annotation>
-			<xsd:documentation xml:lang="en">A container for actions belonging to this service.</xsd:documentation>
-		</xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element ref="jesb:action" minOccurs="1" maxOccurs="unbounded"/>
-			</xsd:sequence>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="action">
-		<xsd:annotation><xsd:documentation xml:lang="en">An action which will act on the message when it is received by the service.
-		Actions can be chained. Hence you can specify a list of actions. Action are 'pluggable' and can be custom code, however
-		JBossESB comes with a list of predefined actions.</xsd:documentation>
-		</xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element ref="jesb:property" minOccurs="0" maxOccurs="unbounded"/>
-			</xsd:sequence>
-			<xsd:attribute name="name" use="required" type="xsd:string">
-				<xsd:annotation>
-					<xsd:documentation xml:lang="en">The logical name of the action.</xsd:documentation>
-				</xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="class" use="required" type="xsd:string">
-				<xsd:annotation>
-				<xsd:documentation xml:lang="en">The full classname of the java class in which this action is defined.</xsd:documentation>
-				</xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="process" type="xsd:string">
-				<xsd:annotation>
-					<xsd:documentation xml:lang="en">The name of the method on the action that needs to be called when the message is received.</xsd:documentation>
-				</xsd:annotation>
-			</xsd:attribute>
-		</xsd:complexType>
-	</xsd:element>
-
-	<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			Listener base types.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-
-	<xsd:element name="listeners">
-	    <xsd:annotation>
-	    	<xsd:documentation xml:lang="en">A container for all listener for a service.</xsd:documentation>
-	    </xsd:annotation>
-		<xsd:complexType>
-			<xsd:sequence>
-				<xsd:element ref="jesb:listener" maxOccurs="unbounded" minOccurs="1"/>
-			</xsd:sequence>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:complexType name="listener">
-		<xsd:annotation>
-			<xsd:documentation xml:lang="en">A listener is a listener or a gateway. The listener defines to which bus
-			the service is listening. The service can simultaneniously listen to multiple buses.</xsd:documentation>
-		</xsd:annotation>
-		<xsd:sequence>
-			<xsd:element ref="jesb:property" minOccurs="0" maxOccurs="unbounded"/>
-		</xsd:sequence>
-		<xsd:attribute name="name" use="required" type="xsd:string">
-			<xsd:annotation>
-				<xsd:documentation xml:lang="en">The logical name of the listener.</xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-		<xsd:attribute name="busidref" use="required" type="xsd:string">
-			<xsd:annotation>
-				<xsd:documentation xml:lang="en">A reference to an existing bus, as defined in the 'buses' section of this jbossesb config.</xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-		<xsd:attribute name="maxThreads" use="required" type="xsd:int">
-				<xsd:annotation><xsd:documentation xml:lang="en">The number of threads which will be started for this listener.</xsd:documentation></xsd:annotation>
-		</xsd:attribute>
-		<xsd:attribute name="is-gateway" use="optional" type="xsd:boolean" default="false">
-			<xsd:annotation>
-				<xsd:documentation xml:lang="en">true if the listener is a gateway. A gateway is an ESB-Unware listener, while a
-					listener is ESB-aware and as such expects jbossesb formatted messages.</xsd:documentation>
-			</xsd:annotation>
-		</xsd:attribute>
-	</xsd:complexType>
-	<xsd:element name="listener" type="jesb:listener" />
-
-	<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			JMS Type Implementations.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-
-	<xsd:element name="jms-message-filter">
-	    <xsd:annotation><xsd:documentation xml:lang="en">A JMS filter can add information to a Queue, or Topic. For example you
-	    can defined a message-selector. However, you can also push the queue name and type into this
-	    filter given you did not already specify them in the jms-bus.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:attribute name="dest-name" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">Name of the Queue of Topic.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="dest-type" use="required">
-				<xsd:annotation><xsd:documentation xml:lang="en">A Queue delivers a message once, a topic broadcasts a message to all registered listeners.</xsd:documentation></xsd:annotation>
-				<xsd:simpleType>
-					<xsd:restriction base = "xsd:NMTOKEN">
-						<xsd:enumeration value = "QUEUE"/>
-						<xsd:enumeration value = "TOPIC"/>
-					</xsd:restriction>
-				</xsd:simpleType>
-			</xsd:attribute>
-			<xsd:attribute name="selector" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">A message-selector allows multiple listeners to register with the same queue/topic, but
-				they will filter on this message-selector.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="jms-bus" substitutionGroup="jesb:bus">
-		<xsd:annotation><xsd:documentation xml:lang="en">A JMS-Bus is a specific instance of a bus using the JMS protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:bus">
-					<xsd:sequence>
-						<xsd:element ref="jesb:jms-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="jms-provider" substitutionGroup="jesb:provider">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific instance of a provider, providing JMS.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:provider">
-					<xsd:attribute name="connection-factory" use="required" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The connection-factory used to lookup queues/topics in a naming directory (JNDI)</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="jndi-context-factory" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The context factory class the JBossESB will use to do naming lookups.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="jndi-pkg-prefix" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The pkg-prefix which will be used to do naming lookups. It is left empty by default.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="jndi-URL" use="required" type="xsd:anyURI">
-						<xsd:annotation><xsd:documentation xml:lang="en">The URL used to do naming lookups.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="jms-listener" substitutionGroup="jesb:listener">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific listener using the jms protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:listener">
-					<xsd:sequence>
-						<xsd:element ref="jesb:jms-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	
-	<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			FS Type Implementations.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-	<xsd:element name="fs-message-filter">
-	    <xsd:annotation><xsd:documentation xml:lang="en">A FS filter.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:attribute name="directory" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file share that is monitored for incoming new files.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="input-suffix" use="optional" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix used to filter files targeted for comsumption by the ESB (note: add the dot, so something like '.esbIn').</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="work-suffix" use="optional" type="xsd:string" default=".esbInProcess">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix used while the file is being process, so that another thread or process won't pick it up too.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-delete" use="optional" type="xsd:boolean" default="true">
-				<xsd:annotation><xsd:documentation xml:lang="en">If true, the file will be deleted after it is processed. Note that in that case post-directory and post-suffix have no effect.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-directory" use="optional" type="xsd:string" default="processed">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file share to which the file will be moved after it is processed by the ESB</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-suffix" use="optional" type="xsd:string" default=".esbDone">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix which will be added to the file name after it is processed.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-delete" use="optional" type="xsd:boolean" default="true">
-				<xsd:annotation><xsd:documentation xml:lang="en">If true, the file will be deleted if an error occurs during processing. Note that in that case error-directory and error-suffix have no effect.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-directory" use="optional" type="xsd:string" default="processed">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file share to which the file will be moved after when an error occurs during processing.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-suffix" use="optional" type="xsd:string" default=".esbERROR">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix which will be added to the file name after an error occurs during processing.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-		</xsd:complexType>
-	</xsd:element>	
-	<xsd:element name="fs-bus" substitutionGroup="jesb:bus">
-		<xsd:annotation><xsd:documentation xml:lang="en">A Fs-Bus is a specific instance of a bus using the File protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:bus">
-					<xsd:sequence>
-						<xsd:element ref="jesb:fs-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>	
-	<xsd:element name="fs-provider" substitutionGroup="jesb:provider">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific instance of a provider, providing a file system (local fileshare or NAS).</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:provider"/>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="fs-listener" substitutionGroup="jesb:listener">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific listener using the file protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:listener">
-					<xsd:sequence>
-						<xsd:element ref="jesb:fs-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-					<xsd:attribute name="poll-frequency-seconds" use="optional" default="10">
-					    <xsd:annotation>
-							<xsd:documentation xml:lang="en">The frequency with which this listener polls fs in seconds. Defaults to 10 seconds.</xsd:documentation>
-						</xsd:annotation>
-					    <xsd:simpleType>
-					    	<xsd:restriction base="xsd:integer">
-					    		<xsd:minExclusive value="0"/>
-					    	</xsd:restriction>
-					    </xsd:simpleType>
-					</xsd:attribute>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	
-		<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			FTP Type Implementations.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-	<xsd:element name="ftp-message-filter">
-	    <xsd:annotation><xsd:documentation xml:lang="en">A FTP filter.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:attribute name="directory" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The ftp directory that is monitored for incoming new files.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="username" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The username used to access the ftp server</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="password" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The password used to access the ftp server.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="input-suffix" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix used to filter files targeted for comsumption by the ESB (note: add the dot, so something like '.esbIn').</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="work-suffix" use="optional" type="xsd:string" default=".esbInProcess">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix used while the file is being process, so that another thread or process won't pick it up too.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-delete" use="optional" type="xsd:boolean" default="true">
-				<xsd:annotation><xsd:documentation xml:lang="en">If true, the file will be deleted after it is processed. Note that in that case post-directory and post-suffix have no effect.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-directory" use="optional" type="xsd:string" default="processed">
-				<xsd:annotation><xsd:documentation xml:lang="en">The ftp directory to which the file will be moved after it is processed by the ESB</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-suffix" use="optional" type="xsd:string" default=".esbDone">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix which will be added to the file name after it is processed.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-delete" use="optional" type="xsd:boolean" default="true">
-				<xsd:annotation><xsd:documentation xml:lang="en">If true, the file will be deleted if an error occurs during processing. Note that in that case error-directory and error-suffix have no effect.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-directory" use="optional" type="xsd:string" default="processed">
-				<xsd:annotation><xsd:documentation xml:lang="en">The ftp directory to which the file will be moved after when an error occurs during processing.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-suffix" use="optional" type="xsd:string" default=".esbERROR">
-				<xsd:annotation><xsd:documentation xml:lang="en">The file suffix which will be added to the file name after an error occurs during processing.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="passive" use="optional" type="xsd:boolean">
-				<xsd:annotation><xsd:documentation xml:lang="en">This is an ftp server setting which may vary per session.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="protocol" use="optional" default="ftp">
-				<xsd:annotation><xsd:documentation xml:lang="en">The protocol, can be sftp (SSH File Transfer Protocol), ftps (FTP over SLL) and ftp (to which it defaults).</xsd:documentation></xsd:annotation>
-				<xsd:simpleType>
-					<xsd:restriction base = "xsd:NMTOKEN">
-						<xsd:enumeration value = "ftp"/>
-						<xsd:enumeration value = "ftps"/>
-						<xsd:enumeration value = "sftp"/>
-					</xsd:restriction>
-				</xsd:simpleType>
-			</xsd:attribute>
-			<xsd:attribute name="certificate-url" use="optional" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The url to a certificate, which can be needed for secure protocols (sftp and ftps).</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-		</xsd:complexType>
-	</xsd:element>	
-	<xsd:element name="ftp-bus" substitutionGroup="jesb:bus">
-		<xsd:annotation><xsd:documentation xml:lang="en">A FTP-Bus is a specific instance of a bus using the FTP protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:bus">
-					<xsd:sequence>
-						<xsd:element ref="jesb:ftp-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>	
-	<xsd:element name="ftp-provider" substitutionGroup="jesb:provider">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific instance of a provider, providing a ftp service.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:provider">
-					<xsd:attribute name="hostname" use="required" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The ftp hostname, as it can be resolved by DNS.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="ftp-listener" substitutionGroup="jesb:listener">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific listener using the ftp protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:listener">
-					<xsd:sequence>
-						<xsd:element ref="jesb:ftp-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-					<xsd:attribute name="poll-frequency-seconds" use="optional" default="10">
-					    <xsd:annotation>
-							<xsd:documentation xml:lang="en">The frequency with which this listener polls ftp server in seconds. Defaults to 10 seconds.</xsd:documentation>
-						</xsd:annotation>
-						<xsd:simpleType>
-					    	<xsd:restriction base="xsd:integer">
-					    		<xsd:minExclusive value="0"/>
-					    	</xsd:restriction>
-					    </xsd:simpleType>
-					</xsd:attribute>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	
-			<!-- 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888
-			SQL Type Implementations.
-		 88888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888888-->
-	<xsd:element name="sql-message-filter">
-	    <xsd:annotation><xsd:documentation xml:lang="en">A SQL filter.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:attribute name="tablename" use="required" type="xsd:string">
-				<xsd:annotation><xsd:documentation xml:lang="en">The table in which esb message are stored.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="message-id-column" use="optional" type="xsd:string" default="message_id">
-				<xsd:annotation><xsd:documentation xml:lang="en">A unique key (PK) in the table.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="message-column" use="optional" type="xsd:string" default="message">
-				<xsd:annotation><xsd:documentation xml:lang="en">The field that holds the serialized message.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="status-column" use="optional" type="xsd:string" default="status">
-				<xsd:annotation><xsd:documentation xml:lang="en">This column contents ('P', 'W', 'E' or 'D') indicates if the row is pending (P), in process (W),  in error(E) or done (D)  if postDelete and/or errorDelete are 'true' rows might be deleted</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="insert-timestamp-column" use="optional" type="xsd:string" default="insert_timestamp">
-				<xsd:annotation><xsd:documentation xml:lang="en">Holds the timestamp when the record was inserted.</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="post-delete" use="optional" type="xsd:boolean" default="true">
-				<xsd:annotation><xsd:documentation xml:lang="en">If true, records will be deleted after processing.((e.g. no rows with a 'D' for done, in column defined in 'status_column')</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-			<xsd:attribute name="error-delete" use="optional" type="xsd:boolean" default="true">
-				<xsd:annotation><xsd:documentation xml:lang="en">If true, records in error will be deleted after attempted picked up for processing.(e.g. no rows with a 'E' for error, in column defined in 'status_column')</xsd:documentation></xsd:annotation>
-			</xsd:attribute>
-		</xsd:complexType>
-	</xsd:element>	
-	<xsd:element name="sql-bus" substitutionGroup="jesb:bus">
-		<xsd:annotation><xsd:documentation xml:lang="en">A SQL-Bus is a specific instance of a bus using the SQL protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:bus">
-					<xsd:sequence>
-						<xsd:element ref="jesb:sql-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>	
-	<xsd:element name="sql-provider" substitutionGroup="jesb:provider">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific instance of a provider, providing a db service.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:provider">
-					<xsd:attribute name="url" use="required" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The url needed to connect to the db.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="driver" use="required" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The driver needed to connect to the db.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="username" use="required" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The username used to access the database.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-					<xsd:attribute name="password" use="optional" type="xsd:string">
-						<xsd:annotation><xsd:documentation xml:lang="en">The password used to access the database.</xsd:documentation></xsd:annotation>
-					</xsd:attribute>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-	<xsd:element name="sql-listener" substitutionGroup="jesb:listener">
-		<xsd:annotation><xsd:documentation xml:lang="en">A specific listener using the ftp protocol.</xsd:documentation></xsd:annotation>
-		<xsd:complexType>
-			<xsd:complexContent>
-				<xsd:extension base="jesb:listener">
-					<xsd:sequence>
-						<xsd:element ref="jesb:sql-message-filter" maxOccurs="1" minOccurs="0"/>
-					</xsd:sequence>
-					<xsd:attribute name="poll-frequency-seconds" use="optional" default="10">
-						<xsd:annotation>
-							<xsd:documentation xml:lang="en">The frequency with which this listener polls the db in seconds. Defaults to 10 seconds.</xsd:documentation>
-						</xsd:annotation>
-						<xsd:simpleType>
-					    	<xsd:restriction base="xsd:integer">
-					    		<xsd:minExclusive value="0"/>
-					    	</xsd:restriction>
-					    </xsd:simpleType>
-					</xsd:attribute>
-				</xsd:extension>
-			</xsd:complexContent>
-		</xsd:complexType>
-	</xsd:element>
-</xsd:schema>
\ No newline at end of file

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsdconfig
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsdconfig	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jbossesb-1.0.xsdconfig	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,14 +0,0 @@
-<!-- An xsdconfig file must begin with a "config" element in the 
-        http://www.bea.com/2002/09/xbean/config namespace. Also, be sure
-        to declare any namespaces used to qualify types in your schema (here,
-        the namespace corresponding to the pol prefix. -->
-        
-<xb:config xmlns:pol="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd" 
-    xmlns:xb="http://www.bea.com/2002/09/xbean/config">
-
-    <!-- Use the "namespace" element to map a namespace to the Java package
-        name that should be generated. -->
-    <xb:namespace uri="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.0.xsd">
-        <xb:package>org.jboss.soa.esb.listeners.config</xb:package>
-    </xb:namespace>
-</xb:config>
\ No newline at end of file

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jdbc-epr.xsd
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jdbc-epr.xsd	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jdbc-epr.xsd	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:jdbc="http://www.jboss.org/soa/endpoint/protocol/jdbc"  targetNamespace="http://www.jboss.org/soa/endpoint/jdbc-epr" elementFormDefault="qualified" attributeFormDefault="unqualified">
-    <import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="common/ws-addr.xsd"/>
-	<import namespace="http://www.jboss.org/soa/endpoint/protocol/jdbc" schemaLocation="common/jdbc.xsd"/>
-	<element name="jdbc-epr">
-      <complexType>
-       <sequence>
-        <element ref="wsa:EndpointReference"/>
-        <element ref="jdbc:jdbc"/>
-        </sequence>
-       <attribute name="version" type="string" use="required"/>
-      </complexType>
-  </element>
-</schema>
\ No newline at end of file

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jms-epr.xsd
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jms-epr.xsd	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/jms-epr.xsd	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:jms="http://www.jboss.org/soa/endpoint/protocol/jms"  targetNamespace="http://www.jboss.org/soa/endpoint/jms-epr" elementFormDefault="qualified" attributeFormDefault="unqualified">
-    <import namespace="http://www.w3.org/2005/08/addressing" schemaLocation="common/ws-addr.xsd"/>
-	<import namespace="http://www.jboss.org/soa/endpoint/protocol/jms" schemaLocation="common/jms.xsd"/>
-	<element name="jms-epr">
-      <complexType>
-       <sequence>
-        <element ref="wsa:EndpointReference"/>
-        <element ref="jms:jms"/>
-        </sequence>
-       <attribute name="version" type="string" use="required"/>
-      </complexType>
-  </element>
-</schema>
-

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/message.xsd
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/message.xsd	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/etc/schemas/xml/message.xsd	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Work in progress. Treat it as such. -->
-<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:wsa="common/ws-addr.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
-	<xs:complexType name="Header">
-		<xs:sequence>
-			<xs:element ref="wsa:To" maxOccurs="1"/>
-			<xs:element ref="wsa:From" maxOccurs="1"/>
-			<xs:element ref="wsa:ReplyTo" maxOccurs="1"/>
-			<xs:element ref="wsa:Action" minOccurs="1" maxOccurs="1"/>
-			<xs:element ref="wsa:MessageID" maxOccurs="1"/>
-			<xs:element ref="wsa:RelatesTo" maxOccurs="1"/>
-			<xs:element ref="wsa:ReferenceParameters"/>
-		</xs:sequence>
-	</xs:complexType>
-	
-	<xs:complexType name="Context"/>
-	
-	<xs:complexType name="Body">
-		<xs:sequence>
-			<xs:element name="Bytes" type="xs:base64Binary" maxOccurs="1"/>
-			<xs:element type="xs:base64binary"/>
-		</xs:sequence>
-	</xs:complexType>
-	
-	<xs:complexType name="Attachment">
-		<xs:sequence>
-			<xs:element name="Named" type="xs:base64Binary"/>
-			<xs:element name="UnNamed" type="xs:base64Binary"/>
-		</xs:sequence>
-	</xs:complexType>
-
-	<xs:complexType name="Fault">
-		<xs:sequence>
-			<xs:element name="Code" type="xs:anyURI" minOccurs="1" maxOccurs="1"/>
-			<xs:element name="Reason" type="xs:string" maxOccurs="1"/>
-		</xs:sequence>
-	</xs:complexType>
-
-	<xs:complexType name="Properties">
-		<xs:sequence>
-			<xs:element type="xs:base64Binary"/>
-		</xs:sequence>
-	</xs:complexType>
-
-	<xs:complexType name="Envelope">
-		<xs:attribute ref="Header" use="required"/>
-		<xs:attribute ref="Context" use="required"/>
-		<xs:attribute ref="Body" use="required"/>
-		<xs:attribute ref="Attachment" use="optional"/>
-		<xs:attribute ref="Properties" use="optional"/>
-		<xs:attribute ref="Fault" use="optional"/>
-	</xs:complexType>	
-</xs:schema>
\ No newline at end of file

Modified: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/base-build.xml
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/base-build.xml	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/base-build.xml	2008-08-05 18:38:12 UTC (rev 21372)
@@ -24,7 +24,7 @@
 	<!-- Are we embedded in a jbossesb distribution hierarchy? -->
 	<condition property="hierarchy.jbossesb">
 		<and>
-			<available file="${product.dir}/JBossORG-EULA.txt"/>
+			<available file="${product.dir}/JEMS-EULA.txt"/>
 			<not>
 				<or>
 					<available file="${product.dir}/server/default"/>
@@ -36,7 +36,7 @@
 	<!-- Are we embedded in a jbossesb-server distribution hierarchy? -->
 	<condition property="hierarchy.jbossesb-server">
 		<and>
-			<available file="${product.dir}/JBossORG-EULA.txt"/>
+			<available file="${product.dir}/JEMS-EULA.txt"/>
 			<or>
 				<available file="${product.dir}/server/default"/>
 				<available file="${product.dir}/server/production"/>

Copied: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/jbossesb-properties.xml.template (from rev 20941, labs/jbossesb/workspace/platform/JBESB_4_2_1_SOA_4_2_FP/product/samples/quickstarts/conf/jbossesb-properties.xml.template)
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/jbossesb-properties.xml.template	                        (rev 0)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/conf/jbossesb-properties.xml.template	2008-08-05 18:38:12 UTC (rev 21372)
@@ -0,0 +1,89 @@
+<?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.type" value="jboss"/>
+		<property name="org.jboss.soa.esb.jndi.server.url" value="localhost"/>
+		<property name="org.jboss.soa.esb.persistence.connection.factory" 	value="org.jboss.internal.soa.esb.persistence.format.MessageStoreFactoryImpl"/>
+    </properties>
+    <properties name="registry">      
+    	<property name="org.jboss.soa.esb.registry.queryManagerURI"     		
+    		value="jnp://localhost:1099/InquiryService?org.apache.juddi.registry.rmi.Inquiry#inquire"/>    		
+    	<property name="org.jboss.soa.esb.registry.lifeCycleManagerURI"     		
+    		value="jnp://localhost:1099/PublishService?org.apache.juddi.registry.rmi.Publish#publish" />
+    	<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="jbossesb"/>
+    	<property name="org.jboss.soa.esb.registry.password" 
+    	  value="password"/>
+    	<!-- 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.RMITransport"/>
+    </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"/>
+    </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="dbstore">
+		<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"/>
+		<!-- # of milliseconds to timeout waiting for a connection from pool -->
+		<property name="org.jboss.soa.esb.persistence.db.pool.timeout.millis"	value="5000"/> 
+                <property name="org.jboss.soa.esb.persistence.db.conn.manager" value="org.jboss.internal.soa.esb.persistence.manager.StandaloneConnectionManager"/>
+    </properties>
+    <properties name="messagerouting">
+    	<property name="org.jboss.soa.esb.routing.cbrClass" value="org.jboss.internal.soa.esb.services.routing.cbr.JBossRulesRouter"/>
+    </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.2" value="org.jboss.internal.soa.esb.message.filter.GatewayFilter"/>
+    </properties>
+</esb>

Modified: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/helloworld_topic_notifier/src/org/jboss/soa/esb/samples/quickstart/helloworldtopicnotifier/ReceiveJMSMessage.java
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/helloworld_topic_notifier/src/org/jboss/soa/esb/samples/quickstart/helloworldtopicnotifier/ReceiveJMSMessage.java	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/helloworld_topic_notifier/src/org/jboss/soa/esb/samples/quickstart/helloworldtopicnotifier/ReceiveJMSMessage.java	2008-08-05 18:38:12 UTC (rev 21372)
@@ -111,8 +111,13 @@
 	}	
     	ReceiveJMSMessage rm = new ReceiveJMSMessage();
     	rm.receiveOne(args[0], args[1].equals("durable"));
-    	while (true) {
-    	}
+        // Fix for: http://jira.jboss.com/jira/browse/SOA-458
+        while (true) { // loop until I'm killed
+            try {
+                Thread.sleep(500);
+            } catch (InterruptedException e) {break;}
+        } 
+
     }
     
 }

Copied: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/samples/quickstarts/notifications (from rev 20941, labs/jbossesb/workspace/platform/JBESB_4_2_1_SOA_4_2_FP/product/samples/quickstarts/notifications)

Modified: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-service.xml
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-service.xml	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-service.xml	2008-08-05 18:38:12 UTC (rev 21372)
@@ -8,8 +8,7 @@
       <attribute name="Datasource">java:/JbpmDS</attribute>
       <attribute name="ExistsSql">select * from JBPM_ID_USER</attribute>
       <attribute name="SqlFiles">
-      jbpm-sql/jbpm.jpdl.hsqldb.sql,
-      jbpm-sql/import.sql
+      jbpm-sql/jbpm.jpdl.hsqldb.sql
       </attribute>
       <depends>jboss.jca:service=DataSourceBinding,name=JbpmDS</depends>
       <attribute name="UseEOL">true</attribute>

Deleted: labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-sql/import.sql
===================================================================
--- labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-sql/import.sql	2008-08-05 18:33:23 UTC (rev 21371)
+++ labs/jbossesb/workspace/platform/JBESB_4_4_SOA_4_3_GA/product/services/jbpm/src/main/resources/jbpm-sql/import.sql	2008-08-05 18:38:12 UTC (rev 21372)
@@ -1,23 +0,0 @@
-insert into JBPM_ID_USER (ID_,CLASS_,NAME_,EMAIL_,PASSWORD_) values (1,'U','user','user at sample.domain','user');
-insert into JBPM_ID_USER (ID_,CLASS_,NAME_,EMAIL_,PASSWORD_) values (2,'U','manager','manager at sample.domain','manager');
-insert into JBPM_ID_USER (ID_,CLASS_,NAME_,EMAIL_,PASSWORD_) values (3,'U','admin','admin at sample.domain','admin');
-insert into JBPM_ID_USER (ID_,CLASS_,NAME_,EMAIL_,PASSWORD_) values( 4,'U','shipper','shipper at sample.domain','shipper');
-
-insert into JBPM_ID_GROUP (ID_,CLASS_,NAME_,TYPE_) values (1,'G','sales','organisation');
-insert into JBPM_ID_GROUP (ID_,CLASS_,NAME_,TYPE_) values (2,'G','admin','security-role');
-insert into JBPM_ID_GROUP (ID_,CLASS_,NAME_,TYPE_) values (3,'G','user','security-role');
-insert into JBPM_ID_GROUP (ID_,CLASS_,NAME_,TYPE_) values (4,'G','hr','organisation');
-insert into JBPM_ID_GROUP (ID_,CLASS_,NAME_,TYPE_) values (5,'G','manager','security-role');
-
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (1,'M',2,4);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (2,'M',3,4);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (3,'M',4,4);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (4,'M',4,3);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (5,'M',1,3);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (6,'M',2,3);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (7,'M',3,3);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (8,'M',3,2);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (9,'M',2,2);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (10,'M',2,5);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (11,'M',2,1);
-insert into JBPM_ID_MEMBERSHIP (ID_,CLASS_,USER_,GROUP_) values (12,'M',1,1);
\ No newline at end of file




More information about the jboss-svn-commits mailing list