Resolve Merge Conflicts And Revert Git Commits Already Pushed To A Remote Repository

Most of the time we may face merge conflicts when we are sending PR requests. Reason is that we work on a different branch and commits our changes to that branch. At that time, other contributors may commit to the master branch. In git, merging happens based on the time stamp you have made the …

Advertisement

Continue reading Resolve Merge Conflicts And Revert Git Commits Already Pushed To A Remote Repository

Programming Atmel AVR with Arduino

This article explains how to program Atmel Atmega 328p with arduino. Following list of items are needed. Atmel Atmega 328p chip Arduino Uno board 16MHz Crystal  Oscillator Two 22pF Capacitors 10 microF Capacitor Note : 10microF capacitor is used between reset pin and ground pin in arduino to disable auto reset in arduino. First load ArduinoISP program to the arduino … Continue reading Programming Atmel AVR with Arduino

How to add BPEL and Human Task Event Listeners to WSO2 Business Process Server (BPS)

In my previous article in [1], I have discussed about the approach I used for analyzing BPEL and Human Task events in WSO2 BPS with WSO2 BAM. This article is about how to add the event listeners to WSO2 BPS and configure both WSO2 BPS and WSO2 BAM in order to monitor statistics through WSO2 BAM … Continue reading How to add BPEL and Human Task Event Listeners to WSO2 Business Process Server (BPS)

Approach for analyzing BPEL and Human Task events in WSO2 BPS with WSO2 BAM

The previous article in [1] explains what are the statistics that are going to monitor in WSO2 Business Process Server (BPS). WSO2 BPS generates two kinds of events for both BPEL and Human Task events. So I wrote two event listeners  in order to capture those generated events. BPEL event listener captures BPEL related process … Continue reading Approach for analyzing BPEL and Human Task events in WSO2 BPS with WSO2 BAM