A simple scheduler using camel-quartz component.
A blog about my daily tech ramblings.
Wednesday, 5 November 2014
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.
Getting SOAP Headers using Camel CXF component
Getting SOAP headers using Camel CXF component.
Camel Route :
Processor :
Camel Route :
Processor :
Setting SOAP Headers in Apache CXF - Client
Adding SOAP headers using Apache CXF - Client