Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Pradeep Fernando
hi,

The carbon-core is complete, except for AuthenticationAdmin.wsdl .
this service is being used by number of parties. Fixing this (package
renaming) would break most of the existing things.

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


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Tharindu Mathew
Sorry for the late reply. But I recall both the impact analysis gadgets
depending on this.

Senaka, are you sure you ran through all the code?

/carbon/components/gauges$ grep "Gov" -i
./org.wso2.carbon.gauges.ui/src/main/resources/web/gauges/gadgets/flash/flashdata-ajaxprocessor.jsp
 ~ specific language governing permissions and limitations
<%@ page import="org.wso2.carbon.gauges.ui.GovImpactAnalysisDataProcessor"%>
// adding governance gadgets
 GovImpactAnalysisDataProcessor processor = new
GovImpactAnalysisDataProcessor(config, session, request);


On Wed, Mar 30, 2011 at 4:25 AM, Samisa Abeysinghe  wrote:

>
>
> On Wed, Mar 30, 2011 at 2:29 AM, Senaka Fernando  wrote:
>
>> Hi all,
>>
>> Who uses Gauges? Tharindu and I discussed this, and apparently was under
>> the impression that BAM no longer uses this and Governance components
>> (Gadgets) depends on this. But, grepping through the source code did not
>> reveal any references. But, I found that BAM had something called,
>> bam.gauges.ui, [1]. Now, if BAM has its own gauges UI, and if Governance
>> components does not need this, can we simply scrap this off?
>>
>
> +1
>
>
>>
>> [1]
>> https://svn.wso2.org/repos/wso2/trunk/carbon/components/bam/org.wso2.carbon.bam.gauges.ui
>>
>> Thanks,
>> Senaka.
>>
>>
>> On Tue, Mar 29, 2011 at 6:56 PM, Hasini Gunasinghe wrote:
>>
>>> Hi,
>>>
>>> The gauges stub and related component/features were fixed. It builds
>>> without compilation errors up to features.
>>>
>>> But since there were ambiguous imports in ui component and the resolving
>>> of imports were done without the context knowledge, i did not commit it. All
>>> the relevant diff files are attached here with.
>>>
>>> It would be great if the product team/s who uses this gauges
>>> component/feature, could please apply them and verify and commit.
>>>
>>> Thanks,
>>> Hasini.
>>>
>>> On Tue, Mar 29, 2011 at 6:14 PM, Hasini Gunasinghe wrote:
>>>
 Hi,

 Can someone please confirm which product uses the gauges ui component
 and hence the gauges stub? I checked with BAM and G-Reg. But it is not much
 clear which product/s exactly uses it.

 Thanks,
 Hasini.

 On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe wrote:

>
>
> On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe 
> wrote:
>
>> I see that we are almost done, but not yet there.
>>
>> Please make sure to update this thread, if it is going to take more
>> time than EOD today.
>>
>> Hi,
>
> Just to update...
>
> We have completed the sub migration of the components related to IS.
>
> There are few stubs used by other products, assigned to us as follows:
>
> ec2-client
> email-verification
> gauges
>

> We will work on fixing them too before EOD today. Please let us know if
> any of you are already working on them or have done them already.
>
> Thanks,
> Hasini.
>
>
>> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne <
>> kalpa...@wso2.com> wrote:
>>
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez wrote:
>>>
 Some people who are yet to finish the stub work are;
 SupunM
 HasiniG
 Shariq
 KasunW
 Kalpanie - Doesn't use any stubs. Updated the document.

>>>
>>>  Regards
>>>
>>> Kalpanie
>>>
>>>
>>>
>>>
 Asela
 HasiniY


 On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez wrote:

> Many of these have still not been fixed.
>
> See
> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>
> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe <
> sam...@wso2.com> wrote:
>
>>  Why do we still see code generation when building components?
>>
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
>> checking
>> for updates from wso2-nexus
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
>> checking
>> for updates from wso2-nexus
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification 

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Samisa Abeysinghe
On Wed, Mar 30, 2011 at 2:29 AM, Senaka Fernando  wrote:

> Hi all,
>
> Who uses Gauges? Tharindu and I discussed this, and apparently was under
> the impression that BAM no longer uses this and Governance components
> (Gadgets) depends on this. But, grepping through the source code did not
> reveal any references. But, I found that BAM had something called,
> bam.gauges.ui, [1]. Now, if BAM has its own gauges UI, and if Governance
> components does not need this, can we simply scrap this off?
>

+1


>
> [1]
> https://svn.wso2.org/repos/wso2/trunk/carbon/components/bam/org.wso2.carbon.bam.gauges.ui
>
> Thanks,
> Senaka.
>
>
> On Tue, Mar 29, 2011 at 6:56 PM, Hasini Gunasinghe wrote:
>
>> Hi,
>>
>> The gauges stub and related component/features were fixed. It builds
>> without compilation errors up to features.
>>
>> But since there were ambiguous imports in ui component and the resolving
>> of imports were done without the context knowledge, i did not commit it. All
>> the relevant diff files are attached here with.
>>
>> It would be great if the product team/s who uses this gauges
>> component/feature, could please apply them and verify and commit.
>>
>> Thanks,
>> Hasini.
>>
>> On Tue, Mar 29, 2011 at 6:14 PM, Hasini Gunasinghe wrote:
>>
>>> Hi,
>>>
>>> Can someone please confirm which product uses the gauges ui component and
>>> hence the gauges stub? I checked with BAM and G-Reg. But it is not much
>>> clear which product/s exactly uses it.
>>>
>>> Thanks,
>>> Hasini.
>>>
>>> On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe wrote:
>>>


 On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe wrote:

> I see that we are almost done, but not yet there.
>
> Please make sure to update this thread, if it is going to take more
> time than EOD today.
>
> Hi,

 Just to update...

 We have completed the sub migration of the components related to IS.

 There are few stubs used by other products, assigned to us as follows:

 ec2-client
 email-verification
 gauges

>>>
 We will work on fixing them too before EOD today. Please let us know if
 any of you are already working on them or have done them already.

 Thanks,
 Hasini.


> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne <
> kalpa...@wso2.com> wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>
>>> Some people who are yet to finish the stub work are;
>>> SupunM
>>> HasiniG
>>> Shariq
>>> KasunW
>>> Kalpanie - Doesn't use any stubs. Updated the document.
>>>
>>
>>  Regards
>>
>> Kalpanie
>>
>>
>>
>>
>>> Asela
>>> HasiniY
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez wrote:
>>>
 Many of these have still not been fixed.

 See
 https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0

 On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe <
 sam...@wso2.com> wrote:

>  Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:2

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Senaka Fernando
Hi all,

Who uses Gauges? Tharindu and I discussed this, and apparently was under the
impression that BAM no longer uses this and Governance components (Gadgets)
depends on this. But, grepping through the source code did not reveal any
references. But, I found that BAM had something called, bam.gauges.ui, [1].
Now, if BAM has its own gauges UI, and if Governance components does not
need this, can we simply scrap this off?

[1]
https://svn.wso2.org/repos/wso2/trunk/carbon/components/bam/org.wso2.carbon.bam.gauges.ui

Thanks,
Senaka.

On Tue, Mar 29, 2011 at 6:56 PM, Hasini Gunasinghe  wrote:

> Hi,
>
> The gauges stub and related component/features were fixed. It builds
> without compilation errors up to features.
>
> But since there were ambiguous imports in ui component and the resolving of
> imports were done without the context knowledge, i did not commit it. All
> the relevant diff files are attached here with.
>
> It would be great if the product team/s who uses this gauges
> component/feature, could please apply them and verify and commit.
>
> Thanks,
> Hasini.
>
> On Tue, Mar 29, 2011 at 6:14 PM, Hasini Gunasinghe wrote:
>
>> Hi,
>>
>> Can someone please confirm which product uses the gauges ui component and
>> hence the gauges stub? I checked with BAM and G-Reg. But it is not much
>> clear which product/s exactly uses it.
>>
>> Thanks,
>> Hasini.
>>
>> On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe wrote:
>>
>>>
>>>
>>> On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe wrote:
>>>
 I see that we are almost done, but not yet there.

 Please make sure to update this thread, if it is going to take more time
 than EOD today.

 Hi,
>>>
>>> Just to update...
>>>
>>> We have completed the sub migration of the components related to IS.
>>>
>>> There are few stubs used by other products, assigned to us as follows:
>>>
>>> ec2-client
>>> email-verification
>>> gauges
>>>
>>
>>> We will work on fixing them too before EOD today. Please let us know if
>>> any of you are already working on them or have done them already.
>>>
>>> Thanks,
>>> Hasini.
>>>
>>>
 On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne <
 kalpa...@wso2.com> wrote:

>
>
> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>
>> Some people who are yet to finish the stub work are;
>> SupunM
>> HasiniG
>> Shariq
>> KasunW
>> Kalpanie - Doesn't use any stubs. Updated the document.
>>
>
>  Regards
>
> Kalpanie
>
>
>
>
>> Asela
>> HasiniY
>>
>>
>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>
>>> Many of these have still not been fixed.
>>>
>>> See
>>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>>
>>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe >> > wrote:
>>>
  Why do we still see code generation when building components?

 [INFO]
 
 [INFO] Building WSO2 Carbon - Registry - Web Service Client
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] [build-helper:add-source {execution: add-source}]
 [INFO] Source directory:
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
 added.
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 *[INFO] [antrun:run {execution: source-code-generation}]*
 [INFO] Executing tasks
  [java] Retrieving document at
 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Hasini Gunasinghe
Hi,

The gauges stub and related component/features were fixed. It builds without
compilation errors up to features.

But since there were ambiguous imports in ui component and the resolving of
imports were done without the context knowledge, i did not commit it. All
the relevant diff files are attached here with.

It would be great if the product team/s who uses this gauges
component/feature, could please apply them and verify and commit.

Thanks,
Hasini.

On Tue, Mar 29, 2011 at 6:14 PM, Hasini Gunasinghe  wrote:

> Hi,
>
> Can someone please confirm which product uses the gauges ui component and
> hence the gauges stub? I checked with BAM and G-Reg. But it is not much
> clear which product/s exactly uses it.
>
> Thanks,
> Hasini.
>
> On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe wrote:
>
>>
>>
>> On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe wrote:
>>
>>> I see that we are almost done, but not yet there.
>>>
>>> Please make sure to update this thread, if it is going to take more time
>>> than EOD today.
>>>
>>> Hi,
>>
>> Just to update...
>>
>> We have completed the sub migration of the components related to IS.
>>
>> There are few stubs used by other products, assigned to us as follows:
>>
>> ec2-client
>> email-verification
>> gauges
>>
>
>> We will work on fixing them too before EOD today. Please let us know if
>> any of you are already working on them or have done them already.
>>
>> Thanks,
>> Hasini.
>>
>>
>>> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne <
>>> kalpa...@wso2.com> wrote:
>>>


 On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:

> Some people who are yet to finish the stub work are;
> SupunM
> HasiniG
> Shariq
> KasunW
> Kalpanie - Doesn't use any stubs. Updated the document.
>

  Regards

 Kalpanie




> Asela
> HasiniY
>
>
> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>
>> Many of these have still not been fixed.
>>
>> See
>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>
>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe 
>> wrote:
>>
>>>  Why do we still see code generation when building components?
>>>
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting directory
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
>>> checking
>>> for updates from wso2-nexus
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
>>> checking
>>> for updates from wso2-nexus
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>>> added.
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> *[INFO] [antrun:run {execution: source-code-generation}]*
>>> [INFO] Executing tasks
>>>  [java] Retrieving document at
>>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>>> fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://io.java/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Denis Weerasiri
On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe  wrote:

> I see that we are almost done, but not yet there.
>
> Please make sure to update this thread, if it is going to take more time
> than EOD today.
>
The service-stubs on trunk were built upto features successfully. Now the
build is in products phase.

>
>
> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne 
> wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>
>>> Some people who are yet to finish the stub work are;
>>> SupunM
>>> HasiniG
>>> Shariq
>>> KasunW
>>> Kalpanie - Doesn't use any stubs. Updated the document.
>>>
>>
>>  Regards
>>
>> Kalpanie
>>
>>
>>
>>
>>> Asela
>>> HasiniY
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>>
 Many of these have still not been fixed.

 See
 https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0

 On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:

>  Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
> fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://io.java/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler findClassName
>  [java] WARNING: Type {
> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
> [INFO] Executed tasks
> [INFO] [compiler:compile {execution: default-compile}]
>
> 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
>
>


 --
 *Afkham Azeez*
 Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
 ,
 *
 *
 *Member; Apache Software Foundation; 
 **http://www.apache.org/*
 *
 email: **az...@wso2.com* * cell: +94 77 3320919
 blog: **http://blog.afkham.org* *
 twitter: 
 **http://twitter.com/afkham_azeez*
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Hasini Gunasinghe
Hi,

Can someone please confirm which product uses the gauges ui component and
hence the gauges stub? I checked with BAM and G-Reg. But it is not much
clear which product/s exactly uses it.

Thanks,
Hasini.

On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe  wrote:

>
>
> On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe wrote:
>
>> I see that we are almost done, but not yet there.
>>
>> Please make sure to update this thread, if it is going to take more time
>> than EOD today.
>>
>> Hi,
>
> Just to update...
>
> We have completed the sub migration of the components related to IS.
>
> There are few stubs used by other products, assigned to us as follows:
>
> ec2-client
> email-verification
> gauges
>

> We will work on fixing them too before EOD today. Please let us know if any
> of you are already working on them or have done them already.
>
> Thanks,
> Hasini.
>
>
>> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne > > wrote:
>>
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>>
 Some people who are yet to finish the stub work are;
 SupunM
 HasiniG
 Shariq
 KasunW
 Kalpanie - Doesn't use any stubs. Updated the document.

>>>
>>>  Regards
>>>
>>> Kalpanie
>>>
>>>
>>>
>>>
 Asela
 HasiniY


 On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:

> Many of these have still not been fixed.
>
> See
> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>
> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe 
> wrote:
>
>>  Why do we still see code generation when building components?
>>
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
>> checking
>> for updates from wso2-nexus
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
>> checking
>> for updates from wso2-nexus
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] [build-helper:add-source {execution: add-source}]
>> [INFO] Source directory:
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>> added.
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> *[INFO] [antrun:run {execution: source-code-generation}]*
>> [INFO] Executing tasks
>>  [java] Retrieving document at
>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>> fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://io.java/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler findClassName
>>  [java] WARNING: Type {
>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>> [INFO] Executed tasks
>> [INFO] [compiler:compile {execution: default-compile}]
>>
>> 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
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Sanjeewa Malalgoda
Still we need to do some changes in billing and usage so once we finished
them we will move it. is it ok ?

On Tue, Mar 29, 2011 at 2:44 PM, Hasini Gunasinghe  wrote:

>
>
> On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe wrote:
>
>> I see that we are almost done, but not yet there.
>>
>> Please make sure to update this thread, if it is going to take more time
>> than EOD today.
>>
>> Hi,
>
> Just to update...
>
> We have completed the sub migration of the components related to IS.
>
> There are few stubs used by other products, assigned to us as follows:
>
> ec2-client
> email-verification
> gauges
>
> We will work on fixing them too before EOD today. Please let us know if any
> of you are already working on them or have done them already.
>
> Thanks,
> Hasini.
>
>
>> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne > > wrote:
>>
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>>
 Some people who are yet to finish the stub work are;
 SupunM
 HasiniG
 Shariq
 KasunW
 Kalpanie - Doesn't use any stubs. Updated the document.

>>>
>>>  Regards
>>>
>>> Kalpanie
>>>
>>>
>>>
>>>
 Asela
 HasiniY


 On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:

> Many of these have still not been fixed.
>
> See
> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>
> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe 
> wrote:
>
>>  Why do we still see code generation when building components?
>>
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
>> checking
>> for updates from wso2-nexus
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
>> checking
>> for updates from wso2-nexus
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] [build-helper:add-source {execution: add-source}]
>> [INFO] Source directory:
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>> added.
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> *[INFO] [antrun:run {execution: source-code-generation}]*
>> [INFO] Executing tasks
>>  [java] Retrieving document at
>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>> fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://io.java/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler findClassName
>>  [java] WARNING: Type {
>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>> [INFO] Executed tasks
>> [INFO] [compiler:compile {execution: default-compile}]
>>
>> 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
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.;
> http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **h

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Hasini Gunasinghe
On Tue, Mar 29, 2011 at 12:48 PM, Samisa Abeysinghe  wrote:

> I see that we are almost done, but not yet there.
>
> Please make sure to update this thread, if it is going to take more time
> than EOD today.
>
> Hi,

Just to update...

We have completed the sub migration of the components related to IS.

There are few stubs used by other products, assigned to us as follows:

ec2-client
email-verification
gauges

We will work on fixing them too before EOD today. Please let us know if any
of you are already working on them or have done them already.

Thanks,
Hasini.


> On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne 
> wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>
>>> Some people who are yet to finish the stub work are;
>>> SupunM
>>> HasiniG
>>> Shariq
>>> KasunW
>>> Kalpanie - Doesn't use any stubs. Updated the document.
>>>
>>
>>  Regards
>>
>> Kalpanie
>>
>>
>>
>>
>>> Asela
>>> HasiniY
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>>
 Many of these have still not been fixed.

 See
 https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0

 On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:

>  Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
> fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://io.java/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler findClassName
>  [java] WARNING: Type {
> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
> [INFO] Executed tasks
> [INFO] [compiler:compile {execution: default-compile}]
>
> 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
>
>


 --
 *Afkham Azeez*
 Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
 ,
 *
 *
 *Member; Apache Software Foundation; 
 **http://www.apache.org/*
 *
 email: **az...@wso2.com* * cell: +94 77 3320919
 blog: **http://blog.afkham.org* *
 twitter: 
 **http://twitter.com/afkham_azeez*
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Kasun Weranga
On Mon, Mar 28, 2011 at 3:31 PM, Kasun Weranga  wrote:

>
>
> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>
>> Some people who are yet to finish the stub work are;
>> SupunM
>> HasiniG
>> Shariq
>> KasunW
>>
> bam-data-publishers - Done it by last Thursday, I forgot to update the doc.
>  bam - only one component remaining  (org.wso2.carbon.bam.core), since it
> has some shared wsdls that are used in AS, I'll work with SupunM to finish
> that component too.
>

I was able to use service-stubs for all shared wsdls too. Now all bam
components use service-stubs without code-gen in component level.

Thanks,
KasunW


>  Kalpanie
>> Asela
>> HasiniY
>>
>>
>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>
>>> Many of these have still not been fixed.
>>>
>>> See
>>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>>
>>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>>
  Why do we still see code generation when building components?

 [INFO]
 
 [INFO] Building WSO2 Carbon - Registry - Web Service Client
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
 for updates from wso2-nexus
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] [build-helper:add-source {execution: add-source}]
 [INFO] Source directory:
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
 added.
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 *[INFO] [antrun:run {execution: source-code-generation}]*
 [INFO] Executing tasks
  [java] Retrieving document at
 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
 fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
 compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler findClassName
  [java] WARNING: Type {
 http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
 [INFO] Executed tasks
 [INFO] [compiler:compile {execution: default-compile}]

 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


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*
>>> *
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://t

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-29 Thread Samisa Abeysinghe
I see that we are almost done, but not yet there.

Please make sure to update this thread, if it is going to take more time
than EOD today.

On Mon, Mar 28, 2011 at 10:37 PM, Kalpanie Wanigaratne wrote:

>
>
> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>
>> Some people who are yet to finish the stub work are;
>> SupunM
>> HasiniG
>> Shariq
>> KasunW
>> Kalpanie - Doesn't use any stubs. Updated the document.
>>
>
> Regards
>
> Kalpanie
>
>
>
>
>> Asela
>> HasiniY
>>
>>
>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>
>>> Many of these have still not been fixed.
>>>
>>> See
>>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>>
>>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>>
  Why do we still see code generation when building components?

 [INFO]
 
 [INFO] Building WSO2 Carbon - Registry - Web Service Client
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
 for updates from wso2-nexus
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] [build-helper:add-source {execution: add-source}]
 [INFO] Source directory:
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
 added.
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 *[INFO] [antrun:run {execution: source-code-generation}]*
 [INFO] Executing tasks
  [java] Retrieving document at
 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
 fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
 compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler findClassName
  [java] WARNING: Type {
 http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
 [INFO] Executed tasks
 [INFO] [compiler:compile {execution: default-compile}]

 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


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*
>>> *
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
> Thanks,
Sa

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Kalpanie Wanigaratne
On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:

> Some people who are yet to finish the stub work are;
> SupunM
> HasiniG
> Shariq
> KasunW
> Kalpanie - Doesn't use any stubs. Updated the document.
>

Regards

Kalpanie




> Asela
> HasiniY
>
>
> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>
>> Many of these have still not been fixed.
>>
>> See
>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>
>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>
>>>  Why do we still see code generation when building components?
>>>
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting directory
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>>> added.
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> *[INFO] [antrun:run {execution: source-code-generation}]*
>>> [INFO] Executing tasks
>>>  [java] Retrieving document at
>>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>>> fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>>> compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler findClassName
>>>  [java] WARNING: Type {
>>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>>> [INFO] Executed tasks
>>> [INFO] [compiler:compile {execution: default-compile}]
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **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


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Samisa Abeysinghe
On Mon, Mar 28, 2011 at 3:34 PM, Afkham Azeez  wrote:

> If some of you have finished your allotted components, please help others
> who are overloaded with components. Asela, HasiniG and SupunM may need some
> help. Please try take some components off their plates.


+1.


>
>
> On Mon, Mar 28, 2011 at 3:31 PM, Kasun Weranga  wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>
>>> Some people who are yet to finish the stub work are;
>>> SupunM
>>> HasiniG
>>> Shariq
>>> KasunW
>>>
>> bam-data-publishers - Done it by last Thursday, I forgot to update the
>> doc.
>>  bam - only one component remaining  (org.wso2.carbon.bam.core), since it
>> has some shared wsdls that are used in AS, I'll work with SupunM to finish
>> that component too.
>>
>>> Kalpanie
>>> Asela
>>> HasiniY
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>>
 Many of these have still not been fixed.

 See
 https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0

 On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:

>  Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
> fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://io.java/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler findClassName
>  [java] WARNING: Type {
> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
> [INFO] Executed tasks
> [INFO] [compiler:compile {execution: default-compile}]
>
> 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
>
>


 --
 *Afkham Azeez*
 Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
 ,
 *
 *
 *Member; Apache Software Foundation; 
 **http://www.apache.org/*
 *
 email: **az...@wso2.com* * cell: +94 77 3320919
 blog: **http://blog.afkham.org* *
 twitter: 
 **http://twitter.com/afkham_azeez*
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager;

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Afkham Azeez
If some of you have finished your allotted components, please help others
who are overloaded with components. Asela, HasiniG and SupunM may need some
help. Please try take some components off their plates.

On Mon, Mar 28, 2011 at 3:31 PM, Kasun Weranga  wrote:

>
>
> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>
>> Some people who are yet to finish the stub work are;
>> SupunM
>> HasiniG
>> Shariq
>> KasunW
>>
> bam-data-publishers - Done it by last Thursday, I forgot to update the doc.
>  bam - only one component remaining  (org.wso2.carbon.bam.core), since it
> has some shared wsdls that are used in AS, I'll work with SupunM to finish
> that component too.
>
>> Kalpanie
>> Asela
>> HasiniY
>>
>>
>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>
>>> Many of these have still not been fixed.
>>>
>>> See
>>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>>
>>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>>
  Why do we still see code generation when building components?

 [INFO]
 
 [INFO] Building WSO2 Carbon - Registry - Web Service Client
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
 for updates from wso2-nexus
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] [build-helper:add-source {execution: add-source}]
 [INFO] Source directory:
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
 added.
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 *[INFO] [antrun:run {execution: source-code-generation}]*
 [INFO] Executing tasks
  [java] Retrieving document at
 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
 fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
 compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler findClassName
  [java] WARNING: Type {
 http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
 [INFO] Executed tasks
 [INFO] [compiler:compile {execution: default-compile}]

 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


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*
>>> *
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.o

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Kasun Weranga
On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:

> Some people who are yet to finish the stub work are;
> SupunM
> HasiniG
> Shariq
> KasunW
>
bam-data-publishers - Done it by last Thursday, I forgot to update the doc.
bam - only one component remaining  (org.wso2.carbon.bam.core), since it has
some shared wsdls that are used in AS, I'll work with SupunM to finish that
component too.

> Kalpanie
> Asela
> HasiniY
>
>
> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>
>> Many of these have still not been fixed.
>>
>> See
>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>
>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>
>>>  Why do we still see code generation when building components?
>>>
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting directory
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>>> added.
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> *[INFO] [antrun:run {execution: source-code-generation}]*
>>> [INFO] Executing tasks
>>>  [java] Retrieving document at
>>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>>> fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>>> compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler findClassName
>>>  [java] WARNING: Type {
>>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>>> [INFO] Executed tasks
>>> [INFO] [compiler:compile {execution: default-compile}]
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>


-- 
*Kasun Weranga*
Software Engineer
**
*WSO2, Inc.
*lean.enterprise.middleware.
mobile : +94 772314602
blog
:
http://ka

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Muhammed Shariq
On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:

> Some people who are yet to finish the stub work are;
> SupunM
> HasiniG
> Shariq - Done updated the doc.
> KasunW
> Kalpanie
> Asela
> HasiniY
>
>
> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>
>> Many of these have still not been fixed.
>>
>> See
>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>
>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>
>>>  Why do we still see code generation when building components?
>>>
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting directory
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>>> added.
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> *[INFO] [antrun:run {execution: source-code-generation}]*
>>> [INFO] Executing tasks
>>>  [java] Retrieving document at
>>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>>> fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>>> compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler findClassName
>>>  [java] WARNING: Type {
>>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>>> [INFO] Executed tasks
>>> [INFO] [compiler:compile {execution: default-compile}]
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **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] Code generation still not completely fixed?

2011-03-28 Thread Hasini Gunasinghe
Hi,

We will be able to finish stub migration related to IS by tomorrow EOD. Will
update once completed.

Thanks,
Hasini.
On Mon, Mar 28, 2011 at 3:10 PM, Samisa Abeysinghe  wrote:

> If you need more time/cycles, please be proactive in letting everyone
> know.
>
>
> On Mon, Mar 28, 2011 at 3:07 PM, Hasini Yatawatte wrote:
>
>>
>>
>> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>>
>>> Some people who are yet to finish the stub work are;
>>> SupunM
>>> HasiniG
>>> Shariq
>>> KasunW
>>> Kalpanie
>>> Asela
>>> >>HasiniY - Done
>>>
>>
>>
>>>
>>>
>>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>>
 Many of these have still not been fixed.

 See
 https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0

 On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:

>  Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
> checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
> fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler compile
>  [java] WARNING: No schemaLocation for import of
> http://io.java/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM
> org.apache.axis2.schema.SchemaCompiler findClassName
>  [java] WARNING: Type {
> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
> [INFO] Executed tasks
> [INFO] [compiler:compile {execution: default-compile}]
>
> 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
>
>


 --
 *Afkham Azeez*
 Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
 ,
 *
 *
 *Member; Apache Software Foundation; 
 **http://www.apache.org/*
 *
 email: **az...@wso2.com* * cell: +94 77 3320919
 blog: **http://blog.afkham.org* *
 twitter: 
 **http://twitter.com/afkham_azeez*
 *
 linked-in: **http://lk.linkedin.com/in/afkhamazeez*
 *
 *
 *Lean . Enterprise . Middleware*


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*
>>> *
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* 

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Samisa Abeysinghe
If you need more time/cycles, please be proactive in letting everyone know.

On Mon, Mar 28, 2011 at 3:07 PM, Hasini Yatawatte  wrote:

>
>
> On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:
>
>> Some people who are yet to finish the stub work are;
>> SupunM
>> HasiniG
>> Shariq
>> KasunW
>> Kalpanie
>> Asela
>> >>HasiniY - Done
>>
>
>
>>
>>
>> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>>
>>> Many of these have still not been fixed.
>>>
>>> See
>>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>>
>>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>>
  Why do we still see code generation when building components?

 [INFO]
 
 [INFO] Building WSO2 Carbon - Registry - Web Service Client
 [INFO]task-segment: [clean, install]
 [INFO]
 
 [INFO] [clean:clean {execution: default-clean}]
 [INFO] Deleting directory
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
 for updates from wso2-nexus
 [INFO] snapshot
 org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: 
 checking
 for updates from wso2-nexus
 [INFO] [incremental-build:incremental-build {execution: default}]
 [INFO] Verifying module descriptor ...
 [INFO] Pom descriptor modification detected.
 [INFO] Deleting
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
 [INFO] [build-helper:add-source {execution: add-source}]
 [INFO] Source directory:
 D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
 added.
 [INFO] [resources:resources {execution: default-resources}]
 [INFO] Using 'UTF-8' encoding to copy filtered resources.
 [INFO] Copying 1 resource
 *[INFO] [antrun:run {execution: source-code-generation}]*
 [INFO] Executing tasks
  [java] Retrieving document at
 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
 fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of
 http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler compile
  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
 compilation may fail
  [java] Mar 28, 2011 12:28:22 PM
 org.apache.axis2.schema.SchemaCompiler findClassName
  [java] WARNING: Type {
 http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
 [INFO] Executed tasks
 [INFO] [compiler:compile {execution: default-compile}]

 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


>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com
>>> ,
>>> *
>>> *
>>> *Member; Apache Software Foundation; 
>>> **http://www.apache.org/*
>>> *
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* *
>>> twitter: **http://twitter.com/afkham_azeez*
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> Hasini Randika Yatawatte,
> Software Engineer.
> WSO2 Inc.
>
> Thanks,
Samisa...

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

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Hasini Yatawatte
On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:

> Some people who are yet to finish the stub work are;
> SupunM
> HasiniG
> Shariq
> KasunW
> Kalpanie
> Asela
> >>HasiniY - Done
>


>
>
> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>
>> Many of these have still not been fixed.
>>
>> See
>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>
>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>
>>>  Why do we still see code generation when building components?
>>>
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting directory
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>>> added.
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> *[INFO] [antrun:run {execution: source-code-generation}]*
>>> [INFO] Executing tasks
>>>  [java] Retrieving document at
>>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>>> fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>>> compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler findClassName
>>>  [java] WARNING: Type {
>>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>>> [INFO] Executed tasks
>>> [INFO] [compiler:compile {execution: default-compile}]
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>


-- 
Hasini Randika Yatawatte,
Software Engineer.
WSO2 Inc.
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Sanjeewa Malalgoda
Hi All,
Did we agreed to keep some code generations still inside
components.Specially code generation for data services wsdl. So do we have
to move them all to service-stub ?

On Mon, Mar 28, 2011 at 2:13 PM, Afkham Azeez  wrote:

> Some people who are yet to finish the stub work are;
> SupunM
> HasiniG
> Shariq
> KasunW
> Kalpanie
> Asela
> HasiniY
>
> On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:
>
>> Many of these have still not been fixed.
>>
>> See
>> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>>
>> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>>
>>>  Why do we still see code generation when building components?
>>>
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>> [INFO] [clean:clean {execution: default-clean}]
>>> [INFO] Deleting directory
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] snapshot
>>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>>> for updates from wso2-nexus
>>> [INFO] [incremental-build:incremental-build {execution: default}]
>>> [INFO] Verifying module descriptor ...
>>> [INFO] Pom descriptor modification detected.
>>> [INFO] Deleting
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>>> [INFO] [build-helper:add-source {execution: add-source}]
>>> [INFO] Source directory:
>>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>>> added.
>>> [INFO] [resources:resources {execution: default-resources}]
>>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>>> [INFO] Copying 1 resource
>>> *[INFO] [antrun:run {execution: source-code-generation}]*
>>> [INFO] Executing tasks
>>>  [java] Retrieving document at
>>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may
>>> fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of
>>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler compile
>>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>>> compilation may fail
>>>  [java] Mar 28, 2011 12:28:22 PM
>>> org.apache.axis2.schema.SchemaCompiler findClassName
>>>  [java] WARNING: Type {
>>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>>> [INFO] Executed tasks
>>> [INFO] [compiler:compile {execution: default-compile}]
>>>
>>> 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
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
>> *
>> *
>> *Member; Apache Software Foundation; 
>> **http://www.apache.org/*
>> *
>> email: **az...@wso2.com* * cell: +94 77 3320919
>> blog: **http://blog.afkham.org* *
>> twitter: **http://twitter.com/afkham_azeez*
>> *
>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>> *
>> *
>> *Lean . Enterprise . Middleware*
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **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
>
>


-- 
*Sanjeewa Malalgoda*
Software Engineer
**
*WSO2, Inc.*
lean.enterprise.middleware.

mobile : +94 713068779
we

Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Afkham Azeez
Many of these have still not been fixed.

See
https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0

On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe  wrote:

> Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of
> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of
> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of
> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
> compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> findClassName
>  [java] WARNING: Type {
> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
> [INFO] Executed tasks
> [INFO] [compiler:compile {execution: default-compile}]
>
> 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
>
>


-- 
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*
*
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **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


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Afkham Azeez
Some people who are yet to finish the stub work are;
SupunM
HasiniG
Shariq
KasunW
Kalpanie
Asela
HasiniY

On Mon, Mar 28, 2011 at 2:10 PM, Afkham Azeez  wrote:

> Many of these have still not been fixed.
>
> See
> https://spreadsheets.google.com/a/wso2.com/ccc?key=0AvlG3My7KaUCdGFIYnpvdjN6cm5ySWNQRWx6U0ozYnc&hl=en&pli=1#gid=0
>
> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>
>>  Why do we still see code generation when building components?
>>
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>> for updates from wso2-nexus
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>> for updates from wso2-nexus
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] [build-helper:add-source {execution: add-source}]
>> [INFO] Source directory:
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>> added.
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> *[INFO] [antrun:run {execution: source-code-generation}]*
>> [INFO] Executing tasks
>>  [java] Retrieving document at
>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>> compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler findClassName
>>  [java] WARNING: Type {
>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>> [INFO] Executed tasks
>> [INFO] [compiler:compile {execution: default-compile}]
>>
>> 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
>>
>>
>
>
> --
> *Afkham Azeez*
> Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
> *
> *
> *Member; Apache Software Foundation; 
> **http://www.apache.org/*
> *
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* *
> twitter: **http://twitter.com/afkham_azeez*
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>


-- 
*Afkham Azeez*
Senior Software Architect & Senior Manager; WSO2, Inc.; http://wso2.com,
*
*
*Member; Apache Software Foundation;
**http://www.apache.org/*
*
email: **az...@wso2.com* * cell: +94 77 3320919
blog: **http://blog.afkham.org* *
twitter: **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


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Janaka Ranabahu
Hi,

Looking in to this.

Thanks,
Janaka

On Mon, Mar 28, 2011 at 12:49 PM, Samisa Abeysinghe  wrote:

> I see that many components still generating code on their own. This needs
> to be fixed ASAP.
>
> Component owners please have a look.
>
> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>
>> Why do we still see code generation when building components?
>>
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>> for updates from wso2-nexus
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>> for updates from wso2-nexus
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] [build-helper:add-source {execution: add-source}]
>> [INFO] Source directory:
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>> added.
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> *[INFO] [antrun:run {execution: source-code-generation}]*
>> [INFO] Executing tasks
>>  [java] Retrieving document at
>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>> compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler findClassName
>>  [java] WARNING: Type {
>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>> [INFO] Executed tasks
>> [INFO] [compiler:compile {execution: default-compile}]
>>
>> 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 mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Janaka Ranabahu
Software Engineer
WSO2 Inc.

Mobile +94 718370861
Email : jan...@wso2.com
Blog : janakaranabahu.blogspot.com
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Sadeep Jayasumana
Hi,

I'm fixing this.

On Mon, Mar 28, 2011 at 12:49 PM, Samisa Abeysinghe  wrote:

> I see that many components still generating code on their own. This needs
> to be fixed ASAP.
>
> Component owners please have a look.
>
> On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe wrote:
>
>> Why do we still see code generation when building components?
>>
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Registry - Web Service Client
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting directory
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
>> for updates from wso2-nexus
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
>> for updates from wso2-nexus
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
>> [INFO] [build-helper:add-source {execution: add-source}]
>> [INFO] Source directory:
>> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
>> added.
>> [INFO] [resources:resources {execution: default-resources}]
>> [INFO] Using 'UTF-8' encoding to copy filtered resources.
>> [INFO] Copying 1 resource
>> *[INFO] [antrun:run {execution: source-code-generation}]*
>> [INFO] Executing tasks
>>  [java] Retrieving document at
>> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of
>> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler compile
>>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
>> compilation may fail
>>  [java] Mar 28, 2011 12:28:22 PM
>> org.apache.axis2.schema.SchemaCompiler findClassName
>>  [java] WARNING: Type {
>> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
>> [INFO] Executed tasks
>> [INFO] [compiler:compile {execution: default-compile}]
>>
>> 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 mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Sadeep Jayasumana

Software Engineer
WSO2 Inc.
Email - sad...@wso2.com
Mobile - +94 77 22 66 507
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Code generation still not completely fixed?

2011-03-28 Thread Samisa Abeysinghe
I see that many components still generating code on their own. This needs to
be fixed ASAP.

Component owners please have a look.

On Mon, Mar 28, 2011 at 12:30 PM, Samisa Abeysinghe  wrote:

> Why do we still see code generation when building components?
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Registry - Web Service Client
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting directory
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.common.ui:3.2.0-SNAPSHOT: checking
> for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.registry.extensions:3.2.0-SNAPSHOT: checking
> for updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target
> [INFO] [build-helper:add-source {execution: add-source}]
> [INFO] Source directory:
> D:\svn\carbon\components\registry\org.wso2.carbon.registry.ws.client\target\generated-code\src
> added.
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> *[INFO] [antrun:run {execution: source-code-generation}]*
> [INFO] Executing tasks
>  [java] Retrieving document at
> 'src/main/resources/WSRegistryService/WSRegistryService.wsdl'.
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of
> http://api.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of
> http://exceptions.core.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of
> http://api.ws.registry.carbon.wso2.org/xsd; compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> compile
>  [java] WARNING: No schemaLocation for import of http://io.java/xsd;
> compilation may fail
>  [java] Mar 28, 2011 12:28:22 PM org.apache.axis2.schema.SchemaCompiler
> findClassName
>  [java] WARNING: Type {
> http://api.registry.carbon.wso2.org/xsd}RegistryException missing!
> [INFO] Executed tasks
> [INFO] [compiler:compile {execution: default-compile}]
>
> 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 mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev