Re: [Carbon-dev] [Carbon-build] WSO2 Carbon Trunk Continuous Build has FAILED

2011-12-15 Thread Kasun Gajasinghe
]
 
 [INFO] Total time: 1:25:30.448s
 [INFO] Finished at: Thu Dec 15 03:02:42 PST 2011
 [INFO] Final Memory: 863M/1837M
 [INFO]
 
 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-surefire-plugin:2.4.2:test (default-test) on
 project ode-bpel-runtime: There are test failures.
 [ERROR]
 [ERROR] Please refer to
 /home/carbontrunk/carbon_trunk/carbon/dependencies/ode/bpel-runtime/target/surefire-reports
 for the individual test results.
 [ERROR] - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
 [ERROR]
 [ERROR] After correcting the problems, you can resume the build with the
 command
 [ERROR]   mvn goals -rf :ode-bpel-runtime




 --
 *Kasun Gajasinghe*
 Software Engineer; WSO2 Inc.; http://wso2.com

 ,
 *email: **kasung AT spamfree wso2.com** cell: **+94 (77) 678-0813*
 *blog: **http://blog.kasunbg.org* http://blog.kasunbg.org

 *
 twitter: **http://twitter.com/kasunbg* http://twitter.com/kasunbg

 *
 *


 ___
 Carbon-build mailing list
 carbon-bu...@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/carbon-build




 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*

 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis http://goog_277208233/** [AT] wso2.com* http://wso2.com/
 *
 *
 *site: 
 **https://sites.google.com/site/ddweerasiri/*https://sites.google.com/site/ddweerasiri/
 *blog: **http://ddweerasiri.blogspot.com*http://ddweerasiri.blogspot.com/
 *
 twitter: **http://twitter.com/ddweerasiri*http://twitter.com/ddweerasiri
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*http://lk.linkedin.com/in/ddweerasiri




-- 
~~~***'***~~~
Kasun Gajasinghe,
University of Moratuwa,
Sri Lanka.
Blog: http://kasunbg.blogspot.com
Twitter: http://twitter.com/kasunbg
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Build failure in service-stubs/ under Maven 3

2011-12-06 Thread Kasun Gajasinghe
Hi,

I faced the following issue when building carbon/service-stubs/ with Maven
3.0.3, and a fresh repo. The log is given below. This error is not produced
in Maven 2.

As I found out, the issue was that Maven3 doesn't identify the carbon root
pom, ie. org.wso2.carbon:carbon-platform. A workaround for this problem is
to build the carbon root pom first with all the module declarations in
its pom.xml commented out. And then, remove the added comments in the
copied carbon-platform pom in the M2 repo. But I think this needs to be
fixed to minimize this inconvenience, and isn't straight-forward for a new
builder.

Thanks,
--Kasun

[INFO]

[INFO]

[INFO] Building WSO2 Carbon - Service Stubs - Aggregator Module
3.2.0-SNAPSHOT
[INFO]

Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/maven-metadata.xml
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/carbon-platform-3.2.0-SNAPSHOT.pom
[INFO]

[INFO] Reactor Summary:
[INFO]
[INFO] WSO2 Carbon - Service Stubs - Aggregator Module ... FAILURE [1.273s]
[INFO] WSO2 Carbon - Stratos Common Stubs  SKIPPED
[INFO] WSO2 Carbon - Tenant Registration GApp Stub ... SKIPPED
[INFO] WSO2 Carbon - Data Admin Console Stub . SKIPPED
---
---
[INFO] WSO2 Carbon - Qpid Stub ... SKIPPED
[INFO] WSO2 Carbon - Tenant activity Stub  SKIPPED
[INFO] WSO2 Carbon - Load Balance Agent Stub . SKIPPED
[INFO]

[INFO] BUILD FAILURE
[INFO]

[INFO] Total time: 2.870s
[INFO] Finished at: Tue Dec 06 14:23:26 IST 2011
[INFO] Final Memory: 19M/618M
[INFO]

[ERROR] Failed to execute goal on project service-stubs: Could not resolve
dependencies for project org.wso2.carbon:service-stubs:pom:3.2.0-SNAPSHOT:
Failed to collect dependencies for [wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v2
(compile), org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1 (compile),
org.apache.neethi.wso2:neethi:jar:2.0.4.wso2v3 (compile),
org.apache.ws.commons.schema.wso2:XmlSchema:jar:1.4.7.wso2v1 (compile),
commons-logging:commons-logging:jar:1.1.1 (compile),
org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1 (compile)]: Failed
to read artifact descriptor for
org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1: *Could not find artifact
org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT *in wso2-nexus (
http://maven.wso2.org/nexus/content/groups/wso2-public/) - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build failure in service-stubs/ under Maven 3

2011-12-06 Thread Kasun Gajasinghe
On Tue, Dec 6, 2011 at 3:52 PM, Dileepa Jayakody dile...@wso2.com wrote:

 Hi,

 As a workaround for this you can copy the carbon-platform pom from
 carbon/components in to your m2 repo.

 Go to carbon/components and copy the pom to m2 repo in the following
 manner.

  cp pom.xml
 ~/.m2/repository/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/carbon-platform-3.2.0-SNAPSHOT.pom

 Hope this helps.


Yes, this is the method I used. But, first I had to manually create the
directory structure by `mkdir
-p ~/.m2/repository/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/`. Then,
copied the pom using the above command you just said. The workaround in the
previous mail was somewhat easier because even the editing of the pom at m2
repo is optional. Lot of guys are having this issue.

Thanks,
--Kasun


 Regards,
 Dileepa

 On Tue, Dec 6, 2011 at 2:49 PM, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi,

 I faced the following issue when building carbon/service-stubs/ with
 Maven 3.0.3, and a fresh repo. The log is given below. This error is not
 produced in Maven 2.

 As I found out, the issue was that Maven3 doesn't identify the carbon
 root pom, ie. org.wso2.carbon:carbon-platform. A workaround for this
 problem is to build the carbon root pom first with all the module
 declarations in its pom.xml commented out. And then, remove the added
 comments in the copied carbon-platform pom in the M2 repo. But I think this
 needs to be fixed to minimize this inconvenience, and isn't
 straight-forward for a new builder.

 Thanks,
 --Kasun

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 Carbon - Service Stubs - Aggregator Module
 3.2.0-SNAPSHOT
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/maven-metadata.xml
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/carbon-platform-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Carbon - Service Stubs - Aggregator Module ... FAILURE
 [1.273s]
 [INFO] WSO2 Carbon - Stratos Common Stubs  SKIPPED
 [INFO] WSO2 Carbon - Tenant Registration GApp Stub ... SKIPPED
 [INFO] WSO2 Carbon - Data Admin Console Stub . SKIPPED
 ---
 ---
 [INFO] WSO2 Carbon - Qpid Stub ... SKIPPED
 [INFO] WSO2 Carbon - Tenant activity Stub  SKIPPED
 [INFO] WSO2 Carbon - Load Balance Agent Stub . SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 2.870s
 [INFO] Finished at: Tue Dec 06 14:23:26 IST 2011
 [INFO] Final Memory: 19M/618M
 [INFO]
 
 [ERROR] Failed to execute goal on project service-stubs: Could not
 resolve dependencies for project
 org.wso2.carbon:service-stubs:pom:3.2.0-SNAPSHOT: Failed to collect
 dependencies for [wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v2 (compile),
 org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1 (compile),
 org.apache.neethi.wso2:neethi:jar:2.0.4.wso2v3 (compile),
 org.apache.ws.commons.schema.wso2:XmlSchema:jar:1.4.7.wso2v1 (compile),
 commons-logging:commons-logging:jar:1.1.1 (compile),
 org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1 (compile)]: Failed
 to read artifact descriptor for
 org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1: *Could not find artifact
 org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT *in wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/) - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


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




 --
 Dileepa Jayakody,
 Software Engineer, WSO2 Inc.
 Lean . Enterprise . Middleware


 ___
 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] Build failure in service-stubs/ under Maven 3

2011-12-06 Thread Kasun Gajasinghe
On Tue, Dec 6, 2011 at 3:18 PM, Kishanthan Thangarajah
kishant...@wso2.comwrote:

 Hi,

 On Tue, Dec 6, 2011 at 3:05 PM, Muhammed Shariq sha...@wso2.com wrote:

 Building from the carbon root should add the platform pom to the m2 repo
 ..



Yes, but we couldn't build carbon from root. So, had to build the top-level
sub-projects separately; hence the issue.

Thanks,
--Kasun


 With maven3, can we build the trunk from carbon root pom for the first
 time with fresh repo?

 Thanks,
 Kishanthan.


 On Tue, Dec 6, 2011 at 2:49 PM, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi,

 I faced the following issue when building carbon/service-stubs/ with
 Maven 3.0.3, and a fresh repo. The log is given below. This error is not
 produced in Maven 2.

 As I found out, the issue was that Maven3 doesn't identify the carbon
 root pom, ie. org.wso2.carbon:carbon-platform. A workaround for this
 problem is to build the carbon root pom first with all the module
 declarations in its pom.xml commented out. And then, remove the added
 comments in the copied carbon-platform pom in the M2 repo. But I think this
 needs to be fixed to minimize this inconvenience, and isn't
 straight-forward for a new builder.

 Thanks,
 --Kasun

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 Carbon - Service Stubs - Aggregator Module
 3.2.0-SNAPSHOT
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/maven-metadata.xml
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/carbon-platform-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Carbon - Service Stubs - Aggregator Module ... FAILURE
 [1.273s]
 [INFO] WSO2 Carbon - Stratos Common Stubs  SKIPPED
 [INFO] WSO2 Carbon - Tenant Registration GApp Stub ... SKIPPED
 [INFO] WSO2 Carbon - Data Admin Console Stub . SKIPPED
 ---
 ---
 [INFO] WSO2 Carbon - Qpid Stub ... SKIPPED
 [INFO] WSO2 Carbon - Tenant activity Stub  SKIPPED
 [INFO] WSO2 Carbon - Load Balance Agent Stub . SKIPPED
 [INFO]
 
 [INFO] BUILD FAILURE
 [INFO]
 
 [INFO] Total time: 2.870s
 [INFO] Finished at: Tue Dec 06 14:23:26 IST 2011
 [INFO] Final Memory: 19M/618M
 [INFO]
 
 [ERROR] Failed to execute goal on project service-stubs: Could not
 resolve dependencies for project
 org.wso2.carbon:service-stubs:pom:3.2.0-SNAPSHOT: Failed to collect
 dependencies for [wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v2 (compile),
 org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1 (compile),
 org.apache.neethi.wso2:neethi:jar:2.0.4.wso2v3 (compile),
 org.apache.ws.commons.schema.wso2:XmlSchema:jar:1.4.7.wso2v1 (compile),
 commons-logging:commons-logging:jar:1.1.1 (compile),
 org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1 (compile)]: Failed
 to read artifact descriptor for
 org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1: *Could not find artifact
 org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT *in wso2-nexus (
 http://maven.wso2.org/nexus/content/groups/wso2-public/) - [Help 1]
 [ERROR]
 [ERROR] To see the full stack trace of the errors, re-run Maven with the
 -e switch.
 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
 [ERROR]
 [ERROR] For more information about the errors and possible solutions,
 please read the following articles:
 [ERROR] [Help 1]
 http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException


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




 --
 Thanks,
 Shariq.


 ___
 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


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


Re: [Carbon-dev] Compilation error in Google Apps Registration UI

2011-12-06 Thread Kasun Gajasinghe
Hi Nirmal,

This is error is possibly due to an incorrectly built stub. Apparently, the
stub for package org.wso2.carbon.stratos.common.packages.stub has never
generated in your case. Make sure that the relevant project that is
responsible for generating this stub in service-stubs has no issue when
building. Though the build get *successful*, the WSDL2Java may have
*failed* with some exception thrown. This has happened to me before. I had
to comment out some modules, and restart the build from carbon root. In my
case, it was about missing some Axiom deps.

Regards,
--KasunG

On Tue, Dec 6, 2011 at 9:47 PM, Nirmal Fernando nir...@wso2.com wrote:

 Hi,

 Here's the error log regarding $subject.

 [ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
 (default-compile) on project org.wso2.carbon.gapp.registration.ui:
 Compilation failure: Compilation failure:
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[27,51]
 package org.wso2.carbon.stratos.common.packages.stub does not exist
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[28,51]
 package org.wso2.carbon.stratos.common.packages.stub does not exist
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[90,47]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[107,11]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[93,17]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[110,5]
 cannot find symbol
 [ERROR] symbol  : class PackageInfoServiceStub
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[111,5]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[111,37]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[113,27]
 cannot find symbol
 [ERROR] symbol  : class PackageInfoServiceStub
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[114,12]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[116,30]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 /media/wso2/carbon/carbon/components/stratos/org.wso2.carbon.gapp.registration.ui/src/main/java/org/wso2/carbon/gapp/registration/ui/GoolgeAppsRegistrationClient.java:[117,17]
 cannot find symbol
 [ERROR] symbol  : class PackageInfo
 [ERROR] location: class
 org.wso2.carbon.gapp.registration.ui.GoolgeAppsRegistrationClient
 [ERROR]
 [ERROR]
 

Re: [Carbon-dev] Build failure in service-stubs/ under Maven 3

2011-12-06 Thread Kasun Gajasinghe
On Wed, Dec 7, 2011 at 12:48 AM, Suresh Attanayaka sur...@wso2.com wrote:

 Hi Guys,

 I could build service stubs other than *org.wso2.carbon.stratos.common.stub
 *and *org.wso2.carbon.tenant.register.gapp.stub* successfully.

 The error message i get when i'm
 building org.wso2.carbon.stratos.common.stub is:
 The parents form a cycle:
 org.wso2.carbon:org.wso2.carbon.stratos.common.stub:3.2.0-SNAPSHOT -
 org.wso2.carbon:service-stubs:3.2.0-SNAPSHOT -
 org.wso2.carbon:carbon-platform:3.2.0-SNAPSHOT -
 org.wso2.carbon:carbon-platform:3.2.0-SNAPSHOT @
 org.wso2.carbon:carbon-components:3.2.0-SNAPSHOT


My build under service-stubs/org.wso2.carbon.stratos.common.stub was
successful. I just checked. You haven't change the artifactIds in the POMs,
right? If not, I think you need to check the pom
inheritance hierarchy (using artifactIds in parent tag) to see where this
error comes starting from org.wso2.carbon.stratos.common.stub project.


 and for org.wso2.carbon.tenant.register.gapp.stub is :
 Failed to execute goal on project
 org.wso2.carbon.tenant.register.gapp.stub: Could not resolve dependencies
 for project
 org.wso2.carbon:org.wso2.carbon.tenant.register.gapp.stub:bundle:3.2.0-SNAPSHOT:
 Failure to find org.apache.axis2.wso2:axis2-client:jar:1.6.1.wso2v4 in
 http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached in the
 local repository, resolution will not be reattempted until the update
 interval of wso2-nexus has elapsed or updates are forced


I think Keheliya was also facing this issue. Sanjeewa is working now to
have a fix for this. I hope you already changed the axis2 versions in
carbon root pom (carbon-platform) to 1.6.1.wso2v*1 *temporally until the
fix comes?

Regards,
--KasunG


 any idea ?

 Thanks,


 On Tue, Dec 6, 2011 at 4:14 PM, Muhammed Shariq sha...@wso2.com wrote:

 Ideally if you trigger a build from the root level then the root pom
 would be copied to the m2 repo. However I tried that approach with Sanjeew
 now and it seems this is not happening now. I checked the pom files but
 couldn't find any obvious issue, Pradeep/Harshana any idea what could be
 the issue?


 On Tue, Dec 6, 2011 at 4:09 PM, Kasun Gajasinghe kas...@wso2.com wrote:



 On Tue, Dec 6, 2011 at 3:52 PM, Dileepa Jayakody dile...@wso2.comwrote:

 Hi,

 As a workaround for this you can copy the carbon-platform pom from
 carbon/components in to your m2 repo.

 Go to carbon/components and copy the pom to m2 repo in the following
 manner.c

  cp pom.xml
 ~/.m2/repository/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/carbon-platform-3.2.0-SNAPSHOT.pom

 Hope this helps.


 Yes, this is the method I used. But, first I had to manually create the
 directory structure by `mkdir
 -p ~/.m2/repository/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/`. Then,
 copied the pom using the above command you just said. The workaround in the
 previous mail was somewhat easier because even the editing of the pom at m2
 repo is optional. Lot of guys are having this issue.

 Thanks,
 --Kasun


 Regards,
 Dileepa

 On Tue, Dec 6, 2011 at 2:49 PM, Kasun Gajasinghe kas...@wso2.comwrote:

 Hi,

 I faced the following issue when building carbon/service-stubs/ with
 Maven 3.0.3, and a fresh repo. The log is given below. This error is not
 produced in Maven 2.

 As I found out, the issue was that Maven3 doesn't identify the carbon
 root pom, ie. org.wso2.carbon:carbon-platform. A workaround for this
 problem is to build the carbon root pom first with all the module
 declarations in its pom.xml commented out. And then, remove the added
 comments in the copied carbon-platform pom in the M2 repo. But I think 
 this
 needs to be fixed to minimize this inconvenience, and isn't
 straight-forward for a new builder.

 Thanks,
 --Kasun

 [INFO]

 [INFO]
 
 [INFO] Building WSO2 Carbon - Service Stubs - Aggregator Module
 3.2.0-SNAPSHOT
 [INFO]
 
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/maven-metadata.xml
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/carbon-platform-3.2.0-SNAPSHOT.pom
 [INFO]
 
 [INFO] Reactor Summary:
 [INFO]
 [INFO] WSO2 Carbon - Service Stubs - Aggregator Module ... FAILURE
 [1.273s]
 [INFO] WSO2 Carbon - Stratos Common Stubs  SKIPPED
 [INFO] WSO2 Carbon - Tenant Registration GApp Stub ... SKIPPED
 [INFO] WSO2 Carbon - Data Admin Console Stub . SKIPPED
 ---
 ---
 [INFO] WSO2 Carbon - Qpid Stub ... SKIPPED
 [INFO] WSO2 Carbon - Tenant activity Stub  SKIPPED
 [INFO] WSO2 Carbon - Load Balance Agent Stub . SKIPPED
 [INFO

[Carbon-dev] Fatal error when building carbon/dependencies/carbon-p2-plugin

2011-12-03 Thread Kasun Gajasinghe
Hi,

I have started to build Carbon. Now I've ran in to an issue when building
carbon/dependencies/carbon-p2-plugin. The log is given below. Any idea on
how to proceed please?

I faced some test failures when building from carbon/ as well. So, I have
opted to build it with tests skipped. But this might have occurred because
I'm using a borrowed M2 repo. Is it a possibility?

Thanks,
--KasunG

~/wso2/carbon/dependencies/carbon-p2-plugin$ mvn clean install
[INFO] Scanning for projects...
[INFO]

[INFO] Building Maven P2 Profile Generation Plugin
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory
/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
[INFO] [plugin:descriptor {execution: default-descriptor}]
[INFO] Using 2 extractors.
[INFO] Applying extractor for language: java
[INFO]

[ERROR] FATAL ERROR
[INFO]

[INFO] syntax error @[27,30] in
file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
[INFO]

[INFO] Trace
com.thoughtworks.qdox.parser.ParseException: syntax error @[27,30] in
file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
 at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:716)
at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:826)
 at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:697)
at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:300)
 at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:316)
at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:312)
 at
com.thoughtworks.qdox.JavaDocBuilder$1.visitFile(JavaDocBuilder.java:369)
at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:43)
 at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
at
com.thoughtworks.qdox.directorywalker.DirectoryScanner.scan(DirectoryScanner.java:52)
 at
com.thoughtworks.qdox.JavaDocBuilder.addSourceTree(JavaDocBuilder.java:366)
at
org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.discoverClasses(JavaMojoDescriptorExtractor.java:605)
 at
org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.execute(JavaMojoDescriptorExtractor.java:572)
at
org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor(DefaultMojoScanner.java:96)
 at
org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:146)
at
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
 at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
at org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at 

Re: [Carbon-dev] Fatal error when building carbon/dependencies/carbon-p2-plugin

2011-12-03 Thread Kasun Gajasinghe
On Sat, Dec 3, 2011 at 5:59 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi KasunG,

 On Sat, Dec 3, 2011 at 5:28 PM, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi,

 I have started to build Carbon. Now I've ran in to an issue when building
 carbon/dependencies/carbon-p2-plugin. The log is given below. Any idea on
 how to proceed please?


 Are you using Maven 3? In not, use Maven 3.



 Carbon trunk has already partially moved to M3 and M2 support is not
 there.


Hi Harshana,

I was using Maven2. I'll give it a try with Maven3. I thought that version
2.x is forward compatible with 3.x given the fact that 3.x is largely
backward compatible with 2.x (except site plugin)!

Thanks,
--KasunG



 Thanks and Regards,
 Harshana


 I faced some test failures when building from carbon/ as well. So, I have
 opted to build it with tests skipped. But this might have occurred because
 I'm using a borrowed M2 repo. Is it a possibility?

 Thanks,
 --KasunG

 ~/wso2/carbon/dependencies/carbon-p2-plugin$ mvn clean install
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven P2 Profile Generation Plugin
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
 [INFO] [plugin:descriptor {execution: default-descriptor}]
 [INFO] Using 2 extractors.
 [INFO] Applying extractor for language: java
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] syntax error @[27,30] in
 file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
 [INFO]
 
 [INFO] Trace
 com.thoughtworks.qdox.parser.ParseException: syntax error @[27,30] in
 file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
  at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:716)
 at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:826)
  at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:697)
 at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:300)
  at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:316)
 at com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:312)
  at
 com.thoughtworks.qdox.JavaDocBuilder$1.visitFile(JavaDocBuilder.java:369)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:43)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.scan(DirectoryScanner.java:52)
  at
 com.thoughtworks.qdox.JavaDocBuilder.addSourceTree(JavaDocBuilder.java:366)
 at
 org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.discoverClasses(JavaMojoDescriptorExtractor.java:605)
  at
 org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.execute(JavaMojoDescriptorExtractor.java:572)
 at
 org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor(DefaultMojoScanner.java:96)
  at
 org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:146)
 at
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
 at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
  at
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments

Re: [Carbon-dev] Fatal error when building carbon/dependencies/carbon-p2-plugin

2011-12-03 Thread Kasun Gajasinghe
On Sat, Dec 3, 2011 at 6:51 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi KasunG,

 On Sat, Dec 3, 2011 at 6:38 PM, Kasun Gajasinghe kas...@wso2.com wrote:



 On Sat, Dec 3, 2011 at 5:59 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi KasunG,

 On Sat, Dec 3, 2011 at 5:28 PM, Kasun Gajasinghe kas...@wso2.comwrote:

 Hi,

 I have started to build Carbon. Now I've ran in to an issue when
 building carbon/dependencies/carbon-p2-plugin. The log is given below. Any
 idea on how to proceed please?


 Are you using Maven 3? In not, use Maven 3.



 Carbon trunk has already partially moved to M3 and M2 support is not
 there.


 Hi Harshana,

 I was using Maven2. I'll give it a try with Maven3. I thought
 that version 2.x is forward compatible with 3.x given the fact that 3.x is
 largely backward compatible with 2.x (except site plugin)!


 In general your argument is correct but latest carbon-p2-plugin
 implementation uses several Tycho applications. Since Tycho requires M3, M2
 support is no longer exist.


I see. Yes, the said issue is disappeared after upgrading to Maven 3
(3.0.3).

A quick question. Will we have to maintain two M2 repos for 2.x and 3.x?
This is because I heard that 3.2.0 branch is running on 2.x.

Thanks,
--KasunG



 Thanks and Regards,
 Harshana


 Thanks,
 --KasunG



 Thanks and Regards,
 Harshana


 I faced some test failures when building from carbon/ as well. So, I
 have opted to build it with tests skipped. But this might have occurred
 because I'm using a borrowed M2 repo. Is it a possibility?

 Thanks,
 --KasunG

 ~/wso2/carbon/dependencies/carbon-p2-plugin$ mvn clean install
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven P2 Profile Generation Plugin
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
 [INFO] [plugin:descriptor {execution: default-descriptor}]
 [INFO] Using 2 extractors.
 [INFO] Applying extractor for language: java
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] syntax error @[27,30] in
 file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
 [INFO]
 
 [INFO] Trace
 com.thoughtworks.qdox.parser.ParseException: syntax error @[27,30] in
 file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
  at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:716)
 at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:826)
  at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:697)
 at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:300)
  at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:316)
 at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:312)
  at
 com.thoughtworks.qdox.JavaDocBuilder$1.visitFile(JavaDocBuilder.java:369)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:43)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.scan(DirectoryScanner.java:52)
  at
 com.thoughtworks.qdox.JavaDocBuilder.addSourceTree(JavaDocBuilder.java:366)
 at
 org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.discoverClasses(JavaMojoDescriptorExtractor.java:605)
  at
 org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.execute(JavaMojoDescriptorExtractor.java:572)
 at
 org.apache.maven.tools.plugin.scanner.DefaultMojoScanner.populatePluginDescriptor(DefaultMojoScanner.java:96)
  at
 org.apache.maven.plugin.plugin.AbstractGeneratorMojo.execute(AbstractGeneratorMojo.java:146

Re: [Carbon-dev] Fatal error when building carbon/dependencies/carbon-p2-plugin

2011-12-03 Thread Kasun Gajasinghe
On Sat, Dec 3, 2011 at 7:10 PM, Harshana Martin harsh...@wso2.com wrote:

 Hi KasunG,

 On Sat, Dec 3, 2011 at 6:57 PM, Kasun Gajasinghe kas...@wso2.com wrote:



 On Sat, Dec 3, 2011 at 6:51 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi KasunG,

 On Sat, Dec 3, 2011 at 6:38 PM, Kasun Gajasinghe kas...@wso2.comwrote:



 On Sat, Dec 3, 2011 at 5:59 PM, Harshana Martin harsh...@wso2.comwrote:

 Hi KasunG,

 On Sat, Dec 3, 2011 at 5:28 PM, Kasun Gajasinghe kas...@wso2.comwrote:

 Hi,

 I have started to build Carbon. Now I've ran in to an issue when
 building carbon/dependencies/carbon-p2-plugin. The log is given below. 
 Any
 idea on how to proceed please?


 Are you using Maven 3? In not, use Maven 3.



 Carbon trunk has already partially moved to M3 and M2 support is not
 there.


 Hi Harshana,

 I was using Maven2. I'll give it a try with Maven3. I thought
 that version 2.x is forward compatible with 3.x given the fact that 3.x is
 largely backward compatible with 2.x (except site plugin)!


 In general your argument is correct but latest carbon-p2-plugin
 implementation uses several Tycho applications. Since Tycho requires M3, M2
 support is no longer exist.


 I see. Yes, the said issue is disappeared after upgrading to Maven 3
 (3.0.3).

 A quick question. Will we have to maintain two M2 repos for 2.x and 3.x?
 This is because I heard that 3.2.0 branch is running on 2.x.


 Nope. It is not required. Maven 3 uses the same Maven repo layout as Maven
 2. So the repos are compatible.


Great!



 Thanks and Regards,
 Harshana


 Thanks,
 --KasunG



 Thanks and Regards,
 Harshana


 Thanks,
 --KasunG



 Thanks and Regards,
 Harshana


 I faced some test failures when building from carbon/ as well. So, I
 have opted to build it with tests skipped. But this might have occurred
 because I'm using a borrowed M2 repo. Is it a possibility?

 Thanks,
 --KasunG

 ~/wso2/carbon/dependencies/carbon-p2-plugin$ mvn clean install
 [INFO] Scanning for projects...
 [INFO]
 
 [INFO] Building Maven P2 Profile Generation Plugin
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/target
 [INFO] [plugin:descriptor {execution: default-descriptor}]
 [INFO] Using 2 extractors.
 [INFO] Applying extractor for language: java
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] syntax error @[27,30] in
 file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
 [INFO]
 
 [INFO] Trace
 com.thoughtworks.qdox.parser.ParseException: syntax error @[27,30] in
 file:/home/kasun/wso2/carbon/dependencies/carbon-p2-plugin/src/main/java/org/wso2/maven/p2/generate/utils/PropertyReplacer.java
  at com.thoughtworks.qdox.parser.impl.Parser.yyerror(Parser.java:716)
 at com.thoughtworks.qdox.parser.impl.Parser.yyparse(Parser.java:826)
  at com.thoughtworks.qdox.parser.impl.Parser.parse(Parser.java:697)
 at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:300)
  at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:316)
 at
 com.thoughtworks.qdox.JavaDocBuilder.addSource(JavaDocBuilder.java:312)
  at
 com.thoughtworks.qdox.JavaDocBuilder$1.visitFile(JavaDocBuilder.java:369)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:43)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
  at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.walk(DirectoryScanner.java:34)
 at
 com.thoughtworks.qdox.directorywalker.DirectoryScanner.scan(DirectoryScanner.java:52)
  at
 com.thoughtworks.qdox.JavaDocBuilder.addSourceTree(JavaDocBuilder.java:366)
 at
 org.apache.maven.tools.plugin.extractor.java.JavaMojoDescriptorExtractor.discoverClasses(JavaMojoDescriptorExtractor.java:605

Re: [Carbon-dev] Using a wiki to write our online product documentation

2010-06-16 Thread kasun Gajasinghe
You may consider using DocBook. DocBook is a standard for writing technical
documentations.
You can find more at: http://www.devx.com/Java/Article/35301

Here's an example on how the output would look like.
http://docs.fedoraproject.org/en-US/Fedora/13/html/Installation_Quick_Start_Guide/index.html

DocBook Community: http://www.docbook.org/

Regards,
/KasunG

On Wed, Jun 16, 2010 at 11:14 PM, Supun Kamburugamuva su...@wso2.comwrote:

 How about using a wiki to write our online documentation. One
 advantage is we can keep on improving the document after we release
 the product as well. Right now even if we find a typo in the online
 documentation it is hard to fix. I know this kind of things are hard
 to do. But just thought of brining this up to see how others think.

 Thanks,
 Supun..

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




-- 
Kasun Gajasinghe
Intern
E-mail: kasung AT wso2 DOT com

WSO2, Inc.; http://wso2.com
lean.enterprise.middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Exceptions when DOM is used instead of DOOM in Rampart (Relates to Axis2/Rampart Performance Improvement)

2010-06-05 Thread kasun Gajasinghe
Hello,
we were trying to use Rampart without using DOOM objects. i.e. instead of
converting OMElement - DOOM we do OMElement - DOM conversion. This is done
by passing *false* for the parameter '*useDoom*' in methods
getSOAPEnvelopeFromDOMDocument(Document doc, boolean useDoom) and
getDocumentFromSOAPEnvelope(SOAPEnvelope env, boolean useDoom) @
org.apache.rampart.util.Axis2Util.java.

But, this doesn't work! I am getting a ClassCastException. Does anyone know
a solution for this?

Stack-Trace is given below.

run-signencr:
run-policy:
 [copy] Copying 1 file to
/media/DATA/WSO2/axis2/jws14code-new/axis2.BACK/client/bin
 [java] Running initialization request to prepare for timed test
 [java] Connecting to service at
http://localhost:8080/axis2/services/seismic-signencr
 [java] Rampart engaged for supplied policy
 [java] java.lang.ClassCastException:
org.apache.xerces.dom.ElementNSImpl cannot be cast to
org.apache.axiom.om.OMElement
 [java] at
org.apache.rampart.builder.AsymmetricBindingBuilder.doSignBeforeEncrypt(AsymmetricBindingBuilder.java:366)
 [java] at
org.apache.rampart.builder.AsymmetricBindingBuilder.build(AsymmetricBindingBuilder.java:95)
 [java] at
org.apache.rampart.MessageBuilder.build(MessageBuilder.java:147)
 [java] at
org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:64)
 [java] at org.apache.axis2.engine.Phase.invoke(Phase.java:318)
 [java] at
org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:259)
 [java] at
org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:424)
 [java] at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
 [java] at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 [java] at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
 [java] at
com.sosnoski.ws.seismic.adb.SeismicAdbStub.matchQuakes(SeismicAdbStub.java:181)
 [java] at
com.sosnoski.ws.seismic.adb.Axis2LitClient.runQuery(Axis2LitClient.java:87)
 [java] at
com.sosnoski.ws.seismic.adb.TestClient$TestRunnable.run(TestClient.java:210)
 [java] at java.lang.Thread.run(Thread.java:619)
 [java] Java Result: 1

BUILD SUCCESSFUL
Total time: 3 seconds

Thanks,
/KasunG

-- 
Kasun Gajasinghe
Intern
E-mail: kasung AT wso2 DOT com

WSO2, Inc.; http://wso2.com
lean.enterprise.middleware
___
Carbon-dev mailing list
Carbon-dev@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev