[
http://jira.jboss.com/jira/browse/JBESB-1012?page=comments#action_12376124 ]
Mark Little commented on JBESB-1012:
------------------------------------
Oops ;-)
SampleObject class missing in helloworld QS
-------------------------------------------
Key: JBESB-1012
URL:
http://jira.jboss.com/jira/browse/JBESB-1012
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Examples
Reporter: Tom Cunningham
Assigned To: Mark Little
Fix For: 4.2.1
It looks like org.jboss.soa.esb.samples.quickstart.helloworld.test.SampleObject was never
added.
compile:
[mkdir] Created dir:
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld/build/classes
[javac] Compiling 3 source files to
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld/build/classes
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld/src/org/jboss/soa/esb/samples/quickstart/helloworld/MyJMSListenerAction.java:26:
cannot find symbol
[javac] symbol : class SampleObject
[javac] location: package org.jboss.soa.esb.samples.quickstart.helloworld.test
[javac] import org.jboss.soa.esb.samples.quickstart.helloworld.test.SampleObject;
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld/src/org/jboss/soa/esb/samples/quickstart/helloworld/MyJMSListenerAction.java:40:
cannot find symbol
[javac] symbol : class SampleObject
[javac] location: class
org.jboss.soa.esb.samples.quickstart.helloworld.MyJMSListenerAction
[javac] System.out.println("And: "+(SampleObject)
message.getBody().get());
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld/src/org/jboss/soa/esb/samples/quickstart/helloworld/test/SendEsbMessage.java:58:
cannot find symbol
[javac] symbol : class SampleObject
[javac] location: class
org.jboss.soa.esb.samples.quickstart.helloworld.test.SendEsbMessage
[javac] esbMessage.getBody().add(new SampleObject());
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld/src/org/jboss/soa/esb/samples/quickstart/helloworld/test/SendJMSMessage.java:73:
cannot find symbol
[javac] symbol : class SampleObject
[javac] location: class
org.jboss.soa.esb.samples.quickstart.helloworld.test.SendJMSMessage
[javac] tm.setObject(new SampleObject());
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 4 errors
BUILD FAILED
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/conf/base-build.xml:257:
Compile failed; see the compiler error output for details.
--
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