|
[PATCH] Modification to playbackFileparser.c
TESTING:- No middleware dependencies. No O/S dependencies. Problem:- Currently this will create a msg using the default payload rather than the payload in the file. To expose this create a file using
TESTING:- No middleware dependencies. No O/S dependencies. Problem:- Currently this will create a msg using the default payload rather than the payload in the file. To expose this create a file using
|
By
Adrienne Ambrose
·
|
|
[PATCH] mama & mamda apps do not flush data to log
TESTING:- Not O/S or middleware specific. Checked example apps, all languages & on different middlewares to confirm that data is now flushed when redirected to file. Specifically:- 1. mamapublisherc /
TESTING:- Not O/S or middleware specific. Checked example apps, all languages & on different middlewares to confirm that data is now flushed when redirected to file. Specifically:- 1. mamapublisherc /
|
By
Adrienne Ambrose
·
|
|
[PATCH] C# MamaFtMember bridged mode is not working
TESTING:- **Windows only** No middleware dependencies. Will need to run MamaFtMember c# in bridge mode, both before & after the fix. Before the fix the previous version will hang, after the addition o
TESTING:- **Windows only** No middleware dependencies. Will need to run MamaFtMember c# in bridge mode, both before & after the fix. Before the fix the previous version will hang, after the addition o
|
By
Adrienne Ambrose
·
|
|
[PATCH] Reservedfieldsimpl.h missing declaration in openmama.
TESTING:- Again from list discussed with Damien - Reservedfieldsimpl.h missing declaration in openmama. This was a simple addition of missing declaration for cleanupReservedFields within reservedfield
TESTING:- Again from list discussed with Damien - Reservedfieldsimpl.h missing declaration in openmama. This was a simple addition of missing declaration for cleanupReservedFields within reservedfield
|
By
Adrienne Ambrose
·
|
|
[PATCH] priceimpl improvements
TESTING:- Again from list discussed with Damien - 15) Priceimpl.c - lld? Looks wrong in openmama. snprintf (buf, bufMaxLen, "%lld", integer); Luckily, every version of VS since 2005 seems to support '
TESTING:- Again from list discussed with Damien - 15) Priceimpl.c - lld? Looks wrong in openmama. snprintf (buf, bufMaxLen, "%lld", integer); Luckily, every version of VS since 2005 seems to support '
|
By
Adrienne Ambrose
·
|
|
[PATCH] Log level not being published.
TESTING:- This was requested for submission by Damian from the list of differences between openmama & the enterprise versions. forcevalog patch needed sent out, which is used to add a custom prefix to
TESTING:- This was requested for submission by Damian from the list of differences between openmama & the enterprise versions. forcevalog patch needed sent out, which is used to add a custom prefix to
|
By
Adrienne Ambrose
·
|
|
[PATCH] FieldCache Improvments
Testing :- This is not OS dependent This is not middleware dependent The below patches were as discussed with Damian to remove all the commented out sections of dead code from the fieldcache files in
Testing :- This is not OS dependent This is not middleware dependent The below patches were as discussed with Damian to remove all the commented out sections of dead code from the fieldcache files in
|
By
Adrienne Ambrose
·
|
|
Bug#745099: openmama: FTBFS with Java 8: class MamdaLock is public, should be declared in a file named MamdaLock.java
2 messages
Emmanuel, thanks for this fix, I'm sending it to the OpenMAMA developers for inclusion upstream
Emmanuel, thanks for this fix, I'm sending it to the OpenMAMA developers for inclusion upstream
|
By
Daniel Pocock
·
|
|
Question about openWithProperties
2 messages
Hi We have just come across this little oddity and wonder if anyone can throw any light on what is supposed to be happening I notice from the source to the C# implementation of Open Mama 2.3.0, that t
Hi We have just come across this little oddity and wonder if anyone can throw any light on what is supposed to be happening I notice from the source to the C# implementation of Open Mama 2.3.0, that t
|
By
Tom Doust
·
|
|
[PATCH] MAMA: Made logging more accurate in MAMA Ft
2 messages
In some MAMA FT Timers, the timer callback always reports that it is a "multicast" FT type, when in fact that code is shared for all FT types. This is misleading to the MAMA application developer who
In some MAMA FT Timers, the timer callback always reports that it is a "multicast" FT type, when in fact that code is shared for all FT types. This is misleading to the MAMA application developer who
|
By
Frank Quinn
·
|
|
OpenMAMA Contribution Ideas
2 messages
Morning all, I'm aware there's a few of you out there who would be interested in contributing further to OpenMAMA, but who aren't really sure of where to start. As such, we've started to pull together
Morning all, I'm aware there's a few of you out there who would be interested in contributing further to OpenMAMA, but who aren't really sure of where to start. As such, we've started to pull together
|
By
Damian Maguire
·
|
|
OpenMAMA Library Manager - Second Draft (0.2) Release
[Note: This is a cross-post from the Library Manager Working Group - If you're not familiar with the goals of the working group or the library manager project, please refer to the links within the rel
[Note: This is a cross-post from the Library Manager Working Group - If you're not familiar with the goals of the working group or the library manager project, please refer to the links within the rel
|
By
Lee Skillen
·
|
|
[PATCH] [CPP] Exception thrown by MamaTransport destructor
2 messages
Testing - This is not OS Dependant This applies to C++ only Only the mamatransport exception was possible to recreate To test this simply get build and run the attached application, MamaTransportTest.
Testing - This is not OS Dependant This applies to C++ only Only the mamatransport exception was possible to recreate To test this simply get build and run the attached application, MamaTransportTest.
|
By
Adrienne Ambrose
·
|
|
[PATCH] MAMA build with test tools fails due to missing brace
2 messages
Testing – This is required for warning fixes within mamaconsumer application. This was tested using the mamaconsumer application. Run application & check output is reflected correctly. From 7cf7227817
Testing – This is required for warning fixes within mamaconsumer application. This was tested using the mamaconsumer application. Run application & check output is reflected correctly. From 7cf7227817
|
By
Adrienne Ambrose
·
|
|
[PATCH 1/7] Update to the SyncResponder to prevent free'd memory
2 messages
Testing This is not OS dependant This is not middleware dependant This is a subtle race condition which could not be recreated directly with a MAMA application. We were able to recreate it consistentl
Testing This is not OS dependant This is not middleware dependant This is a subtle race condition which could not be recreated directly with a MAMA application. We were able to recreate it consistentl
|
By
Gary Molloy
·
|
|
[PATCH 2/7] Update JavaDocs.
2 messages
Testing Build OpenMAMA with docs and review the associated html files. From a1a8d0cafb5093e95cbf07b4f6bee7c50afb888b Mon Sep 17 00:00:00 2001 From: Gary Molloy <gmolloy@...> Date: Mon, 23 Jun 2014 14:
Testing Build OpenMAMA with docs and review the associated html files. From a1a8d0cafb5093e95cbf07b4f6bee7c50afb888b Mon Sep 17 00:00:00 2001 From: Gary Molloy <gmolloy@...> Date: Mon, 23 Jun 2014 14:
|
By
Gary Molloy
·
|
|
[PATCH 3/7] Removed some compiler warnings.
3 messages
Testing Fixed compiler warnings should not affect the building or running of any related MAMA clients. Simply try building OpenMAMA and running regression tests and unittests. From 460bcfbb2c5525cc197
Testing Fixed compiler warnings should not affect the building or running of any related MAMA clients. Simply try building OpenMAMA and running regression tests and unittests. From 460bcfbb2c5525cc197
|
By
Gary Molloy
·
|
|
[PATCH 4/7] Update to example file MamaListenCS.cs to fix a few
2 messages
Testing No Middleware dependencies. Applies to C# Only. Run the C# example application MamaListenCS.cs: First in quiet mode (-q), you should expect to see no data other than the message info, Symbol,
Testing No Middleware dependencies. Applies to C# Only. Run the C# example application MamaListenCS.cs: First in quiet mode (-q), you should expect to see no data other than the message info, Symbol,
|
By
Gary Molloy
·
|
|
[PATCH 5/7] Update MamaTransportTopicListener to return Topic.
3 messages
Testing This is not OS dependant . This applies to JAVA only. This can only be tested on a middleware that provided topic callbacks. Run the attached MamaProxy.java test application and then subscribe
Testing This is not OS dependant . This applies to JAVA only. This can only be tested on a middleware that provided topic callbacks. Run the attached MamaProxy.java test application and then subscribe
|
By
Gary Molloy
·
|
|
[PATCH 6/7] The getCache() method is missing for the MamaDQPublisher in JAVA API.
2 messages
Testing To test this simply run the attached MamaProxy_OMAMA-265.java example application. This will test getCache() for both the MamaDQPublisher and MamaDQPublisherManager. Expect to see the followin
Testing To test this simply run the attached MamaProxy_OMAMA-265.java example application. This will test getCache() for both the MamaDQPublisher and MamaDQPublisherManager. Expect to see the followin
|
By
Gary Molloy
·
|