The comic strip at XKCD today is brilliant. It takes a bit of effort to follow it, but the punchline is brilliant. Communication is tough. How does this apply to agile teams? You be the judge! (PS. XKCD is a … Continue reading →
The comic strip at XKCD today is brilliant. It takes a bit of effort to follow it, but the punchline is brilliant. Communication is tough. How does this apply to agile teams? You be the judge! (PS. XKCD is a … Continue reading →
@Antti, I'm not seeing your solution work either. Can someone confirm that Antti's solution should work (Spring 3.1) ? For example I have
Dim int key String descr
MassExportVO private List biaItems; //settter/getters
When this form submits however I end up with: ' to required type 'java.util.List' ...
Excellent tutorial!
I used a client version 6.x, maybe they moved some of the classes between the jars in version 7. Of course you are right w/ the MQ headers. The raw MQI API in general is much broader than the standard JMS API.
I needed to add "com.ibm.mq.jmqi.jar" to the class path because of a class loading error. Otherwise the above seems to work. I´m using the jar´s from MQ Client version 7.0.1.3 As a general comment on jms versus the native WMQ connector (as provided with Mule EE) is that you will typically not have access to all...
Hi Simon, I'm not an DB2 expert and don't know about the Spatial Extender. Sorry.
Good article. How about spatial queries support with DB2 Spatial Extender? Do you have some examples? Thanks.
Today I have a addition question for the external libraries of python that I developed, it names 'extension.py'. That python library contains some useful keyword for my testing services. When I run it by Maven, the report show error "No keyword found". I've tried to put my library extension.py to --variable RESOURCES:${project.basedir}\src\ch\main\robot\resources However, the error...
Thanks a lot for this info! This did the trick for me. We were using Mule 2.2.6 which pulls in CXF 2.1.9. I re-built cxf-rt-core from source, updated the version number, and depended on the new version, things work great.