|
"C" Unit-Test Support on Visual Studio
Hi, My last patch had an error with strndup/strdup changes. Attached here fixed patch against 'master' branch. Guy Tick42
Hi, My last patch had an error with strndup/strdup changes. Attached here fixed patch against 'master' branch. Guy Tick42
|
By
...
· #1340
·
|
|
"C" Unit-Test Support on Visual Studio
Hi Damian, I've prepared here a revised version of the last experimental patch to support MAMA C Unit-Tests in Visual Studio. I removed in the last version both implementation and use of strndup, othe
Hi Damian, I've prepared here a revised version of the last experimental patch to support MAMA C Unit-Tests in Visual Studio. I removed in the last version both implementation and use of strndup, othe
|
By
...
· #1339
·
|
|
"C" Unit-Test Support on Visual Studio
Hello, The payload unit tests do not run on VS 2012, I have fixed this and produced a large patch with all "C" unit tests. I have prepared the patch against the 'master' (rev. 2.3.1 and not the 'next'
Hello, The payload unit tests do not run on VS 2012, I have fixed this and produced a large patch with all "C" unit tests. I have prepared the patch against the 'master' (rev. 2.3.1 and not the 'next'
|
By
...
· #1336
·
|
|
[PATCH 2.3.1 1/1] Common: variable expansion in property value on the last line of properties file fails
Hi Damian, I have a follow up on the bug as you asked. Regards, Guy Tick42
Hi Damian, I have a follow up on the bug as you asked. Regards, Guy Tick42
|
By
...
· #1335
·
|
|
[PATCH 2.3.1 1/1] Common: variable expansion in property value on the last line of properties file fails
Hi Damian, A week ago I published a patch that fix the mama.properties parser failure to expand a variable on the last line. Can you or anyone else review that fix? Regards, Guy Tal Tick42
Hi Damian, A week ago I published a patch that fix the mama.properties parser failure to expand a variable on the last line. Can you or anyone else review that fix? Regards, Guy Tal Tick42
|
By
...
· #1328
·
|
|
[PATCH 2.3.1 1/1] Common: variable expansion in property value on the last line of properties file fails
Hi, The properties file parser fails to expand variable if such exists in a value that is also at the last line in the properties file. For example, Consider <EOF> as the last character in file, if th
Hi, The properties file parser fails to expand variable if such exists in a value that is also at the last line in the properties file. For example, Consider <EOF> as the last character in file, if th
|
By
...
· #1317
·
|
|
OpenMAMA 2.3.1 Point Release
Hello Damian, I tested the build of OpenMAMA on Visual Studio from the source provided below (RC2 in rpm file). I found few issues and I have few solutions. For that I opened bug 119 in Bugzilla. Thin
Hello Damian, I tested the build of OpenMAMA on Visual Studio from the source provided below (RC2 in rpm file). I found few issues and I have few solutions. For that I opened bug 119 in Bugzilla. Thin
|
By
...
· #1267
·
|
|
FW: qpid crash using Java JNI and OpenMAMA 2.3.0
Hello, Few weeks ago I found a crash (see below) happening for our Java Publisher - which we upgraded to use the latest version of OpenMAMA 2.3.0. We were using for the test the Qpid bridge for the Pu
Hello, Few weeks ago I found a crash (see below) happening for our Java Publisher - which we upgraded to use the latest version of OpenMAMA 2.3.0. We were using for the test the Qpid bridge for the Pu
|
By
...
· #1221
·
|
|
Inconsistencies with naming conventions for libraries
Hello, I have an issue compiling the common, commoncpp, mamac, mamacpp. The issue is repeating in Visual Studio for all of them, so I'll use only the commonc issue. Basically compiling commonc project
Hello, I have an issue compiling the common, commoncpp, mamac, mamacpp. The issue is repeating in Visual Studio for all of them, so I'll use only the commonc issue. Basically compiling commonc project
|
By
...
· #1217
·
|
|
Issues building mamacpp with Visual Studio
Hi Damian Building mamacpp from next-branch worked perfectly out of the box. Many thanks. Guy
Hi Damian Building mamacpp from next-branch worked perfectly out of the box. Many thanks. Guy
|
By
...
· #1210
·
|
|
Issues building mamacpp with Visual Studio
Hi, I have an issue building the mamacpp project using Visual Studio 2010 and 2012. The configuration is in Win32 Debug and Release. In both cases I compile commonc, commoncpp, mamac and then mamacpp.
Hi, I have an issue building the mamacpp project using Visual Studio 2010 and 2012. The configuration is in Win32 Debug and Release. In both cases I compile commonc, commoncpp, mamac and then mamacpp.
|
By
...
· #1208
·
|
|
qpid crash using Java JNI and OpenMAMA 2.3.0
Thanks Frank, I will apply that now and see if it works. I seen this issue only with java tool. The playback file along with the playback tool are both internal implementation. Regards, Guy
Thanks Frank, I will apply that now and see if it works. I seen this issue only with java tool. The playback file along with the playback tool are both internal implementation. Regards, Guy
|
By
...
· #1189
·
|
|
qpid crash using Java JNI and OpenMAMA 2.3.0
Hi all, I have OpenMAMA 2.3.0 Java Publisher along with Qpid proton 0.5 which keeps crashing when publishing for a mamalistenc client. I haven't had that before with other bridges. When I run it for s
Hi all, I have OpenMAMA 2.3.0 Java Publisher along with Qpid proton 0.5 which keeps crashing when publishing for a mamalistenc client. I haven't had that before with other bridges. When I run it for s
|
By
...
· #1187
·
|
|
Java build issues in Windows 32bit
Hi, I'm trying to build the Java JNI part (32bit) of the OpenMAMA 2.3.0 from the package in order to get the mamajni jar file. I ran this command: java_home="C:\Program Files\Java\jdk1.6.0_45" logfile
Hi, I'm trying to build the Java JNI part (32bit) of the OpenMAMA 2.3.0 from the package in order to get the mamajni jar file. I ran this command: java_home="C:\Program Files\Java\jdk1.6.0_45" logfile
|
By
...
· #989
·
|
|
OpenMAMA QPID Bridge issues
Thanks Damian, I managed to compile branch 2.30. using your suggestion to install libevent-devel. I also wanted to say that the clang support is a great addition. Regards, Guy
Thanks Damian, I managed to compile branch 2.30. using your suggestion to install libevent-devel. I also wanted to say that the clang support is a great addition. Regards, Guy
|
By
...
· #943
·
|
|
OpenMAMA QPID Bridge issues
Hello Damian, Thanks for the fast reply. Linux Build I expected the capturereplayc to be under /opt/openmama/bin, maybe I'm wrong here? Anyway everything I said is related to the feature-qpid-bridge b
Hello Damian, Thanks for the fast reply. Linux Build I expected the capturereplayc to be under /opt/openmama/bin, maybe I'm wrong here? Anyway everything I said is related to the feature-qpid-bridge b
|
By
...
· #920
·
|
|
OpenMAMA QPID Bridge issues
Hello, I'm starting an evaluation of OpenMama (OpenMAMA 2.3.0 branch) over Qpid. I have some questions about what is covered and what tools are available. I have also had some problems with building,
Hello, I'm starting an evaluation of OpenMama (OpenMAMA 2.3.0 branch) over Qpid. I have some questions about what is covered and what tools are available. I have also had some problems with building,
|
By
...
· #915
·
|
|
[PATCH] [feature-unit-test] General payload tests fixes and additional tests
Hey Damian, Thank you for your feedback and for the latest patches. Also your patch in the mail: "[Openmama-dev] [PATCH] UNIT TESTS: Addition of variable NOT_IMPLEMENTED status checking." from what wh
Hey Damian, Thank you for your feedback and for the latest patches. Also your patch in the mail: "[Openmama-dev] [PATCH] UNIT TESTS: Addition of variable NOT_IMPLEMENTED status checking." from what wh
|
By
...
· #787
·
|
|
mamaMsg_freeString issue
Hello, We have found an issue with string handling in mama while looking at our payload implementation of mamaMsg_toString. According to the documentation the string should be freed by the caller usin
Hello, We have found an issue with string handling in mama while looking at our payload implementation of mamaMsg_toString. According to the documentation the string should be freed by the caller usin
|
By
...
· #734
·
|
|
[PATCH] [feature-unit-test] General payload tests fixes and additional tests
Thanks Damian for your reply and I hope you find the additional tests we provided useful as well. I just wanted to confirm your question about the test PayloadGeneralTests.CreateFromByteBufferInValidB
Thanks Damian for your reply and I hope you find the additional tests we provided useful as well. I just wanted to confirm your question about the test PayloadGeneralTests.CreateFromByteBufferInValidB
|
By
...
· #730
·
|