Re: [Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Chintana Wilamuna
On Fri, May 7, 2010 at 9:43 AM, Kasun Indrasiri wrote: > Try, checkout and building axiom from[1] and then rebuilding orbit. > Thanks. > [1] http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom Amila pointed out that it was a wrong dependency versioning issue. Orbit trunk expe

[Carbon-dev] Error checking out carbon 3.0.0 branch

2010-05-06 Thread Chintana Wilamuna
Hi, I get the following error when I'm trying to checkout carbon 3.0.0 branch, In directory 'C:\src\carbon-3.0.0-branch\components\mediators\dbreport\3.0.0\org.wso2.carbon.mediator.dbreport.ui\src\main\resources\web\dbreport-mediator\docs\images' Can't open file 'C:\src\carbon-3.0.0-branch\compo

Re: [Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Kasun Indrasiri
Try, checkout and building axiom from[1] and then rebuilding orbit. Thanks. [1] http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom On Fri, May 7, 2010 at 9:36 AM, Chintana Wilamuna wrote: > On Fri, May 7, 2010 at 5:00 AM, Lahiru Gunathilake > wrote: > > > Please try to do

Re: [Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Chintana Wilamuna
On Fri, May 7, 2010 at 5:00 AM, Lahiru Gunathilake wrote: > Please try to do an online build. I am building online. Bye, -Chintana -- Chintana Wilamuna Senior Software Engineer WSO2, Inc.; http://wso2.com lean.enterprise.middleware phone: +94 75 211 1106 blog: http://engwar.com/ photos:

Re: [Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Lahiru Gunathilake
Please try to do an online build. Lahiru On Thu, May 6, 2010 at 5:50 PM, Chintana Wilamuna wrote: > Hi, > > I built all the dependencies successfully. Built axiom with tests for > the second time. When I'm trying to build orbit I'm getting the > following error. > > [INFO] > ---

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - RC10

2010-05-06 Thread Lahiru Gunathilake
Yasith uploaded the artifacts with keys to OT and I informed Anuradha about updates from OT side. Lahiru On Thu, May 6, 2010 at 6:30 PM, Samisa Abeysinghe wrote: > Did we host these latest packs on OT? > > Samisa... > > > On Sat, May 1, 2010 at 11:06 PM, Lahiru Gunathilake wrote: > >> Hi Charit

Re: [Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Chintana Wilamuna
On Thu, May 6, 2010 at 7:12 PM, Samisa Abeysinghe wrote: > Did you build axiom? Yup, it builds successfully. Tried with building it with tests, compiles successfully but gives the same error when compiling orbit. Bye, -Chintana -- Chintana Wilamuna Senior Software Engineer WSO2, Inc.; ht

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - RC11

2010-05-06 Thread Samisa Abeysinghe
I just updated GS pack, as there was a problem in there. If you already downloaded it, please download again. Samisa... On Thu, May 6, 2010 at 6:36 PM, Samisa Abeysinghe wrote: > The following has chunk 2 products ready for testing > > http://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC11

Re: [Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Samisa Abeysinghe
Did you build axiom? Samisa... On Thu, May 6, 2010 at 5:50 PM, Chintana Wilamuna wrote: > Hi, > > I built all the dependencies successfully. Built axiom with tests for > the second time. When I'm trying to build orbit I'm getting the > following error. > > [INFO] > -

[Carbon-dev] Carbon 3.0.0 - Iridium - RC11

2010-05-06 Thread Samisa Abeysinghe
The following has chunk 2 products ready for testing http://builder.wso2.org/~carbon/releases/carbon/3.0.0/4RC11/ Samisa... On Wed, Apr 28, 2010 at 7:11 AM, Samisa Abeysinghe wrote: > http://builder.wso2.org/~carbon/releases/carbon

Re: [Carbon-dev] Carbon 3.0.0 - Iridium - RC10

2010-05-06 Thread Samisa Abeysinghe
Did we host these latest packs on OT? Samisa... On Sat, May 1, 2010 at 11:06 PM, Lahiru Gunathilake wrote: > Hi Charitha, > > I have hosted the new source packs for all the four products with carbon > with minor modification here[1]. Since I created all the packs with the same > script, I wonde

[Carbon-dev] Build error on carbon orbit trunk

2010-05-06 Thread Chintana Wilamuna
Hi, I built all the dependencies successfully. Built axiom with tests for the second time. When I'm trying to build orbit I'm getting the following error. [INFO] [ERROR] BUILD ERROR [INFO] ---

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Anjana Fernando
Yeah, my bad, earlier I only noticed the interface, I see it has a special use with the "doPaging" method, I mistakingly thought the interface will be introduced with all the data to be paginated. On Thu, May 6, 2010 at 12:58 PM, Afkham Azeez wrote: > Yes, number of pages depends on the size of t

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Afkham Azeez
Yes, number of pages depends on the size of the total data set and the number of items per page. Utils.doPaging computes that for you and sets it as metadata in your Pageable implementation. Azeez On Thu, May 6, 2010 at 12:55 PM, Anjana Fernando wrote: > >> setNumberOfPages is the total number

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Ruwan Linton
Cool! +1 for Pageable :-) Ruwan Afkham Azeez wrote: > Yes, Pageable means a data collection which can be paged. It does not > do any work to page itself. It is only the data, > > Azeez > > On Thu, May 6, 2010 at 12:39 PM, Ruwan Linton > wrote: > > I got a delivery fa

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Anjana Fernando
>> setNumberOfPages is the total number of pages for a collection. Number of >> items per page is a carbon level setting at the moment. Yeah, given the value of items per page is internal, isn't the point of "getNumberOfPages" method is to say, how many pages the given data collection spans ? ..

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Ruwan Linton
Had a look at the code and had a chat with Azeez, I think the name is correct, for example in the case of Sequences, SequenceInfo has to implement Pageable, meaning that sequences can be paged. +1 for Pageable. Thanks, Ruwan Ruwan Linton wrote: > I got a delivery failure notification, hence se

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Ruwan Linton
Afkham Azeez wrote: > Yeah, may be we should make Pageable an abstract class. But the thing > is the concrete class extending Pageable gets returned from a Web > service call. Does our WSDL generation logic look at the super classes > of types as well? Hhhmmm, good question, I was on the mind se

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Afkham Azeez
Yes, Pageable means a data collection which can be paged. It does not do any work to page itself. It is only the data, Azeez On Thu, May 6, 2010 at 12:39 PM, Ruwan Linton wrote: > I got a delivery failure notification, hence sending again. > > Runalbe, is an item that does the work. Serializabl

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Ruwan Linton
I got a delivery failure notification, hence sending again. Runalbe, is an item that does the work. Serializable means that it can be serialized, does Pageable also implies that the implementation class is an item that can be paged. From my point of view, Sequence or AxisService should implemen

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Afkham Azeez
Yeah, may be we should make Pageable an abstract class. But the thing is the concrete class extending Pageable gets returned from a Web service call. Does our WSDL generation logic look at the super classes of types as well? Azeez On Thu, May 6, 2010 at 12:32 PM, Ruwan Linton wrote: > Azeez, it

Re: [Carbon-dev] Paging of a list of items

2010-05-06 Thread Ruwan Linton
Azeez, it is very easy to come up with a AbstractClass with the first two methods, am I missing something??? Ruwan Afkham Azeez wrote: > For instance, look at these impl methods in service-mgt BE: > > public int getNumberOfPages() { > return numberOfPages; > } > > public void setNumberOf