[esb-issues] [JBoss JIRA] Created: (JBESB-3261) QS helloworld_file_notifier: wrong package name in build.xml

Boris Belovic (JIRA) jira-events at lists.jboss.org
Mon Apr 5 10:23:44 EDT 2010


QS helloworld_file_notifier: wrong package name in build.xml
------------------------------------------------------------

                 Key: JBESB-3261
                 URL: https://jira.jboss.org/jira/browse/JBESB-3261
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Examples
    Affects Versions: 4.4 CP4
            Reporter: Boris Belovic
            Priority: Trivial


ant sendesb target results in ClassNotFoundException. The cause is wrong package name for SendEsbMessage class in target definition. The line in build.xml contains:
<java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage" failonerror="true"> which is wrong and this should be replaced with:
<java fork="yes" classname="org.jboss.soa.esb.samples.quickstart.helloworldfilenotifier.test.SendEsbMessage" failonerror="true">.

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

        


More information about the esb-issues mailing list