[jboss-jira] [JBoss JIRA] Created: (JBESB-311) jbossesb.xml and CBR is broken

Burr Sutter (JIRA) jira-events at jboss.com
Tue Jan 2 15:39:28 EST 2007


jbossesb.xml and CBR is broken
------------------------------

                 Key: JBESB-311
                 URL: http://jira.jboss.com/jira/browse/JBESB-311
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Content Based Routing
    Affects Versions: 4.0
         Environment: Win2K Pro
            Reporter: Burr Sutter
         Assigned To: Tom Fennelly
             Fix For: 4.0


CBR & the new jbossesb.xml don't seem to generate a proper jbossesb-listener.xml.  The CBR properties show up as attributes instead of a child element.  Here is the declaration in jbossesb.xml:
        <service 
        	category="MyFirstCBRServicesESB" 
        	name="FirstCBRServiceESB" 
        	description="ESB Listener" 
        	is-gateway="false"
        	service-class="org.jboss.soa.esb.listeners.message.CbrListener">
        	<listeners>        
                  <jms-listener name="XPathContentBasedRouter"
                              busidref="quickstartEsbChannel"
                              maxThreads="1">  
                  <property name="ruleSet" value="MyESBRules-XPath.drl"/>
	              <property name="ruleLanguage" value="XPathLanguage.dsl"/>                
	             </jms-listener>
             </listeners> 
        </service>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list