Wednesday, January 21, 2009

Friday, January 16, 2009

WSO2 Annual Award Ceremony 2008


WSO2 Annual Award Ceremony 2008 held at Colombo rowing club on 15th January 2009. The 11 Most tremendous contributors in WSO2 were rewarded with Hotel tickets and cash prizes.
I personally congratulate them for a better future.

Keith Chapman
Nandana Mihindukulasuriya
Prabath Siriwardena
Amal Rangana
Dimuthu Gamage
Afkam Azeez
Charitha Kankanamge
Ruwan Linton
Samisa Abeysinghe
Sumedha Rubasinghe
Hasmin AbdulCader

As well I congratulate all of WSO2 team members who are very supportive to each other.

Monday, January 12, 2009

Configure Eclipse(3.4) Ganymede for Eclipse BPEL designer with Apache ODE 1.x

(These steps are for Linux operating systems with gtk window systems)

First of all you have to download the JAR containing ZIP in the following link.

http://www.megaupload.com/?d=3D73V97D

Then extract them and copy them in to the eclipse plug-in folder.

Them you have to install Apache ODE 1.x to your system.
- For this First download Apache Tomcat
- Then download the WAR distribution of Apache ODE 1.x
- Then extract and copy the WAR distribution in to the Apache tomcat's webapps folder (This webapps folder contains inside the Apache Tomcat installation folder.)

Start Eclipse Ganymede

Goto the server window (If it isn't visible goto Window->Show View->Servers)
Right click on Server window ->New->Server
Choose Apache ODE v1.x ODE Sever, Then Next
Choose correct configuration details
- Choose JRE as JDK 1.5.x
- Fill the location for Apache ODE path (to the WAR distribution directory inside Apache Tomcat webapps directory)
- Fill the location for Apache Tomcat path (To the Apache Tomcat installation directory)

Then all is configured.
Now You can start your own BPEL project on Eclipse and designed it using BPEL designer.