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

Kevin Conner (JIRA) jira-events at lists.jboss.org
Tue Apr 6 05:48:37 EDT 2010


     [ https://jira.jboss.org/jira/browse/JBESB-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Conner updated JBESB-3261:
--------------------------------

        Fix Version/s: 4.4 CP4
    Affects Version/s: 4.4 CP3
                           (was: 4.4 CP4)


> 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 CP3
>            Reporter: Boris Belovic
>            Priority: Trivial
>             Fix For: 4.4 CP4
>
>
> 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