My IT Journey Since 2004!
My IT Journey Since 2004!
Saturday, August 10, 2019
Xpath Evaluation On XML where there are multiple Namespace Declaration and there's XMLNS Declaration Without Prefix
›
The XML contains multiple or more than one XMLNS namespace declaration. One of them is with declaration without prefix (http://www.ilog.com/...
Thursday, August 8, 2019
Apache Camel DSL Sample That Does A Few Things
›
Below piece does a few things. It's useful if you are using Camel DSL like me. The explanation is in the form of comment below. ...
Thursday, May 23, 2019
Ansible: Setting Dynamic Group in Add_Host Task using Jinja2 Templating
›
I'm very very excited! that I'm able to assign dynamic Group value programtically for the add_host task by using Jinja2 Templating i...
Thursday, January 31, 2019
Named Parameters for Apache Camel SQL (Spring DSL) that involves more than 1 table
›
I was working on this Apache Camel solution where I need to pick up XML from Apache MQ, then transform the XML payload into text. During the...
Wednesday, November 7, 2018
Application Hung Caused by Corrupted Connection in DBCP Connection Pool
›
There was an incident where an unplanned network refresh causing the active connection object in the DBCP Connection Pool to lose the 'c...
Friday, September 21, 2018
Tortoise Git SSH Auto-Authorization Issue
›
I'm using Tortoise Git as the Tortoise client to perform Git actions such as check modifications, clone, add, commit, push etc. via GUI....
Thursday, February 8, 2018
Apache DBCP Connection Pool Issue
›
I'm using this Apache DBCP for Connection Pool purpose. One thing I notice is that, every time there's a network failure in between ...
‹
›
Home
View web version