Re: [Carbon-dev] Migrating Carbon Studio's registry browser from remote registry API to web service API.

2012-02-03 Thread Melan Nimesh
Hi Senaka,

Yes, able to fixed it. It was due to loading same class from different jars.
Thanks Chathuri for pointing out reason and helping me to fix it.

Thanks,
Melan

On Sat, Feb 4, 2012 at 2:19 AM, Senaka Fernando sen...@wso2.com wrote:

 Hi Melan,

 Was this sorted?

 Thanks,
 Senaka.

 On Fri, Jan 20, 2012 at 10:10 AM, Melan Nimesh me...@wso2.com wrote:

 Hi all,

 I am working on migrating Carbon Studio's registry browser from Remote
 Registry API to Web Service API.

 At the moment,  It works fine for most cases such as listing resources,
 adding collections, setting resources permissions
 but for adding new resources and getting resource content,
 it's getting following an error ( ClassNotFoundException:
 org.wso2.carbon.user.api.UserStoreException)[1]
 and 'org.wso2.carbon.user.api.UserStoreException' also contain in
 my class-path

 my class-path contains following jars [2]

 Any suggestions to fix this?

 Thanks,
 Melan


 [1]
  java.lang.ClassNotFoundException:
 org.wso2.carbon.user.api.UserStoreException
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
  at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
 at
 org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
  at
 org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
 at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  ... 59 more

 [2]
 abdera-1.0.0.wso2v1.jar
 axiom-1.2.11-wso2v1.jar
 axis2-1.6.1-wso2v3.jar
 axis2-json-1.6.1-wso2v1.jar
 axis2-transport-base-1.1.0-wso2v5.jar
 axis2-transport-jms-1.1.0-wso2v5.jar
 commons-codec-1.3.0.wso2v1.jar
 commons-collections-3.2.0.wso2v1.jar
 commons-httpclient-3.1.0-wso2v1.jar
 commons-io-1.4.0.wso2v1.jar
 commons-lang-2.3.0.wso2v1.jar
 commons-logging-1.1.1.jar
 commons-validator-1.3.1.jar
 geronimo-stax-api_1.0_spec_1.0.1.wso2v1.jar
 httpcore-4.1.3-wso2v1.jar
 jakarta-oro-2.0.8.jar
 jettison-1.2.jar
 joda-time-1.6.0.wso2v1.jar
 json-1.0.0.wso2v1.jar
 neethi-2.0.4-wso2v3.jar
 not-yet-commons-ssl-0.3.9.jar
 opensaml2-2.0.0.alpha1-wso2v1.jar
 org.wso2.carbon.authenticator.stub-3.2.0.jar
 org.wso2.carbon.core.common-3.2.0.jar
 org.wso2.carbon.governance.api-3.2.2.jar
 org.wso2.carbon.registry.api-3.2.0.jar
 org.wso2.carbon.registry.core-3.2.2.jar
 org.wso2.carbon.registry.ws.api-3.2.2.jar
 org.wso2.carbon.registry.ws.client-3.2.2.jar
 org.wso2.carbon.registry.ws.stub-3.2.2.jar
 org.wso2.carbon.user.api-3.2.2.jar
 org.wso2.carbon.user.core-3.2.2.jar
 org.wso2.securevault-1.0.0.jar
 rampart-core-1.6.0.wso2v1.jar
 rampart-policy-1.6.0.wso2v1.jar
 rampart-trust-1.6.0.wso2v1.jar
 synapse-commons-1.4.0.wso2v2.jar
 synapse-core-2.1.0-wso2v1.jar
 synapse-nhttp-transport-1.4.0.wso2v2.jar
 synapse-tasks-1.4.0.wso2v2.jar
 woden-1.0.0.M8-wso2v1.jar
 wsdl4j-1.6.2-wso2v3.jar
 wss4j-1.5.10.wso2v2.jar
 XmlSchema-1.4.7-wso2v1.jar

 ___
 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


[Carbon-dev] Cannot access registry using web service API except G-REG

2012-01-25 Thread Melan Nimesh
Hi All,

I am trying to access embedded registry of each WSO2 product using web
service API as part of migrating CS registry browser to web service API. It
works fine for all G-REG version (3.6.0, 4.0.0, 4.1.0), and I am
getting following errors [1]  [2] when accessing other product's
embedded registry

is WSRegistryService included with all product? do I need to change any
setting when connecting to other product's embedded registry ?

Any idea?

*[1] For AS 4.1.x*
org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to
perform getRating operation.
at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.getRating(WSRegistryServiceClient.java:586)
 at
org.wso2.carbonstudio.eclipse.greg.base.core.Registry.getRating(Registry.java:736)
... 30 more
Caused by: org.apache.axis2.AxisFault: *The service cannot be found for the
endpoint reference (EPR) https://localhost:9445/services/WSRegistryService*
 at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:508)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:375)
 at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
org.wso2.carbon.registry.ws.stub.WSRegistryServiceStub.getRating(WSRegistryServiceStub.java:5688)
 at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.getRating(WSRegistryServiceClient.java:582)
... 31 more

*[2] For ESB 4.0.x*
org.wso2.carbon.registry.core.exceptions.RegistryException: Failed to
perform get operation.
at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.get(WSRegistryServiceClient.java:244)
 at
org.wso2.carbonstudio.eclipse.greg.base.core.Registry.getResourcesPerCollection(Registry.java:191)
... 30 more
Caused by: org.apache.axis2.AxisFault: The input stream for an incoming
message is null.
at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:92)
 at
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:67)
at
org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:354)
 at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:421)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
 at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
at
org.wso2.carbon.registry.ws.stub.WSRegistryServiceStub.wSget(WSRegistryServiceStub.java:1484)
 at
org.wso2.carbon.registry.ws.client.registry.WSRegistryServiceClient.get(WSRegistryServiceClient.java:229)
... 31 more


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


[Carbon-dev] Migrating Carbon Studio's registry browser from remote registry API to web service API.

2012-01-19 Thread Melan Nimesh
Hi all,

I am working on migrating Carbon Studio's registry browser from Remote
Registry API to Web Service API.

At the moment,  It works fine for most cases such as listing resources,
adding collections, setting resources permissions
but for adding new resources and getting resource content,
it's getting following an error ( ClassNotFoundException:
org.wso2.carbon.user.api.UserStoreException)[1]
and 'org.wso2.carbon.user.api.UserStoreException' also contain in
my class-path

my class-path contains following jars [2]

Any suggestions to fix this?

Thanks,
Melan


[1]
java.lang.ClassNotFoundException:
org.wso2.carbon.user.api.UserStoreException
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
 at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
 at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
 ... 59 more

[2]
abdera-1.0.0.wso2v1.jar
axiom-1.2.11-wso2v1.jar
axis2-1.6.1-wso2v3.jar
axis2-json-1.6.1-wso2v1.jar
axis2-transport-base-1.1.0-wso2v5.jar
axis2-transport-jms-1.1.0-wso2v5.jar
commons-codec-1.3.0.wso2v1.jar
commons-collections-3.2.0.wso2v1.jar
commons-httpclient-3.1.0-wso2v1.jar
commons-io-1.4.0.wso2v1.jar
commons-lang-2.3.0.wso2v1.jar
commons-logging-1.1.1.jar
commons-validator-1.3.1.jar
geronimo-stax-api_1.0_spec_1.0.1.wso2v1.jar
httpcore-4.1.3-wso2v1.jar
jakarta-oro-2.0.8.jar
jettison-1.2.jar
joda-time-1.6.0.wso2v1.jar
json-1.0.0.wso2v1.jar
neethi-2.0.4-wso2v3.jar
not-yet-commons-ssl-0.3.9.jar
opensaml2-2.0.0.alpha1-wso2v1.jar
org.wso2.carbon.authenticator.stub-3.2.0.jar
org.wso2.carbon.core.common-3.2.0.jar
org.wso2.carbon.governance.api-3.2.2.jar
org.wso2.carbon.registry.api-3.2.0.jar
org.wso2.carbon.registry.core-3.2.2.jar
org.wso2.carbon.registry.ws.api-3.2.2.jar
org.wso2.carbon.registry.ws.client-3.2.2.jar
org.wso2.carbon.registry.ws.stub-3.2.2.jar
org.wso2.carbon.user.api-3.2.2.jar
org.wso2.carbon.user.core-3.2.2.jar
org.wso2.securevault-1.0.0.jar
rampart-core-1.6.0.wso2v1.jar
rampart-policy-1.6.0.wso2v1.jar
rampart-trust-1.6.0.wso2v1.jar
synapse-commons-1.4.0.wso2v2.jar
synapse-core-2.1.0-wso2v1.jar
synapse-nhttp-transport-1.4.0.wso2v2.jar
synapse-tasks-1.4.0.wso2v2.jar
woden-1.0.0.M8-wso2v1.jar
wsdl4j-1.6.2-wso2v3.jar
wss4j-1.5.10.wso2v2.jar
XmlSchema-1.4.7-wso2v1.jar
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Integration Tests fails in windows due to Unable to start server runtime error

2011-10-26 Thread Melan Nimesh
Hi,

I am able run core integration tests successfully on windows by modifying
ServerUtils.java and SimpleAxis2ServerManager.java at
org.wso2.carbon.integration.core

but it does not shutdown server after completing tests, it seems like
shutdown() @ ServerUtils.java does not work as as expected on windows, is
there any way to fix it?

My modifications are attached as patch file

Thanks
--Melan


On Fri, Aug 26, 2011 at 10:20 AM, Vijayaratha Vijayasingam
rat...@wso2.comwrote:

 common to all esb tests...and this might occur for other products as
 well...
 issue is in pom and in ServerUtils.java @ core integration..

  property
namecarbon.zip/name
 value

 ${basedir}/../../distribution/product/target/wso2esb-${pom.version}.zip
  /value
  /property
 after correcting the pom , i get same issue..where it says; (attached sf
 report)

  java.io.IOException: Cannot run program bat (in directory

 C:\Projects\branch\3.2.0\products\esb\4.0.2\modules\integration\endpoints\target\.\carbontmp\wso2esb-4.0.2):
 ..

 This path is right,  but \.\ causes issue...which comes from
 ServerUtils.setUpCarbonHome()..

 -Ratha..



 On 25 August 2011 22:51, Denis Weerasiri de...@wso2.com wrote:
 
 
  On Thu, Aug 25, 2011 at 8:38 PM, Vijayaratha Vijayasingam 
 rat...@wso2.com
  wrote:
 
  Hi;
  attached a surefire report...
 
  Hi Rathav,
  Is this common to all esb integration tests or just to end-point tests.?
  Reason for the error is relative path handling is wrong.
 
  Caused by: java.io.IOException: Cannot run program bat (in directory
 
 C:\Projects\branch\3.2.0\products\esb\4.0.2\modules\integration\endpoints\target\carbontmp\wso2esb-4.0.2\.\carbontmp\endpoints\..\..\distribution\product\target\wso2esb-4.0.2):
  CreateProcess error=267, The directory name is invalid
 
 
  -Ratha...
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 
 
 
  --
  Thanks,
  Denis
  --
  Denis Weerasiri
  Software Engineer; WSO2 Inc.; http://wso2.com,
  email: denis [AT] wso2.com
  site: https://sites.google.com/site/ddweerasiri/
  blog: http://ddweerasiri.blogspot.com
  twitter: http://twitter.com/ddweerasiri
  linked-in: http://lk.linkedin.com/in/ddweerasiri
 
  ___
  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




integration_test.patch
Description: Binary data
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Carbon Studio 2.0.0.M4

2011-10-17 Thread Melan Nimesh
Hi All,

CS 2.0.0.M4 is available to download at [1]. Following artifacts have been
completed.

Axis2 Services
JAX-WS Services
Web Applications
Sequences
Proxy Services
Endpoints
Registry Resources
Data Services
BPEL
ESB Custom mediator
Local entries
UI Component
Dataservice Validator

Features

Can create artifacts at any place in the workspace
Improved wizard pages each and every artifact
Each artifact will be created as a separate project with maven pom files
which will create the relevant deployable component.

Limitations

Concept of distribution project has not yet fully implemented and does
not included in this milestone
UI Component cannot build using maven

Thanks
--Melan

[1]
http://builder4.us1.wso2.org/~carbon-studio/releases/carbon-studio/2.0.0/M4/
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] WSO2 Committers += Jasintha Dasanayaka

2011-10-13 Thread Melan Nimesh
Congratulations !!!

On Thu, Oct 13, 2011 at 9:30 PM, Chathuri Wimalasena chath...@wso2.comwrote:

 Hi Jasintha,

 Congratulations!!!

 Its my pleasure to welcome you aboard as a WSO2 Committer. We really
 appreciate the effort you've put in, and all the hard work behind your
 contributions. Please do keep it up.

 Thanks and Regards,
 Chathuri

 ___
 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] Progress on CS Trunk

2011-09-07 Thread Melan Nimesh
Hi All,

Here is a progress update of the CS Trunk.

At the moment, we have completed about 9 artifacts and there are about 11
more artifacts pending.

completed artifacts wizards

   - BPEL
   - Data Services
   - WebApp
   - Proxy
   - Endpoint
   - Sequnce
   - Registry Resource
   - Axis2
   - JAX-WS


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


Re: [Carbon-dev] Code reviews for this week.

2011-08-29 Thread Melan Nimesh
Hi

My name is not listed, Could you please add me into a group

Thanks
Melan

On Mon, Aug 29, 2011 at 5:34 PM, Afkham Azeez az...@wso2.com wrote:

 Please note the following, and send out invitations with Crucible project
 link;

 Group A
 Registry Caching - Senaka

 Group B
 Distributed Transactions - Anjana

 Group C
 Single Sign-On implementation - Thilina

 Group D
 Sample Installer - Shariq

 Group E
 DeploymentSynchronizer - Hiranya


 Code review groups  WSO2 Technical reviews schedule:
 https://docs.google.com/a/wso2.com/spreadsheet/ccc?key=0AggG9aSKPgHOdEU4bTdVdnBZLURrVzl4TTU5Ni1lM1Ehl=en_US#gid=1

 Please let me know if your name is not in any code review group.

 Thanks
 Azeez

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


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


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

2011-08-10 Thread Melan Nimesh
Hi BAM team,

please have a look!

Thanks
--Melan

On Wed, Aug 10, 2011 at 10:53 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)

 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/carbon-home'
 External at revision 111512.


 Fetching external item into
 'components/governance/org.wso2.carbon.governance.api/src/test/resources/user-test'
 External at revision 111512.


 Fetching external item into 'features/etc'
 External at revision 111512.

 At revision 111512.
 svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 Wed Aug 10 13:23:07 EDT 2011
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/new-bam-2/3.2.1/new-bam-2-3.2.1.pom
 [INFO] Unable to find resource 'org.wso2.carbon:new-bam-2:pom:3.2.1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
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 java.lang.reflect.Method.invoke(Method.java:597)
at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'org.wso2.carbon:new-bam-2' not found in repository: Unable to download the
 artifact from any repository

  org.wso2.carbon:new-bam-2:pom:3.2.1
 ___
 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

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

2011-08-10 Thread Melan Nimesh
Hi,

Sorry, Please Ignore the bulk mails coming from the builder, due to SVN lock
state on checkout directory and its now fixed

Thanks
Melan

On Thu, Aug 11, 2011 at 8:22 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 run_from_carbon_features
 ;;
 'products')
 run_from_carbon_products
 ;;
 'p2')
 run_from_carbon_p2
 ;;
 'help')
 echo Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]
 ;;
 esac
 svn: Working copy '.' locked
 svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for
 details)
 svn info
 Path: .
 URL: https://svn.wso2.org/repos/wso2/trunk/carbon
 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111512
 Node Kind: directory
 Schedule: normal
 Last Changed Author: hasini
 Last Changed Rev: 111510
 Last Changed Date: 2011-08-10 09:14:15 -0400 (Wed, 10 Aug 2011)
 Wed Aug 10 22:52:35 EDT 2011
 [INFO] Scanning for projects...
 Downloading:
 http://repo1.maven.org/maven2/org/wso2/carbon/new-bam-2/3.2.1/new-bam-2-3.2.1.pom
 [INFO] Unable to find resource 'org.wso2.carbon:new-bam-2:pom:3.2.1' in
 repository central (http://repo1.maven.org/maven2)
 [INFO]
 
 [ERROR] FATAL ERROR
 [INFO]
 
 [INFO] Error building POM (may not be this project's POM).


 Project ID: org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null

 Reason: Cannot find parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null


 [INFO]
 
 [INFO] Trace
 org.apache.maven.reactor.MavenExecutionException: Cannot find parent:
 org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:404)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:272)
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 java.lang.reflect.Method.invoke(Method.java:597)
at
 org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 Caused by: org.apache.maven.project.ProjectBuildingException: Cannot find
 parent: org.wso2.carbon:new-bam-2 for project:
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null for project
 org.wso2.carbon:org.wso2.carbon.bam.analyzer:bundle:null
at
 org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:1396)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:823)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFileInternal(DefaultMavenProjectBuilder.java:508)
at
 org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:200)
at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:604)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:487)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at
 org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:560)
at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:391)
... 12 more
 Caused by: org.apache.maven.project.ProjectBuildingException: POM
 'org.wso2.carbon:new-bam-2' not found in repository: Unable to download the
 artifact from any repository

  org.wso2.carbon:new-bam-2:pom:3.2.1
 ___
 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

Re: [Carbon-dev] No route to host in remote server. CS 1.0.12

2011-08-05 Thread Melan Nimesh
Hi Jorge,

CS Remove server plugin does not pass the  credentials to the server to
check for the availability of server, it displays as started if server is
running

Thanks
--Melan

On Fri, Aug 5, 2011 at 12:43 PM, Jorge Infante Osorio jorg...@uci.cuwrote:

 I found the problem.
 In Preference/Network Connections I bypass localhost and 127.0.0.1. After
 remove this entries I can connect without problem.

 Still remain my second concern.

 Saludos,
 Ing. Jorge Infante Osorio.
 J´Dpto Soluciones SOA.
 CDAE.
 Fac. 5.
 UCI.

 De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En
 nombre de Jorge Infante Osorio
 Enviado el: viernes, 05 de agosto de 2011 2:47
 Para: carbon-dev@wso2.org
 Asunto: Re: [Carbon-dev] No route to host in remote server. CS 1.0.12

 Thanks Melan.

 I used a fresh Eclipse installation, then I install the CS 1.0.12 plugin
 and
 use a fresh workspace. I can pass the connection test, but the user/pass
 validation show the error No route to host: connect

 Some concerns:
 1. What can cause this error?
 2. Why if I finish the server configuration I see that the server started?
 If the user/pass are wrong the server cannot show that it´s started.

 In my fresh workspace I only have this log:

 !SESSION 2011-08-05 02:30:15.229
 ---
 eclipse.buildId=M20100909-0800
 java.version=1.6.0_14-ea
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=es_ES
 Framework arguments:  -product org.eclipse.epp.package.jee.product
 Command-line arguments:  -os win32 -ws win32 -arch x86 -product
 org.eclipse.epp.package.jee.product

 !ENTRY org.wso2.tools.eclipse.carbonserver.base 4 0 2011-08-05 02:39:19.885
 !MESSAGE The specified operation is not supported
 !STACK 0

 org.wso2.carbonstudio.eclipse.carbonserver.base.exception.NoSuchCarbonOperat
 ionDefinedException: The specified operation is not supported
 at

 org.wso2.carbonstudio.eclipse.carbonserver.remote.operations.RemoteCarbonOpe
 rationsManager.executeOperation(Unknown Source)
 at

 org.wso2.carbonstudio.eclipse.carbonserver.base.manager.CarbonServerManager.
 executeOperationOnServer(Unknown Source)
 at

 org.wso2.carbonstudio.eclipse.carbonserver.base.manager.CarbonServerManager.
 executeOperationOnServer(Unknown Source)
 at

 org.wso2.carbonstudio.eclipse.carbonserver.base.manager.CarbonServerManager.
 cleanupServerConfigurations(Unknown Source)
 at

 org.wso2.carbonstudio.eclipse.carbonserver.base.manager.CarbonServerManager.
 serverRemoved(Unknown Source)
 at

 org.wso2.carbonstudio.eclipse.carbonserver.base.monitor.CarbonServerLifeCycl
 eListener.serverRemoved(Unknown Source)
 at

 org.eclipse.wst.server.core.internal.ResourceManager.fireServerEvent(Resourc
 eManager.java:498)
 at

 org.eclipse.wst.server.core.internal.ResourceManager.deregisterServer(Resour
 ceManager.java:448)
 at

 org.eclipse.wst.server.core.internal.ResourceManager.removeServer(ResourceMa
 nager.java:642)
 at

 org.eclipse.wst.server.core.internal.Server.deleteFromMetadata(Server.java:4
 44)
 at
 org.eclipse.wst.server.core.internal.Base.delete(Base.java:333)
 at

 org.eclipse.wst.server.ui.internal.DeleteServerDialog$2$1.run(DeleteServerDi
 alog.java:165)
 at
 org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)


 Saludos,
 Ing. Jorge Infante Osorio.
 J´Dpto Soluciones SOA.
 CDAE.
 Fac. 5.
 UCI.

 De: carbon-dev-boun...@wso2.org [mailto:carbon-dev-boun...@wso2.org] En
 nombre de Melan Nimesh
 Enviado el: viernes, 05 de agosto de 2011 1:46
 Para: carbon-dev@wso2.org
 Asunto: Re: [Carbon-dev] No route to host in remote server. CS 1.0.12

 Hi Jorge,

 I am able to connect remote server using CS 1.0.12 (update from CS 1.0.11)
 without any issue, could you please attach eclipse log file?

 Thanks
 --Melan
 On Fri, Aug 5, 2011 at 8:53 AM, Jorge Infante Osorio jorg...@uci.cu
 wrote:
 Hi folks.
 I cannot connect to a server using the remote server functionality. You can
 see this in the following image.

 I try with a fresh AS 4.1.0 and the CS 1.0.12 after an update from Eclipse
 with CS 1.0.11. the test connection pass fine.



 What can cause this error?

 Saludos,
 Ing. Jorge Infante Osorio.
 J´Dpto Soluciones SOA.
 CDAE.
 Fac. 5.
 UCI.


 ___
 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] No route to host in remote server. CS 1.0.12

2011-08-04 Thread Melan Nimesh
Hi Jorge,

I am able to connect remote server using CS 1.0.12 (update from CS 1.0.11)
without any issue, could you please attach eclipse log file?

Thanks
--Melan

On Fri, Aug 5, 2011 at 8:53 AM, Jorge Infante Osorio jorg...@uci.cu wrote:

 Hi folks.

 I cannot connect to a server using the remote server functionality. You can
 see this in the following image.

 ** **

 I try with a fresh AS 4.1.0 and the CS 1.0.12 after an update from Eclipse
 with CS 1.0.11. the test connection pass fine.

 ** **

 

 ** **

 What can cause this error?

 ** **

 Saludos,

 Ing. Jorge Infante Osorio.

 J´Dpto Soluciones SOA.

 CDAE.

 Fac. 5.

 UCI.

 ** **

 ___
 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] Build failed at trunk/components/rule/org.wso2.carbon.rule.mediator

2011-08-01 Thread Melan Nimesh
Hi All,

$subject, please have a look!

Thanks
--Melan


[INFO] Building WSO2 Carbon - Rule Mediator
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 8 source files to
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/src/test/resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 13 source files to
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/target/test-classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/src/test/java/org/wso2/carbon/rule/mediator/TestMessageContext.java:[45,7]
org.wso2.carbon.rule.mediator.TestMessageContext is not abstract and does
not override abstract method getSequenceTemplate(java.lang.String) in
org.apache.synapse.MessageContext

[INFO] 1error
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure
/home/carbontrunk/carbon/components/rule/org.wso2.carbon.rule.mediator/src/test/java/org/wso2/carbon/rule/mediator/TestMessageContext.java:[45,7]
org.wso2.carbon.rule.mediator.TestMessageContext is not abstract and does
not override abstract method getSequenceTemplate(java.lang.String) in
org.apache.synapse.MessageContext


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 178 minutes 11 seconds
[INFO] Finished at: Sun Jul 31 22:40:23 EDT 2011
[INFO] Final Memory: 1424M/1861M
[INFO]

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


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

2011-07-29 Thread Melan Nimesh
Hi DSS  team,

Please have a look, please find the attched sure-fire reports FYI

Thanks
--Melan

On Fri, Jul 29, 2011 at 2:03 PM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 111028
 Node Kind: directory
 Schedule: normal
 Last Changed Author: damitha
 Last Changed Rev: 111027
 Last Changed Date: 2011-07-29 01:07:14 -0400 (Fri, 29 Jul 2011)
 testH2BasicSelectAll(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)
  
 testH2BasicSelectCount(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicSelectWithAttributes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2BasicArrayInputTypes(org.wso2.carbon.dataservices.core.test.sql.h2.H2BasicTest)

  
 testH2DMLOperations(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsWithNoResultStoredProcNestedQuery(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2DMLOperationsVal1(org.wso2.carbon.dataservices.core.test.sql.h2.H2DMLServiceTest)

  
 testH2InputMappings1(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappings2(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsCallQueryMerge(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2InputMappingsWithDefValue(org.wso2.carbon.dataservices.core.test.sql.h2.H2InputMappingServiceTest)

  
 testH2NestedQuery1(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2NestedQuery2(org.wso2.carbon.dataservices.core.test.sql.h2.H2NestedQueryTest)

  
 testH2StoredProcNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredProcWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested1(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested2(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testStoredProcNested3(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncNoParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

  
 testH2StoredFuncWithParams(org.wso2.carbon.dataservices.core.test.sql.h2.H2StoredProcedureServiceTest)

 Tests in error:
  testH2Startup(org.wso2.carbon.dataservices.core.test.sql.h2.H2InitTest)
  testH2Stop(org.wso2.carbon.dataservices.core.test.sql.h2.H2FinalizeTest)

 Tests run: 46, Failures: 28, Errors: 6, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 144 minutes 28 seconds
 [INFO] Finished at: Fri Jul 29 04:33:20 EDT 2011
 [INFO] Final Memory: 1349M/1712M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

---
Test set: org.wso2.carbon.dataservices.core.test.csv.CSVTestSuite
---
Tests run: 4, Failures: 2, Errors: 2, Skipped: 0, Time elapsed: 5.317 sec  
FAILURE!
testExcelStartup(org.wso2.carbon.dataservices.core.test.csv.CSVInitTest)  Time 
elapsed: 4.859 sec   ERROR!
java.lang.NoClassDefFoundError: Could not initialize class 
org.wso2.carbon.utils.multitenancy.CarbonContextHolder
at 
org.wso2.carbon.context.CarbonContext.getCarbonContextHolder(CarbonContext.java:73)
at 
org.wso2.carbon.core.multitenancy.SuperTenantCarbonContext.endTenantFlow(SuperTenantCarbonContext.java:81)
at 
org.wso2.carbon.dataservices.core.DBDeployer.deploy(DBDeployer.java:235)
at 
org.apache.axis2.deployment.repository.util.DeploymentFileData.deploy(DeploymentFileData.java:136)
at 
org.apache.axis2.deployment.DeploymentEngine.doDeploy(DeploymentEngine.java:813)
at 
org.apache.axis2.deployment.repository.util.WSInfoList.update(WSInfoList.java:144)

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

2011-07-26 Thread Melan Nimesh
On Tue, Jul 26, 2011 at 10:05 AM, Pradeep Fernando prad...@wso2.com wrote:

 Hi Greg team,

 Please find a solution for this build failure. Due to this build
 failure, we are running hudson builds without tests. Melan please work
 with greg team to get this done.

Hi,

changed pom.xml of components as suggested by Greg team and triggered new
build with clean repo

Thanks
--Melan



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


[Carbon-dev] Trunk's build fail at components/governance/org.wso2.carbon.governance.api

2011-07-26 Thread Melan Nimesh
Hi,

$subject, even with wsdl4j 1.6.2.wso2v3,

Greg team, please have a look, find the attached surefire-reports FYI



[INFO] Building WSO2 Carbon - Governance Aggregator Module
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting /home/carbontrunk/carbon/components/governance/target
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting /home/carbontrunk/carbon/components/governance/target
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing /home/carbontrunk/carbon/components/governance/pom.xml to
/home/carbontrunk/.m2/repository/org/wso2/carbon/governance/3.2.0-SNAPSHOT/governance-3.2.0-SNAPSHOT.pom
[INFO]

[INFO] Building WSO2 Carbon - Governance
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 40 source files to
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/classes
[INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
[INFO] Generating 2 MetaType Descriptors to
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
[INFO] Writing abstract service descriptor
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
with 1 entries.
[INFO] Generating 1 Service Component Descriptors to
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 109 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 6 source files to
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports

---
 T E S T S
---
Running org.wso2.carbon.governance.api.test.SchemaTest
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.012 sec
Running org.wso2.carbon.governance.api.test.PolicyTest
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.696 sec
Running org.wso2.carbon.governance.api.test.ServiceTest
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
log4j:WARN Please initialize the log4j system properly.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving document at '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving schema at '../xsd/purchasing.xsd', relative to '
http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
'.
Retrieving 

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

2011-07-24 Thread Melan Nimesh
Hi Greg team,

We still got this error even started with clean m2 repo (with nightly build
profile ), please have a look!

Thanks
--Melan

On Mon, Jul 25, 2011 at 10:40 AM, WSO2 Carbon Trunk Builder (US2) 
cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 110623
 Node Kind: directory
 Schedule: normal
 Last Changed Author: pradeeban
 Last Changed Rev: 110589
 Last Changed Date: 2011-07-24 09:49:58 -0400 (Sun, 24 Jul 2011) Retrieving
 schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 6.116 sec
  FAILURE!
 Running org.wso2.carbon.governance.api.test.EndpointTest
 log4j:WARN No appenders could be found for logger
 (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
 log4j:WARN Please initialize the log4j system properly.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving document at '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Retrieving schema at '../xsd/purchasing.xsd', relative to '
 http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
 '.
 Tests run: 8, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 9.089 sec
  FAILURE!

 Results :

 Tests in error:
  testAddWsdlWithEndpoints(org.wso2.carbon.governance.api.test.EndpointTest)

  
 testServiceAddingEndpointsWithWsdl(org.wso2.carbon.governance.api.test.EndpointTest)

 Tests run: 17, Failures: 0, Errors: 7, Skipped: 0

 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] There are test failures.

 Please refer to
 /home/carbontrunk/carbon/components/governance/org.wso2.carbon.governance.api/target/surefire-reports
 for the individual test results.
 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 156 minutes 21 seconds
 [INFO] Finished at: Mon Jul 25 01:10:47 EDT 2011
 [INFO] Final Memory: 1441M/1785M
 [INFO]
 
 

[Carbon-dev] build fail at trunk/components/eventing/org.wso2.carbon.eventing.broker

2011-07-18 Thread Melan Nimesh
Hi

$subject, please find the attached surefire-reports


---
 T E S T S
---
Running org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest
log4j:WARN No appenders could be found for logger
(org.apache.axis2.context.AbstractContext).
log4j:WARN Please initialize the log4j system properly.
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec
 FAILURE!
Running org.wso2.carbon.eventing.broker.builders.SubscribeCommandBuilderTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
 FAILURE!
Running org.wso2.carbon.eventing.broker.CarbonEventBrokerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.wso2.carbon.eventing.broker.CarbonSubscriptionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running
org.wso2.carbon.eventing.broker.builders.UnSubscribeCommandBuilderTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec

Results :

Failed tests:
 
testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
 
testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
 
testSubscriptionToSOAP12Envelope(org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest)
 
testSubscriptionToSOAP11Envelope(org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest)

Tests run: 28, Failures: 4, Errors: 0, Skipped: 0

[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] There are test failures.

Please refer to
/home/carbontrunk/carbon/components/eventing/org.wso2.carbon.eventing.broker/target/surefire-reports
for the individual test results.
[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 161 minutes 43 seconds
[INFO] Finished at: Sun Jul 17 23:23:24 EDT 2011
[INFO] Final Memory: 1403M/1748M

Thanks
--Melan
---
Test set: org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest
---
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.446 sec  
FAILURE!
testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
  Time elapsed: 0.022 sec   FAILURE!
junit.framework.ComparisonFailure: Invalid response for the get status request 
expected:...ingwse:Expires19[70-01-01T08:55:45.678+05:3]0/wse:Expires/wse...
 but 
was:...ingwse:Expires19[69-12-31T22:25:45.678-05:0]0/wse:Expires/wse...
at junit.framework.Assert.assertEquals(Assert.java:81)
at 
org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)

testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
  Time elapsed: 0.002 sec   FAILURE!
junit.framework.ComparisonFailure: Invalid response for the get status request 
expected:...ingwse:Expires19[70-01-01T08:55:45.678+05:3]0/wse:Expires/wse...
 but 
was:...ingwse:Expires19[69-12-31T22:25:45.678-05:0]0/wse:Expires/wse...
at junit.framework.Assert.assertEquals(Assert.java:81)
at 
org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP11EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:189)

---
Test set: org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest
---
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec  
FAILURE!
testSubscriptionToSOAP12Envelope(org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest)
  Time elapsed: 0.001 sec   FAILURE!
junit.framework.ComparisonFailure: Invalid response for the renew request 
expected:...ingwse:Expires19[70-01-01T08:55:45.678+05:3]0/wse:Expires/wse...
 but 
was:...ingwse:Expires19[69-12-31T22:25:45.678-05:0]0/wse:Expires/wse...
at junit.framework.Assert.assertEquals(Assert.java:81)
at 
org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest.testSubscriptionToSOAP12Envelope(RenewCommandBuilderTest.java:239)


[Carbon-dev] Compilation error at trunk/components/data-services

2011-07-13 Thread Melan Nimesh
Hi,

$subject, please have a look,


[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 115 source files to
/home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[47,36]
cannot find symbol
symbol  : variable DBConstants
location: class
org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver

[ERROR]
/home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[48,36]
cannot find symbol
symbol  : variable DBConstants
location: class
org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver

[INFO] 2 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[47,36]
cannot find symbol
symbol  : variable DBConstants
location: class
org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver

/home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[48,36]
cannot find symbol
symbol  : variable DBConstants
location: class
org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver


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


Re: [Carbon-dev] Compilation error at trunk/components/data-services

2011-07-13 Thread Melan Nimesh
On Wed, Jul 13, 2011 at 5:23 PM, Anjana Fernando anj...@wso2.com wrote:

 Hi Melan,

 It is fixed now, please take an svn up on the data services component and
 build again.


will do, Thanks



 Cheers,
 Anjana.


 On Wed, Jul 13, 2011 at 4:56 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 $subject, please have a look,


 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 115 source files to
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/target/classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[47,36]
 cannot find symbol
 symbol  : variable DBConstants
 location: class
 org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver

 [ERROR]
 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[48,36]
 cannot find symbol
 symbol  : variable DBConstants
 location: class
 org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver

 [INFO] 2 errors
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure

 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[47,36]
 cannot find symbol
 symbol  : variable DBConstants
 location: class
 org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver

 /home/carbontrunk/carbon/components/data-services/org.wso2.carbon.dataservices.core/src/main/java/org/wso2/carbon/dataservices/core/internal/DSAxis2ConfigurationContextObserver.java:[48,36]
 cannot find symbol
 symbol  : variable DBConstants
 location: class
 org.wso2.carbon.dataservices.core.internal.DSAxis2ConfigurationContextObserver


 Thanks
 --Melan





 --
 *Anjana Fernando*
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

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


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

2011-07-12 Thread Melan Nimesh
On Tue, Jul 12, 2011 at 7:09 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi melan,

 Please start a build in a clean repo since this issue is intermittent.

 Hi,

triggered new build with clean repo.

Thanks
--Melan


 Thank you.

 On Tue, Jul 12, 2011 at 6:29 PM, Manjula Rathnayake manju...@wso2.comwrote:

 Hi,

 These two issues are fixed.

 Thank you.


 On Tue, Jul 12, 2011 at 4:33 PM, WSO2 Carbon Trunk Builder (US2) 
 cbuil...@wso2.org wrote:

 Repository Root: https://svn.wso2.org/repos/wso2
 Repository UUID: a5903396-d722-0410-b921-86c7d4935375
 Revision: 109996
 Node Kind: directory
 Schedule: normal
 Last Changed Author: buddhikac
 Last Changed Rev: 109995
 Last Changed Date: 2011-07-12 04:25:36 -0400 (Tue, 12 Jul 2011) [INFO]
 [clean:clean {execution: default-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [clean:clean {execution: auto-clean}]
 [INFO] Deleting
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 [INFO] [compiler:compile {execution: default-compile}]
 [INFO] Compiling 17 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/classes
 [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
 [INFO] Generating 2 MetaType Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
 [INFO] Writing abstract service descriptor
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
 with 1 entries.
 [INFO] Generating 1 Service Component Descriptors to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
 [INFO] [resources:testResources {execution: default-testResources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] skip non existing resourceDirectory
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/resources
 [INFO] [compiler:testCompile {execution: default-testCompile}]
 [INFO] Compiling 6 source files to
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/target/test-classes
 [INFO] -
 [ERROR] COMPILATION ERROR :
 [INFO] -
 [ERROR]
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker

 [INFO] 1error
 [INFO] -
 [INFO]
 
 [ERROR] BUILD FAILURE
 [INFO]
 
 [INFO] Compilation failure
 /home/carbontrunk/carbon/components/bam-data-publishers/org.wso2.carbon.bam.data.publisher.activity.mediation/src/test/java/org/wso2/carbon/bam/data/publisher/activity/mediation/eventing/TestEventBrokerService.java:[30,7]
 org.wso2.carbon.bam.data.publisher.activity.mediation.eventing.TestEventBrokerService
 is not abstract and does not override abstract method initializeTenant() in
 org.wso2.carbon.event.core.EventBroker


 [INFO]
 
 [INFO] For more information, run Maven with the -e switch
 [INFO]
 
 [INFO] Total time: 148 minutes 59 seconds
 [INFO] Finished at: Tue Jul 12 07:03:13 EDT 2011
 [INFO] Final Memory: 1395M/1871M
 [INFO]
 
 ___
 Carbon-dev mailing list
 Carbon-dev@wso2.org
 http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev




 --
 Manjula Rathnayaka
 Software Engineer
 WSO2, 

Re: [Carbon-dev] Build fail at carbon trunk : orbit/step2

2011-07-10 Thread Melan Nimesh
On Sun, Jul 10, 2011 at 9:54 AM, Ranga Siriwardena ra...@wso2.com wrote:

 Hi Samisa,

 On Sun, Jul 10, 2011 at 8:02 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 Is the svn trunk building now?


 I have started a local build on trunk and was able to build up to service
 stubs. Will update this thread with the status.

Hi,

trunk's build fail at components level, saying missing artifacts
org.apache.synapse:synapse-core:jar:2.1.0-wso2v3. we'll look into that and
continue trunk's build after completion of 320 branch build on US2 server

Thanks
--Melan




 On Sun, Jul 10, 2011 at 12:34 AM, Ranga Siriwardena ra...@wso2.comwrote:


   On Sun, Jul 10, 2011 at 12:19 AM, Pradeep Fernando 
 prad...@wso2.comwrote:

 On Sat, Jul 2, 2011 at 5:57 PM, Melan Nimesh me...@wso2.com wrote:
   Hi devs,
 
  getting error when building carbon trunk with Rev. 108843
 
 
  [INFO] Building Step2
  [INFO]task-segment: [clean, install]
  [INFO]
 
 
  [INFO] [clean:clean {execution: default-clean}]
  Downloading:
 
 http://step2.googlecode.com/svn/code/java/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 step2
  (http://step2.googlecode.com/svn/code/java/maven)
  Downloading:
 
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
  Downloading:
 
 http://repo2.maven.org/maven2//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
  maven.org (http://repo2.maven.org/maven2/)
  Downloading:
 
 http://oauth.googlecode.com/svn/code/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 oauth
  (http://oauth.googlecode.com/svn/code/maven)
  Downloading:
 
 http://oss.sonatype.org/content/repositories/openid4java/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
  sonatype (http://oss.sonatype.org/content/repositories/openid4java)
  Downloading:
 
 http://download.java.net/maven/2/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
  maven2-repository.dev.java.net (http://download.java.net/maven/2)
  Downloading:
 
 http://guice-maven.googlecode.com/svn/trunk/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 guice
  (http://guice-maven.googlecode.com/svn/trunk)
  Downloading:
 
 http://step2.googlecode.com/svn/code/java/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
 step2
  (http://step2.googlecode.com/svn/code/java/maven)
  Downloading:
 
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
  Downloading:
 
 http://repo2.maven.org/maven2//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
  maven.org (http://repo2.maven.org/maven2/)
  Downloading:
 
 http://oauth.googlecode.com/svn/code/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
 oauth
  (http://oauth.googlecode.com/svn/code/maven)
  Downloading:
 
 http://oss.sonatype.org/content/repositories/openid4java/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
  [INFO] Unable to find resource
  'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
  sonatype (http://oss.sonatype.org/content/repositories/openid4java)
  Downloading:
 
 http://download.java.net/maven/2/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6

[Carbon-dev] Compilation error at trunk/core/org.wso2.carbon.user.core

2011-07-10 Thread Melan Nimesh
Hi Devs,

$subject, please have a look

Thanks
--Melan


-- Forwarded message --
From: WSO2 Carbon Trunk Builder (US2) cbuil...@wso2.org
Date: Mon, Jul 11, 2011 at 10:02 AM
Subject: [Carbon-dev] WSO2 Carbon Trunk Continuous Build has FAILED
To: carbon-dev@wso2.org


Repository Root: https://svn.wso2.org/repos/wso2
Repository UUID: a5903396-d722-0410-b921-86c7d4935375
Revision: 109771
Node Kind: directory
Schedule: normal
Last Changed Author: senaka
Last Changed Rev: 109770
Last Changed Date: 2011-07-10 17:38:56 -0400 (Sun, 10 Jul 2011) [INFO]
Deleting /home/carbontrunk/carbon/core/org.wso2.carbon.user.core/target
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 68 source files to
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/target/classes
[INFO] -
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[37,37]
package org.apache.commons.collections does not exist

[ERROR]
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[38,45]
package org.apache.commons.collections.bidimap does not exist

[ERROR]
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[65,12]
cannot find symbol
symbol  : class BidiMap
location: class org.wso2.carbon.user.core.tenant.JDBCTenantManager

[ERROR]
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[70,12]
cannot find symbol
symbol  : class BidiMap
location: class org.wso2.carbon.user.core.tenant.JDBCTenantManager

[ERROR]
/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[65,44]
cannot find symbol
symbol  : class TreeBidiMap
location: class org.wso2.carbon.user.core.tenant.JDBCTenantManager

[INFO] 5 errors
[INFO] -
[INFO]

[ERROR] BUILD FAILURE
[INFO]

[INFO] Compilation failure

/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[37,37]
package org.apache.commons.collections does not exist

/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[38,45]
package org.apache.commons.collections.bidimap does not exist

/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[65,12]
cannot find symbol
symbol  : class BidiMap
location: class org.wso2.carbon.user.core.tenant.JDBCTenantManager

/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[70,12]
cannot find symbol
symbol  : class BidiMap
location: class org.wso2.carbon.user.core.tenant.JDBCTenantManager

/home/carbontrunk/carbon/core/org.wso2.carbon.user.core/src/main/java/org/wso2/carbon/user/core/tenant/JDBCTenantManager.java:[65,44]
cannot find symbol
symbol  : class TreeBidiMap
location: class org.wso2.carbon.user.core.tenant.JDBCTenantManager


[INFO]

[INFO] For more information, run Maven with the -e switch
[INFO]

[INFO] Total time: 113 minutes 11 seconds
[INFO] Finished at: Mon Jul 11 00:31:56 EDT 2011
[INFO] Final Memory: 1156M/1830M
[INFO]

___
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] Carbon trunk build got struck at core/org.wso2.carbon.ldap.server/

2011-07-08 Thread Melan Nimesh
On Fri, Jul 8, 2011 at 9:39 AM, Amila Jayasekara ami...@wso2.com wrote:

 Hi Melan,

 This is fixed.

Hi,

able to build without error

Thanks
--Melan



 Thanks
 AmilaJ

 On Fri, Jul 8, 2011 at 9:22 AM, Melan Nimesh me...@wso2.com wrote:
  Hi,
 
  $subject, please have a look
 
  [INFO]
  
  [INFO] Building WSO2 Carbon - Directory Server
  [INFO]task-segment: [clean, install]
  [INFO]
  
  [INFO] [clean:clean {execution: default-clean}]
  [INFO] Deleting
  /home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target
  [INFO] [incremental-build:incremental-build {execution: default}]
  [INFO] Verifying module descriptor ...
  [INFO] Pom descriptor modification detected.
  [INFO] Deleting
  /home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target
  [INFO] [clean:clean {execution: auto-clean}]
  [INFO] Deleting
  /home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target
  [INFO] [resources:resources {execution: default-resources}]
  [INFO] Using 'UTF-8' encoding to copy filtered resources.
  [INFO] Copying 1 resource
  [INFO] [compiler:compile {execution: default-compile}]
  [INFO] Compiling 22 source files to
  /home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target/classes
  [INFO] [resources:testResources {execution: default-testResources}]
  [INFO] Using 'UTF-8' encoding to copy filtered resources.
  [INFO] Copying 0 resource
  [INFO] Copying 0 resource
  [INFO] Copying 3 resources
  [INFO] [compiler:testCompile {execution: default-testCompile}]
  [INFO] Compiling 7 source files to
 
 /home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target/test-classes
  [INFO] [surefire:test {execution: default-test}]
  [INFO] Surefire report directory:
 
 /home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target/surefire-reports
 
  ---
   T E S T S
  ---
  Running org.wso2.carbon.apacheds.impl.ApacheKDCServerTest
  Running Test case - testKDC
  SLF4J: Class path contains multiple SLF4J bindings.
  SLF4J: Found binding in
 
 [jar:file:/home/carbontrunk/.m2/repository/org/slf4j/slf4j-log4j12/1.5.10/slf4j-log4j12-1.5.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  SLF4J: Found binding in
 
 [jar:file:/home/carbontrunk/.m2/repository/slf4j/wso2/slf4j/1.5.10.wso2v1/slf4j-1.5.10.wso2v1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
  SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
  explanation.
  log4j:WARN No appenders could be found for logger
  (org.wso2.carbon.apacheds.impl.CarbonSchemaLdifExtractor).
  log4j:WARN Please initialize the log4j system properly.
  Exception in thread Thread-0 java.lang.NoSuchMethodError:
 
 org.bouncycastle.x509.X509V1CertificateGenerator.generate(Ljava/security/PrivateKey;Ljava/lang/String;)Ljava/security/cert/X509Certificate;
  at
 
 org.apache.directory.server.core.security.TlsKeyGenerator.addKeyPair(TlsKeyGenerator.java:267)
  at
 
 org.apache.directory.server.core.DefaultDirectoryService.createBootstrapEntries(DefaultDirectoryService.java:1118)
  at
 
 org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1444)
  at
 
 org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:907)
  at
 
 org.wso2.carbon.apacheds.impl.CarbonDirectoryServiceFactory.build(CarbonDirectoryServiceFactory.java:224)
  at
 
 org.wso2.carbon.apacheds.impl.CarbonDirectoryServiceFactory.init(CarbonDirectoryServiceFactory.java:123)
  at
 
 org.wso2.carbon.apacheds.impl.ApacheLDAPServer.initializeDefaultDirectoryService(ApacheLDAPServer.java:163)
  at
 
 org.wso2.carbon.apacheds.impl.ApacheLDAPServer.init(ApacheLDAPServer.java:98)
  at
 
 org.wso2.carbon.apacheds.impl.AbstractDirectoryTestCase$DirectoryServerWorker.run(AbstractDirectoryTestCase.java:162)
  at java.lang.Thread.run(Thread.java:662)
 
 
  Thanks
  --Melan
 
  ___
  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


[Carbon-dev] Carbon trunk build got struck at core/org.wso2.carbon.ldap.server/

2011-07-07 Thread Melan Nimesh
Hi,

$subject, please have a look

[INFO]

[INFO] Building WSO2 Carbon - Directory Server
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target
[INFO] [incremental-build:incremental-build {execution: default}]
[INFO] Verifying module descriptor ...
[INFO] Pom descriptor modification detected.
[INFO] Deleting
/home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target
[INFO] [clean:clean {execution: auto-clean}]
[INFO] Deleting
/home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 22 source files to
/home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target/classes
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 7 source files to
/home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target/test-classes
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory:
/home/carbontrunk/carbon/core/org.wso2.carbon.ldap.server/target/surefire-reports

---
 T E S T S
---
Running org.wso2.carbon.apacheds.impl.ApacheKDCServerTest
Running Test case - testKDC
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in
[jar:file:/home/carbontrunk/.m2/repository/org/slf4j/slf4j-log4j12/1.5.10/slf4j-log4j12-1.5.10.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in
[jar:file:/home/carbontrunk/.m2/repository/slf4j/wso2/slf4j/1.5.10.wso2v1/slf4j-1.5.10.wso2v1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an
explanation.
log4j:WARN No appenders could be found for logger
(org.wso2.carbon.apacheds.impl.CarbonSchemaLdifExtractor).
log4j:WARN Please initialize the log4j system properly.
Exception in thread Thread-0 java.lang.NoSuchMethodError:
org.bouncycastle.x509.X509V1CertificateGenerator.generate(Ljava/security/PrivateKey;Ljava/lang/String;)Ljava/security/cert/X509Certificate;
at
org.apache.directory.server.core.security.TlsKeyGenerator.addKeyPair(TlsKeyGenerator.java:267)
at
org.apache.directory.server.core.DefaultDirectoryService.createBootstrapEntries(DefaultDirectoryService.java:1118)
at
org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1444)
at
org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:907)
at
org.wso2.carbon.apacheds.impl.CarbonDirectoryServiceFactory.build(CarbonDirectoryServiceFactory.java:224)
at
org.wso2.carbon.apacheds.impl.CarbonDirectoryServiceFactory.init(CarbonDirectoryServiceFactory.java:123)
at
org.wso2.carbon.apacheds.impl.ApacheLDAPServer.initializeDefaultDirectoryService(ApacheLDAPServer.java:163)
at
org.wso2.carbon.apacheds.impl.ApacheLDAPServer.init(ApacheLDAPServer.java:98)
at
org.wso2.carbon.apacheds.impl.AbstractDirectoryTestCase$DirectoryServerWorker.run(AbstractDirectoryTestCase.java:162)
at java.lang.Thread.run(Thread.java:662)


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


Re: [Carbon-dev] Carbon trunk builder mails?

2011-07-03 Thread Melan Nimesh
On Mon, Jul 4, 2011 at 9:21 AM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Sun, Jul 3, 2011 at 10:52 PM, Afkham Azeez az...@wso2.com wrote:

 Folks,
 Are we still running builds for the trunk?


 We were supposed to start trunk builds last week. Not sure if that was
 done. Build team?


Hi,
sorry that's my mistake, I was used wrong e-mail address( my e-mail address
) as list address
and now it fixed

Thanks
--Melan





 Also, why are the 3.2.0 builds failing? Why are we running build for a
 released branch?


 Because, stratos will go out of that branch.


 --
 *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,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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] Build fail at carbon trunk : orbit/step2

2011-07-02 Thread Melan Nimesh
Hi devs,

getting error when building carbon trunk with Rev. 108843


[INFO] Building Step2
[INFO]task-segment: [clean, install]
[INFO]

[INFO] [clean:clean {execution: default-clean}]
Downloading:
http://step2.googlecode.com/svn/code/java/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository step2
(http://step2.googlecode.com/svn/code/java/maven)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo2.maven.org/maven2//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
maven.org (http://repo2.maven.org/maven2/)
Downloading:
http://oauth.googlecode.com/svn/code/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository oauth
(http://oauth.googlecode.com/svn/code/maven)
Downloading:
http://oss.sonatype.org/content/repositories/openid4java/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
sonatype (http://oss.sonatype.org/content/repositories/openid4java)
Downloading:
http://download.java.net/maven/2/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
maven2-repository.dev.java.net (http://download.java.net/maven/2)
Downloading:
http://guice-maven.googlecode.com/svn/trunk/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository guice
(http://guice-maven.googlecode.com/svn/trunk)
Downloading:
http://step2.googlecode.com/svn/code/java/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository step2
(http://step2.googlecode.com/svn/code/java/maven)
Downloading:
http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
Downloading:
http://repo2.maven.org/maven2//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
maven.org (http://repo2.maven.org/maven2/)
Downloading:
http://oauth.googlecode.com/svn/code/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository oauth
(http://oauth.googlecode.com/svn/code/maven)
Downloading:
http://oss.sonatype.org/content/repositories/openid4java/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
sonatype (http://oss.sonatype.org/content/repositories/openid4java)
Downloading:
http://download.java.net/maven/2/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
maven2-repository.dev.java.net (http://download.java.net/maven/2)
Downloading:
http://guice-maven.googlecode.com/svn/trunk/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
[INFO] Unable to find resource
'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository guice
(http://guice-maven.googlecode.com/svn/trunk)
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO] Failed to resolve artifact.

Missing:
--
1) org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file -DgroupId=org.openid4java

Re: [Carbon-dev] Build fail at carbon trunk : orbit/step2

2011-07-02 Thread Melan Nimesh
On Sat, Jul 2, 2011 at 10:09 PM, Denis Weerasiri de...@wso2.com wrote:



 On Sat, Jul 2, 2011 at 5:57 PM, Melan Nimesh me...@wso2.com wrote:

 Hi devs,

 getting error when building carbon trunk with Rev. 108843


 [INFO] Building Step2
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 Downloading:
 http://step2.googlecode.com/svn/code/java/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository step2
 (http://step2.googlecode.com/svn/code/java/maven)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo2.maven.org/maven2//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 maven.org (http://repo2.maven.org/maven2/)
 Downloading:
 http://oauth.googlecode.com/svn/code/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository oauth
 (http://oauth.googlecode.com/svn/code/maven)
 Downloading:
 http://oss.sonatype.org/content/repositories/openid4java/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 sonatype (http://oss.sonatype.org/content/repositories/openid4java)
 Downloading:
 http://download.java.net/maven/2/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository
 maven2-repository.dev.java.net (http://download.java.net/maven/2)
 Downloading:
 http://guice-maven.googlecode.com/svn/trunk/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.pom
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:pom:0.9.6-SNAPSHOT' in repository guice
 (http://guice-maven.googlecode.com/svn/trunk)
 Downloading:
 http://step2.googlecode.com/svn/code/java/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository step2
 (http://step2.googlecode.com/svn/code/java/maven)
 Downloading:
 http://maven.wso2.org/nexus/content/groups/wso2-public//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
 wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
 Downloading:
 http://repo2.maven.org/maven2//org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
 maven.org (http://repo2.maven.org/maven2/)
 Downloading:
 http://oauth.googlecode.com/svn/code/maven/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository oauth
 (http://oauth.googlecode.com/svn/code/maven)
 Downloading:
 http://oss.sonatype.org/content/repositories/openid4java/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
 sonatype (http://oss.sonatype.org/content/repositories/openid4java)
 Downloading:
 http://download.java.net/maven/2/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository
 maven2-repository.dev.java.net (http://download.java.net/maven/2)
 Downloading:
 http://guice-maven.googlecode.com/svn/trunk/org/openid4java/openid4java-nodeps/0.9.6-SNAPSHOT/openid4java-nodeps-0.9.6-SNAPSHOT.jar
 [INFO] Unable to find resource
 'org.openid4java:openid4java-nodeps:jar:0.9.6-SNAPSHOT' in repository guice
 (http://guice-maven.googlecode.com/svn/trunk)
 [INFO]
 
 [ERROR] BUILD ERROR
 [INFO]
 
 [INFO] Failed to resolve artifact.

 Missing:
 --
 1

Re: [Carbon-dev] Show Life cycle stage in CS registry browser

2011-05-20 Thread Melan Nimesh
Hi,

On Fri, May 20, 2011 at 1:30 PM, Selvaratnam Uthaiyashankar 
shan...@wso2.com wrote:



 On Fri, May 20, 2011 at 1:09 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 Currently we are displaying  $subject as

 *Current Life Cycle:* *name_of_life_cycle*, when life cycle available
 for selected resource, see screenshot [1]
 *
 Current Life Cycle:** No Life Cycle available for this resource, *when
 selected resource is not associate with a life cycle, see screenshot [2]

 any suggestions ??


 We have to show the lifecycle stage as well (thats what the $subject
 suggests?). I could not find that detail in the screen shot.


I'll add stage  to this information, thanks


 Regards,
 Shankar




 [1]
 [image: Untitled.png]

 [2]
 [image: Untitled2.png]

 Thanks
 --Melan

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




 --
 S.Uthaiyashankar
 Senior Architect  Senior Manager
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

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


Thanks

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


Re: [Carbon-dev] Show Life cycle stage in CS registry browser

2011-05-20 Thread Melan Nimesh
Hi,

find the new screenshot [1] for $subject

[image: Untitled.png]

On Fri, May 20, 2011 at 2:09 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 On Fri, May 20, 2011 at 1:30 PM, Selvaratnam Uthaiyashankar 
 shan...@wso2.com wrote:



 On Fri, May 20, 2011 at 1:09 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 Currently we are displaying  $subject as

 *Current Life Cycle:* *name_of_life_cycle*, when life cycle available
 for selected resource, see screenshot [1]
 *
 Current Life Cycle:** No Life Cycle available for this resource, *when
 selected resource is not associate with a life cycle, see screenshot [2]

 any suggestions ??


 We have to show the lifecycle stage as well (thats what the $subject
 suggests?). I could not find that detail in the screen shot.


 I'll add stage  to this information, thanks


 Regards,
 Shankar




 [1]
 [image: Untitled.png]

 [2]
 [image: Untitled2.png]

 Thanks
 --Melan

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




 --
 S.Uthaiyashankar
 Senior Architect  Senior Manager
 WSO2 Inc.
 http://wso2.com/ - lean . enterprise . middleware

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


 Thanks

 --Melan


Thanks
--Melan
Untitled.png___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [CS] Build error in registry

2011-05-15 Thread Melan Nimesh
Hi,

ESB package issue now fixed (committed to branch, Rev. 94276). but still
cannot build on windows from fresh check-out without manually changing some
files, I am currently working on  overcome this issues.

Thanks

--Melan

On Sat, May 14, 2011 at 9:39 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,


 On Sat, May 14, 2011 at 9:10 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 I do not want to apply patches. Please let e know once it is committed and
 then I can try to build.

 And I have waited on this long enough. Please own this and see it through
 to completion.


 Will work on this today.




 On Sat, May 14, 2011 at 7:45 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 On Sat, May 14, 2011 at 7:12 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 I tried applying the patch. But the build seem to be broken at this
 point. So no way to verify.


 Please apply patch from CS source's (your local copy's) root directory



 One checkout build does not seem to work at all for CS.

 We do this for Carbon, which is much more complex and larger in size.
 Why not CS?




 On Sat, May 14, 2011 at 5:22 AM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Sat, May 14, 2011 at 12:12 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 sorry for late reply, please find the attached patch file [1]  fix
 this issue. please apply this patch from CS Branch root (
 https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0)
 . also build log [2] attached for your information


 Um, I thought you are a committer. Why are you attaching a patch?


 [1] Windows_fix.patch
 [2] build.log


 Thanks

 --Melan


 On Fri, May 13, 2011 at 6:52 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Ping...

 Is this fixed now?


 On Tue, May 10, 2011 at 7:03 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 What would be the ETA?


 On Mon, May 9, 2011 at 10:52 PM, Melan Nimesh me...@wso2.comwrote:

 Hi,

 I have successfully built CS on Windows with my changed local copy,
 I'll update progress after  build same code (modified code) with Linux

 Thanks
 --Melan

 On Mon, May 9, 2011 at 9:46 PM, Samisa Abeysinghe sam...@wso2.com
  wrote:

 Any luck with this? I am awaiting for this to load the code into
 my Eclipse on Windows :(


 On Thu, May 5, 2011 at 2:50 PM, Saminda Wijeratne 
 samin...@wso2.com wrote:



 On Thu, May 5, 2011 at 2:40 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:

 Can we rename the package to mediators and be done with it?

 That package was codegen from eclipse emf framework. We have
 customized some of the classes in it. Package name should be 
 updated Codegen
 configuration level  then once the new package is created we need 
 to merge
 our changes. This might take a little while. Melan is working on 
 this.

 Saminda



 On Thu, May 5, 2011 at 2:36 PM, Melan Nimesh me...@wso2.comwrote:

 Hi,


 On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:
 
 
  On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh me...@wso2.com
 wrote:
 
  Hi,
 
  I also got same error when building Carbon Studio  in
 Windows (I am
  using Windows 7 x64). this is due to collision  with
  org.wso2.carbonstudio.eclipse.esb.Mediator class and
  org.wso2.carbonstudio.eclipse.esb.mediator.provider package,
 
  How did you conclude that this is the error from my build
 log?

 I also tried to build Carbon Studio in my machine and my error
 log
 also bit similar to your error log, then I looked at
 corresponding
 source code (org.wso2.carbonstudio.eclipse.esb)

 
 
  In Java we can not have a class name that is the same as a
 package
  name.( even this class and package not in same case, but
 windows treat
  them as same)
 
  I am trying to fix this bug with minimum code change,
 
  What is the change you are trying?:

 Most codes contains in this java package
 (org.wso2.carbonstudio.eclipse.esb) are generated codes from
 our ESB
 ECore model, I am trying to avoid name conflicts without
 affecting
 other codes


 
 
  Thanks
  --Melan
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

Re: [Carbon-dev] [CS] Build error in registry

2011-05-13 Thread Melan Nimesh
Hi,

On Sat, May 14, 2011 at 5:22 AM, Samisa Abeysinghe sam...@wso2.com wrote:



 On Sat, May 14, 2011 at 12:12 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 sorry for late reply, please find the attached patch file [1]  fix this
 issue. please apply this patch from CS Branch root (
 https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0)
 . also build log [2] attached for your information


 Um, I thought you are a committer. Why are you attaching a patch?


sorry, above attached patch still not stable for commit, All java codes are
stable, But eclipse does not support ECore/Codegen level refactoring and
manually renaming ECore's attributes model only will lost It's CodeGen
functionally (ECore/ Codegen only used in design time code generation and
not use in build time)

I am currently working on manually updating Ecode and CodeGen file and I'll
commit it to branch




 [1] Windows_fix.patch
 [2] build.log


 Thanks

 --Melan


 On Fri, May 13, 2011 at 6:52 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Ping...

 Is this fixed now?


 On Tue, May 10, 2011 at 7:03 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 What would be the ETA?


 On Mon, May 9, 2011 at 10:52 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 I have successfully built CS on Windows with my changed local copy,
 I'll update progress after  build same code (modified code) with Linux

 Thanks
 --Melan

 On Mon, May 9, 2011 at 9:46 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Any luck with this? I am awaiting for this to load the code into my
 Eclipse on Windows :(


 On Thu, May 5, 2011 at 2:50 PM, Saminda Wijeratne 
 samin...@wso2.comwrote:



 On Thu, May 5, 2011 at 2:40 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Can we rename the package to mediators and be done with it?

 That package was codegen from eclipse emf framework. We have
 customized some of the classes in it. Package name should be updated 
 Codegen
 configuration level  then once the new package is created we need to 
 merge
 our changes. This might take a little while. Melan is working on this.

 Saminda



 On Thu, May 5, 2011 at 2:36 PM, Melan Nimesh me...@wso2.comwrote:

 Hi,


 On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
 
 
  On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh me...@wso2.com
 wrote:
 
  Hi,
 
  I also got same error when building Carbon Studio  in Windows (I
 am
  using Windows 7 x64). this is due to collision  with
  org.wso2.carbonstudio.eclipse.esb.Mediator class and
  org.wso2.carbonstudio.eclipse.esb.mediator.provider package,
 
  How did you conclude that this is the error from my build log?

 I also tried to build Carbon Studio in my machine and my error log
 also bit similar to your error log, then I looked at corresponding
 source code (org.wso2.carbonstudio.eclipse.esb)

 
 
  In Java we can not have a class name that is the same as a
 package
  name.( even this class and package not in same case, but windows
 treat
  them as same)
 
  I am trying to fix this bug with minimum code change,
 
  What is the change you are trying?:

 Most codes contains in this java package
 (org.wso2.carbonstudio.eclipse.esb) are generated codes from our
 ESB
 ECore model, I am trying to avoid name conflicts without affecting
 other codes


 
 
  Thanks
  --Melan
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org

Re: [Carbon-dev] [CS] Build error in registry

2011-05-13 Thread Melan Nimesh
Hi,

On Sat, May 14, 2011 at 7:12 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 I tried applying the patch. But the build seem to be broken at this point.
 So no way to verify.


Please apply patch from CS source's (your local copy's) root directory



 One checkout build does not seem to work at all for CS.

 We do this for Carbon, which is much more complex and larger in size. Why
 not CS?




 On Sat, May 14, 2011 at 5:22 AM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Sat, May 14, 2011 at 12:12 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 sorry for late reply, please find the attached patch file [1]  fix this
 issue. please apply this patch from CS Branch root (
 https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0)
 . also build log [2] attached for your information


 Um, I thought you are a committer. Why are you attaching a patch?


 [1] Windows_fix.patch
 [2] build.log


 Thanks

 --Melan


 On Fri, May 13, 2011 at 6:52 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Ping...

 Is this fixed now?


 On Tue, May 10, 2011 at 7:03 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 What would be the ETA?


 On Mon, May 9, 2011 at 10:52 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 I have successfully built CS on Windows with my changed local copy,
 I'll update progress after  build same code (modified code) with Linux

 Thanks
 --Melan

 On Mon, May 9, 2011 at 9:46 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Any luck with this? I am awaiting for this to load the code into my
 Eclipse on Windows :(


 On Thu, May 5, 2011 at 2:50 PM, Saminda Wijeratne samin...@wso2.com
  wrote:



 On Thu, May 5, 2011 at 2:40 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Can we rename the package to mediators and be done with it?

 That package was codegen from eclipse emf framework. We have
 customized some of the classes in it. Package name should be updated 
 Codegen
 configuration level  then once the new package is created we need to 
 merge
 our changes. This might take a little while. Melan is working on this.

 Saminda



 On Thu, May 5, 2011 at 2:36 PM, Melan Nimesh me...@wso2.comwrote:

 Hi,


 On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:
 
 
  On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh me...@wso2.com
 wrote:
 
  Hi,
 
  I also got same error when building Carbon Studio  in Windows
 (I am
  using Windows 7 x64). this is due to collision  with
  org.wso2.carbonstudio.eclipse.esb.Mediator class and
  org.wso2.carbonstudio.eclipse.esb.mediator.provider package,
 
  How did you conclude that this is the error from my build log?

 I also tried to build Carbon Studio in my machine and my error log
 also bit similar to your error log, then I looked at corresponding
 source code (org.wso2.carbonstudio.eclipse.esb)

 
 
  In Java we can not have a class name that is the same as a
 package
  name.( even this class and package not in same case, but
 windows treat
  them as same)
 
  I am trying to fix this bug with minimum code change,
 
  What is the change you are trying?:

 Most codes contains in this java package
 (org.wso2.carbonstudio.eclipse.esb) are generated codes from our
 ESB
 ECore model, I am trying to avoid name conflicts without affecting
 other codes


 
 
  Thanks
  --Melan
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 Carbon-dev

Re: [Carbon-dev] [CS] Build error in registry

2011-05-13 Thread Melan Nimesh
Hi,


On Sat, May 14, 2011 at 9:10 AM, Samisa Abeysinghe sam...@wso2.com wrote:

 I do not want to apply patches. Please let e know once it is committed and
 then I can try to build.

 And I have waited on this long enough. Please own this and see it through
 to completion.


Will work on this today.




 On Sat, May 14, 2011 at 7:45 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 On Sat, May 14, 2011 at 7:12 AM, Samisa Abeysinghe sam...@wso2.comwrote:

 I tried applying the patch. But the build seem to be broken at this
 point. So no way to verify.


 Please apply patch from CS source's (your local copy's) root directory



 One checkout build does not seem to work at all for CS.

 We do this for Carbon, which is much more complex and larger in size. Why
 not CS?




 On Sat, May 14, 2011 at 5:22 AM, Samisa Abeysinghe sam...@wso2.comwrote:



 On Sat, May 14, 2011 at 12:12 AM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 sorry for late reply, please find the attached patch file [1]  fix this
 issue. please apply this patch from CS Branch root (
 https://svn.wso2.org/repos/wso2/branches/tools/eclipse/carbon-studio/1.0.0)
 . also build log [2] attached for your information


 Um, I thought you are a committer. Why are you attaching a patch?


 [1] Windows_fix.patch
 [2] build.log


 Thanks

 --Melan


 On Fri, May 13, 2011 at 6:52 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Ping...

 Is this fixed now?


 On Tue, May 10, 2011 at 7:03 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 What would be the ETA?


 On Mon, May 9, 2011 at 10:52 PM, Melan Nimesh me...@wso2.comwrote:

 Hi,

 I have successfully built CS on Windows with my changed local copy,
 I'll update progress after  build same code (modified code) with Linux

 Thanks
 --Melan

 On Mon, May 9, 2011 at 9:46 PM, Samisa Abeysinghe 
 sam...@wso2.comwrote:

 Any luck with this? I am awaiting for this to load the code into my
 Eclipse on Windows :(


 On Thu, May 5, 2011 at 2:50 PM, Saminda Wijeratne 
 samin...@wso2.com wrote:



 On Thu, May 5, 2011 at 2:40 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:

 Can we rename the package to mediators and be done with it?

 That package was codegen from eclipse emf framework. We have
 customized some of the classes in it. Package name should be updated 
 Codegen
 configuration level  then once the new package is created we need 
 to merge
 our changes. This might take a little while. Melan is working on 
 this.

 Saminda



 On Thu, May 5, 2011 at 2:36 PM, Melan Nimesh me...@wso2.comwrote:

 Hi,


 On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe 
 sam...@wso2.com wrote:
 
 
  On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh me...@wso2.com
 wrote:
 
  Hi,
 
  I also got same error when building Carbon Studio  in Windows
 (I am
  using Windows 7 x64). this is due to collision  with
  org.wso2.carbonstudio.eclipse.esb.Mediator class and
  org.wso2.carbonstudio.eclipse.esb.mediator.provider package,
 
  How did you conclude that this is the error from my build log?

 I also tried to build Carbon Studio in my machine and my error
 log
 also bit similar to your error log, then I looked at
 corresponding
 source code (org.wso2.carbonstudio.eclipse.esb)

 
 
  In Java we can not have a class name that is the same as a
 package
  name.( even this class and package not in same case, but
 windows treat
  them as same)
 
  I am trying to fix this bug with minimum code change,
 
  What is the change you are trying?:

 Most codes contains in this java package
 (org.wso2.carbonstudio.eclipse.esb) are generated codes from our
 ESB
 ECore model, I am trying to avoid name conflicts without
 affecting
 other codes


 
 
  Thanks
  --Melan
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




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

[Carbon-dev] Error when converting WSDL file to WSDL2 using Apache wooden

2011-05-10 Thread Melan Nimesh
Hi,

I am trying to convert WSDL file to WSDL2 using Apache wooden. It works with
some WSDLs,
but in most cases I got following error


java.lang.IllegalArgumentException: Encountered unknown extension element '{
http://schemas.xmlsoap.org/wsdl/http/}binding', as a child of a
javax.wsdl.Binding.
at
org.apache.woden.tool.converter.Convert.convertExtensions(Convert.java:460)
at
org.apache.woden.tool.converter.Convert.convertBindings(Convert.java:1144)
at
org.apache.woden.tool.converter.Convert.convertDefinition(Convert.java:254)
at
org.apache.woden.tool.converter.Convert.convertDefinition(Convert.java:191)
at org.apache.woden.tool.converter.Convert.convertFile(Convert.java:288)
at
org.wso2.carbonstudio.eclipse.tryit.utils.WsdlUtils.ConvertWSDL(WsdlUtils.java:95)
at
org.wso2.carbonstudio.eclipse.tryit.utils.WsdlUtils.getDescription(WsdlUtils.java:54)
at
org.wso2.carbonstudio.eclipse.tryit.views.Tryit$1.widgetSelected(Tryit.java:108)



Does anybody have any idea?

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


Re: [Carbon-dev] [CS] Build error in registry

2011-05-09 Thread Melan Nimesh
Hi,

I have successfully built CS on Windows with my changed local copy, I'll
update progress after  build same code (modified code) with Linux

Thanks
--Melan

On Mon, May 9, 2011 at 9:46 PM, Samisa Abeysinghe sam...@wso2.com wrote:

 Any luck with this? I am awaiting for this to load the code into my Eclipse
 on Windows :(


 On Thu, May 5, 2011 at 2:50 PM, Saminda Wijeratne samin...@wso2.comwrote:



 On Thu, May 5, 2011 at 2:40 PM, Samisa Abeysinghe sam...@wso2.comwrote:

 Can we rename the package to mediators and be done with it?

 That package was codegen from eclipse emf framework. We have customized
 some of the classes in it. Package name should be updated Codegen
 configuration level  then once the new package is created we need to merge
 our changes. This might take a little while. Melan is working on this.

 Saminda



 On Thu, May 5, 2011 at 2:36 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,


 On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe sam...@wso2.com
 wrote:
 
 
  On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh me...@wso2.com wrote:
 
  Hi,
 
  I also got same error when building Carbon Studio  in Windows (I am
  using Windows 7 x64). this is due to collision  with
  org.wso2.carbonstudio.eclipse.esb.Mediator class and
  org.wso2.carbonstudio.eclipse.esb.mediator.provider package,
 
  How did you conclude that this is the error from my build log?

 I also tried to build Carbon Studio in my machine and my error log
 also bit similar to your error log, then I looked at corresponding
 source code (org.wso2.carbonstudio.eclipse.esb)

 
 
  In Java we can not have a class name that is the same as a package
  name.( even this class and package not in same case, but windows
 treat
  them as same)
 
  I am trying to fix this bug with minimum code change,
 
  What is the change you are trying?:

 Most codes contains in this java package
 (org.wso2.carbonstudio.eclipse.esb) are generated codes from our ESB
 ECore model, I am trying to avoid name conflicts without affecting
 other codes


 
 
  Thanks
  --Melan
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
  Thanks,
  Samisa...
 
  Samisa Abeysinghe
  VP Engineering
  WSO2 Inc.
  http://wso2.com
  http://wso2.org
 
 
 
  ___
  Carbon-dev mailing list
  Carbon-dev@wso2.org
  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
 
 

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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org




 ___
 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] [CS] Build error in registry

2011-05-05 Thread Melan Nimesh
Hi,

I also got same error when building Carbon Studio  in Windows (I am
using Windows 7 x64). this is due to collision  with
org.wso2.carbonstudio.eclipse.esb.Mediator class and
org.wso2.carbonstudio.eclipse.esb.mediator.provider package,

In Java we can not have a class name that is the same as a package
name.( even this class and package not in same case, but windows treat
them as same)

I am trying to fix this bug with minimum code change,

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


Re: [Carbon-dev] [CS] Build error in registry

2011-05-05 Thread Melan Nimesh
Hi,


On Thu, May 5, 2011 at 2:12 PM, Samisa Abeysinghe sam...@wso2.com wrote:


 On Thu, May 5, 2011 at 1:44 PM, Melan Nimesh me...@wso2.com wrote:

 Hi,

 I also got same error when building Carbon Studio  in Windows (I am
 using Windows 7 x64). this is due to collision  with
 org.wso2.carbonstudio.eclipse.esb.Mediator class and
 org.wso2.carbonstudio.eclipse.esb.mediator.provider package,

 How did you conclude that this is the error from my build log?

I also tried to build Carbon Studio in my machine and my error log
also bit similar to your error log, then I looked at corresponding
source code (org.wso2.carbonstudio.eclipse.esb)



 In Java we can not have a class name that is the same as a package
 name.( even this class and package not in same case, but windows treat
 them as same)

 I am trying to fix this bug with minimum code change,

 What is the change you are trying?:

Most codes contains in this java package
(org.wso2.carbonstudio.eclipse.esb) are generated codes from our ESB
ECore model, I am trying to avoid name conflicts without affecting
other codes




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

 Thanks,
 Samisa...

 Samisa Abeysinghe
 VP Engineering
 WSO2 Inc.
 http://wso2.com
 http://wso2.org



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



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