You need the dependency synapse-core which contains the AbstractMediator class.
<dependency> <groupId>org.apache.synapse</groupId> <artifactId >synapse-core</artifactId> <version>2.1.3-wso2v1</version> </dependency> You might also want to specify the correct maven repository as in - https://github.com/wso2/product-esb/blob/master/pom.xml On Fri, Feb 13, 2015 at 2:09 AM, Maz Lakadia <[email protected]> wrote: > I am trying to include a custom mediator. I have created a .java file > which extends the AbstractMediator class as needed, with a Mediate() > method. However, when I try to compile the file it fails (probably because > it doesn't know where the Abstract Mediator files are). How do I compile > the file properly to include it in the project? > > Thanks. > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc. email: kasung AT spamfree wso2.com linked-in: http://lk.linkedin.com/in/gajasinghe blog: http://kasunbg.org
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
