MessageStore QS fails to compile
--------------------------------
Key: JBESB-922
URL:
http://jira.jboss.com/jira/browse/JBESB-922
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Message Store
Reporter: Tom Cunningham
Assigned To: Mark Little
Fix For: 4.2
MessageStore Quickstart fails to compile. My deploy AS is the ESB Server, not sure if
that matters.
compile:
[javac] Compiling 3 source files to
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/messagestore/build/classes
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/messagestore/src/org/jboss/soa/esb/samples/quickstart/messagestore/CheckMessageStoreAction.java:66:
cannot find symbol
[javac] symbol : variable MESSAGE_STORE_URI
[javac] location: interface org.jboss.soa.esb.services.persistence.MessageStore
[javac] Message message = messageStore.getMessage((URI)
originalMessage.getProperties().getProperty(MessageStore.MESSAGE_STORE_URI));
[javac]
^
[javac] 1 error
BUILD FAILED
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/conf/base-build.xml:257: Compile
failed; see the compiler error output for details.
Total time: 5 seconds
--
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