[JBoss JIRA] Created: (JBESB-934) Build failures with SchedulingUnitTest
by Kevin Conner (JIRA)
Build failures with SchedulingUnitTest
--------------------------------------
Key: JBESB-934
URL: http://jira.jboss.com/jira/browse/JBESB-934
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing
Affects Versions: 4.2 Milestone Release 3
Reporter: Kevin Conner
Assigned To: Kevin Conner
Fix For: 4.2
I am seeing build failures with SchedulingUnitTest test_simple_schedule_01.
The test expects to see four messages in the MockScheduledEventMessageComposer.composedMessages but it is only seeing three.
The reason for this is that the scheduled events are executing on multiple threads but the MockScheduledEventMessageComposer class is not thread safe.
--
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
18 years, 8 months
[JBoss JIRA] Created: (JBESB-921) Integration build running build.xml out of "product/install"
by Tom Fennelly (JIRA)
Integration build running build.xml out of "product/install"
------------------------------------------------------------
Key: JBESB-921
URL: http://jira.jboss.com/jira/browse/JBESB-921
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Testing
Affects Versions: 4.2 Milestone Release 3
Reporter: Tom Fennelly
Assigned To: Mark Little
Fix For: 4.2
/home/integration/continuum-wd/16/integration-build.xml:9: The following error occurred while executing this line:
/home/integration/continuum-wd/16/qa/build.xml:45: The following error occurred while executing this line:
/home/integration/continuum-wd/16/product/esb-config.xml:187: The following error occurred while executing this line:
/home/integration/continuum-wd/16/product/install/build.xml:145: Warning: Could not find file ......
Surely it should be running out of "product/build/jbossesb/install" if it's testing the build.
--
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
18 years, 8 months
[JBoss JIRA] Created: (JBESB-922) MessageStore QS fails to compile
by Tom Cunningham (JIRA)
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
18 years, 8 months