Tuesday, February 2, 2010

Eventing Module Integration

Finally EventingHostObject is fixed with Axis2 messenger. Here we need to put the hostobjects.eventing.jar that is built from carbon-platform/carbon-components/javascript-hostobjects/eventing into wso2mashup-2.0.0/repository/components/dropins. EventingHostObject has a method to send notifications.
 
wso2mashup-2.0.0/product/modules/samples/EventMonitoring/EventingFunc.js -- Pls use this file to test the Eventing host object that is currently implemented.

Building Mashup Server - Maven Build
mvn clean install -Dmaven.test.skip=true

or offline build
mvn install -o -Dmaven.test.skip=true
References on creating the pom for mbaya bundle: 
[2] Bnd - Bundle Tool
[3] How to build OSGi bundles using Maven Bundle Plugin - Part 1 

No comments:

Post a Comment

You are welcome to provide your opinions in the comments. Spam comments and comments with random links will be deleted.