Hiranya, Isn't this affecting the samples? I would like to keep the jms and vfs senders enabled on the ESB by default. Is that the case?
Thanks, Ruwan [email protected] wrote: > Author: hiranya > Date: Mon May 4 04:30:50 2009 > New Revision: 34791 > URL: http://wso2.org/svn/browse/wso2?view=rev&revision=34791 > > Log: > Commenting out the JMS and VFS transport configs from the ESB axis2.xml. > These configs are now available in the respective transport admin bundles and > will be loaded from there during the first run. > > > > Modified: > trunk/esb/java/modules/distribution/src/main/conf/axis2.xml > > Modified: trunk/esb/java/modules/distribution/src/main/conf/axis2.xml > URL: > http://wso2.org/svn/browse/wso2/trunk/esb/java/modules/distribution/src/main/conf/axis2.xml?rev=34791&r1=34790&r2=34791&view=diff > ============================================================================== > --- trunk/esb/java/modules/distribution/src/main/conf/axis2.xml > (original) > +++ trunk/esb/java/modules/distribution/src/main/conf/axis2.xml Mon May > 4 04:30:50 2009 > @@ -323,8 +323,8 @@ > <!--supports Strict|AllowAll|DefaultAndLocalhost or the default > if none specified --> > </transportSender> > > - <transportSender name="jms" > class="org.apache.axis2.transport.jms.JMSSender"> > - <!-- uncomment this and configure to use connection pools for > sending messages > + <!-- uncomment this and configure to use connection pools for sending > messages > + <transportSender name="jms" > class="org.apache.axis2.transport.jms.JMSSender"> > <parameter name="myTopicConnectionFactory"> > <parameter > name="java.naming.factory.initial">org.apache.activemq.jndi.ActiveMQInitialContextFactory</parameter> > <parameter > name="java.naming.provider.url">tcp://localhost:61616</parameter> > @@ -344,10 +344,10 @@ > <parameter > name="java.naming.provider.url">tcp://localhost:61616</parameter> > <parameter > name="transport.jms.ConnectionFactoryJNDIName">QueueConnectionFactory</parameter> > <parameter name="transport.jms.ConnectionFactoryType" > locked="false">queue</parameter> > - </parameter> --> > - </transportSender> > + </parameter> > > + </transportSender--> > > - <transportSender name="vfs" > class="org.apache.synapse.transport.vfs.VFSTransportSender"/> > + <!--transportSender name="vfs" > class="org.apache.synapse.transport.vfs.VFSTransportSender"/--> > > <!-- Uncomment and configure the SMTP server information > check com.sun.mail.smtp package documentation for descriptions of > properties > > _______________________________________________ > Esb-java-dev mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev > > -- Ruwan Linton Senior Software Engineer & Product Manager; WSO2 ESB; http://wso2.org/esb WSO2 Inc.; http://wso2.org email: [email protected]; cell: +94 77 341 3097 blog: http://ruwansblog.blogspot.com _______________________________________________ Esb-java-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-dev
