6 Replies Latest reply on Aug 31, 2007 5:31 AM by kconner

    Trailblazer error

    lponce

      Hello,

      I just try to test Trailblazer demo doing following steps:
      1. Install jboss-4.0.5-GA with EJB3 configuration
      2. Install jbossesb-4.2.MR3.zip on jboss-4.0.5-GA
      3. in TB_HOME make ant deploy and works
      4. In http://localhost:8080/trailblazer/ access ok, but if I try to submit data example, I receive in JBoss AS console following error:

      16:24:30,499 INFO [CreditAgencyActions] CreditAgency sending back a credit score of 9
      16:24:30,501 ERROR [ActionProcessingPipeline] Failed to reply to address EPR: PortReference < <wsa:Address jms://localhost/queue/esb-tb-creditAgencyQueue_reply/>, <wsa:ReferenceProperties jbossesb:java.naming.provider.url : localhost/>, <wsa:ReferenceProperties jbossesb:java.naming.factory.initial : org.jnp.interfaces.NamingContextFactory/>, <wsa:ReferenceProperties jbossesb:destination-type : queue/>, <wsa:ReferenceProperties jbossesb:specification-version : 1.1/>, <wsa:ReferenceProperties jbossesb:connection-factory : ConnectionFactory/>, <wsa:ReferenceProperties jbossesb:message-selector : function='request' AND jbossESBresponseUUID='9f5ad60a-e842-41cd-9e07-da3fd3e43cfc'/>, <wsa:ReferenceProperties jbossesb:type : urn:jboss/esb/epr/type/jms/> >.
      org.jboss.soa.esb.couriers.CourierException: java.lang.IllegalArgumentException: Illegal message selector syntax <function='request' AND jbossESBresponseUUID='9f5ad60a-e842-41cd-9e07-da3fd3e43cfc'>. Must be 2 tokens seperated by an '=' character, and the token after the '=' character must be enclosed in single quotes.
      at org.jboss.internal.soa.esb.couriers.JmsCourier.(JmsCourier.java:91)

      Sorry to publish all error, but I'm following steps and I don't know where problem is.

      Thanks in advance,

      Luke