<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
<table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
<tbody>
<tr>
<td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
<h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
<!-- To have a header image/logo replace the name below with your img tag -->
<!-- Email clients will render the images when the message is read so any image -->
<!-- must be made available on a public server, so that all recipients can load the image. -->
<a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
</td>
</tr>
<tr>
<td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
Re: JBoss ESB 4.8 in Eclipse
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/imitchell">Ian Mitchell</a> in <i>JBoss Tools</i> - <a href="http://community.jboss.org/message/563419#563419">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>Tom,</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>Thanks - When I do an "ant echoCP" I get an extremely large list of jar files but I'll look into it further.</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p>There have been a couple of comments regarding the registry configuration - the jbossesb-properties.xml file on the client side looks like this:</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><p><?xml version="1.0" encoding="ISO-8859-1"?><br/><!-- $Id: jbossesb-unittest-properties.xml $ --><br/><!--<br/>  These options are described in the JBossESB manual.<br/>  Defaults are provided here for convenience only.<br/> <br/>  Please read through this file prior to using the system, and consider<br/>  updating the specified entries.<br/>--><br/><esb<br/>  xmlns:xsi="<a class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"<br/>  xsi:noNamespaceSchemaLocation="jbossesb-1_0.xsd"><br/>    <properties name="core"><br/>  <property name="org.jboss.soa.esb.jndi.server.type" value="jboss"/><br/>  <property name="org.jboss.soa.esb.jndi.server.url" value="192.168.0.102"/><br/>  <property name="org.jboss.soa.esb.persistence.connection.factory"  value="org.jboss.internal.soa.esb.persistence.format.MessageStoreFactoryImpl"/><br/>        <property name="jboss.esb.invm.scope.default" value="NONE"/><br/>    </properties><br/>    <properties name="registry">      <br/>     <property name="org.jboss.soa.esb.registry.queryManagerURI" value="org.apache.juddi.v3.client.transport.wrapper.UDDIInquiryService#inquire"/><br/>     <property name="org.jboss.soa.esb.registry.lifeCycleManagerURI" value="org.apache.juddi.v3.client.transport.wrapper.UDDIPublicationService#publish"/><br/>     <property name="org.jboss.soa.esb.registry.securityManagerURI" value="org.apache.juddi.v3.client.transport.wrapper.UDDISecurityService#secure"/><br/>     <property name="org.jboss.soa.esb.registry.implementationClass" value="org.jboss.internal.soa.esb.services.registry.JAXRRegistryImpl"/><br/>     <property name="org.jboss.soa.esb.registry.factoryClass" value="org.apache.ws.scout.registry.ConnectionFactoryImpl"/><br/>     <property name="org.jboss.soa.esb.registry.user" value="root"/><br/>     <property name="org.jboss.soa.esb.registry.password" value="root"/><br/>     <!-- the following parameter is scout specific to set the type of communication between scout and the UDDI (embedded, rmi, soap) --><br/>     <property name="org.jboss.soa.esb.scout.proxy.transportClass" value="org.apache.ws.scout.transport.LocalTransport"/><br/>     <property name="org.jboss.soa.esb.scout.proxy.uddiVersion" value="3.0"/><br/>     <property name="org.jboss.soa.esb.scout.proxy.uddiNameSpace" value="urn:uddi-org:api_v3"/><br/>     <!-- Organization Category to be used by this deployment. --><br/>        <property name="org.jboss.soa.esb.registry.orgCategory" value="org.jboss.soa.esb.:category"/><br/>    </properties><br/>    <properties name="transports" depends="core"><br/>     <property name="org.jboss.soa.esb.mail.smtp.host" value="localhost"/><br/>     <property name="org.jboss.soa.esb.mail.smtp.user" value="jbossesb"/><br/>     <property name="org.jboss.soa.esb.mail.smtp.password" value=""/><br/>     <property name="org.jboss.soa.esb.mail.smtp.port" value="25"/><br/>    </properties><br/>    <properties name="connection"><br/>     <property name="min-pool-size" value="5"/><br/>     <property name="max-pool-size" value="10"/><br/>     <property name="blocking-timeout-millis" value="5000"/><br/>     <property name="abandoned-connection-timeout" value="10000"/><br/>     <property name="abandoned-connection-time-interval" value="30000"/><br/>    </properties><br/>    <properties name="dbstore"><br/>  <property name="org.jboss.soa.esb.persistence.db.connection.url"  value="jdbc:hsqldb:hsql://localhost:9001/"/><br/>  <property name="org.jboss.soa.esb.persistence.db.jdbc.driver"   value="org.hsqldb.jdbcDriver"/><br/>  <property name="org.jboss.soa.esb.persistence.db.user"    value="sa"/><br/>  <property name="org.jboss.soa.esb.persistence.db.pwd"    value=""/>  <br/>  <property name="org.jboss.soa.esb.persistence.db.pool.initial.size" value="2"/><br/>  <property name="org.jboss.soa.esb.persistence.db.pool.min.size" value="2"/><br/>  <property name="org.jboss.soa.esb.persistence.db.pool.max.size" value="5"/><br/>  <!--table managed by pool to test for valid connections - created by pool automatically --><br/>  <property name="org.jboss.soa.esb.persistence.db.pool.test.table" value="pooltest"/><br/>  <!-- # of milliseconds to timeout waiting for a connection from pool --><br/>  <property name="org.jboss.soa.esb.persistence.db.pool.timeout.millis" value="5000"/> <br/>                <property name="org.jboss.soa.esb.persistence.db.conn.manager" value="org.jboss.internal.soa.esb.persistence.manager.StandaloneConnectionManager"/><br/>    </properties><br/>    <properties name="messagerouting"><br/>     <property name="org.jboss.soa.esb.routing.cbrClass" value="org.jboss.internal.soa.esb.services.routing.cbr.JBossRulesRouter"/><br/>    </properties><br/></esb><br/> </p></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/563419#563419">going to Community</a></p>
<p style="margin: 0;">Start a new discussion in JBoss Tools at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>