On Fri, Sep 23, 2011 at 11:37 AM, Sameera Jayasoma <same...@wso2.com> wrote:

>
>
> On Fri, Sep 23, 2011 at 10:50 AM, Ranga Siriwardena <ra...@wso2.com>wrote:
>
>> Hi,
>>
>> On Fri, Sep 23, 2011 at 8:37 AM, Afkham Azeez <az...@wso2.com> wrote:
>>
>>>
>>>
>>>
>>> ... and you reintroduced the long classpath problem in Windows!
>>>
>>
>> :-)
>>
>> If this breaks Windows build we have to find a proper solution. I will
>> work with Sameera to identify the issue.
>> I informed the list few times on this issue and thanks for pointing out
>> this.
>>
>
> Found the root cause for this problem.
>
> Axis2-client jar has not been downloaded to the local M2 repo, since it has
> not been declared as a direct dependency in our Stub pom files. Hence we
> need to add the following dependency to all the 3.2.2 versions of stubs.
>
>          <dependency>
>
>                 <groupId>org.apache.axis2.wso2</groupId>
>
>                 <artifactId>axis2-client</artifactId>
>
>                 <version>${orbit.version.axis2}</version>
>             </dependency>
>
> Btw, this change has to be applied to all the stub poms in the trunk.
>

+1. I thought we were already doing this. We should not be repeating history
over and over. Everybody should understand that it is crucial that any fix
you do in any branch MUST make it to the trunk.

Thanks,
Senaka.


> Otherwise we will face this issue again one day. Any takers for applying
> this to trunk. Simple bash script would do.
>
> Thanks,
> Sameera.
>
>>
>>
>>> On Thu, Sep 22, 2011 at 10:56 PM, Ranga Siriwardena <ra...@wso2.com>wrote:
>>>
>>>> This is because of source code generation issue inside
>>>> "service-stubs/org.wso2.carbon.deployment.synchronizer.stub/3.2.2".
>>>>
>>>> Fixed by replacing <classpath refid="wsdl2java.classpath"/> with
>>>> following claspath entries in corresponding pom.
>>>>
>>>> <classpath refid="maven.dependency.classpath"/>
>>>> <classpath refid="maven.compile.classpath"/>
>>>> <classpath refid="maven.runtime.classpath"/>
>>>>
>>>>
>>>> On Thu, Sep 22, 2011 at 9:28 PM, WSO2 Carbon 3.2.2 Builder (US1) <
>>>> cbuil...@wso2.org> wrote:
>>>>
>>>>> [ERROR] COMPILATION ERROR :
>>>>> [INFO] -------------------------------------------------------------
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[25,57]
>>>>> package org.wso2.carbon.deployment.synchronizer.stub.types does not exist
>>>>>
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[26,62]
>>>>> package org.wso2.carbon.deployment.synchronizer.stub.types.util does not
>>>>> exist
>>>>>
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[35,11]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerAdminStub
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[49,11]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerConfiguration
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[57,35]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerConfiguration
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[61,35]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerConfiguration
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> [ERROR]
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[42,19]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerAdminStub
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> [INFO] 7 errors
>>>>> [INFO] -------------------------------------------------------------
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [ERROR] BUILD FAILURE
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Compilation failure
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[25,57]
>>>>> package org.wso2.carbon.deployment.synchronizer.stub.types does not exist
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[26,62]
>>>>> package org.wso2.carbon.deployment.synchronizer.stub.types.util does not
>>>>> exist
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[35,11]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerAdminStub
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[49,11]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerConfiguration
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[57,35]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerConfiguration
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[61,35]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerConfiguration
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>> /home/build/checkout/3.2.0/components/deployment-synchronizer/org.wso2.carbon.deployment.synchronizer.ui/3.2.2/src/main/java/org/wso2/carbon/deployment/synchronizer/ui/client/DeploymentSyncAdminClient.java:[42,19]
>>>>> cannot find symbol
>>>>> symbol  : class DeploymentSynchronizerAdminStub
>>>>> location: class
>>>>> org.wso2.carbon.deployment.synchronizer.ui.client.DeploymentSyncAdminClient
>>>>>
>>>>>
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] For more information, run Maven with the -e switch
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>> [INFO] Total time: 8 minutes 7 seconds
>>>>> [INFO] Finished at: Thu Sep 22 21:28:09 IST 2011
>>>>> [INFO] Final Memory: 344M/1286M
>>>>> [INFO]
>>>>> ------------------------------------------------------------------------
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Ranga Siriwardena
>>>> Software Engineer
>>>> WSO2 Inc.
>>>>
>>>> Blog: http://rangasiriwardena.blogspot.com/
>>>>
>>>>
>>>> _______________________________________________
>>>> Carbon-build mailing list
>>>> carbon-bu...@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/carbon-build
>>>>
>>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * <http://www.apache.org/>**
>>> email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * <http://www.apache.org/>**
>>> email: **az...@wso2.com* <az...@wso2.com>* cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>> _______________________________________________
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>> Thanks.
>> Ranga.
>>
>> --
>> Ranga Siriwardena
>> Software Engineer
>> WSO2 Inc.
>>
>> Blog: http://rangasiriwardena.blogspot.com/
>>
>>
>
>
> --
> Sameera Jayasoma
> Technical Lead and Product Manager, WSO2 Carbon
>
> WSO2, Inc. (http://wso2.com)
> email: same...@wso2.com
> blog: http://tech.jayasoma.org
>
> Lean . Enterprise . Middleware
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Senaka Fernando*
Product Manager - WSO2 Governance Registry;
Associate Technical Lead; WSO2 Inc.; http://wso2.com*
Member; Apache Software Foundation; http://apache.org

E-mail: senaka AT wso2.com
**P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
Linked-In: http://linkedin.com/in/senakafernando

*Lean . Enterprise . Middleware
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to