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
