A list of online tools which provide free OSS plans for GitHub.
A blog about my daily tech ramblings.
Monday, 9 March 2015
Wednesday, 12 November 2014
Masking Sensitive Information using CXF Logging Interceptor
November 12, 2014
Posted by Unknown
Apache Karaf, cxf, Fuse ESB, logging interceptor, Masking, Sensitive Information
No comments
In this article we'll see how to mask/hide sensitive information when using CXF Logging IN/OUT Interceptor.
The solution was built to run on Apache Karaf / Fuse ESB, but a similar approach can be utilised to run the custom logging interceptor on other environments.
The solution was built to run on Apache Karaf / Fuse ESB, but a similar approach can be utilised to run the custom logging interceptor on other environments.
Alternative approach by parsing SOAP XML Payload : Source Code
Wednesday, 5 November 2014
A simple job scheduler using camel-quartz component
A simple scheduler using camel-quartz component.
Thursday, 23 October 2014
Manage Roles and Groups using Gatein Organisation Service
Managing groups and roles/permission in Gatein Picketlink using Organisation Service.
Source code:
Wednesday, 27 August 2014
Change User password using OpenDS SDK
Changing User's Password using OpenDS SDK.
Wednesday, 13 August 2014
Running multiple VMWare View Client
A quick way to run multiple VMWare View Client instances -
C:\Program Files\VMware\VMware View\Client\bin\wswc.exe -standalone
Wednesday, 5 February 2014
Using jRebel with Apache Karaf / Fuse ESB
Let's see how to use jRebel in Fuse ESB/Apache Karaf.
1. Download jRebel
2. Unzip/Install jRebel and activate it using the jrebel-activation.jar which can be found at JREBEL_HOME/bin.
3. Add the javaAgent (rebel.jar) & enable the camel plugin in karaf.sh (Mac/Linux) or karaf.bat (Windows) by adding the following line -
%JAVA_OPTS% -javaagent:/path/to/jrebel.jar -Drebel.camel_plugin=true
Note : -Drebel.camel_plugin=true will enable the jRebel plugin for Apache Camel.
1. Download jRebel
2. Unzip/Install jRebel and activate it using the jrebel-activation.jar which can be found at JREBEL_HOME/bin.
3. Add the javaAgent (rebel.jar) & enable the camel plugin in karaf.sh (Mac/Linux) or karaf.bat (Windows) by adding the following line -
%JAVA_OPTS% -javaagent:/path/to/jrebel.jar -Drebel.camel_plugin=true
Note : -Drebel.camel_plugin=true will enable the jRebel plugin for Apache Camel.