[esb-issues] [JBoss JIRA] Created: (JBESB-1463) Error running transform_XML2POJO quickstart

Jehudi Castro (JIRA) jira-events at lists.jboss.org
Thu Jan 10 13:36:43 EST 2008


Error running transform_XML2POJO quickstart
-------------------------------------------

                 Key: JBESB-1463
                 URL: http://jira.jboss.com/jira/browse/JBESB-1463
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.2.1
         Environment: Win2k3
JBoss SOA Platform ESB Standalone Server - Version 4.2.0.beta1
            Reporter: Jehudi Castro


When execute this step:
2. Open another command terminal window in this folder ("Window2"), type 'ant receive'.
get this output:
     [echo] Runs Test JMS Receiver
     [java] Usage <queue-name>

This is the target in the build.xml file:
	<target name="receive" depends="compile" description="runs Test JMS Receiver">
		<echo>Runs Test JMS Receiver</echo>
		<java fork="no" classname="org.jboss.soa.esb.samples.quickstart.transformxml2pojo.test.ReceiveJMSMessage" failonerror="true">
			<classpath refid="exec-classpath"/>
		</java>
	</target>  

I guess that is missing something like <arg value="queue/myQueue"/>

-- 
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 esb-issues mailing list