The method "addServiceToExistingServiceGroup" is available in the Axis2 trunk. It will take a while until the Maven repositories are updated with the latest Axis2 binaries. For the moment you can try checking out Axis2 trunk and building it before Synapse. Axis2 trunk is available at [1].
Thanks, Hiranya [1] - https://svn.apache.org/repos/asf/axis/axis2/java/core/trunk On Fri, Mar 12, 2010 at 12:11 AM, jcaristi <[email protected]> wrote: > > I am attempting to build Synapse from source that I checked out today using > the following command: > > svn checkout http://svn.apache.org/repos/asf/synapse/trunk/java > > I get the following errors after executing "mvn install". Can someone tell > me how to resolve this issue? > > Compiling 331 source files to > C:\downloads\apache\synapse-trunk\java\modules\core\target\classes > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorSerializerFinder.java:[27,15] > sun.mi > sc.Service is Sun proprietary API and may be removed in a future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\StartupFinder.java:[35,15] > sun.misc.Service > is Sun proprietary API and may be removed in a future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\ConfigurationFactoryAndSerializerFinder.java > :[29,15] sun.misc.Service is Sun proprietary API and may be removed in a > future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorFactoryFinder.java:[31,15] > sun.misc. > Service is Sun proprietary API and may be removed in a future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\core\axis2\ProxyService.java:[563,27] > cannot find symbo > l > symbol : method > addServiceToExistingServiceGroup(org.apache.axis2.description.AxisService,java.lang.String) > location: class org.apache.axis2.engine.AxisConfiguration > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorSerializerFinder.java:[107,22] > sun.m > isc.Service is Sun proprietary API and may be removed in a future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\StartupFinder.java:[113,25] > sun.misc.Service > is Sun proprietary API and may be removed in a future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\ConfigurationFactoryAndSerializerFinder.java > :[116,22] sun.misc.Service is Sun proprietary API and may be removed in a > future release > > C:\downloads\apache\synapse-trunk\java\modules\core\src\main\java\org\apache\synapse\config\xml\MediatorFactoryFinder.java:[130,22] > sun.misc > .Service is Sun proprietary API and may be removed in a future release > > > -- > View this message in context: > http://old.nabble.com/Build-from-source-problem-tp27867948p27867948.html > Sent from the Synapse - User mailing list archive at Nabble.com. > > -- Hiranya Jayathilaka Software Engineer; WSO2 Inc.; http://wso2.org E-mail: [email protected]; Mobile: +94 77 633 3491 Blog: http://techfeast-hiranya.blogspot.com
