[jboss-user] [JBoss Tools] - Re: JBoss ESB 4.8 in Eclipse

Ian Mitchell do-not-reply at jboss.com
Thu Sep 23 15:59:48 EDT 2010


Ian Mitchell [http://community.jboss.org/people/imitchell] created the discussion

"Re: JBoss ESB 4.8 in Eclipse"

To view the discussion, visit: http://community.jboss.org/message/563419#563419

--------------------------------------------------------------
Tom,

Thanks - When I do an "ant echoCP" I get an extremely large list of jar files but I'll look into it further.


There have been a couple of comments regarding the registry configuration - the jbossesb-properties.xml file on the client side looks like this:

<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- $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 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="192.168.0.102"/>
  <property name="org.jboss.soa.esb.persistence.connection.factory"  value="org.jboss.internal.soa.esb.persistence.format.MessageStoreFactoryImpl"/>
        <property name="jboss.esb.invm.scope.default" value="NONE"/>
    </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"/>
     <!-- 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"/>
    </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>
</esb>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/563419#563419]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100923/63ea3619/attachment-0001.html 


More information about the jboss-user mailing list