[Carbon-dev] More Build Errors due to stub change.

2011-03-30 Thread Sameera Jayasoma
Hi dev,

Now it is from Carbon Core. Please fix this ASAP. We need to start working
on Maven dependency exclusions,  but we cannot because of these build
failures.

[INFO] Running Equinox P2 Director Application
[INFO] Installing org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT.
[ERROR] Cannot complete the install because one or more required items could
not be found.
[ERROR]  Software being installed: WSO2 Carbon - Carbon Feature
3.2.0.SNAPSHOT (org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT)
[ERROR]  Missing requirement: org.wso2.carbon.authenticator.proxy
3.2.0.SNAPSHOT (org.wso2.carbon.authenticator.proxy 3.2.0.SNAPSHOT) requires
'package org.wso2.carbon.authenticator.stub [3.2.0.SNAPSHOT,3.3.0)' but it
could not be found
[ERROR]  Cannot satisfy dependency:
[ERROR]   From: WSO2 Carbon - Carbon Common Feature 3.2.0.SNAPSHOT
(org.wso2.carbon.core.common.feature.group 3.2.0.SNAPSHOT)
[ERROR]   To: org.wso2.carbon.authenticator.proxy [3.2.0.SNAPSHOT]
[ERROR]  Cannot satisfy dependency:
[ERROR]   From: WSO2 Carbon - Carbon Feature 3.2.0.SNAPSHOT
(org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT)
[ERROR]   To: org.wso2.carbon.core.common.feature.group [3.2.0.SNAPSHOT]
[ERROR] Application failed, log file location:
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/core/p2-profile-generation/carbon-p2-profile/target/p2-agent/configuration/1301511463391.log
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO]

Sameera

-- 
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


Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-30 Thread Sameera Jayasoma
One more build error. This time from components/registry. All these error
are due to a single change. Please fix them and inform the list..

Thanks
Sameera

[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/registry/org.wso2.carbon.registry.ws.client/src/main/java/org/wso2/carbon/registry/ws/client/registry/WSRegistryServiceClient.java:[54,42]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: package org.wso2.carbon.authenticator.proxy

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/registry/org.wso2.carbon.registry.ws.client/src/main/java/org/wso2/carbon/registry/ws/client/registry/WSRegistryServiceClient.java:[110,2]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/registry/org.wso2.carbon.registry.ws.client/src/main/java/org/wso2/carbon/registry/ws/client/registry/WSRegistryServiceClient.java:[110,37]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient

[INFO] 3 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/registry/org.wso2.carbon.registry.ws.client/src/main/java/org/wso2/carbon/registry/ws/client/registry/WSRegistryServiceClient.java:[54,42]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: package org.wso2.carbon.authenticator.proxy

/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/registry/org.wso2.carbon.registry.ws.client/src/main/java/org/wso2/carbon/registry/ws/client/registry/WSRegistryServiceClient.java:[110,2]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient

/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/registry/org.wso2.carbon.registry.ws.client/src/main/java/org/wso2/carbon/registry/ws/client/registry/WSRegistryServiceClient.java:[110,37]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient


On Thu, Mar 31, 2011 at 12:29 AM, Sameera Jayasoma  wrote:

> Hi dev,
>
> Now it is from Carbon Core. Please fix this ASAP. We need to start working
> on Maven dependency exclusions,  but we cannot because of these build
> failures.
>
> [INFO] Running Equinox P2 Director Application
> [INFO] Installing org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT.
> [ERROR] Cannot complete the install because one or more required items
> could not be found.
> [ERROR]  Software being installed: WSO2 Carbon - Carbon Feature
> 3.2.0.SNAPSHOT (org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT)
> [ERROR]  Missing requirement: org.wso2.carbon.authenticator.proxy
> 3.2.0.SNAPSHOT (org.wso2.carbon.authenticator.proxy 3.2.0.SNAPSHOT) requires
> 'package org.wso2.carbon.authenticator.stub [3.2.0.SNAPSHOT,3.3.0)' but it
> could not be found
> [ERROR]  Cannot satisfy dependency:
> [ERROR]   From: WSO2 Carbon - Carbon Common Feature 3.2.0.SNAPSHOT
> (org.wso2.carbon.core.common.feature.group 3.2.0.SNAPSHOT)
> [ERROR]   To: org.wso2.carbon.authenticator.proxy [3.2.0.SNAPSHOT]
> [ERROR]  Cannot satisfy dependency:
> [ERROR]   From: WSO2 Carbon - Carbon Feature 3.2.0.SNAPSHOT
> (org.wso2.carbon.core.feature.group 3.2.0.SNAPSHOT)
> [ERROR]   To: org.wso2.carbon.core.common.feature.group [3.2.0.SNAPSHOT]
> [ERROR] Application failed, log file location:
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/core/p2-profile-generation/carbon-p2-profile/target/p2-agent/configuration/1301511463391.log
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO]
>
> Sameera
>
> --
> 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
>



-- 
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


Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-30 Thread Pradeep Fernando
hi,

fixed in trunk.

--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-31 Thread Sameera Jayasoma
Hi Pradeep,

It seems there are more errors. Please have a look..

[INFO]

[INFO] Building CSG Agent module
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] snapshot
org.wso2.carbon:org.wso2.carbon.cloud.csg.stub:3.2.0-SNAPSHOT: checking for
updates from wso2-nexus
[INFO] snapshot
org.wso2.carbon:org.wso2.carbon.transport.mgt:3.2.0-SNAPSHOT: checking for
updates from wso2-nexus
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 7 source files to
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[23,42]
package org.wso2.carbon.authenticator.proxy does not exist

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[24,42]
package org.wso2.carbon.authenticator.proxy does not exist

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[46,53]
cannot find symbol
symbol  : class LoginAuthenticationExceptionException
location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[31,42]
package org.wso2.carbon.authenticator.proxy does not exist

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[31,42]
package org.wso2.carbon.authenticator.proxy does not exist

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[52,46]
cannot find symbol
symbol  : class LoginAuthenticationExceptionException
location: class org.wso2.carbon.cloud.csg.agent.CSGAgentUtils

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,12]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,66]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,12]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService

[ERROR]
/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,66]
cannot find symbol
symbol  : class AuthenticationAdminStub
location: class org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService

[INFO] 10 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[23,42]
package org.wso2.carbon.authenticator.proxy do

Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-31 Thread Kasun Indrasiri
I too got the same error. And omit this component to build ESB. Apart from
this, the build looks stable.

On Thu, Mar 31, 2011 at 3:39 PM, Sameera Jayasoma  wrote:

> Hi Pradeep,
>
> It seems there are more errors. Please have a look..
>
> [INFO]
> 
> [INFO] Building CSG Agent module
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.cloud.csg.stub:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.transport.mgt:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/target
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 4 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 7 source files to
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/target/classes
> [INFO] -
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[23,42]
> package org.wso2.carbon.authenticator.proxy does not exist
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[24,42]
> package org.wso2.carbon.authenticator.proxy does not exist
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[46,53]
> cannot find symbol
> symbol  : class LoginAuthenticationExceptionException
> location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[31,42]
> package org.wso2.carbon.authenticator.proxy does not exist
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[31,42]
> package org.wso2.carbon.authenticator.proxy does not exist
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/CSGAgentUtils.java:[52,46]
> cannot find symbol
> symbol  : class LoginAuthenticationExceptionException
> location: class org.wso2.carbon.cloud.csg.agent.CSGAgentUtils
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,12]
> cannot find symbol
> symbol  : class AuthenticationAdminStub
> location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/client/AuthenticationClient.java:[48,66]
> cannot find symbol
> symbol  : class AuthenticationAdminStub
> location: class org.wso2.carbon.cloud.csg.agent.client.AuthenticationClient
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,12]
> cannot find symbol
> symbol  : class AuthenticationAdminStub
> location: class
> org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService
>
> [ERROR]
> /home/sameera/wso2/checkouts/wso2-trunk/carbon-trunk/carbon2/components/csg/org.wso2.carbon.cloud.csg.agent/src/main/java/org/wso2/carbon/cloud/csg/agent/service/CSGAgentAdminService.java:[78,66]
> cannot find symbol
> symbol  : class AuthenticationAdminStub
> location: class
> org.wso2.carbon.cloud.csg.agent.service.CSGAgentAdminService
>
> [INFO] 10 errors
> [INFO] -
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> -

Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-31 Thread Pradeep Fernando
hi

In my copy, CSG used to consume an authenticationStub, which is local
to them (they maintain seperate wsdl). look like there is a  change
made by rajika on 29   th afternoon. [1]
will fix this.

[1] http://wso2.org/svn/browse/wso2?view=rev&revision=91152

--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-31 Thread Rajika Kumarasiri
Yes get an update of the CSG component.

Rajika

On Thu, Mar 31, 2011 at 3:54 PM, Pradeep Fernando  wrote:

> hi
>
> In my copy, CSG used to consume an authenticationStub, which is local
> to them (they maintain seperate wsdl). look like there is a  change
> made by rajika on 29   th afternoon. [1]
> will fix this.
>
> [1] http://wso2.org/svn/browse/wso2?view=rev&revision=91152
>
> --Pradeep
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] More Build Errors due to stub change.

2011-03-31 Thread Pradeep Fernando
hi,

this should be fixed by now. however in the CSG component, they still
uses embed inline as the bundling mechanism for stubs (there are two
stubs).

rajika please look in to this.

thanks,
--Pradeep
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev