Re: [Carbon-dev] Merge Products & Stratos Services

2012-03-01 Thread Amila Maha Arachchi
On Thu, Mar 1, 2012 at 8:37 PM, Senaka Fernando  wrote:

> Hi Azeez,
>
> Strong +1. We also need the ability to start a stanalone product in a
> tenant mode (for testing purposes), without having to run Manager and IS
> and G-Reg. This was possible for GaaS when Dimuthu orginally started
> working on MT stuff, and it was really useful to debug issues that only
> showed up when running as a tenant. Right now, if you want to test anything
> related to MT, you need to setup multiple products, follow a deployment
> guideline and do lots of configuring, which makes it very hard for someone
> to test something compared to just downloading a product and running
> wso2server.bat/sh.
>

Will this approach allow to run a standalone product in tenant mode? Or
we'll still have to setup using the stratos setup script?

Thanks,
AmilaM.

>  Thanks,
> Senaka.
> On Fri, Mar 2, 2012 at 12:36 AM, Supun Malinga  wrote:
>
>> +1
>>
>> release process will also get more simpler and the build time.
>>
>> thanks,
>>
>>
>> On Thu, Mar 1, 2012 at 8:00 PM, Selvaratnam Uthaiyashankar <
>> shan...@wso2.com> wrote:
>>
>>> On Thu, Mar 1, 2012 at 6:42 PM, Afkham Azeez  wrote:
>>> > During a discussion last week, the idea of merging the two into a
>>> single
>>> > binary came up. That is, instead of Carbon AppServer & Stratos
>>> AppServer, we
>>> > will have a single AppServer binary which contains the relevant
>>> components
>>> > that can make it run in multi-tenant mode.  Actually, multi-tenancy is
>>> at
>>> > the core of Carbon, and we do not expose it to the user. The Stratos
>>> > counterparts of the respective products is mainly tested by the
>>> > Stratos/Cloud team, and hence the issues may get uncovered late in the
>>> > release cycle. This will also reduce the number of binaries that have
>>> to go
>>> > through QA.
>>> >
>>> > Is this a feasible option? Thoughts welcome.
>>>
>>> +1
>>>
>>> Shankar
>>>
>>> >
>>> > --
>>> > Afkham Azeez
>>> > Director of Architecture; 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
>>> >
>>>
>>>
>>>
>>> --
>>> S.Uthaiyashankar
>>> Senior Architect
>>> WSO2 Inc.
>>> http://wso2.com/ - "lean . enterprise . middleware"
>>>
>>> Phone: +94 714897591
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>
>>
>>
>> --
>> Supun Malinga,
>>
>> Software Engineer,
>>
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>> email - sup...@wso2.com 
>> mobile - 071 56 91 321
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate Technical Lead; WSO2 Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *
> Lean . Enterprise . Middleware
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Running a cron scheduler job in Carbon

2012-02-23 Thread Amila Maha Arachchi
On Thu, Feb 23, 2012 at 4:44 PM, Sanjaya Vithanagama wrote:

> Hi All,
>
> We are going to add a configuration parameter to the human task
> implementation to clean up the task instances which are in a final state
> (i.e Completed, Failed etc). For this, we thought of adding a cron
> expression to define the frequency of the clean up job. Is there a standard
> way we could run a cron job in Carbon? Or is it ok to use quartz
> CronTrigger[1] to achieve this ?
>

We were using synapse scheduled task for this. It uses quartz and supports
the cron string too. But now we have a new ntask implementation also. We
can use that one too. ntask feature is used in DSS latest release AFAIK.

Regards,
AmilaM.

>
> [1] http://quartz-scheduler.org/api/2.0.0/org/quartz/CronTrigger.html
>
>
> Thanks and regards,
> SanjayaV.
> --
> Sanjaya Vithanagama
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 71 342 2881
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Problem regarding ESB Sample 250

2012-02-21 Thread Amila Maha Arachchi
Hi,

I was trying the ESB sample 250. I have an ActiveMQ running. My proxy
service name was BarProxy (using this for ease of seperation) listening
through the JMS transport. But by mistake the jmsclient was sending
messages to a queue FooProxy . When the expected behaviour was not taking
place, I checked the ActiveMQ UI and realized I was sending the messages to
the wrong queue. Then I corrected it and sent messages as follows,

ant jmsclient -Djms_type=pox -Djms_dest=dynamicQueues/BarProxy
-Djms_payload=MSFT

This is working fine. Messages are picked up by the proxy service and
delivered to the axis2 service as expected.

Then I put the following parameter to my proxy configuration to deliver the
messages queued in the FooProxy queue.

dynamicQueues/FooProxy

When the proxy configuration was saved, I found that the messages in the
FooProxy queue was dequeued. But they were not delivered to the axis2
service. No exceptions/warning in the logs.

*Is this a known issue?*

I was trying this with ESB 4.0.2

Regards,
AmilaM.
-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] One step solution to change soap:address location of WSDL files, inside a BPEL package

2012-02-14 Thread Amila Maha Arachchi
On Tue, Feb 14, 2012 at 10:17 PM, Sameera Jayasoma  wrote:

>
>
> On Tue, Feb 14, 2012 at 10:10 PM, Waruna Ranasinghe wrote:
>
>> On Tue, Feb 14, 2012 at 10:06 PM, Sameera Jayasoma 
>> wrote:
>> >
>> >
>> > On Tue, Feb 14, 2012 at 9:54 PM, Keheliya Gallaba 
>> wrote:
>> >>
>> >> Hi Thilini,
>> >>
>> >> I think currently we can have that functionality via unified endpoints.
>> >> You can refer to an external endpoint configuration in the deploy.xml
>> like
>> >> the following:
>> >>
>> >> 
>> >> > >> port="CreditRatingPort">
>> >> http://wso2.org/bps/bpel/endpoint/config";
>> >>   endpointReference="CreditRatingService.epr"/>
>> >> 
>> >> 
>> >>
>> >> That file can define an address like this:
>> >>
>> >> > >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>> >> xsi:schemaLocation="http://www.w3schools.com uep_schema.xsd"
>> >> xmlns:wsa="http://www.w3.org/2005/08/addressing";
>> >> xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/";>
>> >>
>> >> http://localhost:9000/services/CreditRatingService/
>> 
>> >> 
>> >>
>> >> One restriction is you will have to define a config file for each
>> distinct
>> >> invoke in a process. But the advantage is, when the environment
>> changes you
>> >> can just change the file without changing the deployment artifact.
>> >
>> >
>> > You meant to say each external Web service consumed by the business
>> process
>> Yes
>>
>
> Great. +1 for this approach, if these *.epr files can be store outside of
> the bpel package. :)
>

Yes, these can be stored outside the bpel package and we have to provide an
absolute path.

e.g http://wso2.org/bps/bpel/endpoint/config";
   endpointReference="file:/path/to/epr"/>

Thanks,
AmilaM.

>
> Thanks,
> Sameera.
>
>>
>> > or each  invoke in a process. There can be multiple invokes which talks
>> to
>> > the same service endpoint.
>> >
>> > Thanks,
>> > Sameera.
>> >>
>> >>
>> >> Regards,
>> >> Keheliya
>> >>
>> >>
>> >> On Tue, Feb 14, 2012 at 9:38 PM, Paul Fremantle  wrote:
>> >>>
>> >>> Isn't this something that our endpoint unification is meant to take
>> care
>> >>> of?
>> >>>
>> >>> Paul
>> >>>
>> >>> On 14 February 2012 15:16, Thilini Ishaka  wrote:
>> 
>> 
>>  Hi All,
>> 
>>  Consider a situation where we have multiple service (partner
>> services)
>>  invocations in a business process.
>>  We need to change soap:address location for each and every wsdl once
>> a
>>  particular service uri is changed from x to y. This is a frequent
>> situation
>>  which we need one step solution.
>>  I would suggest two approaches as;
>> 
>>  Have a single configuration file which lists soap:address location
>> for
>>  each wsdl (Then you only require to change the URIs inside the config
>>  file);
>>  1. A script based solution. (perl/python)
>>  2. Write an own wsdl extension
>> 
>>  What would be the best solution here?
>>  kindly appreciate your thoughts.
>> 
>>  Thanks
>>  Thilini
>> 
>>  Regards
>> 
>>  Thilini Ishaka
>>  WSO2 Inc
>> 
>> 
>>  ___
>>  Carbon-dev mailing list
>>  Carbon-dev@wso2.org
>>  http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>> 
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> Paul Fremantle
>> >>> CTO and Co-Founder, WSO2
>> >>> OASIS WS-RX TC Co-chair, VP, Apache Synapse
>> >>>
>> >>> UK: +44 207 096 0336
>> >>> US: +1 646 595 7614
>> >>>
>> >>> blog: http://pzf.fremantle.org
>> >>> twitter.com/pzfreo
>> >>> p...@wso2.com
>> >>>
>> >>> wso2.com Lean Enterprise Middleware
>> >>>
>> >>> Disclaimer: This communication may contain privileged or other
>> >>> confidential information and is intended exclusively for the
>> addressee/s. If
>> >>> you are not the intended recipient/s, or believe that you may have
>> received
>> >>> this communication in error, please reply to the sender indicating
>> that fact
>> >>> and delete the copy you received and in addition, you should not
>> print,
>> >>> copy, retransmit, disseminate, or otherwise use the information
>> contained in
>> >>> this communication. Internet communications cannot be guaranteed to be
>> >>> timely, secure, error or virus-free. The sender does not accept
>> liability
>> >>> for any errors or omissions.
>> >>>
>> >>>
>> >>> ___
>> >>> Carbon-dev mailing list
>> >>> Carbon-dev@wso2.org
>> >>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Keheliya Gallaba
>> >> Software Engineer;
>> >> Integration Technologies Team; WSO2 Inc.; http://wso2.com,
>> >> email: keheliya [AT] wso2.com
>> >> mobile: +94 71 551 8881
>> >> blog: http://galpotha.wordpress.com
>> >> twitter: http://twitter.com/keheliya
>> >> linked-in: http://lk.linkedin.com/in/keheliya
>> >>
>> >>
>> >>

Re: [Carbon-dev] Build failure - Checksum validation failed - Building WSO2 Carbon - Billing Core 4.0.0-SNAPSHOT

2012-02-01 Thread Amila Maha Arachchi
Hi Shammi,

These checksums are in the repository (I checked). I built today with a
clean repo and didnt face this issue.

Regards,
AmilaM.

On Wed, Feb 1, 2012 at 4:49 PM, Shammi Jayasinghe  wrote:

> Hi ,
>
>  When building with a clean repo, i am getting following.  How this can be
> fixed?
>
>
> [INFO] Building WSO2 Carbon - Billing Core 4.0.0-SNAPSHOT
> [INFO]
> 
> [WARNING] The POM for
> org.eclipse.osgi:org.eclipse.osgi.services:jar:3.2.0.v20090520-1800 is
> invalid, transitive dependencies (if any) will not be available, enable
> debug logging for more details
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public/java-cup/java-cup/0.0/java-cup-0.0.pom
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public/JLex/JLex/0.0/JLex-0.0.pom
> [WARNING] The POM for net.sf.saxon:saxon:jar:8.9 is missing, no dependency
> information available
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public/net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public/java-cup/java-cup/0.0/java-cup-0.0.pom
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public/JLex/JLex/0.0/JLex-0.0.pom
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public/net/sf/saxon/saxon-xqj/8.9/saxon-xqj-8.9.pom
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 14.538s
> [INFO] Finished at: Wed Feb 01 16:46:46 IST 2012
> [INFO] Final Memory: 16M/211M
> [INFO]
> 
> [ERROR] Failed to execute goal on project org.wso2.carbon.billing.core:
> Could not resolve dependencies for project
> org.wso2.carbon:org.wso2.carbon.billing.core:bundle:4.0.0-SNAPSHOT: Failed
> to collect dependencies for
> [org.wso2.carbon:org.wso2.carbon.email.sender:jar:1.1.0-SNAPSHOT (compile),
> org.wso2.carbon:org.wso2.carbon.registry.core:jar:4.0.0-SNAPSHOT (compile),
> org.wso2.carbon:org.wso2.carbon.user.core:jar:4.0.0-SNAPSHOT (compile),
> commons-logging:commons-logging:jar:1.1.1 (compile),
> org.apache.synapse:synapse-tasks:jar:2.1.0-wso2v4 (compile),
> org.wso2.carbon:org.wso2.carbon.rule.core:jar:4.0.0-SNAPSHOT (compile),
> org.wso2.carbon:org.wso2.carbon.rule.server:jar:4.0.0-SNAPSHOT (compile),
> org.wso2.carbon:org.wso2.carbon.rule.engine.drools:jar:4.0.0-SNAPSHOT
> (compile),
> org.wso2.carbon:org.wso2.carbon.rule.engine.jsr94:jar:4.0.0-SNAPSHOT
> (compile),
> org.wso2.carbon:org.wso2.carbon.stratos.common:jar:1.1.0-SNAPSHOT
> (compile)]: Failed to read artifact descriptor for
> java-cup:java-cup:jar:0.0: Could not transfer artifact
> java-cup:java-cup:pom:0.0 from/to wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/): Checksum
> validation failed, no checksums available from the repository -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>
>
> --
> Best Regards,*
>
> Shammi Jayasinghe*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com,
> mobile: +94 71 4493085
>
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build Break in Tenant Activity Component

2012-02-01 Thread Amila Maha Arachchi
Hi Sanjeewa,

Please update the pom.xml of tenant.activity component to use
axis2-1.6.1-wso2v5 (which is the trunk version) for now.

I am in the process of changing the versions of stratos components. Still
some components are using older versions of dependencies. I have updated
them and in the process of building locally to verify if there are any
build failures.

Regards,
AmilaM.

On Wed, Feb 1, 2012 at 2:28 PM, Hiranya Jayathilaka wrote:

> [ERROR] Failed to execute goal on project org.wso2.carbon.tenant.activity:
> Could not resolve dependencies for project
> org.wso2.carbon:org.wso2.carbon.tenant.activity:bundle:1.1.0-SNAPSHOT:
> Could not find artifact org.apache.axis2:axis2:jar:1.6.1-wso2v4 in
> wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/) ->
> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn  -rf :org.wso2.carbon.tenant.activity
>
>
> Looks like tenant activity component depends on axis2 1.6.1.wso2v4. But
> this dependency is not in the Nexus repo yet.
>
>
> --
> Hiranya Jayathilaka
> Associate Technical Lead;
> WSO2 Inc.;  http://wso2.org
> E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] redefining dependency version under component/feature modules

2012-01-29 Thread Amila Maha Arachchi
These are the versions repeatedly defined in the componets/pom.xml

-4.0.0-SNAPSHOT
-1.6.1.wso2v5
-1.6.1-wso2v5
-[1.6.1.wso2v1,
1.7.0)
-[1.2.11.wso2v1,
1.3.0)
-2.1.0-wso2v3
-1.2.11.wso2v1
-1.6.2.wso2v2
-
1.0.1.wso2v1
-1.6.1-wso2v2
-1.5.11.wso2v1
-1.1.0-wso2v4
-1.6.1.wso2v2


These can be changed to

+${carbon.platform.version}
+${orbit.version.axis2}
+${version.axis2}
+
${imp.pkg.version.axis2}
+
${orbit.version.axiom}
+${version.synapse}
+${orbit.version.axiom}
+${orbit.version.wsdl4j}
+
${orbit.version.geronimo-jms_1.1_spec}
+${rampart.version}
+${orbit.version.wss4j}
+
${version.axis2.transport}
+
${rampart.osgi.version}

But, ideally, above properties should not be there in the
components/pom.xml. They can be referred from the platform pom. But if we
remove them now, we'll have to modify some componet poms.

Another thing I found is, same version is repeated in the platform pom. For
example,

1.6.1.wso2v5
1.6.1.wso2v5

 1.6.1-wso2v3
 1.6.1.wso2v3

There are few more.

Regards,
AmilaM.




On Mon, Jan 30, 2012 at 11:24 AM, Supun Malinga  wrote:

> Hi,
>
> On Mon, Jan 30, 2012 at 7:11 AM, Srinath Perera  wrote:
>
>> Jaggery guys please fix
>>
>>
>> Supun .. could you run a grep for >[0-9.]*.wso2*< and other similar
>> patterns to find other places we are not using  platform pom version
>> and send a report?
>>
>
> attached, result of, $ grep -r ">[0-9.]*.wso2*" . --include pom.xml
> this is excluding dependencies and the platform pom.
> Not all places need to be changed here. but there is quite a lot.
>
> thanks,
>
>>
>> We should do this time to time
>>
>> On Mon, Jan 30, 2012 at 1:50 AM, Supun Malinga  wrote:
>> > Hi devs,
>> >
>> > Please always try to use the platform pom defined versions. Below is
>> only
>> > some example of $subject. There is no need of redefining these
>> properties
>> > since its already defined in parent poms.
>> >
>> > ./components/jaggery/pom.xml:
>> >  1.6.1.wso2v4
>> > ./components/hostobjects/pom.xml:
>> >  1.6.1.wso2v4
>> > ./features/jaggery/pom.xml:
>> >  1.6.1.wso2v4
>> >
>> > Also similar redundant definitions are in components/pom.xml, etc.
>> > For eg: in components/pom.xml,
>> > 4.0.0-SNAPSHOT
>> > 1.6.1.wso2v5
>> > 1.6.1-wso2v5
>> > [1.6.1.wso2v1,
>> > 1.7.0)
>> > [1.2.11.wso2v1,
>> > 1.3.0)
>> >  
>> >
>> > These are already defined in the platform pom. So why are we redefining?
>> >
>> > thanks,
>> > --
>> > Supun Malinga,
>> >
>> > Software Engineer,
>> > WSO2 Inc.
>> > http://wso2.com
>> > http://wso2.org
>> > email - sup...@wso2.com
>> > mobile - 071 56 91 321
>> >
>> >
>> > ___
>> > Carbon-dev mailing list
>> > Carbon-dev@wso2.org
>> > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>> >
>>
>>
>>
>> --
>> 
>> Srinath Perera, Ph.D.
>>http://www.cs.indiana.edu/~hperera/
>>http://srinathsview.blogspot.com/
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Error building trunk - logging component.

2012-01-26 Thread Amila Maha Arachchi
On Thu, Jan 26, 2012 at 3:04 PM, Muhammed Shariq  wrote:

> Hi,
>
> I am getting the following error while building trunk. Looks like
> something to do with the new spring framework added to orbit, I have build
> this orbit bundle already.
>
> [ERROR] Failed to execute goal on project org.wso2.carbon.logging.service:
> Could not resolve dependencies for project
> org.wso2.carbon:org.wso2.carbon.logging.service:bundle:4.0.0-SNAPSHOT: The
> following artifacts could not be resolved:
> org.springframework:spring-core:jar:${version.spring},
> org.springframework:spring-beans:jar:${version.spring},
> org.springframework:spring-context:jar:${version.spring},
> org.springframework:spring-web:jar:${version.spring}: The repository system
> is offline but the artifact
> org.springframework:spring-core:jar:${version.spring} is not available in
> the local repository. -> [Help 1]
>

Above mentioned jars are not direct dependencies in the logging.service
component. Its dependency is to spring.framework orbit bundle.

I tried excluding above mentioned dependencies and then the build was
successful. But, why this failure popped up suddenly?

BTW, I didnt commit the excluding part.

Thanks,
AmilaM.

>
>
> --
> Thanks,
> Shariq.
> Phone: +94 777 202 225
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] NPE throws at Throttling Manager Component

2012-01-22 Thread Amila Maha Arachchi
On Mon, Jan 23, 2012 at 10:48 AM, Selvaratnam Uthaiyashankar <
shan...@wso2.com> wrote:

> On Sat, Jan 21, 2012 at 4:50 PM, Nirmal Fernando  wrote:
> > Hi,
> >
> > Following highlighted code segment [1] throws a NPE as it doesn't handle
> the
> > case of BillingEngine being null.
>
> AFAIK, it should not be null.. If it is NULL, the error log should be
> ERROR, not WARNING.
>

+1

>
> Regards,
> Shankar
>
> >
> > Would it be okay to log a 'warning' when it is null?
> >
> > Thanks.
> >
> > [1]
> >
> > Class: org.wso2.carbon.throttling.manager.utils.Util.java
> >
> > /**
> > * get current billing customer.
> > *
> > * @param tenantId, tenant id.
> > * @return Customer
> > * @throws RegistryException, if getting the current billing customer
> > failed.
> > */
> >public static Customer getCurrentBillingCustomer(int tenantId) throws
> > RegistryException {
> >// get the host name of the current domain
> >if (tenantId == MultitenantConstants.SUPER_TENANT_ID) {
> >return null;
> >}
> >Tenant tenant;
> >try {
> >tenant = (Tenant)
> > realmService.getTenantManager().getTenant(tenantId);
> >} catch (org.wso2.carbon.user.api.UserStoreException e) {
> >String msg = "Error in getting the realm Information.";
> >log.error(msg, e);
> >throw new RegistryException(msg, e);
> >}
> >if (tenant == null) {
> >return null;
> >}
> >String customerName = tenant.getDomain();
> >
> >BillingEngine billingEngine =
> >
> >
>  
> billingManager.getBillingEngine(StratosConstants.MULTITENANCY_SCHEDULED_TASK_ID);
> >Customer customer;
> >
> >try {
> >List customers =
> > billingEngine.getCustomersWithName(customerName);
> >if (customers == null || customers.size() == 0) {
> >customer = null;
> >} else {
> >customer = customers.get(0);
> >}
> >   } catch (BillingException e) {
> >String msg = "Error in getting the current customer";
> >log.error(msg, e);
> >throw new RegistryException(msg, e);
> >   }
> >
> >   return customer;
> >}
> >
> >
> >
> > --
> >
> > regards,
> > Nirmal
> >
> > Software Engineer, WSO2 Inc.
> > mobile: +94715779733
> >
> >
> > ___
> > Carbon-dev mailing list
> > Carbon-dev@wso2.org
> > http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
> >
>
>
>
> --
> S.Uthaiyashankar
> Senior Architect & Senior Manager
> WSO2 Inc.
> http://wso2.com/ - "lean . enterprise . middleware"
>
> Phone: +94 714897591
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>



-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] NPE throws at Throttling Manager Component

2012-01-21 Thread Amila Maha Arachchi
Hi Nirmal,

It seems the source in the trunk is missing some changes done in the
branch. In the branch we have the following code segment.

BillingEngine billingEngine =
billingManager.getBillingEngine(StratosConstants.*
MULTITENANCY_VIEWING_TASK_ID*);

Yet I agree that there should be a null check for billingEngine.

This NPE occurs because one of the two billing engine configurations is
commented in the billing-config.xml when setting up stratos via the script.
Try uncommenting it and you will be able get rid of this.

I'll copy the code from branch to trunk and then fix this.

Thanks,
AmilaM.

On Sat, Jan 21, 2012 at 4:50 PM, Nirmal Fernando  wrote:

> Hi,
>
> Following highlighted code segment [1] throws a NPE as it doesn't handle
> the case of BillingEngine being null.
>
> Would it be okay to log a 'warning' when it is null?
>
> Thanks.
>
> [1]
>
> Class: org.wso2.carbon.throttling.manager.utils.Util.java
>
> /**
> * get current billing customer.
> *
> * @param tenantId, tenant id.
> * @return Customer
> * @throws RegistryException, if getting the current billing customer
> failed.
> */
>public static Customer getCurrentBillingCustomer(int tenantId) throws
> RegistryException {
>// get the host name of the current domain
>if (tenantId == MultitenantConstants.SUPER_TENANT_ID) {
>return null;
>}
>Tenant tenant;
>try {
>tenant = (Tenant)
> realmService.getTenantManager().getTenant(tenantId);
>} catch (org.wso2.carbon.user.api.UserStoreException e) {
>String msg = "Error in getting the realm Information.";
>log.error(msg, e);
>throw new RegistryException(msg, e);
>}
>if (tenant == null) {
>return null;
>}
>String customerName = tenant.getDomain();
>
>BillingEngine billingEngine =
>
>  
> billingManager.getBillingEngine(StratosConstants.MULTITENANCY_SCHEDULED_TASK_ID);
>Customer customer;
>
>try {
>List customers =
> billingEngine.getCustomersWithName(customerName);
> if (customers == null || customers.size() == 0) {
>customer = null;
> } else {
>customer = customers.get(0);
> }
>   } catch (BillingException e) {
> String msg = "Error in getting the current customer";
>log.error(msg, e);
> throw new RegistryException(msg, e);
>   }
>
>   return customer;
>}
>
>
>
> --
>
> regards,
> Nirmal
>
> Software Engineer, WSO2 Inc.
> mobile: +94715779733
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Pagination in activity search - Greg

2012-01-12 Thread Amila Maha Arachchi
Hi Senaka,

What we want to achieve is, we want to display the available result pages
as  when we have so many pages.

At the moment, in the view_tenants page of Stratos manager we have about
80-100 result pages. Then it displays all the available page number. How
can we display those page numbers as I have mentioned above (note the .. in
that list of page numbers)

Thanks,
AmilaM.

On Thu, Jan 12, 2012 at 9:46 PM, Senaka Fernando  wrote:

> Hi Ahansa, AmilaM,
>
> What do you want achieve in here? From what you are discussing I believe
> that you might have had an offline discussion, but for the benefit of
> others who have not been a part of it, can you summarize what are you
> trying to implement/fix?
>
> Thanks,
> Senaka.
>
>
> On Thu, Jan 12, 2012 at 5:07 PM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> What parameters do we need to set in order to show the page numbers as
>>
>> 
>>
>> Ashansa, can you post the available parameters in the tag library? Then
>> someone will be able to point to the necessary ones.
>>
>> Regards,
>> Amila.
>>
>> On Thu, Jan 12, 2012 at 3:42 PM, Ashansa Perera  wrote:
>>
>>> Hi,
>>>
>>>  Can someone please specify the logic behind the pagination (
>>> highlighted in attached image ) in activity search - Greg
>>>
>>> Thanks
>>>
>>> --
>>> Ashansa Perera
>>> Software Engineer
>>> WSO2, Inc
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> *Amila Maharachchi*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>
>> Blog: http://maharachchi.blogspot.com
>> Mobile: +94719371446
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Senaka Fernando*
> Product Manager - WSO2 Governance Registry;
> Associate Technical Lead; WSO2 Inc.; http://wso2.com*
> Member; Apache Software Foundation; http://apache.org
>
> E-mail: senaka AT wso2.com
> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
> Linked-In: http://linkedin.com/in/senakafernando
>
> *Lean . Enterprise . Middleware
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Pagination in activity search - Greg

2012-01-12 Thread Amila Maha Arachchi
Hi,

What parameters do we need to set in order to show the page numbers as



Ashansa, can you post the available parameters in the tag library? Then
someone will be able to point to the necessary ones.

Regards,
Amila.

On Thu, Jan 12, 2012 at 3:42 PM, Ashansa Perera  wrote:

> Hi,
>
>  Can someone please specify the logic behind the pagination ( highlighted
> in attached image ) in activity search - Greg
>
> Thanks
>
> --
> Ashansa Perera
> Software Engineer
> WSO2, Inc
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Issue with the version of Maven-eclipse-plugin when using under manager

2012-01-08 Thread Amila Maha Arachchi
Hi Nirmal,

Is it the only place affected by this?

Regards,
AmilaM.

On Sun, Jan 8, 2012 at 1:20 PM, Nirmal Fernando  wrote:

> Hi,
>
> I tried to run 'mvn eclipse:eclipse' under 'products/manager', it
> failed with "Request to merge when 'filtering' is not identical."
> error.
>
> Seems like this was caused by a change in the maven-eclipse-plugin
> itself [1]. As suggested at [1], I could successfully build with
> maven-eclipse-plugin 2.6.
>
> The better way would be downgrade the maven-eclipse-plugin at
> 'modules/styles/service/pom.xml'.
>
> I could create a JIRA and provide a patch if this is okay.
>
>
> [1] http://forums.atlassian.com/thread.jspa?threadID=34952
>
>
> Thanks.
>
> --
>
> regards,
> Nirmal
>
> Software Engineer, WSO2 Inc.
> mobile: +94715779733
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>



-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r118599 - trunk/carbon/products/manager/modules/features-dashboard

2012-01-04 Thread Amila Maha Arachchi
On Wed, Jan 4, 2012 at 5:26 PM, Harshana Martin  wrote:

> Hi AmilaM,
>
> On Wed, Jan 4, 2012 at 5:20 PM, Amila Maha Arachchi wrote:
>
>> Hi Harshana,
>>
>> Why do we need to set the relative path as in this commit. All the other
>> modules' poms have the relative path as ../../pom.xml
>>
>
> In this module pom, it has stated *carbon-platform *module as its parent.
> WRT the current location, *carbon-platform *is located in
> ../../../../pom.xml location.
>
> I think other modules haven't referred *carbon-platform *as their parent
> module :).
>

Got it. Yes, others have mentioned wso2manager-parent as the parent pom.
Didn't see it :)

Thanks,
AmilaM.

>
> Thanks and Regards,
> Harshana
>
>>
>> Just wanted to understand the reason.
>>
>> Thanks,
>> AmilaM.
>>
>>
>> On Wed, Jan 4, 2012 at 5:07 PM,  wrote:
>>
>>> Author: harshana
>>> Date: Wed Jan  4 03:37:52 2012
>>> New Revision: 118599
>>> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=118599
>>>
>>> Log:
>>> Fixed build break due to wrong relative path
>>>
>>> Modified:
>>>   trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>>>
>>> Modified:
>>> trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>>> URL:
>>> http://wso2.org/svn/browse/wso2/trunk/carbon/products/manager/modules/features-dashboard/pom.xml?rev=118599&r1=118598&r2=118599&view=diff
>>>
>>> ==
>>> --- trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>>>  (original)
>>> +++ trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>>>  Wed Jan  4 03:37:52 2012
>>> @@ -8,7 +8,7 @@
>>> org.wso2.carbon
>>> carbon-platform
>>> 3.2.0-SNAPSHOT
>>> -../../pom.xml
>>> +../../../../pom.xml
>>> 
>>>
>>>
>>> ___
>>> Carbon-commits mailing list
>>> carbon-comm...@wso2.org
>>> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>>>
>>
>>
>>
>> --
>> *Amila Maharachchi*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>
>> Blog: http://maharachchi.blogspot.com
>> Mobile: +94719371446
>>
>>
>>
>
>
> --
> Harshana Martin
> Software Engineer
> WSO2 Inc.
> Web:http://wso2.com
>   http://wso2.org
>
> Mobile: +94 716062650
> Blog: http://harshana05.blogspot.com
> Profile: https://www.google.com/profiles/harshana05
> Twitter: http://twitter.com/harshana05
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] OSGI bundles are not picked up from dropins dir in Trunk

2012-01-04 Thread Amila Maha Arachchi
Hi,

We experience this in the Mananger also. Although we copy the
mysql-connector jar to repo/components/lib it complains a CNF error. We can
see the bundle created in the dropins folder, but keeps getting the CNF.

Thanks,
AmilaM.

On Wed, Jan 4, 2012 at 4:45 PM, Dileepa Jayakody  wrote:

> FYI
>
> *osgi-debug.options* file is found @Carbon_Home/lib/core/WEB-INF/eclipse
>
> You may enable/add required debug-options and turn on osgi debugging for
> carbon by either;
>  *Starting carbon server as : sh wso2server.sh -DosgiDebugOptions
> OR
>  * Uncommenting  osgi.debug=./lib/core/WEB-INF/eclipse/osgi-debug.options
> found in launch.ini
>
> Regards,
> Dileepa
>
>
> On Tue, Jan 3, 2012 at 12:47 PM, Dileepa Jayakody wrote:
>
>> Hi,
>>
>> We looked into this matter with the same dropins bundle in the latest
>> carbon-core trunk build. The bundle seems to be installed and activated
>> without an issue.
>>
>> If you have problems with dropins not been picked-up, you can debug
>> dropins installation process by adding the following debug options into
>> osgi.debug.options and starting carbon-server in debug-mode.
>>  org.eclipse.equinox.p2.core/debug=true
>>  org.eclipse.equinox.p2.core/reconciler=true
>>
>> Regards,
>> Dileepa
>>
>> On Tue, Jan 3, 2012 at 11:16 AM, Dileepa Jayakody wrote:
>>
>>> Hi Nuwan,
>>>
>>> We will look into this matter, can you please attach the sample bundle
>>> you used to install via dropins?
>>>
>>> Thanks,
>>> Dileepa
>>>
>>>
>>> On Tue, Jan 3, 2012 at 10:49 AM, Nuwan Bandara  wrote:
>>>
 Its seems its not intermittent anymore

 On Tue, Jan 3, 2012 at 10:35 AM, Muhammed Shariq wrote:

> Yes copying to dropins does not work in trunk, I have sent a couple of
> mails regarding this and the explanation was that its an intermittent
> issue. I however saw the issue regularly in trunk Manager build ...
>
>  On Tue, Jan 3, 2012 at 10:30 AM, Nuwan Bandara wrote:
>
>>  The bundle installs fine if I do it via OSGI console.
>>
>>
>> On Tue, Jan 3, 2012 at 10:06 AM, Nuwan Bandara wrote:
>>
>>> Hi Guys,
>>>
>>> I tried in Carbon, AS and GS in Trunk, but no luck with the subject.
>>> When I copy an osgi bundle to the dropins directory, it wont get picked 
>>> up.
>>> there are also no relevant entries written in bundle.info too.
>>>
>>> --
>>> *Thanks & Regards,
>>>
>>> Nuwan Bandara
>>> Senior Software Engineer
>>> WSO2 Inc. | http://wso2.com
>>> lean . enterprise . middleware
>>>
>>> http://nuwan.bandara.co
>>> *
>>> 
>>>
>>
>>
>>
>> --
>> *Thanks & Regards,
>>
>> Nuwan Bandara
>> Senior Software Engineer
>> WSO2 Inc. | http://wso2.com
>> lean . enterprise . middleware
>>
>> http://nuwan.bandara.co
>> *
>> 
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Shariq.
> Phone: +94 777 202225
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


 --
 *Thanks & Regards,

 Nuwan Bandara
 Senior Software Engineer
 WSO2 Inc. | http://wso2.com
 lean . enterprise . middleware

 http://nuwan.bandara.co
 *
 

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


>>>
>>>
>>> --
>>> Dileepa Jayakody,
>>> Software Engineer, WSO2 Inc.
>>> Lean . Enterprise . Middleware
>>>
>>> Mobile : +94777-857616
>>>
>>>
>>
>>
>> --
>> Dileepa Jayakody,
>> Software Engineer, WSO2 Inc.
>> Lean . Enterprise . Middleware
>>
>> Mobile : +94777-857616
>>
>>
>
>
> --
> Dileepa Jayakody,
> Software Engineer, WSO2 Inc.
> Lean . Enterprise . Middleware
>
> Mobile : +94777-857616
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Carbon-commits] [Carbon] svn commit r118599 - trunk/carbon/products/manager/modules/features-dashboard

2012-01-04 Thread Amila Maha Arachchi
Hi Harshana,

Why do we need to set the relative path as in this commit. All the other
modules' poms have the relative path as ../../pom.xml

Just wanted to understand the reason.

Thanks,
AmilaM.

On Wed, Jan 4, 2012 at 5:07 PM,  wrote:

> Author: harshana
> Date: Wed Jan  4 03:37:52 2012
> New Revision: 118599
> URL: http://wso2.org/svn/browse/wso2?view=rev&revision=118599
>
> Log:
> Fixed build break due to wrong relative path
>
> Modified:
>   trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>
> Modified: trunk/carbon/products/manager/modules/features-dashboard/pom.xml
> URL:
> http://wso2.org/svn/browse/wso2/trunk/carbon/products/manager/modules/features-dashboard/pom.xml?rev=118599&r1=118598&r2=118599&view=diff
>
> ==
> --- trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>  (original)
> +++ trunk/carbon/products/manager/modules/features-dashboard/pom.xml
>  Wed Jan  4 03:37:52 2012
> @@ -8,7 +8,7 @@
> org.wso2.carbon
> carbon-platform
> 3.2.0-SNAPSHOT
> -../../pom.xml
> +../../../../pom.xml
> 
>
>
> ___
> Carbon-commits mailing list
> carbon-comm...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/carbon-commits
>



-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build error wrong pom

2012-01-04 Thread Amila Maha Arachchi
Samisa has reported this issue previously in the thread with subject
"[Carbon-dev]
Maven 2 or 3?"

Dont know the reason, but there is a workaround suggested there.

Thanks,
Amila.

On Wed, Jan 4, 2012 at 5:04 PM, Amila Maha Arachchi  wrote:

> Hi,
>
> I haven't seen this error yet in the manager's build (Looks like a local
> error). According to the error message it seems the platform pom is missing
> in your repository. Normally it can be found at
> .m2/repository/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/ directory.
>
> Thanks,
> Amila.
>
> On Wed, Jan 4, 2012 at 4:39 PM, Samisa Abeysinghe  wrote:
>
>> [ERROR]   The project org.wso2.carbon:features-dashboard:1.0.0
>> (E:\svn\carbon_trunk\products\manager\modules\features-dashboard\pom.xml)
>> has 1 error
>> [ERROR] Non-resolvable parent POM: Could not find artifact
>> org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT in
>> wso2-maven2-repository-1 (http://dist.wso2.org/maven2) and
>> 'parent.relativ
>> ePath' points at wrong local POM @ line 7, column 13 -> [Help 2]
>> org.apache.maven.model.resolution.UnresolvableModelException: Could not
>> find artifact org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT in
>> wso2-maven2-repository-1 (http://dist.wso2.org/mave
>> n2)
>>
>> 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
>>
>>
>
>
> --
> *Amila Maharachchi*
> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>
> Blog: http://maharachchi.blogspot.com
> Mobile: +94719371446
>
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Build error wrong pom

2012-01-04 Thread Amila Maha Arachchi
Hi,

I haven't seen this error yet in the manager's build (Looks like a local
error). According to the error message it seems the platform pom is missing
in your repository. Normally it can be found at
.m2/repository/org/wso2/carbon/carbon-platform/3.2.0-SNAPSHOT/ directory.

Thanks,
Amila.

On Wed, Jan 4, 2012 at 4:39 PM, Samisa Abeysinghe  wrote:

> [ERROR]   The project org.wso2.carbon:features-dashboard:1.0.0
> (E:\svn\carbon_trunk\products\manager\modules\features-dashboard\pom.xml)
> has 1 error
> [ERROR] Non-resolvable parent POM: Could not find artifact
> org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT in
> wso2-maven2-repository-1 (http://dist.wso2.org/maven2) and 'parent.relativ
> ePath' points at wrong local POM @ line 7, column 13 -> [Help 2]
> org.apache.maven.model.resolution.UnresolvableModelException: Could not
> find artifact org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT in
> wso2-maven2-repository-1 (http://dist.wso2.org/mave
> n2)
>
> 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
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] trunk-service-stub build issue(org.wso2.carbon.stratos.common.stub)

2011-12-21 Thread Amila Maha Arachchi
Hi Ratha,

this builds fine for me. I dont see any dependencies defined for
secure.vault in this service stub pom.

AmilaM.

On Wed, Dec 21, 2011 at 4:02 PM, Vijayaratha Vijayasingam
wrote:

> Hi,
> Im getting following issue..
> [INFO]
> 
> [INFO] BUILD FAILURE
> [INFO]
> 
> [INFO] Total time: 3.625s
> [INFO] Finished at: Wed Dec 21 16:01:15 IST 2011
> [INFO] Final Memory: 20M/247M
> [INFO]
> 
> [ERROR] Failed to execute goal on project
> org.wso2.carbon.stratos.common.stub: Could not resolve dependencies for
> project org.wso2.carbon:org.wso2.car
> bon.stratos.common.stub:bundle:3.2.0-SNAPSHOT: Failure to find
> org.wso2.securevault:org.wso2.securevault:jar:${securevault.version} in
> http://maven.ws
> o2.org/nexus/content/groups/wso2-public/ was cached in the local
> repository, resolution will not be reattempted until the update interval of
> wso2-nexu
> s has elapsed or updates are forced -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
>
> Where should i check? i took up today
>
> -ratha
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Trunk build automation (project org.wso2.carbon.upgrade: Compilation failure)

2011-12-19 Thread Amila Maha Arachchi
Fixed.

Please take an svn up of components/stratos/subscription-mgt . This
component has used some methods in billing core which we removed in the
branch. Today I copied the code in the branch to trunk.
It cause the compilation failure and I have commented the usage of those
methods. Will go through this component and clean up it.

thanks,
AmilaM.

On Mon, Dec 19, 2011 at 5:39 PM, Dushan Abeyruwan  wrote:

> Hi
>   Compilation error occurs while building trunk pls refer the error log
>
> 18-Dec-2011 19:07:32 [INFO] WSO2 Carbon - Coordination Server Feature
> . SKIPPED 18-Dec-2011 19:07:32[INFO] WSO2 Carbon - Coordination
> Core Feature ... SKIPPED 18-Dec-2011 19:07:32 [INFO] WSO2 Carbon
> - Coordination Feature  SKIPPED 18-Dec-2011 19:07:32[INFO]
> WSO2 Carbon - Tasks Feature Aggregator Module . SKIPPED 18-Dec-2011
> 19:07:32 [INFO] WSO2 Carbon - Tasks Core Feature ..
> SKIPPED 18-Dec-2011 19:07:32[INFO] WSO2 Carbon - Tasks Feature
> ... SKIPPED 18-Dec-2011 19:07:32 [INFO]
> 18-Dec-2011
>  19:07:32[INFO]
> BUILD FAILURE 18-Dec-2011 19:07:32 [INFO]
> 18-Dec-2011
>  19:07:32[INFO]
> Total time: 2:35:39.456s 18-Dec-2011 19:07:32 [INFO] Finished at: Sun Dec
> 18 19:07:32 PST 201118-Dec-2011 19:07:36 [INFO] Final Memory: 
> 1208M/3015M18-Dec-2011 19:07:36[INFO]
>  
> 18-Dec-2011
> 19:07:36 [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile
> (default-compile) on project org.wso2.carbon.upgrade: Compilation failure:
> Compilation failure: 18-Dec-2011 19:07:36[ERROR]
> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1/components/stratos/subscription-mgt/org.wso2.carbon.subscription.mgt/src/main/java/org/wso2/carbon/upgrade/util/Util.java:[143,21]
> cannot find symbol 18-Dec-2011 19:07:36 [ERROR] symbol  : method
> updateSubscription(org.wso2.carbon.billing.core.dataobjects.Subscription)18-Dec-2011
>  19:07:36[ERROR]
> location: class org.wso2.carbon.billing.core.BillingEngine 18-Dec-2011
> 19:07:36 [ERROR] 18-Dec-2011 19:07:36 [ERROR]
> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1/components/stratos/subscription-mgt/org.wso2.carbon.subscription.mgt/src/main/java/org/wso2/carbon/upgrade/util/Util.java:[177,25]
> cannot find symbol 18-Dec-2011 19:07:36 [ERROR] symbol  : method
> updateSubscription(org.wso2.carbon.billing.core.dataobjects.Subscription)18-Dec-2011
>  19:07:36[ERROR]
> location: class org.wso2.carbon.billing.core.BillingEngine 18-Dec-2011
> 19:07:36 [ERROR] 18-Dec-2011 19:07:36 [ERROR]
> /home/bamboo/Bamboo-3.4/source-repository/build-dir/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1/components/stratos/subscription-mgt/org.wso2.carbon.subscription.mgt/src/main/java/org/wso2/carbon/upgrade/util/Util.java:[208,25]
> cannot find symbol 18-Dec-2011 19:07:36 [ERROR] symbol  : method
> addCustomer(org.wso2.carbon.billing.core.dataobjects.Customer)18-Dec-2011 
> 19:07:36[ERROR]
> location: class org.wso2.carbon.billing.core.BillingEngine 18-Dec-2011
> 19:07:36 [ERROR] -> [Help 1]18-Dec-2011 19:07:36 [ERROR] 18-Dec-2011
> 19:07:36 [ERROR] To see the full stack trace of the errors, re-run Maven
> with the -e switch. 18-Dec-2011 19:07:36[ERROR] Re-run Maven using the -X
> switch to enable full debug logging. 18-Dec-2011 19:07:36 [ERROR] 18-Dec-2011
> 19:07:36 [ERROR] For more information about the errors and possible
> solutions, please read the following articles: 18-Dec-2011 19:07:36[ERROR]
> [Help 1]
> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException 
> 18-Dec-2011
> 19:07:36 [ERROR] 18-Dec-2011 19:07:36 [ERROR] After correcting the
> problems, you can resume the build with the command 18-Dec-2011 
> 19:07:36[ERROR]
>  mvn  -rf :org.wso2.carbon.upgrade 18-Dec-2011 19:07:59 Failing
> task since return code was 1 while expected 0 18-Dec-2011 19:07:59Parsing
> test results... 18-Dec-2011 19:13:45Finished task 'Build and deploy
> shapshot artifacts' 18-Dec-2011 19:13:45Running post build plugin 'NCover
> Results Collector' 18-Dec-2011 19:13:45Running post build plugin 'Clover
> Results Collector' 18-Dec-2011 19:13:45Running post build plugin
> 'Artifact Copier' 18-Dec-2011 19:13:45Running post build plugin 'Cleanup
> Build Processor'
>
>
>
> for more details,
>
>
> http://builder4.us1.wso2.org:/browse/WSO2CARBONTUNK-WSO2CARBONPLATFORMTRUNK-JOB1-12/log
>
>
> cheers,
> Dushan Abeyruwan
> WSO2 Inc
> Senior Software Engineer
>
> Mobile:(+94)714408632
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2,

Re: [Carbon-dev] Copying billing component code in branch 3.2.2 to trunk

2011-12-19 Thread Amila Maha Arachchi
On Fri, Dec 9, 2011 at 2:11 PM, Amila Maha Arachchi  wrote:

> Hi,
>
> There are few changes/fixes we did in billing components in branch which
> were not done to trunk. I am going to copy the branch's code to trunk
> (There was no development done in the trunk after branching for 3.2.1). I
> will build locally before committing to the trunk. This is necessary when
> fixing/verifying issues which is a part of effort in cleaning up the jira.
>
> If you have any concerns regarding committing this (due to ongoing build
> stabilizing effort) please let me know.
>

This is done.

>
> Regards,
> AmilaM.
>



-- 
*Amila Maharachchi*
Senior Software Engineer; WSO2, Inc.; http://wso2.com

Blog: http://maharachchi.blogspot.com
Mobile: +94719371446
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Templates for Carbon Components and Features

2011-12-18 Thread Amila Maha Arachchi
+1 Specially for enforcing best practices and avoid propagating
malpractices.

On Sun, Dec 18, 2011 at 12:16 PM, Thilina Buddhika wrote:

> Hi Folks,
>
> Since we have a lot of developers(both internal and external) writing
> Carbon components and features, how about the $subject? We can create a
> Maven archetypes for Carbon components and features.
>
> Currently people are taking a copy of the existing component and modifying
> it. This has certain drawbacks.
>
> 1. People do not cleanup the pom.xml files by removing
> unnecessary dependencies, etc.
>
> 2. If there is an issue/bad practice in one component, it might
> be propagated to other new components. For example, when we cleanup pom
> files, we saw the same mistake is done over and over in some pom.xml files,
> mainly because they are copied.
>
> The idea is to give a proper starting point, so that they can start
> implementing it quickly. Also this is a way to enforce the Carbon best
> practices for a certain extent, for instance, it is possible to generate
> the configurations for Maven bundle plugin.
>
> Any suggestions or objections ?
>
> Thanks,
> Thilina
>
> --
> Thilina Buddhika
> Associate Technical Lead
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 77 44 88 727
> blog : http://blog.thilinamb.com
>
> ___
> 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] Manager build Failure in Trunk

2011-12-11 Thread Amila Maha Arachchi
Hi Harshana,

I was able to build the trunk/manager without any problem on Friday. I'll
check this again. I was building the default profile (i.e. all the stuff).

Thanks,
AmilaM.

On Sun, Dec 11, 2011 at 9:49 AM, Harshana Martin  wrote:

> Hi Sanjeewa, Tharindu,
>
> I'm getting a build failure in manager for a missing datasource.properties
> file in a BAM feature. Please fix this ASAP.
>
>  I/O Error while copying
> /home/harshana/freshCarbonTrunk/products/manager/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/features/
> *org.wso2.carbon.bam.server_3.2.0.SNAPSHOT/conf/datasources.properties* -
> see details.
> Caused by:  java.io.IOException: Source:
> /home/harshana/freshCarbonTrunk/products/manager/modules/p2-profile-gen/service/target/wso2carbon-core-3.2.0-SNAPSHOT/repository/components/features/org.wso2.carbon.bam.server_3.2.0.SNAPSHOT/conf/datasources.propertiesdoes
> not exists
>
>
> Thanks and Regards,
> Harshana
>
> --
> Harshana Martin
> Software Engineer
> WSO2 Inc.
> Web:http://wso2.com
>   http://wso2.org
>
> Mobile: +94 716062650
> Blog: http://harshana05.blogspot.com
> Profile: https://www.google.com/profiles/harshana05
> Twitter: http://twitter.com/harshana05
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Copying billing component code in branch 3.2.2 to trunk

2011-12-09 Thread Amila Maha Arachchi
Hi,

There are few changes/fixes we did in billing components in branch which
were not done to trunk. I am going to copy the branch's code to trunk
(There was no development done in the trunk after branching for 3.2.1). I
will build locally before committing to the trunk. This is necessary when
fixing/verifying issues which is a part of effort in cleaning up the jira.

If you have any concerns regarding committing this (due to ongoing build
stabilizing effort) please let me know.

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


Re: [Carbon-dev] Maven 2 or 3?

2011-12-07 Thread Amila Maha Arachchi
I dont know why this error occurs (i mean why the carbon-platform pom is
missing in the repo). But to get rid of this, you can build from the root,
commenting out all the modules (i.e. theres nothing to be built actually).
When the build completes, maven copies the platform pom to the .m2 repo.
Then onwards, this error will not occur.


default

true







Thanks,
AmilaM.

On Thu, Dec 8, 2011 at 8:48 AM, KasunG Gajasinghe  wrote:

>
>
> On Friday, December 9, 2011, Samisa Abeysinghe  wrote:
> >
> >
> > On Wed, Dec 7, 2011 at 6:32 PM, Kishanthan Thangarajah <
> kishant...@wso2.com> wrote:
> >>
> >> Hi,
> >> On Wed, Dec 7, 2011 at 3:08 PM, Samisa Abeysinghe 
> wrote:
> >>>
> >>> service stubs fails parsing the pom
> >>
> >> I think the issue is not with parsing the pom, but the parent pom is
> missing in the repo.
> >> I also faced this issue, and i had to build the trunk (for
> service-stubs) from root level to get the parent pom to the repo.
> >
> > I built from root, yet it does not work.
>
> I see. Then this happened probably due to some unnecessary files residing
> in m2 repo. Can you go to the directory that's supposed to contain carbon
> root pom (carbon-platform), and remove these two files.
> .pom.lastUpdated, and resolved_status.properties? Then try
> again.
>
> These are generated when trying to build from a sub-project, and does not
> get removed even when we build from root. IMO that is not a bug in wso2
> rather in maven3.
>
> Thanks,
> -KasunG
>
>
> >
> >
> > Thanks,
> >
> >
> >
> E:\svn\carbon_trunk\service-stubs>e:\dev_tools\apache-maven-3.0.3\bin\mvn
> clean install -Dmaven.test.skip=true
> > [INFO] Scanning for projects...
> > [ERROR] The build could not read 156 projects -> [Help 1]
> > [ERROR]
> > [ERROR]   The project
> org.wso2.carbon:org.wso2.carbon.stratos.common.stub:3.2.0-SNAPSHOT
> (E:\svn\carbon_trunk\service-stubs\org.wso2.carbon.stratos.common.stub\pom.xml)
> has 1 error
> > [ERROR] Non-resolvable parent POM for
> org.wso2.carbon:service-stubs:3.2.0-SNAPSHOT: Could not find artifact
> org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT @
> org.wso2.carbon:service-st
> > ubs:3.2.0-SNAPSHOT, C:\Users\Samisa
> Abeysinghe\.m2\repository\org\wso2\carbon\service-stubs\3.2.0-SNAPSHOT\service-stubs-3.2.0-SNAPSHOT.pom,
> line 20, column 13 -> [Help 2]
> > [ERROR]
> > [ERROR]   The project
> org.wso2.carbon:org.wso2.carbon.tenant.register.gapp.stub:3.2.0-SNAPSHOT
> (E:\svn\carbon_trunk\service-stubs\org.wso2.carbon.tenant.register.gapp.stub\pom.xml)
> has 1 erro
> > r
> > [ERROR] Non-resolvable parent POM for
> org.wso2.carbon:service-stubs:3.2.0-SNAPSHOT: Could not find artifact
> org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT @
> org.wso2.carbon:service-st
> > ubs:3.2.0-SNAPSHOT, C:\Users\Samisa
> Abeysinghe\.m2\repository\org\wso2\carbon\service-stubs\3.2.0-SNAPSHOT\service-stubs-3.2.0-SNAPSHOT.pom,
> line 20, column 13 -> [Help 2]
> > [ERROR]
> > and loads of the,
> > On Wed, Dec 7, 2011 at 3:02 PM, Shelan Perera  wrote:
> >
> >
> > On Wed, Dec 7, 2011 at 2:57 PM, Harshana Martin 
> wrote:
> >
> >
> > On Wed, Dec 7, 2011 at 2:56 PM, Tharindu Mathew 
> wrote:
> >
> > Shindig needs to build with tests...
> > Are you building with tests?
> >
> > Yes. It failed with/without tests at the same place.
> >
> > It was successful when you build with tests for me. There were
> two occasions where we needed to run tests to proceed due to test jars.I
> hope that should be avoided in a
> > clean source (avoid test dependency).
> > Thanks
> >
> >
> > Thanks.
> > /Harshana
> >
> > On Wed, Dec 7, 2011 at 2:51 PM, Harshana Martin 
> wrote:
> >
> >
> > On Wed, Dec 7, 2011 at 2:49 PM, Samisa Abeysinghe 
> wrote:
> >
> > Sorry false alarm. Axis2 builds. Now Shinding.
> > [ERROR] Failed to execute goal on project shindig-extras: Could not
> resolve dependencies for project
> org.apache.shindig:shindig-extras:jar:3.0.0-SNAPSHOT: Could not find
> artifact org.apache.s
> > hindig:shindig-social-api:jar:tests:3.0.0-SNAPSHOT in diff_match_patch (
> http://google-diff-match-patch.googlecode.com/svn/trunk/maven) -> [Help 1]
> >
> > I
> >
> > Thanks,
> > Samisa...
> >
> > Samisa Abeysinghe
> > VP Engineering
> > WSO2 Inc.
> > http://wso2.com
> > http://wso2.org
> >
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Nexus is not working ?

2011-12-01 Thread Amila Maha Arachchi
Looks like it was temporary down. Now it is accessible.

Thanks,
AmilaM.

On Thu, Dec 1, 2011 at 2:55 PM, Amila Maha Arachchi  wrote:

> I am also experiencing this when trying to build the trunk.
>
> [ERROR]   The project org.apache.sandesha2:sandesha2:1.6.1-wso2v1
> (/media/dev/carbon/trunk/carbon/dependencies/sandesha/1.6.1-wso2v1/modules/mar/pom.xml)
> has 2 errors
> [ERROR] Unresolveable build extension: Plugin
> org.apache.axis2:axis2-mar-maven-plugin:1.6.1-wso2v1 or one of its
> dependencies could not be resolved: Failed to collect dependencies for
> org.apache.axis2:axis2-mar-maven-plugin:jar:1.6.1-wso2v1 (): Failed to read
> artifact descriptor for
> org.apache.axis2:axis2-mar-maven-plugin:jar:1.6.1-wso2v1: Could not
> transfer artifact org.apache.axis2:axis2-mar-maven-plugin:pom:1.6.1-wso2v1
> from/to wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public):
> Error transferring file: Server returned HTTP response code: 503 for URL:
> http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/axis2/axis2-mar-maven-plugin/1.6.1-wso2v1/axis2-mar-maven-plugin-1.6.1-wso2v1.pom->
>  [Help 2]
>
> Cannot access the nexus from the browser either.
>
> AmilaM.
>
> On Wed, Nov 30, 2011 at 9:13 PM, Thilina Buddhika wrote:
>
>> Hi folks,
>>
>> When I try to build service-stubs in trunk, it fails with the following
>> error.
>>
>> [ERROR] Failed to execute goal on project service-stubs: Could not
>> resolve dependencies for project
>> org.wso2.carbon:service-stubs:pom:3.2.0-SNAPSHOT: Failed to collect
>> dependencies for [wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v2 (compile),
>> org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1 (compile),
>> org.apache.neethi.wso2:neethi:jar:2.0.4.wso2v3 (compile),
>> org.apache.ws.commons.schema.wso2:XmlSchema:jar:1.4.7.wso2v1 (compile),
>> commons-logging:commons-logging:jar:1.1.1 (compile),
>> org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1 (compile)]: Failed
>> to read artifact descriptor for
>> org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1: Could not find artifact
>> org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT in wso2-nexus (
>> http://maven.wso2.org/nexus/content/groups/wso2-public/) -> [Help 1]
>>
>> The work around I did was to uncomment the other M2 repos listed in the
>> platform pom. So it looks like Maven is failing to download artifacts from
>> the Nexus.
>>
>> Thanks,
>> Thilina
>>
>> --
>> Thilina Buddhika
>> Associate Technical Lead
>> WSO2 Inc. ; http://wso2.com
>> lean . enterprise . middleware
>>
>> phone : +94 77 44 88 727
>> blog : http://blog.thilinamb.com
>>
>> ___
>> 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] Nexus is not working ?

2011-12-01 Thread Amila Maha Arachchi
I am also experiencing this when trying to build the trunk.

[ERROR]   The project org.apache.sandesha2:sandesha2:1.6.1-wso2v1
(/media/dev/carbon/trunk/carbon/dependencies/sandesha/1.6.1-wso2v1/modules/mar/pom.xml)
has 2 errors
[ERROR] Unresolveable build extension: Plugin
org.apache.axis2:axis2-mar-maven-plugin:1.6.1-wso2v1 or one of its
dependencies could not be resolved: Failed to collect dependencies for
org.apache.axis2:axis2-mar-maven-plugin:jar:1.6.1-wso2v1 (): Failed to read
artifact descriptor for
org.apache.axis2:axis2-mar-maven-plugin:jar:1.6.1-wso2v1: Could not
transfer artifact org.apache.axis2:axis2-mar-maven-plugin:pom:1.6.1-wso2v1
from/to wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public):
Error transferring file: Server returned HTTP response code: 503 for URL:
http://maven.wso2.org/nexus/content/groups/wso2-public/org/apache/axis2/axis2-mar-maven-plugin/1.6.1-wso2v1/axis2-mar-maven-plugin-1.6.1-wso2v1.pom->
[Help 2]

Cannot access the nexus from the browser either.

AmilaM.

On Wed, Nov 30, 2011 at 9:13 PM, Thilina Buddhika  wrote:

> Hi folks,
>
> When I try to build service-stubs in trunk, it fails with the following
> error.
>
> [ERROR] Failed to execute goal on project service-stubs: Could not resolve
> dependencies for project org.wso2.carbon:service-stubs:pom:3.2.0-SNAPSHOT:
> Failed to collect dependencies for [wsdl4j.wso2:wsdl4j:jar:1.6.2.wso2v2
> (compile), org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1 (compile),
> org.apache.neethi.wso2:neethi:jar:2.0.4.wso2v3 (compile),
> org.apache.ws.commons.schema.wso2:XmlSchema:jar:1.4.7.wso2v1 (compile),
> commons-logging:commons-logging:jar:1.1.1 (compile),
> org.apache.ws.commons.axiom.wso2:axiom:jar:1.2.11.wso2v1 (compile)]: Failed
> to read artifact descriptor for
> org.apache.axis2.wso2:axis2:jar:1.6.1.wso2v1: Could not find artifact
> org.wso2.carbon:carbon-platform:pom:3.2.0-SNAPSHOT in wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/) -> [Help 1]
>
> The work around I did was to uncomment the other M2 repos listed in the
> platform pom. So it looks like Maven is failing to download artifacts from
> the Nexus.
>
> Thanks,
> Thilina
>
> --
> Thilina Buddhika
> Associate Technical Lead
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 77 44 88 727
> blog : http://blog.thilinamb.com
>
> ___
> 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] Improvement - Allow the source view editor in ESB to expand the full available height of the frame

2011-11-29 Thread Amila Maha Arachchi
On Tue, Nov 29, 2011 at 4:41 AM, Denis Weerasiri  wrote:

>
>
> On Tue, Nov 29, 2011 at 2:17 AM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> If we are using a large monitor, we have a lot of vertical space in the
>> window. But the source editor is only about 6 inches in height and we
>> cannot expand it. If we can allow it to expand to the full window height it
>> will be a great improvement to the user experience.
>>
>> Please see the attached screen shot. This was taken from a 19" monitor.
>> But when it comes to bigger monitors, the space left at the bottom is much
>> bigger than this.
>>
>> This is a style related thing IMO. I can see the editor expanding the
>> full width, so it should be able to expand the full hight also.
>>
> Hi Amila,
> You can get the full-screen view by clicking on the third button(from
> left) from the tool-bar.
>

But then it goes all over the screen hiding all other stuff. What I want is
to utilize the available space, such that the editor fits the window.

>
>> Thanks,
>> Amila.
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis <http://goog_277208233/>** [AT] wso2.com* <http://wso2.com/>
> *
> *
> *site: 
> **https://sites.google.com/site/ddweerasiri/*<https://sites.google.com/site/ddweerasiri/>
> *blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
> *
> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Can we write to files at different stages of a mediation process in ESB

2011-11-16 Thread Amila Maha Arachchi
Hi,

$Subject? For example I tried to send to a vfs endpoint at the out
sequence. I used something like this.



   

 

This is successful when I am dealing with the VFS transport. But when I
tried this with the mail transport this could not be done (i.e. processed a
mail and then send the content to a service and tried to write the received
response to a file). I have he vfs transport enabled.

Can we simple write to files at any stage of a mediation process (say in,
out, fault sequences) regardless of the transport I am dealing with?

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


Re: [Carbon-dev] XPath functions and properties avilable in WSO2 ESB

2011-11-08 Thread Amila Maha Arachchi
On Tue, Nov 8, 2011 at 12:14 PM, Sadeep Jayasumana  wrote:

> Hi,
>
> XPath functions & variables:
> http://wso2.org/project/esb/java/4.0.2/docs/xpath.html
>

Above document has "WSO2 Enterprise Service Bus (ESB) Message Relay" as
it's topic. Also, there's no menu item for this in the document page.


> Properties:
> http://wso2.org/project/esb/java/4.0.2/docs/properties_guide.html
>
> Thanks,
> Sadeep
>
> On Tue, Nov 8, 2011 at 8:28 PM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> Where can I find a documentation of $Subject. At the moment I have only
>> [1]. Is this available in the ESB Doc. If so, can somebody provide a
>> pointer.
>>
>> [1]
>> http://rajikak.blogspot.com/2010/04/xpath-functions-and-properties-avilable.html
>>
>> Thanks,
>> AmilaM.
>>
>> ___
>> 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
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] XPath functions and properties avilable in WSO2 ESB

2011-11-08 Thread Amila Maha Arachchi
On Tue, Nov 8, 2011 at 1:09 PM, Hiranya Jayathilaka wrote:

>
>
> On Tue, Nov 8, 2011 at 11:33 PM, Senaka Fernando  wrote:
>
>>
>>
>> On Tue, Nov 8, 2011 at 11:31 PM, Amila Suriarachchi wrote:
>>
>>> Can some one please add links to these pages in[1]?
>>>
>>
>> +1, and also to the new wiki-based documentation of the ESB.
>>
>
> 4.0.2 docs already has it. It's a standard doc package we build using
> Maven. The wiki based documentation only contains the properties catalog -
> http://docs.wso2.org/display/ESB/Properties
>

4.0.2 docs has the link to properties guide. But it is difficult to find
the xpath functions and properties guide link (I still cant).

>
>
>>
>> Thanks,
>> Senaka.
>>
>>>
>>> thanks,
>>> Amila.
>>>
>>> [1] http://wso2.org/project/esb/java/4.0.2/docs/
>>>
>>>
>>> On Tue, Nov 8, 2011 at 9:19 AM, Kasun Indrasiri  wrote:
>>>
>>>> ESB Properties and Parameters Catalog:
>>>>
>>>> http://wso2.org/project/esb/java/4.0.2/docs/properties_guide.html
>>>>
>>>>
>>>> On Tue, Nov 8, 2011 at 10:44 PM, Sadeep Jayasumana wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> XPath functions & variables:
>>>>> http://wso2.org/project/esb/java/4.0.2/docs/xpath.html
>>>>> Properties:
>>>>> http://wso2.org/project/esb/java/4.0.2/docs/properties_guide.html
>>>>>
>>>>> Thanks,
>>>>> Sadeep
>>>>>
>>>>> On Tue, Nov 8, 2011 at 8:28 PM, Amila Maha Arachchi 
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> Where can I find a documentation of $Subject. At the moment I have
>>>>>> only [1]. Is this available in the ESB Doc. If so, can somebody provide a
>>>>>> pointer.
>>>>>>
>>>>>> [1]
>>>>>> http://rajikak.blogspot.com/2010/04/xpath-functions-and-properties-avilable.html
>>>>>>
>>>>>> Thanks,
>>>>>> AmilaM.
>>>>>>
>>>>>> ___
>>>>>> 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
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Kasun Indrasiri
>>>> Associate Technical Lead
>>>> WSO2, Inc.; http://wso2.com
>>>> lean.enterprise.middleware
>>>>
>>>> cell: +94 71 536 4128
>>>> Blog : http://kasunpanorama.blogspot.com/
>>>>
>>>> ___
>>>> 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
>>>
>>>
>>
>>
>> --
>> *Senaka Fernando*
>> Product Manager - WSO2 Governance Registry;
>> Associate Technical Lead; WSO2 Inc.; http://wso2.com*
>> Member; Apache Software Foundation; http://apache.org
>>
>> E-mail: senaka AT wso2.com
>> **P: +1 408 754 7388; ext: 51736*; *M: +94 77 322 1818
>> Linked-In: http://linkedin.com/in/senakafernando
>>
>> *Lean . Enterprise . Middleware
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Hiranya Jayathilaka
> Associate Technical Lead;
> WSO2 Inc.;  http://wso2.org
> E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] XPath functions and properties avilable in WSO2 ESB

2011-11-08 Thread Amila Maha Arachchi
Hi,

Where can I find a documentation of $Subject. At the moment I have only
[1]. Is this available in the ESB Doc. If so, can somebody provide a
pointer.

[1]
http://rajikak.blogspot.com/2010/04/xpath-functions-and-properties-avilable.html

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


Re: [Carbon-dev] Stratos AS service invocation failed in my local setup

2011-10-06 Thread Amila Maha Arachchi
On Thu, Oct 6, 2011 at 2:53 PM, Prabath Abeysekera wrote:

> Hi Amila,
>
> On Thu, Oct 6, 2011 at 2:42 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Thu, Oct 6, 2011 at 2:16 PM, Isuru Suriarachchi wrote:
>>
>>>
>>>
>>> On Thu, Oct 6, 2011 at 2:04 PM, Denis Weerasiri  wrote:
>>>
>>>>
>>>>
>>>> On Thu, Sep 29, 2011 at 11:48 AM, Chamara Ariyarathne <
>>>> chama...@wso2.com> wrote:
>>>>
>>>>> When I try to invoke services in AS I got this exception. Is this a
>>>>> configuration error, or a real issue? Please advise.
>>>>>
>>>> Was this in WSO2 AS 1.5.2 service?
>>>> Seems this service deployed in a tenant specific repository.
>>>> I'm too having this issue when the service is deployed via
>>>> GhostDeployer.
>>>>
>>>
>>> Is the GhostDeployer active in 1.5.2?
>>>
>>> Dimuthu reverted it sometime back and then I saw someone has mistakenly
>>> added it back. That can be the issue here.
>>>
>>
>> Yes, that is the issue AFAIK. This happens both in DSS and AS. PrabathA
>> was preparing a patch for this.
>>
>> PrabathA, was the patch created and applied?
>>
>
> I don't think a patch is needed since the fix corresponding to reverting
> the GhostDeployer has properly been applied in the support branch. Changing
> 3.2.2 branch accordingly is the only thing required to be done here.
>

Yes, thats what I wanted to say :) So, is this fixed in 3.2.2?

>
>
>>
>>>
>>>>
>>>>> [2011-09-29 11:45:40,419] @cham1.com [1] [WSO2 Stratos Application
>>>>> Server]ERROR {org.apache.axis2.engine.AxisEngine} -  Message Receiver not
>>>>> found for AxisOperation: echoString
>>>>> org.apache.axis2.AxisFault: Message Receiver not found for
>>>>> AxisOperation: echoString
>>>>> at
>>>>> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.doSOAP(MultitenantMessageReceiver.java:253)
>>>>> at
>>>>> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.processRequest(MultitenantMessageReceiver.java:174)
>>>>> at
>>>>> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:67)
>>>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
>>>>> at
>>>>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
>>>>> at
>>>>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
>>>>> at
>>>>> org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:199)
>>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>>>> at
>>>>> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
>>>>> at
>>>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
>>>>> at
>>>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
>>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>>>> at
>>>>> org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:155)
>>>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>>>> at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
>>>>> at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>>>> at
>>>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:273)
>>>>> at
>>>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:270)
>>>>> at java.security.AccessController.doPrivileged(Native Method)
>>>>> at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>>>>> at
>>>>> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:305)
>>>>> at
>>>>> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.

Re: [Carbon-dev] Stratos AS service invocation failed in my local setup

2011-10-06 Thread Amila Maha Arachchi
On Thu, Oct 6, 2011 at 2:16 PM, Isuru Suriarachchi  wrote:

>
>
> On Thu, Oct 6, 2011 at 2:04 PM, Denis Weerasiri  wrote:
>
>>
>>
>> On Thu, Sep 29, 2011 at 11:48 AM, Chamara Ariyarathne 
>> wrote:
>>
>>> When I try to invoke services in AS I got this exception. Is this a
>>> configuration error, or a real issue? Please advise.
>>>
>> Was this in WSO2 AS 1.5.2 service?
>> Seems this service deployed in a tenant specific repository.
>> I'm too having this issue when the service is deployed via GhostDeployer.
>>
>
> Is the GhostDeployer active in 1.5.2?
>
> Dimuthu reverted it sometime back and then I saw someone has mistakenly
> added it back. That can be the issue here.
>

Yes, that is the issue AFAIK. This happens both in DSS and AS. PrabathA was
preparing a patch for this.

PrabathA, was the patch created and applied?

>
>
>>
>>> [2011-09-29 11:45:40,419] @cham1.com [1] [WSO2 Stratos Application
>>> Server]ERROR {org.apache.axis2.engine.AxisEngine} -  Message Receiver not
>>> found for AxisOperation: echoString
>>> org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation:
>>> echoString
>>> at
>>> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.doSOAP(MultitenantMessageReceiver.java:253)
>>> at
>>> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.processRequest(MultitenantMessageReceiver.java:174)
>>> at
>>> org.wso2.carbon.core.multitenancy.MultitenantMessageReceiver.receive(MultitenantMessageReceiver.java:67)
>>> at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:181)
>>> at
>>> org.apache.axis2.transport.http.HTTPTransportUtils.processHTTPPostRequest(HTTPTransportUtils.java:172)
>>> at
>>> org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:146)
>>> at
>>> org.wso2.carbon.core.transports.CarbonServlet.doPost(CarbonServlet.java:199)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:641)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>> at
>>> org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90)
>>> at
>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111)
>>> at
>>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>> at
>>> org.wso2.carbon.bridge.BridgeServlet.service(BridgeServlet.java:155)
>>> at javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
>>> at sun.reflect.GeneratedMethodAccessor29.invoke(Unknown Source)
>>> at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> at java.lang.reflect.Method.invoke(Method.java:597)
>>> at
>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:273)
>>> at
>>> org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:270)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
>>> at
>>> org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:305)
>>> at
>>> org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:298)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:57)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:193)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:189)
>>> at java.security.AccessController.doPrivileged(Native Method)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
>>> at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:240)
>>> at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:164)
>>> at
>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:462)
>>> at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:164)
>>> at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:100)
>>> at
>>> org.wso2.carbon.server.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:154)
>>> at
>>> org.wso2.carbon.server.TomcatServer$1.invoke(TomcatServer.java:254)
>>> at
>>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:563)
>>> at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>>> at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:399)
>>> at
>>> org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:396)
>>> at
>>> org.apache.coyote.http11.Http11NioP

Re: [Carbon-dev] [Stratos-dev] What should be the correct version of org.wso2.carbon.common.feature

2011-09-26 Thread Amila Maha Arachchi
On Mon, Sep 26, 2011 at 5:08 PM, Kathiravelu Pradeeban
wrote:

>
>
> On Mon, Sep 26, 2011 at 5:04 PM, Sadeep Jayasumana wrote:
>
>> Hi,
>>
>> $subject? Version 1.5.2 has been created but p2-profiles of services are
>> not updated. For example, in ESB service, version 1.5.1 is used and it
>> results in a jar duplication. Can I safely update ESB service's p2-profile
>> to use org.wso2.carbon.common.feature:1.5.2?
>>
>
> +1 for updating to and using 1.5.2 for the 1.5.2 version of the services.
>

I updated other services' poms (including ESB).

Thanks,
AmilaM.

>
> Regards,
> Pradeeban.
>
>>
>> Thanks,
>> --
>> Sadeep Jayasumana
>>
>> Software Engineer
>> WSO2 Inc.
>> Email - sad...@wso2.com
>> Mobile - +94 77 22 66 507
>>
>>
>> ___
>> Stratos-dev mailing list
>> stratos-...@wso2.org
>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>
>>
>
>
> --
> Kathiravelu Pradeeban.
> Software Engineer.
> WSO2 Inc.
>
> Blog: [Llovizna] http://kkpradeeban.blogspot.com/
>
>
> ___
> 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] Building the Trunk gives all sorts of wired errors

2011-09-22 Thread Amila Maha Arachchi
On Thu, Sep 22, 2011 at 1:30 PM, Muhammed Shariq  wrote:

> Are you using Maven 3?
>

Yes he is :)

>
> On Thu, Sep 22, 2011 at 1:05 PM, Nuwan Bandara  wrote:
>
>> FYI, I am building in a clean repo, with maven 3.0.3, and this issue is at
>> carbon-core
>>
>> [ERROR] Failed to execute goal
>> org.apache.maven.plugins:maven-install-plugin:2.3.1:install
>> (default-install) on project org.wso2.carbon.registry.core: The packaging
>> for this project did not assign a file to the build artifact -> [Help 1]
>> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute
>> goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install
>> (default-install) on project org.wso2.carbon.registry.core: The packaging
>> for this project did not assign a file to the build artifact
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
>> at
>> org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
>> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
>> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
>> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
>> at
>> org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
>> Caused by: org.apache.maven.plugin.MojoExecutionException: The packaging
>> for this project did not assign a file to the build artifact
>> at
>> org.apache.maven.plugin.install.InstallMojo.execute(InstallMojo.java:124)
>> at
>> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
>> at
>> org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
>> ... 19 more
>> [ERROR]
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
>>
>>
>> --
>> *Thanks & Regards,
>>
>> Nuwan Bandara
>> Senior Software Engineer
>> WSO2 Inc. | http://wso2.com
>> lean . enterprise . middleware
>>
>> http://nuwan.bandara.co
>> *
>> 
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thanks,
> Shariq.
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Carbon 3.2.2 Release - Code Freeze @ 2 PM IST Today

2011-09-22 Thread Amila Maha Arachchi
On Thu, Sep 22, 2011 at 12:26 PM, Thilina Buddhika wrote:

> Let's add a Stratos filter as well. There are many Stratos issues fixed for
> this release.


There are 47 L1s in Stratos at the moment. About 4-5 of them can be easily
fixed (Will work on them). There are few L1s related to sample and sso.

[2]
https://wso2.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+STRATOS+AND+resolution+%3D+Unresolved+AND+priority+%3D+Highest+ORDER+BY+key+DESC&mode=hide

>
> Thanks,
> Thilina
>
>
> On Thu, Sep 22, 2011 at 12:16 PM, Prabath Siriwardena wrote:
>
>> PMs/RMs,
>>
>> Please review the JIRAs[1] under 3.2.2 - there are 3 L1s and 2 L2s
>>
>> Thanks & regards,
>> -Prabath
>>
>> [1]: https://wso2.org/jira/browse/CARBON/fixforversion/10477
>>
>> On Thu, Sep 22, 2011 at 10:58 AM, Samisa Abeysinghe wrote:
>>
>>> We have the QA setup with all pathes to be tested for next round. So
>>> please complete testing those set of patches first, and then we can move
>>> onto these patches.
>>>
>>> On Thu, Sep 22, 2011 at 10:52 AM, Charitha Kankanamge >> > wrote:
>>>
 Hi Prabath,


 On Thu, Sep 22, 2011 at 10:41 AM, Prabath Siriwardena >>> > wrote:

> Hi Folks,
>
> Please note the $subject.. Appreciate a lot if you can make the branch
> stable by then.. Please talk to the PMs for more details...
>
> We'll be giving a build to QA this afternoon...
>

 Build means stratos services right? Hope cloud1 (or QA setup) will be
 updated with these packs.

 /Charitha



>
> --
>
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>


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

 Thanks,
>>> Samisa...
>>>
>>> Samisa Abeysinghe
>>> VP Engineering
>>> WSO2 Inc.
>>> http://wso2.com
>>> http://wso2.org
>>>
>>>
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Thilina Buddhika
> Associate Technical Lead
>
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 77 44 88 727
> blog : http://blog.thilinamb.com
>
> ___
> 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] Is there any issue with daemon.sh/wso2server.sh scripts in linux?

2011-09-20 Thread Amila Maha Arachchi
On Wed, Sep 21, 2011 at 10:25 AM, Vijayaratha Vijayasingam
wrote:

> http://wso2.org/forum/thread/15761
>

I started a ESB 4.0.0 via daemon.sh from the bin folder without any problem.
Following lines are suspicious.

steve@nixapp01:/usr/share/wso2esb-4.0.0/bin$ JAVA_HOME=/usr*<--- this
doesn't seem to be a correct JAVA_HOME*
steve@nixapp01:/usr/share/wso2esb-4.0.0/bin$ export JAVA_HOME

Shouldn't it be something like

export JAVA_HOME=/media/dev/software/jdk1.6.0_21


I replied to it with the above.

Regards,
AmilaM.

>
> -Ratha
> ___
> 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 Review] Scheduled reviews for next week (5/9-9/9)

2011-08-30 Thread Amila Maha Arachchi
On Wed, Aug 31, 2011 at 11:10 AM, Afkham Azeez  wrote:

> Were the review recommendations implemented ?
>
Not yet. Will do them before the next review.

> 
> Sent from my phone
> On Aug 31, 2011 10:59 AM, "Amila Maha Arachchi"  wrote:
> > On Wed, Aug 31, 2011 at 10:53 AM, Afkham Azeez  wrote:
> >
> >> Where are the crucible notes? Better have an architecture review as
> well.
> >>
> > +1
> >
> > Crucible link https://wso2.org/crucible/cru/COMPONENT-54
> >
> >> 
> >> Sent from my phone
> >> On Aug 31, 2011 10:28 AM, "Amila Maha Arachchi" 
> wrote:
> >> > On Wed, Aug 31, 2011 at 10:11 AM, Afkham Azeez 
> wrote:
> >> >
> >> >>
> >> >>
> >> >> On Wed, Aug 31, 2011 at 9:51 AM, Amila Maha Arachchi <
> ami...@wso2.com
> >> >wrote:
> >> >>
> >> >>>
> >> >>>
> >> >>> On Tue, Aug 30, 2011 at 9:02 AM, Afkham Azeez 
> wrote:
> >> >>>
> >> >>>> Please organize the following reviews.
> >> >>>>
> >> >>>> Group A
> >> >>>> BAM Event Receiver - Tharindu
> >> >>>>
> >> >>>> Group B
> >> >>>> Gadget Repository - Nuwan
> >> >>>>
> >> >>>> Group C
> >> >>>> Authenticator Framework - Thilina
> >> >>>>
> >> >>>> Group D
> >> >>>> Registry Indexing - Janaka
> >> >>>>
> >> >>>> Group E
> >> >>>> Metering - AmilaM
> >> >>>>
> >> >>>
> >> >>> Billing code needs lot of improvements. I am on support until next
> >> >>> Tuesday. I'll try my best to do the improvements after that and
> >> present. If
> >> >>> not I would like to request for one more week to do the refactoring.
> >> >>>
> >> >>>
> >> >> How come the billing code that has been in development since last
> >> December
> >> >> suddenly need a "lot" of improvement? How did you suddenly come to
> >> realize
> >> >> this? What are these improvements? I'd suggest that you just present
> the
> >> >> code as it is for the review. If you remember, this review was
> scheduled
> >> 1-2
> >> >> weeks before the StratosLive launch and got delayed because of the
> >> release.
> >> >> I believe there was ample time to rectify the code.
> >> >>
> >> >
> >> > Not suddenly. It was in the card for sometime. Although I started
> working
> >> on
> >> > it since February, my initial target was to get it working. I had to
> know
> >> > the code.
> >> >
> >> > This review was done on the scheduled date. You missed it because you
> >> were
> >> > sick IIRC.
> >> >
> >> > My concern is, the code needs design level changes. But I couldn't do
> >> them
> >> > yet. Anyway, I'll present it as it is.
> >> >
> >> >>
> >> >> AmilaM.
> >> >>>
> >> >>>>
> >> >>>> --
> >> >>>> *Afkham Azeez*
> >> >>>> Director of Architecture; WSO2, Inc.; http://wso2.com
> >> >>>> Member; Apache Software Foundation; http://www.apache.org/
> >> >>>> * <http://www.apache.org/>**
> >> >>>> email: **az...@wso2.com* * cell: +94 77 3320919
> >> >>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> >> >>>> twitter: **http://twitter.com/afkham_azeez*<
> >> http://twitter.com/afkham_azeez>
> >>
> >> >>>> *
> >> >>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> >> >>>> *
> >> >>>> *
> >> >>>> *Lean . Enterprise . Middleware*
> >> >>>>
> >> >>>>
> >> >>>
> >> >>
> >> >>
> >> >> --
> >> >> *Afkham Azeez*
> >> >> Director of Architecture; WSO2, Inc.; http://wso2.com
> >> >> Member; Apache Software Foundation; http://www.apache.org/
> >> >> * <http://www.apache.org/>**
> >> >> email: **az...@wso2.com* * cell: +94 77 3320919
> >> >> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> >> >> twitter: **http://twitter.com/afkham_azeez*<
> >> http://twitter.com/afkham_azeez>
> >>
> >> >> *
> >> >> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> >> >> *
> >> >> *
> >> >> *Lean . Enterprise . Middleware*
> >> >>
> >> >>
> >>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Code Review] Scheduled reviews for next week (5/9-9/9)

2011-08-30 Thread Amila Maha Arachchi
On Wed, Aug 31, 2011 at 10:53 AM, Afkham Azeez  wrote:

> Where are the crucible notes? Better have an architecture review as well.
>
+1

Crucible link https://wso2.org/crucible/cru/COMPONENT-54

> 
> Sent from my phone
> On Aug 31, 2011 10:28 AM, "Amila Maha Arachchi"  wrote:
> > On Wed, Aug 31, 2011 at 10:11 AM, Afkham Azeez  wrote:
> >
> >>
> >>
> >> On Wed, Aug 31, 2011 at 9:51 AM, Amila Maha Arachchi  >wrote:
> >>
> >>>
> >>>
> >>> On Tue, Aug 30, 2011 at 9:02 AM, Afkham Azeez  wrote:
> >>>
> >>>> Please organize the following reviews.
> >>>>
> >>>> Group A
> >>>> BAM Event Receiver - Tharindu
> >>>>
> >>>> Group B
> >>>> Gadget Repository - Nuwan
> >>>>
> >>>> Group C
> >>>> Authenticator Framework - Thilina
> >>>>
> >>>> Group D
> >>>> Registry Indexing - Janaka
> >>>>
> >>>> Group E
> >>>> Metering - AmilaM
> >>>>
> >>>
> >>> Billing code needs lot of improvements. I am on support until next
> >>> Tuesday. I'll try my best to do the improvements after that and
> present. If
> >>> not I would like to request for one more week to do the refactoring.
> >>>
> >>>
> >> How come the billing code that has been in development since last
> December
> >> suddenly need a "lot" of improvement? How did you suddenly come to
> realize
> >> this? What are these improvements? I'd suggest that you just present the
> >> code as it is for the review. If you remember, this review was scheduled
> 1-2
> >> weeks before the StratosLive launch and got delayed because of the
> release.
> >> I believe there was ample time to rectify the code.
> >>
> >
> > Not suddenly. It was in the card for sometime. Although I started working
> on
> > it since February, my initial target was to get it working. I had to know
> > the code.
> >
> > This review was done on the scheduled date. You missed it because you
> were
> > sick IIRC.
> >
> > My concern is, the code needs design level changes. But I couldn't do
> them
> > yet. Anyway, I'll present it as it is.
> >
> >>
> >> AmilaM.
> >>>
> >>>>
> >>>> --
> >>>> *Afkham Azeez*
> >>>> Director of Architecture; WSO2, Inc.; http://wso2.com
> >>>> Member; Apache Software Foundation; http://www.apache.org/
> >>>> * <http://www.apache.org/>**
> >>>> email: **az...@wso2.com* * cell: +94 77 3320919
> >>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> >>>> twitter: **http://twitter.com/afkham_azeez*<
> http://twitter.com/afkham_azeez>
>
> >>>> *
> >>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> >>>> *
> >>>> *
> >>>> *Lean . Enterprise . Middleware*
> >>>>
> >>>>
> >>>
> >>
> >>
> >> --
> >> *Afkham Azeez*
> >> Director of Architecture; WSO2, Inc.; http://wso2.com
> >> Member; Apache Software Foundation; http://www.apache.org/
> >> * <http://www.apache.org/>**
> >> email: **az...@wso2.com* * cell: +94 77 3320919
> >> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> >> twitter: **http://twitter.com/afkham_azeez*<
> http://twitter.com/afkham_azeez>
>
> >> *
> >> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> >> *
> >> *
> >> *Lean . Enterprise . Middleware*
> >>
> >>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Code Review] Scheduled reviews for next week (5/9-9/9)

2011-08-30 Thread Amila Maha Arachchi
On Wed, Aug 31, 2011 at 10:11 AM, Afkham Azeez  wrote:

>
>
> On Wed, Aug 31, 2011 at 9:51 AM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Tue, Aug 30, 2011 at 9:02 AM, Afkham Azeez  wrote:
>>
>>> Please organize the following reviews.
>>>
>>> Group A
>>> BAM Event Receiver - Tharindu
>>>
>>> Group B
>>> Gadget Repository - Nuwan
>>>
>>> Group C
>>> Authenticator Framework - Thilina
>>>
>>> Group D
>>> Registry Indexing - Janaka
>>>
>>> Group E
>>> Metering - AmilaM
>>>
>>
>> Billing code needs lot of improvements. I am on support until next
>> Tuesday. I'll try my best to do the improvements after that and present. If
>> not I would like to request for one more week to do the refactoring.
>>
>>
> How come the billing code that has been in development since last December
> suddenly need a "lot" of improvement? How did you suddenly come to realize
> this? What are these improvements? I'd suggest that you just present the
> code as it is for the review. If you remember, this review was scheduled 1-2
> weeks before the StratosLive launch and got delayed because of the release.
> I believe there was ample time to rectify the code.
>

Not suddenly. It was in the card for sometime. Although I started working on
it since February, my initial target was to get it working. I had to know
the code.

This review was done on the scheduled date. You missed it because you were
sick IIRC.

My concern is, the code needs design level changes. But I couldn't do them
yet. Anyway, I'll present it as it is.

>
> AmilaM.
>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * <http://www.apache.org/>**
>>> email: **az...@wso2.com* * cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * <http://www.apache.org/>**
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Code Review] Scheduled reviews for next week (5/9-9/9)

2011-08-30 Thread Amila Maha Arachchi
On Tue, Aug 30, 2011 at 9:02 AM, Afkham Azeez  wrote:

> Please organize the following reviews.
>
> Group A
> BAM Event Receiver - Tharindu
>
> Group B
> Gadget Repository - Nuwan
>
> Group C
> Authenticator Framework - Thilina
>
> Group D
> Registry Indexing - Janaka
>
> Group E
> Metering - AmilaM
>

Billing code needs lot of improvements. I am on support until next Tuesday.
I'll try my best to do the improvements after that and present. If not I
would like to request for one more week to do the refactoring.

AmilaM.

>
> --
> *Afkham Azeez*
> Director of Architecture; 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] Build failed in Hudson: carbon_trunk » WSO2 Stratos - Cloud Governance P2 Profile Generation #81

2011-07-31 Thread Amila Maha Arachchi
Fixed.

AmilaM.

On Mon, Aug 1, 2011 at 9:54 AM, WSO2 Hudson Builder wrote:

> See <
> http://builder3.us1.wso2.org/hudson/job/carbon_trunk/org.wso2.governance$cloud-governance-profile-gen/81/
> >
>
> --
> [INFO]
> 
> [INFO] Building WSO2 Stratos - Cloud Governance P2 Profile Generation
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting <
> http://builder3.us1.wso2.org/hudson/job/carbon_trunk/org.wso2.governance$cloud-governance-profile-gen/ws/target
> >
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting <
> http://builder3.us1.wso2.org/hudson/job/carbon_trunk/org.wso2.governance$cloud-governance-profile-gen/ws/target
> >
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting <
> http://builder3.us1.wso2.org/hudson/job/carbon_trunk/org.wso2.governance$cloud-governance-profile-gen/ws/target
> >
> [INFO] [dependency:unpack {execution: 1-unpack-p2-agent-distribution}]
> [INFO] Configured Artifact:
> org.wso2.carbon:wso2-p2-agent:3.2.0-SNAPSHOT:zip
> [INFO] Configured Artifact:
> org.wso2.carbon:wso2carbon-core:3.2.0-SNAPSHOT:zip
> [INFO] Expanding:
> /home/hudson/.hudson/jobs/carbon_trunk/workspace/.repository/org/wso2/carbon/wso2-p2-agent/3.2.0-SNAPSHOT/wso2-p2-agent-3.2.0-SNAPSHOT.zip
> into <
> http://builder3.us1.wso2.org/hudson/job/carbon_trunk/org.wso2.governance$cloud-governance-profile-gen/ws/target/p2-agent
> >
> [INFO] Expanding:
> /home/hudson/.hudson/jobs/carbon_trunk/workspace/.repository/org/wso2/carbon/wso2carbon-core/3.2.0-SNAPSHOT/wso2carbon-core-3.2.0-SNAPSHOT.zip
> into <
> http://builder3.us1.wso2.org/hudson/job/carbon_trunk/org.wso2.governance$cloud-governance-profile-gen/ws/target
> >
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [carbon-p2:p2-repo-gen {execution: 2-p2-repo-generation}]
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.common.feature:1.1.0-SNAPSHOT: checking for
> updates from wso2-nexus
> [INFO] snapshot
> org.wso2.governance:org.wso2.stratos.governance.ui.feature:1.1.0-SNAPSHOT:
> checking for updates from wso2-nexus
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.tenant.mgt.core.feature:1.1.0-SNAPSHOT:
> checking for updates from wso2-nexus
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.logging.mgt.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.security.mgt.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.system.statistics.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.event.common.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.event.server.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.qpid.server.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.identity.core.ui.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.identity.user.profile.ui.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.activities.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.handler.configuration.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.associations.dependencies.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.community.features.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.extensions.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.ws.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.governance.lifecycle.management.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.governance.gadgets.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.governance.metadata.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.governance.notifications.configuration.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.core.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.ui.menu.governance.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.profiles.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.registry.resource.properties.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.discovery.core.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.discovery.proxy.feature
> [INFO] Extracting feature org.wso2.carbon:org.wso2.carbon.dashboard.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.dashboard.dashboardpopulator.server.feature
> [INFO] Extracting feature
> org.wso2.carbon:org.wso2.carbon.identity.authenticator.toke

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

2011-07-29 Thread Amila Maha Arachchi
On Fri, Jul 29, 2011 at 9:04 PM, Amila Maha Arachchi wrote:

> Hi,
>
> Healthmonitor bundle seems to be using eventing. But this is out of use
> now. I think we should comment out healthmonitor from components pom.xml. It
> is not used anywhere at the moment.
>
>
Commented and committed.


> AmilaM.
>
>
> On Fri, Jul 29, 2011 at 8:33 PM, WSO2 Carbon Trunk Builder (US2) <
> cbuil...@wso2.org> wrote:
>
>> Repository Root: https://svn.wso2.org/repos/wso2
>> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
>> Revision: 111049
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: damitha
>> Last Changed Rev: 111048
>> Last Changed Date: 2011-07-29 08:26:11 -0400 (Fri, 29 Jul 2011) [INFO]
>> Building WSO2 Carbon - Health Monitor Aggregator Module
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
>> [INFO] [clean:clean {execution: auto-clean}]
>> [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> [INFO] [install:install {execution: default-install}]
>> [INFO] Installing
>> /home/carbontrunk/carbon/components/health-monitor/pom.xml to
>> /home/carbontrunk/.m2/repository/org/wso2/carbon/health-monitor/3.2.0-SNAPSHOT/health-monitor-3.2.0-SNAPSHOT.pom
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Health Monitor BE
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.eventing.impl:3.2.0-SNAPSHOT: checking for
>> updates from wso2-nexus
>> Downloading:
>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.wso2.carbon:org.wso2.carbon.eventing.impl:pom:3.2.0-SNAPSHOT' in
>> repository wso2-nexus (
>> http://maven.wso2.org/nexus/content/groups/wso2-public/)
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.eventing.broker:3.2.0-SNAPSHOT: checking for
>> updates from wso2-nexus
>> Downloading:
>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.pom
>> [INFO] Unable to find resource
>> 'org.wso2.carbon:org.wso2.carbon.eventing.broker:pom:3.2.0-SNAPSHOT' in
>> repository wso2-nexus (
>> http://maven.wso2.org/nexus/content/groups/wso2-public/)
>> [INFO] snapshot
>> org.wso2.carbon:org.wso2.carbon.logging.service:3.2.0-SNAPSHOT: checking for
>> updates from wso2-nexus
>> Downloading:
>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT' in
>> repository wso2-nexus (
>> http://maven.wso2.org/nexus/content/groups/wso2-public/)
>> Downloading:
>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.jar
>> [INFO] Unable to find resource
>> 'org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT' in
>> repository wso2-nexus (
>> http://maven.wso2.org/nexus/content/groups/wso2-public/)
>> [INFO]
>> 
>> [ERROR] BUILD ERROR
>> [INFO]
>> 
>> [INFO] Failed to resolve artifact.
>>
>> Missing:
>> --
>> 1) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT
>>
>>  Try downloading the file manually from the project website.
>>
>>  Then, install it using the command:
>>  mvn install:install-file -DgroupId=org.wso2.carbon
>> -DartifactId=org.wso2.carbon.eventing.impl 

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

2011-07-29 Thread Amila Maha Arachchi
Hi,

Healthmonitor bundle seems to be using eventing. But this is out of use now.
I think we should comment out healthmonitor from components pom.xml. It is
not used anywhere at the moment.

AmilaM.

On Fri, Jul 29, 2011 at 8:33 PM, WSO2 Carbon Trunk Builder (US2) <
cbuil...@wso2.org> wrote:

> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 111049
> Node Kind: directory
> Schedule: normal
> Last Changed Author: damitha
> Last Changed Rev: 111048
> Last Changed Date: 2011-07-29 08:26:11 -0400 (Fri, 29 Jul 2011) [INFO]
> Building WSO2 Carbon - Health Monitor Aggregator Module
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting /home/carbontrunk/carbon/components/health-monitor/target
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /home/carbontrunk/carbon/components/health-monitor/pom.xml to
> /home/carbontrunk/.m2/repository/org/wso2/carbon/health-monitor/3.2.0-SNAPSHOT/health-monitor-3.2.0-SNAPSHOT.pom
> [INFO]
> 
> [INFO] Building WSO2 Carbon - Health Monitor BE
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.eventing.impl:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.pom
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.eventing.impl:pom:3.2.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.eventing.broker:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.pom
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.eventing.broker:pom:3.2.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.logging.service:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.impl/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.impl-3.2.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.eventing.broker/3.2.0-SNAPSHOT/org.wso2.carbon.eventing.broker-3.2.0-SNAPSHOT.jar
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.eventing.impl -Dversion=3.2.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the file
> there:
>  mvn deploy:deploy-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.eventing.impl -Dversion=3.2.0-SNAPSHOT
> -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
>
>  Path to dependency:
>1) org.wso2.carbon:org.wso2.carbon.health:bundle:3.2.0-SNAPSHOT
>2) org.wso2.carbon:org.wso2.carbon.eventing.impl:jar:3.2.0-SNAPSHOT
>
> 2) org.wso2.carbon:org.wso2.carbon.eventing.broker:jar:3.2.0-SNAPSHOT
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=org.wso2.carbon
> -DartifactId=

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

2011-07-27 Thread Amila Maha Arachchi
Looking in to this.

AmilaM.

On Wed, Jul 27, 2011 at 1:47 PM, WSO2 Carbon Trunk Builder (US2) <
cbuil...@wso2.org> wrote:

> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 110890
> Node Kind: directory
> Schedule: normal
> Last Changed Author: heshan
> Last Changed Rev: 110890
> Last Changed Date: 2011-07-27 04:16:41 -0400 (Wed, 27 Jul 2011) svn info
> Path: .
> URL: https://svn.wso2.org/repos/wso2/trunk/carbon
> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 110890
> Node Kind: directory
> Schedule: normal
> Last Changed Author: heshan
> Last Changed Rev: 110890
> Last Changed Date: 2011-07-27 04:16:41 -0400 (Wed, 27 Jul 2011)
> Wed Jul 27 04:17:15 EDT 2011
> [INFO] Scanning for projects...
> Downloading:
> http://repo1.maven.org/maven2/org/apache/apache/8/apache-8.pom
> 799/?
> 2008/?
> 3767/?
> 6990/?
> 10798/?
> 11032/?
> 14054/?
>
> Downloading:
> http://repo1.maven.org/maven2/org/apache/apache/6/apache-6.pom
> 776/?
> 1994/?
> 3810/?
> 6960/?
> 10983/?
> 12796/?
>
> Downloading:
> http://repo1.maven.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
> 882/?
> 2381/?
> 5021/?
> 7706/?
> 9042/?
>
> Downloading:
> http://repo1.maven.org/maven2/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
> 882/?
> 2192/?
> 5352/?
> 8107/?
> 11177/?
> 15273/?
> 15622/?
> 16768/?
>
> Downloading: http://dist.wso2.org/maven2//org/apache/apache/7/apache-7.pom
> 2/14K
> 3/14K
> 7/14K
> 8/14K
> 9/14K
> 13/14K
> 14/14K
> 14K downloaded  (apache-7.pom)
> Downloading:
> http://repo1.maven.org/maven2/org/sonatype/oss/oss-parent/5/oss-parent-5.pom
> 1329/?
> 3282/?
> 4082/?
>
> Downloading:
> http://people.apache.org/repo/m1-snapshot-repository//org.apache.commons/poms/commons-parent-17.pom
> [INFO] Unable to find resource 'org.apache.commons:commons-parent:pom:17'
> in repository apache.m1 (
> http://people.apache.org/repo/m1-snapshot-repository/)
> Downloading:
> http://repo1.maven.org/maven2/org/apache/commons/commons-parent/17/commons-parent-17.pom
> 770/?
> 2179/?
> 5748/?
> 8865/?
> 12652/?
> 14572/?
> 17673/?
> 21426/?
> 25522/?
> 26921/?
> 29557/?
> 31185/?
>
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] The projects in the reactor contain a cyclic reference: Edge between
> 'Vertex{label='org.wso2.carbon:org.wso2.carbon.throttling.agent'}' and
> 'Vertex{label='org.wso2.carbon:org.wso2.carbon.billing.mgt'}' introduces to
> cycle in the graph org.wso2.carbon:org.wso2.carbon.billing.mgt -->
> org.wso2.carbon:org.wso2.carbon.throttling.agent -->
> org.wso2.carbon:org.wso2.carbon.billing.mgt
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 33 seconds
> [INFO] Finished at: Wed Jul 27 04:17:50 EDT 2011
> [INFO] Final Memory: 239M/1249M
> [INFO]
> 
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] 2011-07-04 night build is not up to date with the latest jars

2011-07-05 Thread Amila Maha Arachchi
On Wed, Jul 6, 2011 at 9:41 AM, Dimuthu Leelarathne wrote:

> Hi,
>
> Next build will be at 8.00 AM IST 7th of July. Please try to fix all your
> jars.
>
> On Wed, Jul 6, 2011 at 9:30 AM, Amani Soysa  wrote:
>
>> Hi,
>>
>> Following newly branched components are not added to the service
>> packs{2011-07-04 night build}
>>
>>
>>
>> ../../../components/event/org.wso2.carbon.event.core/3.2.1
>> ../../../components/event/org.wso2.carbon.event.ws/3.2.1
>> 
>> *Following packs are not updated :
>> esb,bps,cep,manager,as,ms,governance,brs,bam,mb*
>>
>> @Amila Suriarachchi can we fix this for next build?
>
>
>>  
>>
>> ../../../components/light-weight-eventing/org.wso2.carbon.lwevent.core/3.2.1
>> *Following packs are not updated : esb*
>>
>> @BuddhikaC can we fix this for next build?
>
>
>>  
>>
>> ../../../components/identity/org.wso2.carbon.identity.oauth.mediator/3.2.1
>> *Following packs are not updated : esb*
>>
>> @Asela can we fix this for next build?
>
>
>>  
>>
>>  
>> ../../../components/stratos/payment/org.wso2.carbon.payment.paypal/3.2.1
>> *Following packs are not updated : manager*
>>
>>
> @AmilaM can we fix this for next build?
>

Fixed.

>
>
>>
>> ../../../components/stratos/sample-installer/org.wso2.carbon.sample.installer/3.2.1
>>
>> ../../../components/stratos/throttling/org.wso2.carbon.throttling.agent/3.2.1
>>
>> ../../../components/stratos/throttling/org.wso2.carbon.usage.agent/3.2.1
>> *Following packs are not updated:
>> is,esb,bps,cep,manager,dss,ms,governance,brs,bam,mb*
>>
>>
> @Saneewa  can we fix this for next build?
>
>
>>   
>>
>> ../../../components/data-services/org.wso2.carbon.dataservices.common/3.2.1
>>
>> ../../../components/data-services/org.wso2.carbon.dataservices.core/3.2.1
>> *Following packs are not updated: manager,bam*
>>
>> @Anjana can we fix this for next build?
>
>>
>>
>> ../../../components/cassandra/org.wso2.carbon.cassandra.dataaccess/3.2.1
>>
>> ../../../components/cassandra/org.wso2.carbon.cassandra.server/3.2.1
>>
>> ../../../components/cassandra/org.wso2.carbon.cassandra.mgt.ui/3.2.1
>> *Following packs are not updated:dss
>> *
>>
>> @ Deep can you verify this is actually fixed?
>
>
>>
>>
>> ../../../components/qpid/org.wso2.carbon.qpid.commons/3.2.1
>>
>> ../../../components/qpid/org.wso2.carbon.qpid.authorization/3.2.1
>> *Following packs are not
>> updated:esb,bps,cep,manager,as,ms,governance,brs,bam*
>>
>> 
>>
>> ../../../components/messagebox/org.wso2.carbon.messagebox.core/3.2.1
>>
>> ../../../components/messagebox/org.wso2.carbon.messagebox.ui/3.2.1
>> *Following packs are not updated:cep*
>>
>>
> @ManjulaR can we fix this for next build?
>
> tx,
> dimuthul
>
> Regards,
>> Amani
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] ESB service build failure in 3.2.1 branch

2011-07-04 Thread Amila Maha Arachchi
I got a similar error when building stratos manager. There, error was

[ERROR] Cannot complete the install because one or more required items could
not be found.
[ERROR]  Software being installed: WSO2 Carbon - Webapp Management Core
Feature 3.2.0 (org.wso2.carbon.webapp.mgt.server.feature.group 3.2.0)
[ERROR]  Missing requirement: WSO2 Carbon - Webapp Management Core Feature
3.2.0 (org.wso2.carbon.webapp.mgt.server.feature.group 3.2.0) requires
'org.wso2.carbon.core.server.feature.group [3.2.0,3.3.0)' but it could not
be found
[ERROR] Application failed, log file location:
/media/dev/carbon/branches/3.2.0/products/manager/1.5.1/modules/p2-profile-gen/service/target/p2-agent/configuration/1309753690689.log
[INFO]

[ERROR] BUILD ERROR
[INFO]

[INFO]

Could not find the reason.

AmilaM.

On Mon, Jul 4, 2011 at 12:29 PM, Rajika Kumarasiri  wrote:

> I am getting following build failure in ESB service in 3.2.1 branch.
>
> Rajika
>
> [INFO] Installing
> org.wso2.carbon.bam.data.publisher.mediationstats.feature.group 3.2.0.
> [ERROR] Cannot complete the install because one or more required items
> could not be found.
> [ERROR]  Software being installed: WSO2 Carbon - Axis2 Transport JMS
> Feature 1.1.0.wso2v4 (org.apache.axis2.transports.jms.feature.group
> 1.1.0.wso2v4)
> [ERROR]  Missing requirement: WSO2 Carbon - Axis2 Transport JMS Feature
> 1.1.0.wso2v4 (org.apache.axis2.transports.jms.feature.group 1.1.0.wso2v4)
> requires 'org.wso2.carbon.core.server.feature.group [3.2.0.SNAPSHOT,3.3.0)'
> but it could not be found
> [ERROR] Application failed, log file location:
> /home/rajika/projects/carbon/3.2.0/products/esb/4.0.1/modules/p2-profile/service/target/p2-agent/configuration/1309760913699.log
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO]
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] Changing the structure of the patch-release/3.2.1 directory and pom structure.

2011-07-02 Thread Amila Maha Arachchi
On Fri, Jul 1, 2011 at 6:54 PM, Supun Malinga  wrote:

> Hi Devs,
>
> /patch-releases/3.2.1/pom.xml is getting harder to manage as lots of stuff
> is being added. Hence we are going to change the structure as follows. So if
> you are adding a service-stub, component, etc you have to add those into
> poms in respective folders and not into the /patch-releases/3.2.1/pom.xml.
> Let us know if there are concerns.
>
> 320_branch/patch-releases/3.2.1$ tree -L 3
>
> |-- components
>
> |   `-- pom.xml
>
> |-- core
>
> |   `-- pom.xml
>
> |-- dependencies
>
> |   `-- pom.xml
>
> |-- derby.log
>
> |-- features
>
> |   |-- pom.xml
>
> |   `-- repository
>
> |   |-- pom.xml
>
> |   `-- target
>
> |-- orbit
>
> |   `-- pom.xml
>
> |-- patch-releases
>
> |-- pom.xml
>
> |-- products
>
> |   `-- pom.xml
>
> |-- service-stubs
>
> `-- pom.xml
>
>
+1

This looks good and easy to manage.

AmilaM.

>
>
> thanks n regards,
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>
> ___
> Stratos-dev mailing list
> stratos-...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [IMPORTANT] Add relative paths for the stuff you add for 3.2.1 release

2011-07-02 Thread Amila Maha Arachchi
Hi Supun,

On Sat, Jul 2, 2011 at 9:38 AM, Supun Malinga  wrote:

> Hi Amila,
>
> On Sat, Jul 2, 2011 at 9:29 AM, Amila Suriarachchi  wrote:
>
>>
>>
>> On Fri, Jul 1, 2011 at 9:38 AM, Supun Malinga  wrote:
>>
>>> Hi folks,
>>>
>>> Please make sure you have added relative paths in the
>>> components,features, etc.
>>> Otherwise you can't build 3.2.1 patch-release pom in a clean repo.
>>>
>>>
>>>- How to do this,
>>>
>>> Lets take the system-statistics module. There packaging structure is as
>>> follows.
>>>
>>> components/system-statistics$ tree -L 3
>>>
>>> |-- org.wso2.carbon.statistics
>>>
>>> |   |-- 3.2.0
>>>
>>> |   |   |-- pom.xml
>>>
>>> |   |   |-- src
>>>
>>> |   |   `-- target
>>>
>>> |   `-- 3.2.1
>>>
>>> |   |-- pom.xml
>>>
>>> |   |-- src
>>>
>>> |   `-- target
>>>
>>> |-- org.wso2.carbon.statistics.ui
>>>
>>> |   `-- 3.2.0
>>>
>>> |   |-- pom.xml
>>>
>>> |   |-- src
>>>
>>> |   `-- target
>>>
>>> |-- pom.xml
>>>
>>>
>>>
>>> So in the *
>>> components/system-statistics/org.wso2.carbon.statistics/3.2.1/pom.xml*,
>>> you need to add the relative paths for the parent pom which is the, *
>>> components/system-statistics/pom.xml.*
>>> It would be like,
>>>
>>>   
>>> org.wso2.carbon
>>> system-statistics
>>> 3.2.0
>>> ../../pom.xml
>>> 
>>>
>>>
>>>
>>>
>>>- How to test if this works
>>>
>>>
>>>1. back up your existing .m2 repo (or clean the m2 repo) or
>>>remove/move  components/system-statistics/pom.xml from the m2 repo.
>>>2. goto *
>>>components/system-statistics/org.wso2.carbon.statistics/3.2.1/* and
>>>'mvn clean install'
>>>
>>>
>> shouldn't this suppose to work. since parent pom i.e 3.2.0 should have
>> been in the maven repos?
>>
>
> yes it does, but then we have to add the repositories to each of these
> poms, cos' we do not build from the top to bottom in the patch release poms.
> (What we do in the patch-release poms is, going into each module directory
> and build from there.)
>

With the new structure in the patch-release folder, it is similar to our
carbon folder struccture, right? In that case, adding the nexus repo to
patch-release root pom wont work?

AmilaM.

>
> thanks,
>
>>
>> thanks,
>> Amila.
>>
>>>
>>> *Please verify all your components that was added into 3.2.1 release.*
>>>
>>> thanks n regards,
>>> --
>>> Supun Malinga,
>>>
>>> Software Engineer,
>>> WSO2 Inc.
>>> http://wso2.com
>>> http://wso2.org
>>> email - sup...@wso2.com 
>>> mobile - 071 56 91 321
>>>
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>
> ___
> 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] [Stratos-dev] Version of services' poms should be 1.5.1?

2011-06-27 Thread Amila Maha Arachchi
On Mon, Jun 27, 2011 at 4:56 PM, Afkham Azeez  wrote:

> Yes, only if something changes we will introduce new versions. Otherwise,
> we will stick with old versions for components, features etc.
>

Versioning for components and features are clear.

But, what about the manager/1.5.1/modules/features. For example
org.wso2.manager.server.feature

At the moment we dont have a versioned  folder such as 3.2.0 or 3.2.1 as in
components or features. What if we do changes in them? How should we
proceed?

>
> On Mon, Jun 27, 2011 at 4:50 PM, Muhammed Shariq  wrote:
>
>> If an artifact hasn't changed then the version should be 1.1.0 for stratos
>> components. Only if we are branching after 3.2.0, then the version should
>> 3.2.1 and 1.5.1 for stratos. So its not wrong to have 1.1.0 artifacts IMO
>> ... in fact the unchanged artifacts should be referred to as 1.1.0 ?
>>
>> On Mon, Jun 27, 2011 at 4:44 PM, Amila Maha Arachchi wrote:
>>
>>> Hi all,
>>>
>>> I created 3.2.1 branches for some stratos components and then I had to
>>> change the respective versions in
>>> manager/1.5.1/modules/features/org.wso2.stratos.manager.server.feature and
>>> ui.feature. There I found out their versions are still 1.1.0. This should be
>>> 1.5.1. Azeez too confirmed this in an offline chat.
>>>
>>> When I had a look at appserver's service poms also I observed this.
>>>
>>> I am confused over these version numbers. Can somebody provide clear
>>> instructions on this.
>>>
>>> If the correct version is 1.5.1, each and every service has to make this
>>> change.
>>>
>>> Thanks,
>>> AmilaM.
>>>
>>> ___
>>> Stratos-dev mailing list
>>> stratos-...@wso2.org
>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>
>>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; WSO2, Inc.; http://wso2.com
> Member; Apache Software Foundation; http://www.apache.org/
> * <http://www.apache.org/>**
> email: **az...@wso2.com* * cell: +94 77 3320919
> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
> *
> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
> *
> *
> *Lean . Enterprise . Middleware*
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Version of services' poms should be 1.5.1?

2011-06-27 Thread Amila Maha Arachchi
Hi all,

I created 3.2.1 branches for some stratos components and then I had to
change the respective versions in
manager/1.5.1/modules/features/org.wso2.stratos.manager.server.feature and
ui.feature. There I found out their versions are still 1.1.0. This should be
1.5.1. Azeez too confirmed this in an offline chat.

When I had a look at appserver's service poms also I observed this.

I am confused over these version numbers. Can somebody provide clear
instructions on this.

If the correct version is 1.5.1, each and every service has to make this
change.

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


Re: [Carbon-dev] [Stratos-dev] Stratos AppServer start failure

2011-06-24 Thread Amila Maha Arachchi
Hi,

On Fri, Jun 24, 2011 at 5:04 PM, Afkham Azeez  wrote:

> Supun,
> Can you try replacing
> CARBON_HOME/lib/endorsed/org.wso2.carbon.thread-3.2.1.jar with the attached
> jar?
>

I tried this and AS started successfully with the provided jar.

Thanks,
AmilaM.

>
>
> On Fri, Jun 24, 2011 at 3:34 PM, Supun Malinga  wrote:
>
>> Hi devs,
>>
>> Stratos appserver doesn't start due to the error [1], Anyone got any idea
>> for the cause of this error?.
>> Issue reported @ [2].
>>
>> [1] Stacktrace
>> Exception in thread "[ThreadPool Manager] - Idle Thread"
>> java.lang.UnsatisfiedLinkError:
>> java.lang.Thread.setNativeName(Ljava/lang/String;)V
>> at java.lang.Thread.setNativeName(Native Method)
>>  at java.lang.Thread.setName(Thread.java:1123)
>> at
>> org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:90)
>> Exception in thread "NioSocketAcceptor-1" java.lang.UnsatisfiedLinkError:
>> java.lang.Thread.setNativeName(Ljava/lang/String;)V
>> at java.lang.Thread.setNativeName(Native Method)
>>  at java.lang.Thread.setName(Thread.java:1123)
>> at
>> org.apache.mina.util.NamePreservingRunnable.setName(NamePreservingRunnable.java:76)
>>  at
>> org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:60)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>>  at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>> at java.lang.Thread.run(Thread.java:686)
>> Exception in thread "[Timer] - Main Queue Handler"
>> java.lang.UnsatisfiedLinkError:
>> java.lang.Thread.setNativeName(Ljava/lang/String;)V
>> at java.lang.Thread.setNativeName(Native Method)
>>  at java.lang.Thread.setName(Thread.java:1123)
>> at
>> org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.setRunnable(Executor.java:49)
>>  at
>> org.eclipse.equinox.internal.util.impl.tpt.threadpool.ThreadPoolManagerImpl.execute(ThreadPoolManagerImpl.java:213)
>> at
>> org.eclipse.equinox.internal.util.impl.tpt.threadpool.ThreadPoolFactoryImpl.execute0(ThreadPoolFactoryImpl.java:112)
>>  at
>> org.eclipse.equinox.internal.util.impl.tpt.timer.TimerImpl.run(TimerImpl.java:110)
>> at java.lang.Thread.run(Thread.java:686)
>> Exception in thread "[ThreadPool Manager] - Idle Thread"
>> java.lang.UnsatisfiedLinkError:
>> java.lang.Thread.setNativeName(Ljava/lang/String;)V
>> at java.lang.Thread.setNativeName(Native Method)
>>  at java.lang.Thread.setName(Thread.java:1123)
>> at
>> org.eclipse.equinox.internal.util.impl.tpt.threadpool.Executor.run(Executor.java:90)
>>
>> [2] https://wso2.org/jira/browse/STRATOS-1216
>>
>> regards,
>> --
>> Supun Malinga,
>>
>> Software Engineer,
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>> email - sup...@wso2.com 
>> mobile - 071 56 91 321
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> *Afkham Azeez*
> Director of Architecture; 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*
>
>
> ___
> Stratos-dev mailing list
> stratos-...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [Stratos-dev] build triggered for 3.2.1 build in ec2 instance

2011-06-24 Thread Amila Maha Arachchi
On Fri, Jun 24, 2011 at 12:28 PM, Supun Malinga  wrote:

> Hi,
>
> On Fri, Jun 24, 2011 at 11:53 AM, Ranga Siriwardena wrote:
>
>> Hi Supun,
>>
>> On Fri, Jun 24, 2011 at 11:39 AM, Supun Malinga  wrote:
>>
>>> Hi,
>>>
>>> On Fri, Jun 24, 2011 at 11:06 AM, Yumani Ranaweera wrote:
>>>

 On Thu, Jun 23, 2011 at 11:11 AM, Supun Malinga wrote:

> Hi All,
>
> Some products are having integration test failures. I'll host the packs
> anyway as this the the first build and we need packs quickly. Will do
> another build asap.
> Packs are being hosted @ [1].
>
> [1] http://10.100.1.43/~carbon/releases/carbon/3.2.1/latest/
>


  GS packs are missing in [1]. Could you please include them too.

>>>
>>> both GS and DSS have not been added to patch-releases/3.2.1/pom.xml
>>>
>>
>> GS is added to patch-releases/3.2.1/pom.xml. It would be better if you can
>> trigger a GS build too.
>>
>
> Lets wait for the next build cycle. Will do in next Monday.
>

Its better if you can only build the GS and copy the pack. Because you have
built the patch release pom, necessary components must have been built
already.

>
> thanks,
>
>
>>
>>> thanks,
>>>
 Thanks,
 Yumani



>
> thanks,
>
>
> On Thu, Jun 23, 2011 at 8:53 AM, Sanjeewa Malalgoda  > wrote:
>
>> +1
>>
>>
>> On Thu, Jun 23, 2011 at 8:38 AM, Supun Malinga wrote:
>>
>>> Hi all,
>>> Building products now.
>>> as- is successful
>>> products build has failed @bam (sent a seperate mail to carbon-dev).
>>> Resumed the build from bps.
>>>
>>> thanks,
>>>
>>> On Wed, Jun 22, 2011 at 10:39 PM, Supun Malinga wrote:
>>>


 On Wed, Jun 22, 2011 at 10:36 PM, Supun Malinga wrote:

> Hi All,
>
> Do to a mistake the .m2 repo used for building in ec2 has been
> deleted in the process of releasing carbon-studio release. :(
> Since artifact deployment is finished i'll use the same .m2 repo
> and build the 3.2.1 in local builder. Hopefully if there are no 
> critical
> build failures we can finish the build by mid-day tomorrow.
>
> Please *DO NOT* use the local builder(10.100.1.43).
>
 account : release1@10.100.1.43


> regards,
>
> On Wed, Jun 22, 2011 at 5:21 PM, Supun Malinga wrote:
>
>> Hi,
>>
>> We are @the products stage.
>>
>>
>> On Wed, Jun 22, 2011 at 4:58 PM, Dimuthu Leelarathne <
>> dimut...@wso2.com> wrote:
>>
>>> Hi,
>>>
>>> Do we have a build now?
>>>
>>> tx,
>>> dimuthu
>>>
>>>  On Wed, Jun 22, 2011 at 9:11 AM, Supun Malinga >> > wrote:
>>>
 Hi,

 building from the core level and up.

 thanks,


 On Wed, Jun 22, 2011 at 7:49 AM, Supun Malinga >>> > wrote:

> Build has hanged at a latter stage of the orbit.
> Now building orbit and service stubs.
>
> thanks,
>
> On Tue, Jun 21, 2011 at 10:09 PM, Supun Malinga <
> sup...@wso2.com> wrote:
>
>>
>>
>> On Tue, Jun 21, 2011 at 10:08 PM, Supun Malinga <
>> sup...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> currently building 3.2.0 in a clean repo.
>>> Build still in the dependencies level. Will post here if
>>> there are any issues and the progress.
>>>
>> revision 108054
>>
>>
>>>
>>> thanks,
>>> --
>>> Supun Malinga,
>>>
>>> Software Engineer,
>>> WSO2 Inc.
>>> http://wso2.com
>>> http://wso2.org
>>> email - sup...@wso2.com 
>>> mobile - 071 56 91 321
>>>
>>>
>>
>>
>> --
>> Supun Malinga,
>>
>> Software Engineer,
>> WSO2 Inc.
>> http://wso2.com
>> http://wso2.org
>> email - sup...@wso2.com 
>> mobile - 071 56 91 321
>>
>>
>
>
> --
> Supun Malinga,
>
> Software Engineer,
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
> email - sup...@wso2.com 
> mobile - 071 56 91 321
>
>


 --
 Supun Malinga,

 Software Engineer,
 WSO2 Inc.
 http://ws

Re: [Carbon-dev] Carbon 3.2.1 build failures

2011-06-22 Thread Amila Maha Arachchi
Hi,

I commented out billing components from patch-release pom temporarily.
Commenting this out will not cause further build failures coz I haven't made
the change in the manager's server feature yet. I'll fix the compilation
failure and uncomment this.

Thanks,
AmilaM.

On Wed, Jun 22, 2011 at 7:34 PM, Afkham Azeez  wrote:

> [INFO] Compiling 14 source files to
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/target/classes
> [INFO] -
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[123,31]
> cannot find symbol
> symbol  : method setResourceVolumeLimit(int)
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[124,31]
> cannot find symbol
> symbol  : method
> setResourceVolumeOveruseCharge(org.wso2.carbon.billing.core.dataobjects.Cash)
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[125,31]
> cannot find symbol
> symbol  : method setBandwidthLimit(int)
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[126,31]
> cannot find symbol
> symbol  : method
> setBandwidthOveruseCharge(org.wso2.carbon.billing.core.dataobjects.Cash)
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/dataobjects/MultitenancyPackage.java:[66,52]
> cannot find symbol
> symbol  : method getResourceVolumeLimit()
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/dataobjects/MultitenancyPackage.java:[67,60]
> cannot find symbol
> symbol  : method getResourceVolumeOveruseCharge()
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/dataobjects/MultitenancyPackage.java:[68,47]
> cannot find symbol
> symbol  : method getBandwidthLimit()
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [ERROR]
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/dataobjects/MultitenancyPackage.java:[69,55]
> cannot find symbol
> symbol  : method getBandwidthOveruseCharge()
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> [INFO] 8 errors
> [INFO] -
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] Compilation failure
>
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[123,31]
> cannot find symbol
> symbol  : method setResourceVolumeLimit(int)
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[124,31]
> cannot find symbol
> symbol  : method
> setResourceVolumeOveruseCharge(org.wso2.carbon.billing.core.dataobjects.Cash)
> location: class org.wso2.carbon.billing.mgt.dataobjects.MultitenancyPackage
>
> /Users/azeez/projects/wso2/org/branches/carbon/3.2.0/components/stratos/billing/org.wso2.carbon.billing.mgt/3.2.1/src/main/java/org/wso2/carbon/billing/mgt/api/MultitenancyBillingInfo.java:[125,31]
> cannot find symbol
> symbol  : method setBandwidthLimit(int)
> location: class org.wso2.carbon.billing.mg

Re: [Carbon-dev] [Stratos-dev] What are the Stratos services where tenants can host Java code?

2011-06-21 Thread Amila Maha Arachchi
On Tue, Jun 21, 2011 at 5:12 PM, Thilina Buddhika  wrote:

> As I remember, we enabled security manager for G-Reg and Mashup as well in
> Stratos 1.0.0 delpoyment.


Currently jar signing is done in AS, ESB, BRS, MS and G-Reg.

>
> Thanks,
> Thilina
>
>
> On Tue, Jun 21, 2011 at 5:05 PM, Afkham Azeez  wrote:
>
>> So only 3 services allow hosting custom Java code, but most services
>> include the Jar signing part. IF you do not have Java hosting, you need no
>> sign your jars, which will also mek the build much more faster.
>>
>>
>> On Tue, Jun 21, 2011 at 4:36 PM, Isuru Suriarachchi wrote:
>>
>>>
>>>
>>> On Tue, Jun 21, 2011 at 3:34 PM, Afkham Azeez  wrote:
>>>
 AS, ESB & what else?
>>>
>>>
>>> + BRS
>>>
>>> Thanks,
>>> ~Isuru
>>>
>>>

 The reason I'm asking is, we have to add the endorsed
 org.wso2.carbon.thread jar to the products where tenants can write and host
 Java code.

 Thanks
 Azeez

 --
 *Afkham Azeez*
 Director of Architecture; 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


>>>
>>>
>>> --
>>> Isuru Suriarachchi
>>> Technical Lead & Product Manager, WSO2 Application Server
>>>
>>> WSO2 Inc. http://wso2.com
>>> email : is...@wso2.com
>>> blog : http://isurues.wordpress.com/
>>>
>>> lean . enterprise . middleware
>>>
>>>
>>> ___
>>> Stratos-dev mailing list
>>> stratos-...@wso2.org
>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>
>>>
>>
>>
>> --
>> *Afkham Azeez*
>> Director of Architecture; 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
>>
>>
>
>
> --
> Thilina Buddhika
> Associate Technical Lead
>
> WSO2 Inc. ; http://wso2.com
> lean . enterprise . middleware
>
> phone : +94 77 44 88 727
> blog : http://blog.thilinamb.com
>
> ___
> Stratos-dev mailing list
> stratos-...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Setup 3.2.1 continuos build

2011-06-18 Thread Amila Maha Arachchi
Hi,

On Sat, Jun 18, 2011 at 2:39 PM, Afkham Azeez  wrote:

> Build team please note. You will have to get all 3.2.0 dependencies from
> the Maven repo, and will need to build only
> <3.2.0-branch>/patch-releases/3.2.1
>

Will do it on Monday.

Thanks,
AmilaM.

>
> --
> *Afkham Azeez*
> Director of Architecture; 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] [AS - Trunk] Build Failure [Embedded error: carbon/products/as/modules/distribution/product/target/docs-temp/wso2as-4.1.0-SNAPSHOT/repository/components not found.]

2011-06-18 Thread Amila Maha Arachchi
Hi,

This is due to appserver -> as change. There are three places in
as/modules/distribution/product/pom.xml with 'appserver'. Those places
should be changed as 'as'. Use the below mentioned patch and check whether
it builds fine. I am not at a state which I can build appserver now. If this
works please commit.

Index: pom.xml
===
--- pom.xml(revision 107707)
+++ pom.xml(working copy)
@@ -123,14 +123,14 @@
 
 
 
-
+
 
 
 
 
 
 
-
+
 
 
 
@@ -193,7 +193,7 @@
 
 
 
-
+
 
 
 


Thanks,
AmilaM.

On Sat, Jun 18, 2011 at 4:47 PM, Kathiravelu Pradeeban
wrote:

> I took an svn up from the trunk and started building from the carbon
> root directory this morning, and it fails as below.
>
> Any thoughts on this?
>
>
> [INFO] Building WSO2 AppServer - Distribution
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target
> [INFO] [buildnumber:create {execution: default}]
> [INFO] Storing buildNumber: 18 Jun 2011
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/src/main/resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] No sources to compile
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] skip non existing resourceDirectory
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/src/test/resources
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [assembly:attached {execution: 1-pre_dist}]
> [INFO] Reading assembly descriptor:
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/src/assembly/dist.xml
> [INFO] Building zip:
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target/wso2as-4.1.0-SNAPSHOT.zip
> [INFO] [jar:jar {execution: default-jar}]
> [WARNING] JAR will be empty - no content was marked for inclusion!
> [INFO] Building jar:
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target/wso2as-4.1.0-SNAPSHOT.jar
> [INFO] [dependency:unpack {execution: 2-unpack-wso2carbon}]
> [INFO] Configured Artifact:
> org.wso2.carbon:wso2carbon-core:3.2.0-SNAPSHOT:zip
> [INFO] Expanding:
>
> /home/pradeeban/.m2/repository/org/wso2/carbon/wso2carbon-core/3.2.0-SNAPSHOT/wso2carbon-core-3.2.0-SNAPSHOT.zip
> into
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target
> [INFO] [antrun:run {execution: 3-extract-docs-from-components}]
> [INFO] Executing tasks
>[mkdir] Created dir:
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target/docs-temp
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Error executing ant tasks
>
> Embedded error:
>
> /home/pradeeban/trunk/stratos/carbon/products/as/modules/distribution/product/target/docs-temp/wso2as-4.1.0-SNAPSHOT/repository/components
> not found.
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> -

Re: [Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon320/carbon/features/repository"

2011-06-14 Thread Amila Maha Arachchi
On Tue, Jun 14, 2011 at 3:06 PM, Amila Maha Arachchi wrote:

>
>
> On Tue, Jun 14, 2011 at 3:03 PM, Denis Weerasiri  wrote:
>
>>
>>
>> On Tue, Jun 14, 2011 at 5:48 AM, WSO2 Carbon 3.2.0 Builder (US1) <
>> cbuil...@wso2.org> wrote:
>>
>>> Repository Root: https://svn.wso2.org/repos/wso2
>>> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
>>> Revision: 107697
>>> Node Kind: directory
>>> Schedule: normal
>>> Last Changed Author: senaka
>>> Last Changed Rev: 107654
>>> Last Changed Date: 2011-06-10 14:58:53 -0400 (Fri, 10 Jun 2011)
>>> case "$BUILD_TASK" in
>>> 'all')
>>> run_all
>>> ;;
>>> 'orbit')
>>> run_from_carbon_orbit
>>> ;;
>>> 'core')
>>> run_from_carbon_core
>>> ;;
>>> 'components')
>>> run_from_carbon_components
>>> ;;
>>> 'features')
>>> run_from_carbon_features
>>> ;;
>>> 'products')
>>> run_from_carbon_products
>>> ;;
>>> 'p2')
>>> run_from_carbon_p2
>>> ;;
>>> 'help')
>>> echo "Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]"
>>> ;;
>>> esac
>>> svn: Failed to add directory 'products/ms/2.3.1': an unversioned
>>> directory of the same name already exists
>>> svn info
>>> Path: .
>>> URL: https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0
>>> Repository Root: https://svn.wso2.org/repos/wso2
>>> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
>>> Revision: 107697
>>> Node Kind: directory
>>> Schedule: normal
>>> Last Changed Author: senaka
>>> Last Changed Rev: 107654
>>> Last Changed Date: 2011-06-10 14:58:53 -0400 (Fri, 10 Jun 2011)
>>> Mon Jun 13 15:50:45 EDT 2011
>>> [INFO] Scanning for projects...
>>> [INFO] Reactor build order:
>>> [INFO]   OpenID4Java no dependencies
>>> [INFO]   Apache Abdera
>>> [INFO]   I18N Libraries
>>> [INFO]   Abdera Core
>>> [INFO]   Abdera Parser
>>> [INFO]   Abdera Client
>>> [INFO]   Abdera Server
>>> [INFO]   Abdera Spring Integration
>>> [INFO]   Abdera Adapters
>>> [INFO]   Abdera JCR Adapter
>>> [INFO]   Abdera CouchDB Adapter
>>> [INFO]   Abdera Filesystem Adapter
>>> [INFO]   Abdera JDBC Adapter
>>> [INFO]   Abdera Security
>>> [INFO]   Abdera Extensions - GData
>>> [INFO]   Abdera Extensions - Geo
>>> [INFO]   Abdera Extensions - HTML
>>> [INFO]   Abdera Extensions - Main
>>> [INFO]   Abdera Extensions - JSON
>>> [INFO]   Abdera Extensions - Media
>>> [INFO]   Abdera Extensions - OAuth
>>> [INFO]   Abdera Extensions - OpenSearch
>>> [INFO]   Abdera Extensions - Serializer
>>> [INFO]   Abdera Extensions - Sharing
>>> [INFO]   Abdera Extensions - WSSE
>>> [INFO]   Abdera Bundle Jar
>>> --
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2ms-2.3.0-src.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2stratos-is-1.5.0-docs.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2cep-1.0.0-src.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2dataservices-2.6.0-src.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2esb-4.0.0.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2cep-1.0.0-docs.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2stratos-gs-1.5.0-docs.zipCALCULATED
>>> CalcSum:
>>>  
>>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2dataservices-2.6.0-docs.zipCALCULATED
>>> [INFO] Scanning for projects...
>>> [INFO]
>>> 
>>> [INFO] Building WSO2 Carbon - Feature Repository
>>> [INFO]task-segment: [clean, install]
>>> [INFO]
>>> 
>>

Re: [Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon320/carbon/features/repository"

2011-06-14 Thread Amila Maha Arachchi
On Tue, Jun 14, 2011 at 3:03 PM, Denis Weerasiri  wrote:

>
>
> On Tue, Jun 14, 2011 at 5:48 AM, WSO2 Carbon 3.2.0 Builder (US1) <
> cbuil...@wso2.org> wrote:
>
>> Repository Root: https://svn.wso2.org/repos/wso2
>> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
>> Revision: 107697
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: senaka
>> Last Changed Rev: 107654
>> Last Changed Date: 2011-06-10 14:58:53 -0400 (Fri, 10 Jun 2011)
>> case "$BUILD_TASK" in
>> 'all')
>> run_all
>> ;;
>> 'orbit')
>> run_from_carbon_orbit
>> ;;
>> 'core')
>> run_from_carbon_core
>> ;;
>> 'components')
>> run_from_carbon_components
>> ;;
>> 'features')
>> run_from_carbon_features
>> ;;
>> 'products')
>> run_from_carbon_products
>> ;;
>> 'p2')
>> run_from_carbon_p2
>> ;;
>> 'help')
>> echo "Usage: $0 -o -h -t[all|orbit|core|components|features|products|p2]"
>> ;;
>> esac
>> svn: Failed to add directory 'products/ms/2.3.1': an unversioned directory
>> of the same name already exists
>> svn info
>> Path: .
>> URL: https://svn.wso2.org/repos/wso2/branches/carbon/3.2.0
>> Repository Root: https://svn.wso2.org/repos/wso2
>> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
>> Revision: 107697
>> Node Kind: directory
>> Schedule: normal
>> Last Changed Author: senaka
>> Last Changed Rev: 107654
>> Last Changed Date: 2011-06-10 14:58:53 -0400 (Fri, 10 Jun 2011)
>> Mon Jun 13 15:50:45 EDT 2011
>> [INFO] Scanning for projects...
>> [INFO] Reactor build order:
>> [INFO]   OpenID4Java no dependencies
>> [INFO]   Apache Abdera
>> [INFO]   I18N Libraries
>> [INFO]   Abdera Core
>> [INFO]   Abdera Parser
>> [INFO]   Abdera Client
>> [INFO]   Abdera Server
>> [INFO]   Abdera Spring Integration
>> [INFO]   Abdera Adapters
>> [INFO]   Abdera JCR Adapter
>> [INFO]   Abdera CouchDB Adapter
>> [INFO]   Abdera Filesystem Adapter
>> [INFO]   Abdera JDBC Adapter
>> [INFO]   Abdera Security
>> [INFO]   Abdera Extensions - GData
>> [INFO]   Abdera Extensions - Geo
>> [INFO]   Abdera Extensions - HTML
>> [INFO]   Abdera Extensions - Main
>> [INFO]   Abdera Extensions - JSON
>> [INFO]   Abdera Extensions - Media
>> [INFO]   Abdera Extensions - OAuth
>> [INFO]   Abdera Extensions - OpenSearch
>> [INFO]   Abdera Extensions - Serializer
>> [INFO]   Abdera Extensions - Sharing
>> [INFO]   Abdera Extensions - WSSE
>> [INFO]   Abdera Bundle Jar
>> --
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2ms-2.3.0-src.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2stratos-is-1.5.0-docs.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2cep-1.0.0-src.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2dataservices-2.6.0-src.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2esb-4.0.0.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2cep-1.0.0-docs.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2stratos-gs-1.5.0-docs.zipCALCULATED
>> CalcSum:
>>  
>> /home/carbon320/public_html/releases/carbon/3.2.0/2011-06-13_20-16-17/wso2dataservices-2.6.0-docs.zipCALCULATED
>> [INFO] Scanning for projects...
>> [INFO]
>> 
>> [INFO] Building WSO2 Carbon - Feature Repository
>> [INFO]task-segment: [clean, install]
>> [INFO]
>> 
>> [INFO] [clean:clean {execution: default-clean}]
>> [INFO] Deleting /home/carbon320/carbon/features/repository/target
>> [INFO] [incremental-build:incremental-build {execution: default}]
>> [INFO] Verifying module descriptor ...
>> [INFO] Pom descriptor modification detected.
>> [INFO] Deleting /home/carbon320/carbon/features/repository/target
>> [INFO] [clean:clean {execution: auto-clean}]
>> [INFO] Deleting /home/carbon320/carbon/features/repository/target
>> [INFO] [dependency:unpack {execution: 1-unpack-p2-agent-distribution}]
>> [INFO] Configured Artifact: org.wso2.carbon:wso2-p2-agent:3.2.0:zip
>> [INFO] Expanding:
>> /home/carbon320/.m2/repository/org/wso2/carbon/wso2-p2-agent/3.2.0/wso2-p2-agent-3.2.0.zip
>> into /home/carbon320/carbon/features/repository/target/p2-agent
>> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
>> [INFO] [carbon-p2:p2-repo-gen {execution: 2-p2-repo-generation}]
>> Downloading:
>> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/appserver/org.wso2.appserver.styles.feature/4.1.0/org.wso2.appserver.styles.feature-4.1.0.zip
>> [INFO] Unable to find resource
>> 'org.wso2.appserver:org.wso2.appserver.styles.feature:zip:4.1.0' in
>> repository wso2-nexus (
>> http://maven.wso2.org/nexus/content/groups/wso2-public/)
>> Downloading:
>> 

Re: [Carbon-dev] "WSO2 Carbon Continuous Build has FAILED /home/carbon320/carbon/products/manager"

2011-06-09 Thread Amila Maha Arachchi
Hi,

This error is due to a path problem in the build script. I have corrected
them and added LB and WSF also.

Thanks,
AmilaM.

On Thu, Jun 9, 2011 at 12:27 PM, WSO2 Carbon 3.2.0 Builder (US1) <
cbuil...@wso2.org> wrote:

> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 107569
> Node Kind: directory
> Schedule: normal
> Last Changed Author: thilinab
> Last Changed Rev: 107564
> Last Changed Date: 2011-06-08 20:46:17 -0400 (Wed, 08 Jun 2011) [INFO] WSO2
> Manager - Features Parent  SUCCESS [0.002s]
> [INFO] WSO2 Stratos Manager - Features Aggregator Module . SUCCESS
> [0.002s]
> [INFO] WSO2 Stratos - Cloud Manager Core Feature . SUCCESS
> [0.003s]
> [INFO] WSO2 Stratos - Cloud Manager UI Feature ... SUCCESS
> [0.003s]
> [INFO] WSO2 Stratos - Cloud Manager Composite Feature  SUCCESS
> [0.002s]
> [INFO] WSO2 Manager - P2 Profile Generation Parent ... SUCCESS
> [0.002s]
> [INFO] WSO2 Stratos Manager - Manager Profile Generation . SUCCESS
> [0.004s]
> [INFO] WSO2 Manager - Distribution Parent  SUCCESS
> [0.002s]
> [INFO] WSO2 Stratos Manager - Distribution ... SUCCESS
> [0.005s]
> [INFO] WSO2 LB - Aggregator Module ... SUCCESS
> [0.002s]
> [INFO] WSO2 LB - P2 Profile Generation Parent  SUCCESS
> [0.002s]
> [INFO] WSO2 LB - P2 Profile Generation ... SUCCESS
> [0.004s]
> [INFO] WSO2 LB - Distribution Parent . SUCCESS
> [0.002s]
> [INFO] WSO2 LB - Distribution  SUCCESS
> [0.004s]
> [INFO] WSO2 WSF/Java - Parent  SUCCESS
> [0.002s]
> [INFO] WSO2 WSF/Java - Distribution .. SUCCESS
> [0.003s]
> [INFO]
> 
> [INFO]
> 
> [INFO] BUILD SUCCESSFUL
> [INFO]
> 
> [INFO] Total time: 21 seconds
> [INFO] Finished at: Thu Jun 09 02:57:12 EDT 2011
> [INFO] Final Memory: 79M/1237M
> [INFO]
> 
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] Building Maven Default Project
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Cannot execute mojo: clean. It requires a project with an existing
> pom.xml, but the build is not using one.
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: < 1 second
> [INFO] Finished at: Thu Jun 09 02:57:14 EDT 2011
> [INFO] Final Memory: 7M/981M
> [INFO]
> 
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] Building Maven Default Project
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Cannot execute mojo: clean. It requires a project with an existing
> pom.xml, but the build is not using one.
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: < 1 second
> [INFO] Finished at: Thu Jun 09 02:57:15 EDT 2011
> [INFO] Final Memory: 7M/981M
> [INFO]
> 
> [INFO] Scanning for projects...
> [INFO]
> 
> [INFO] Building Maven Default Project
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Cannot execute mojo: clean. It requires a project with an existing
> pom.xml, but the build is not using one.
> [INFO]
> --

Re: [Carbon-dev] [URGENT] Test failures in components/event/org.wso2.carbon.event.ws

2011-06-09 Thread Amila Maha Arachchi
Hi Amila,

On Sun, May 29, 2011 at 3:21 PM, Amila Suriarachchi  wrote:

>
>
> On Sun, May 29, 2011 at 2:47 PM, Afkham Azeez  wrote:
>
>> But this means the source packs we release would fail, so we are going to
>> fix this before the final packs right?
>
>
> Still people can change the timezone of their machine and build.
>
> Anyway I'll try to fix this.
>

It seems like this was fixed. But a similar issue occurred to me in
eventing/org.wso2.carbon.eventing.broker tests in 3.2.0 branch in the US
builder. Although eventing is not used now, it still exists in the profile.
Can we simply comment out eventing from components pom.xml?

This is the surefire report.

---
Test set:
org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest
---
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.531 sec
<<< FAILURE!
testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
Time elapsed: 0.067 sec  <<< FAILURE!
junit.framework.ComparisonFailure: Invalid response for the get status
request
expected:<...ing">19[70-01-01T08:55:45.678+05:3]0
but was:<...ing">19[69-12-31T22:25:45.678-05:
0]0
at junit.framework.Assert.assertEquals(Assert.java:81)
at
org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)

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




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

testSubscriptionToSOAP11Envelope(org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest)
Time elapsed: 0.001 sec  <<< FAILURE!
junit.framework.ComparisonFailure: Invalid response for the renew request
expected:<...ing">19[70-01-01T08:55:45.678+05:3]0
but was:<...ing">19[69-12-31T22:25:45.678-05:0]0
at junit.framework.Assert.assertEquals(Assert.java:81)
at
org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest.testSubscriptionToSOAP11Envelope(RenewCommandBuilderTest.java:253)



Thanks,
AmilaM.

>
> thanks,
> Amila.
>
>
>>
>>
>> On Sun, May 29, 2011 at 2:09 PM, Amila Suriarachchi wrote:
>>
>>> I had a look at the test cases and seems that we have hard coded the
>>> +05:30 time zone on them. so these test may fail in a different time zone.
>>>
>>> But please go head skipping tests since this is only a problem with the
>>> test case.
>>>
>>> thanks,
>>> Amila.
>>>
>>>
>>> On Sun, May 29, 2011 at 1:28 PM, Amila Suriarachchi wrote:
>>>
 I ran the test with my local machine and worked fine.


 junit.framework.
>
> ComparisonFailure: Invalid response for the get status
> request
> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
> but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0 se...>


 This seems to be a test case problem. since 8.55 + 5.30 == 3.25 + 0.00

 what is the time zone of the test machine?

 thanks,
 Amila.



 On Sun, May 29, 2011 at 11:29 AM, Prabath Siriwardena >>> > wrote:

> Hi,
>
> We have test failures in event/org.wso2.carbon.event.ws. Please have a
> look - since this is blocking the RC3
>
> release1@1ec2:~/carbon-3.2.0/components/event/
> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
> more
> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
>
> ---
> Test set:
> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderT

Re: [Carbon-dev] RC8 build will be bit delayed

2011-06-09 Thread Amila Maha Arachchi
On Thu, Jun 9, 2011 at 2:35 PM, Shameera Rathnayaka wrote:

>
> *Best Regards
> ~Shameera~*
>
>
>
> On Thu, Jun 9, 2011 at 6:08 AM, Prabath Siriwardena wrote:
>
>> On Thu, Jun 9, 2011 at 6:02 AM, Prabath Siriwardena 
>> wrote:
>> > Encountered an issue in service-stub generation - due to the removal
>> > of axiom from axis2 client jar.
>>
>> This could further break the samples - so we will hold the build at
>> the product level - till each product team verify all the samples with
>> the latest branch.
>>
>>
>
> when i try to build the app server from trunk i got this build error. is
> this because of above reason ???
>

I dnt think these two are related.

Regards,
AmilaM.

>
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Error executing ant
> tasks
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
>  at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>  at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>  at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>  at
> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:597)
> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>  at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>  at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: Error executing
> ant tasks
>  at
> org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:114)
> at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83)
>  at
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
> at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>  ... 17 more
> Caused by:
> /home/shameera/Repository/Carbon/carbon2_june_2nd/products/as/modules/distribution/product/target/docs-temp/wso2as-4.1.0-SNAPSHOT/repository/components
> not found.
>  at
> org.apache.tools.ant.types.AbstractFileSet.getDirectoryScanner(AbstractFileSet.java:349)
> at org.apache.tools.ant.taskdefs.Copy.execute(Copy.java:404)
>  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
> at org.apache.tools.ant.Task.perform(Task.java:364)
>  at org.apache.tools.ant.Target.execute(Target.java:341)
> at
> org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractAntMojo.java:108)
>
>
>
>> Thanks & regards,
>> -Prabath
>>
>> >
>> > Thilina is currently fixing it by adding the axiom to
>> wsdl2java.classpath.
>> >
>> > $subject
>> >
>> > --
>> > Thanks & Regards,
>> > Prabath
>> >
>> > http://blog.facilelogin.com
>> > http://RampartFAQ.com
>> >
>>
>>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-06-09 Thread Amila Maha Arachchi
Hi,

This test failure occurs due to the timezone difference. AFAIK timezone is
hard coded in the test cases. I locally added the following code segment
eventing/org.wso2.carbon.eventing.broker/pom.xml to ignore the test
failures.


maven-surefire-plugin
true

false



There was a discussion on fixing this during RC3 IIRC. But I couldnt find
the mail thread.

thanks,
AmilaM.


On Thu, Jun 9, 2011 at 9:13 AM, WSO2 Carbon 3.2.0 Builder (US1) <
cbuil...@wso2.org> wrote:

> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 107567
> Node Kind: directory
> Schedule: normal
> Last Changed Author: thilinab
> Last Changed Rev: 107564
> Last Changed Date: 2011-06-08 20:46:17 -0400 (Wed, 08 Jun 2011)
> ---
>  T E S T S
> ---
> Running
> org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest
> log4j:WARN No appenders could be found for logger
> (org.apache.axis2.context.AbstractContext).
> log4j:WARN Please initialize the log4j system properly.
> Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec
> <<< FAILURE!
> Running
> org.wso2.carbon.eventing.broker.builders.SubscribeCommandBuilderTest
> Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
> Running org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest
> Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
> <<< FAILURE!
> Running org.wso2.carbon.eventing.broker.CarbonEventBrokerTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
> Running org.wso2.carbon.eventing.broker.CarbonSubscriptionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
> Running
> org.wso2.carbon.eventing.broker.builders.UnSubscribeCommandBuilderTest
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
>
> Results :
>
> Failed tests:
>
>  
> testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
>
>  
> testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.eventing.broker.builders.GetStatusCommandBuilderTest)
>
>  
> testSubscriptionToSOAP12Envelope(org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest)
>
>  
> testSubscriptionToSOAP11Envelope(org.wso2.carbon.eventing.broker.builders.RenewCommandBuilderTest)
>
> Tests run: 28, Failures: 4, Errors: 0, Skipped: 0
>
> [INFO]
> 
> [ERROR] BUILD FAILURE
> [INFO]
> 
> [INFO] There are test failures.
>
> Please refer to
> /home/carbon320/carbon/components/eventing/org.wso2.carbon.eventing.broker/3.2.0/target/surefire-reports
> for the individual test results.
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 58 minutes 26 seconds
> [INFO] Finished at: Wed Jun 08 23:43:31 EDT 2011
> [INFO] Final Memory: 1444M/1848M
> [INFO]
> 
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] Please fix the trunk

2011-06-08 Thread Amila Maha Arachchi
On Thu, Jun 9, 2011 at 11:26 AM, Thilina Buddhika  wrote:

> AmilaM, I think this is not a scalable approach. Please refer to the
> Azeez's reply to the thread "RC8 build will be bit delayed" in carbon-dev.


I was about to commit. But was able to hold it :)

>
> Thanks,
> Thilina
>
> On Thu, Jun 9, 2011 at 11:12 AM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Thu, Jun 9, 2011 at 11:06 AM, Amila Suriarachchi wrote:
>>
>>> from wsdl2java point of view doesn't matter.
>>>
>>
>> Thilina has fixed this in the branch (by adding axiom jar as a path
>> element). I am following the same in branch and will commit shortly.
>>
>> AmilaM.
>>
>>>
>>> thanks,
>>> Amila.
>>>
>>>
>>> On Thu, Jun 9, 2011 at 12:17 AM, Denis Weerasiri  wrote:
>>>
>>>> Hi Amila,
>>>> Most of the stub-generation modules fails due to
>>>> this NoClassDefFoundError exception.
>>>> Adding the axiom lib (axiom-1.2.11.wso2v1.jar) to class-path during
>>>> WSDL2Java solves the issue.
>>>> Is it OK to modify the ant tasks to add the class-path in all
>>>> service-stubs  modules?
>>>>
>>>>
>>>> On Wed, Jun 8, 2011 at 11:44 PM, Denis Weerasiri wrote:
>>>>
>>>>> Hi,
>>>>> carbon/core/org.wso2.carbon.ui also fails due to  below exception
>>>>> in carbon/service-stubs/org.wso2.carbon.core.commons.stub
>>>>>
>>>>>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>> org/apache/axiom/om/OMNode
>>>>>  [java] at
>>>>> org.apache.axis2.description.WSDLToAxisServiceBuilder.(WSDLToAxisServiceBuilder.java:103)
>>>>>  [java] at
>>>>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.(WSDL11ToAxisServiceBuilder.java:217)
>>>>>  [java] at
>>>>> org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.(WSDL11ToAllAxisServicesBuilder.java:63)
>>>>>  [java] at
>>>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:166)
>>>>>  [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>>>>>  [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>>>>>  [java] Caused by: java.lang.ClassNotFoundException:
>>>>> org.apache.axiom.om.OMNode
>>>>>  [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>>>  [java] at java.security.AccessController.doPrivileged(Native
>>>>> Method)
>>>>>  [java] at
>>>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>>>>>  [java] at
>>>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>>  [java] ... 6 more
>>>>>
>>>>> So getting compilation failures at
>>>>>
>>>>> [ERROR] BUILD FAILURE
>>>>> [INFO]
>>>>> 
>>>>> [INFO] Compilation failure
>>>>>
>>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileUploadServiceClient.java:[28,51]
>>>>> package org.wso2.carbon.core.commons.stub.fileupload does not exist
>>>>>
>>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileUploadServiceClient.java:[35,12]
>>>>> cannot find symbol
>>>>> symbol  : class FileUploadServiceStub
>>>>> location: class org.wso2.carbon.ui.clients.FileUploadServiceClient
>>>>>
>>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileDownloadServiceClient.java:[26,53]
>>>>> package org.wso2.carbon.core.commons.stub.filedownload does not exist
>>>>>
>>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileDownloadServiceClient.java:[38,12]
>>>>> cannot find symbol
>>>>> symbol  : class FileDownloadServiceStub
>>>>> location: class org.wso2.carbon.ui.clients.FileDownloadServiceClient
>>>>

Re: [Carbon-dev] Please fix the trunk

2011-06-08 Thread Amila Maha Arachchi
On Thu, Jun 9, 2011 at 11:12 AM, Amila Maha Arachchi wrote:

>
>
> On Thu, Jun 9, 2011 at 11:06 AM, Amila Suriarachchi wrote:
>
>> from wsdl2java point of view doesn't matter.
>>
>
> Thilina has fixed this in the branch (by adding axiom jar as a path
> element). I am following the same in branch and will commit shortly.
>

I meant trunk.

>
> AmilaM.
>
>>
>> thanks,
>> Amila.
>>
>>
>> On Thu, Jun 9, 2011 at 12:17 AM, Denis Weerasiri  wrote:
>>
>>> Hi Amila,
>>> Most of the stub-generation modules fails due to
>>> this NoClassDefFoundError exception.
>>> Adding the axiom lib (axiom-1.2.11.wso2v1.jar) to class-path during
>>> WSDL2Java solves the issue.
>>> Is it OK to modify the ant tasks to add the class-path in all
>>> service-stubs  modules?
>>>
>>>
>>> On Wed, Jun 8, 2011 at 11:44 PM, Denis Weerasiri  wrote:
>>>
>>>> Hi,
>>>> carbon/core/org.wso2.carbon.ui also fails due to  below exception
>>>> in carbon/service-stubs/org.wso2.carbon.core.commons.stub
>>>>
>>>>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
>>>> org/apache/axiom/om/OMNode
>>>>  [java] at
>>>> org.apache.axis2.description.WSDLToAxisServiceBuilder.(WSDLToAxisServiceBuilder.java:103)
>>>>  [java] at
>>>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.(WSDL11ToAxisServiceBuilder.java:217)
>>>>  [java] at
>>>> org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.(WSDL11ToAllAxisServicesBuilder.java:63)
>>>>  [java] at
>>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:166)
>>>>  [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>>>>  [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>>>>  [java] Caused by: java.lang.ClassNotFoundException:
>>>> org.apache.axiom.om.OMNode
>>>>  [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>>  [java] at java.security.AccessController.doPrivileged(Native
>>>> Method)
>>>>  [java] at
>>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>>>>  [java] at
>>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>  [java] ... 6 more
>>>>
>>>> So getting compilation failures at
>>>>
>>>> [ERROR] BUILD FAILURE
>>>> [INFO]
>>>> 
>>>> [INFO] Compilation failure
>>>>
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileUploadServiceClient.java:[28,51]
>>>> package org.wso2.carbon.core.commons.stub.fileupload does not exist
>>>>
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileUploadServiceClient.java:[35,12]
>>>> cannot find symbol
>>>> symbol  : class FileUploadServiceStub
>>>> location: class org.wso2.carbon.ui.clients.FileUploadServiceClient
>>>>
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileDownloadServiceClient.java:[26,53]
>>>> package org.wso2.carbon.core.commons.stub.filedownload does not exist
>>>>
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/FileDownloadServiceClient.java:[38,12]
>>>> cannot find symbol
>>>> symbol  : class FileDownloadServiceStub
>>>> location: class org.wso2.carbon.ui.clients.FileDownloadServiceClient
>>>>
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/LoggedUserInfoClient.java:[29,55]
>>>> package org.wso2.carbon.core.commons.stub.loggeduserinfo does not exist
>>>>
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.ui/src/main/java/org/wso2/carbon/ui/clients/LoggedUserInfoClient.java:[34,12]
>>>> cannot find symbol
>>>> symbol  : class LoggedUserInfoAdminStub
>>>> location: class org.wso2.carbon.ui.clients.LoggedUserInfoClient
>>>>
>>>> [INFO]
>

Re: [Carbon-dev] Please fix the trunk

2011-06-08 Thread Amila Maha Arachchi
7)
>>>  [java] at
>>> org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.(WSDL11ToAllAxisServicesBuilder.java:63)
>>>  [java] at
>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:166)
>>>  [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>>>  [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>>>  [java] Caused by: java.lang.ClassNotFoundException:
>>> org.apache.axiom.om.OMNode
>>>  [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>  [java] at java.security.AccessController.doPrivileged(Native
>>> Method)
>>>  [java] at
>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>>>  [java] at
>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>  [java] ... 6 more
>>>  [java] Java Result: 1
>>>  [java] Retrieving document at
>>> 'src/main/resources/LoggedUserInfoAdmin.wsdl'.
>>>  [java] Exception in thread "main" java.lang.NoClassDefFoundError:
>>> org/apache/axiom/om/OMNode
>>>  [java] at
>>> org.apache.axis2.description.WSDLToAxisServiceBuilder.(WSDLToAxisServiceBuilder.java:103)
>>>  [java] at
>>> org.apache.axis2.description.WSDL11ToAxisServiceBuilder.(WSDL11ToAxisServiceBuilder.java:217)
>>>  [java] at
>>> org.apache.axis2.description.WSDL11ToAllAxisServicesBuilder.(WSDL11ToAllAxisServicesBuilder.java:63)
>>>  [java] at
>>> org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:166)
>>>  [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:35)
>>>  [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:24)
>>>  [java] Caused by: java.lang.ClassNotFoundException:
>>> org.apache.axiom.om.OMNode
>>>  [java] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
>>>  [java] at java.security.AccessController.doPrivileged(Native
>>> Method)
>>>  [java] at
>>> java.net.URLClassLoader.findClass(URLClassLoader.java:190)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
>>>  [java] at
>>> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>  [java] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>  [java] ... 6 more
>>>  [java] Java Result: 1
>>> [INFO] Executed tasks
>>>
>>>
>>> On Wed, Jun 8, 2011 at 11:24 PM, Denis Weerasiri  wrote:
>>>
>>>> I'm getting these errors at core. But in 3.2.0 branch, stub generation
>>>> for org.wso2.carbon.authenticator.stub works fine, while in trunk it fails.
>>>>
>>>> [ERROR] COMPILATION ERROR :
>>>> [INFO] ---------
>>>> [ERROR]
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/java/org/wso2/carbon/authenticator/proxy/AuthenticationAdminClient.java:[31,41]
>>>> package org.wso2.carbon.authenticator.stub does not exist
>>>>
>>>> [ERROR]
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/java/org/wso2/carbon/authenticator/proxy/AuthenticationAdminClient.java:[32,41]
>>>> package org.wso2.carbon.authenticator.stub does not exist
>>>>
>>>> [ERROR]
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/java/org/wso2/carbon/authenticator/proxy/AuthenticationAdminClient.java:[43,12]
>>>> cannot find symbol
>>>> symbol  : class AuthenticationAdminStub
>>>> location: class
>>>> org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
>>>>
>>>> [ERROR]
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/java/org/wso2/carbon/authenticator/proxy/AuthenticationAdminClient.java:[74,11]
>>>> cannot find symbol
>>>> symbol  : class RememberMeData
>>>> location: class
>>>> org.wso2.carbon.authenticator.proxy.AuthenticationAdminClient
>>>>
>>>> [ERROR]
>>>> /opt/installations/wso2/trunk/carbon/core/org.wso2.carbon.authenticator.proxy/src/main/java/org/wso2/carbon/authenticator/proxy/AuthenticationAdminClient.java:[52,19]
>&

Re: [Carbon-dev] RC8 build will be bit dealyed

2011-06-08 Thread Amila Maha Arachchi
Hi,

I am in the process of building the trunk and I too encountered this.

Thanks,
AmilaM.

On Thu, Jun 9, 2011 at 6:02 AM, Prabath Siriwardena wrote:

> Encountered an issue in service-stub generation - due to the removal
> of axiom from axis2 client jar.
>
> Thilina is currently fixing it by adding the axiom to wsdl2java.classpath.
>
> $subject
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
> ___
> 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] Please fix the trunk

2011-06-07 Thread Amila Maha Arachchi
On Wed, Jun 8, 2011 at 11:47 AM, Prabath Siriwardena wrote:

> Asela is working on this...
>

In the process of taking a fresh checkout of trunk in the local builder.
Will build and see what are the errors.

Thanks,
AmilaM.

>
> Thanks & regards,
> -Prabath
>
> On Wed, Jun 8, 2011 at 11:22 AM, Afkham Azeez  wrote:
> > Folks,
> > The branch build is stable, but the trunk has been totally broken. We
> would
> > be switching back active development to the trunk soon after the release.
> > Please can the relevant people fix the trunk today?
> > Thanks
> > Azeez
> >
> > --
> > Afkham Azeez
> > Director of Architecture; 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
> >
> >
>
>
>
> --
> Thanks & Regards,
> Prabath
>
> http://blog.facilelogin.com
> http://RampartFAQ.com
> ___
> 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] [Stratos-dev] Progress on Stratos & pending Stratos issues

2011-06-07 Thread Amila Maha Arachchi
On Wed, Jun 8, 2011 at 11:19 AM, Afkham Azeez  wrote:

> What are the pending issues in Stratos & how are the stuff progressing?
>
> The following are the new major attractions in this release.
>
> 1. Usage & Metering
>
Ready to demo in RC7. I have been testing this locally and in the private
cloud. Ran a couple of bill generations in the private cloud and some of the
folks (who have active accounts and valid emails provided) received the
invoice email and I got some feedbacks too.

Thanks,
AmilaM.


> 2. Logging
> 3. Data story, Cassandra
> 4. Google Auth integration
>
> What are the pending issues in those areas (did I miss anything)? Sanjaya
> has setup private cloud with RC7 packs, is it possible to demonstrate those
> features on the private cloud?
>
> We are having weird issues on EC2 related to LB & autoscaling, and most of
> those issues seem to be AWS specific ones. Sanjaya, Pradeeban, Chamith & I
> will be working on those to sort those out within the next few days.
>
> Thanks
> Azeez
> --
> *Afkham Azeez*
> Director of Architecture; 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*
>
>
> ___
> Stratos-dev mailing list
> stratos-...@wso2.org
> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


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

2011-06-06 Thread Amila Maha Arachchi
Need to build core/integration with tests to get rid of this build failure.

On Tue, Jun 7, 2011 at 3:39 AM, WSO2 Carbon 3.2.0 Builder (US1) <
cbuil...@wso2.org> wrote:

> Repository Root: https://svn.wso2.org/repos/wso2
> Repository UUID: a5903396-d722-0410-b921-86c7d4935375
> Revision: 107337
> Node Kind: directory
> Schedule: normal
> Last Changed Author: janaka
> Last Changed Rev: 107335
> Last Changed Date: 2011-06-06 12:32:15 -0400 (Mon, 06 Jun 2011) [INFO]
> Deleting
> /home/carbon320/carbon/products/greg/4.0.0/modules/integration/target
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting
> /home/carbon320/carbon/products/greg/4.0.0/modules/integration/target
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /home/carbon320/carbon/products/greg/4.0.0/modules/integration/pom.xml to
> /home/carbon320/.m2/repository/org/wso2/governance/integration/4.0.0/integration-4.0.0.pom
> [INFO]
> 
> [INFO] Building WSO2 Governance Registry Test Framework - Registry Test
> Module Group
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> /home/carbon320/carbon/products/greg/4.0.0/modules/integration/registry/target
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting
> /home/carbon320/carbon/products/greg/4.0.0/modules/integration/registry/target
> [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /home/carbon320/carbon/products/greg/4.0.0/modules/integration/registry/pom.xml
> to
> /home/carbon320/.m2/repository/org/wso2/governance/registry/4.0.0/registry-4.0.0.pom
> [INFO]
> 
> [INFO] Building Remote Registry Test Module
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> Downloading:
> http://maven.wso2.org/nexus/content/groups/wso2-public//org/wso2/carbon/org.wso2.carbon.integration.core/3.2.0/org.wso2.carbon.integration.core-3.2.0-tests.jar
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0' in
> repository wso2-nexus (
> http://maven.wso2.org/nexus/content/groups/wso2-public/)
> Downloading:
> http://repo1.maven.org/maven2/org/wso2/carbon/org.wso2.carbon.integration.core/3.2.0/org.wso2.carbon.integration.core-3.2.0-tests.jar
> [INFO] Unable to find resource
> 'org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0' in
> repository central (http://repo1.maven.org/maven2)
> [INFO]
> 
> [ERROR] BUILD ERROR
> [INFO]
> 
> [INFO] Failed to resolve artifact.
>
> Missing:
> --
> 1) org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0
>
>  Try downloading the file manually from the project website.
>
>  Then, install it using the command:
>  mvn install:install-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.integration.core -Dversion=3.2.0
> -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file
>
>  Alternatively, if you host your own repository you can deploy the file
> there:
>  mvn deploy:deploy-file -DgroupId=org.wso2.carbon
> -DartifactId=org.wso2.carbon.integration.core -Dversion=3.2.0
> -Dclassifier=tests -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
> -DrepositoryId=[id]
>
>  Path to dependency:
>1) org.wso2.governance:app-remote-registry-test:jar:4.0.0
>2) org.wso2.carbon:org.wso2.carbon.integration.core:jar:tests:3.2.0
>
> --
> 1 required artifact is missing.
>
> for artifact:
>  org.wso2.governance:app-remote-registry-test:jar:4.0.0
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2),
>  wso2-nexus (http://maven.wso2.org/nexus/content/groups/wso2-public/)
>
>
>
> [INFO]
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> 
> [INFO] Total time: 112 minutes 12 seconds
> [INFO] Finished at: Mon Jun 06 18:08:54 EDT 2011
> [INFO] Final Memory: 1269M/1628M
> [INFO]
> 
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin

Re: [Carbon-dev] User Management compile error

2011-06-03 Thread Amila Maha Arachchi
Hi,

Try updating service-stubs/org.wso2.carbon.user.mgt.stub and building it and
then building the user management component.

Thanks,
AmilaM.

On Fri, Jun 3, 2011 at 4:26 PM, Chintana Wilamuna  wrote:

> Hi,
>
> I'm getting the following compilation error while trying to build carbon
> core.
>
> [INFO]
> 
> [INFO] Building WSO2 Carbon - User Management
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.user.mgt.common:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 1 resource
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 13 source files to
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target/classes
> [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
> [INFO] Generating 2 MetaType Descriptors to
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target/scr-plugin-generated/OSGI-INF/metatype/metatype.xml
> [INFO] Writing abstract service descriptor
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target/scr-plugin-generated/OSGI-INF/scr-plugin/scrinfo.xml
> with 1 entries.
> [INFO] Generating 1 Service Component Descriptors to
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target/scr-plugin-generated/OSGI-INF/serviceComponents.xml
> [INFO] [resources:testResources {execution: default-testResources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] Copying 0 resource
> [INFO] [compiler:testCompile {execution: default-testCompile}]
> [INFO] Not compiling test sources
> [INFO] [surefire:test {execution: default-test}]
> [INFO] Tests are skipped.
> [INFO] [bundle:bundle {execution: default-bundle}]
> [WARNING] Warning building bundle
> org.wso2.carbon:org.wso2.carbon.user.mgt:bundle:3.2.0-SNAPSHOT : Did not
> find matching referal for javax.xml.namespace.*
> [WARNING] Warning building bundle
> org.wso2.carbon:org.wso2.carbon.user.mgt:bundle:3.2.0-SNAPSHOT : Did not
> find matching referal for javax.xml.stream.*
> [WARNING] Warning building bundle
> org.wso2.carbon:org.wso2.carbon.user.mgt:bundle:3.2.0-SNAPSHOT : Did not
> find matching referal for org.apache.axiom.*
> [INFO] [install:install {execution: default-install}]
> [INFO] Installing
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt/target/org.wso2.carbon.user.mgt-3.2.0-SNAPSHOT.jar
> to
> /home/chintana/.m2/repository/org/wso2/carbon/org.wso2.carbon.user.mgt/3.2.0-SNAPSHOT/org.wso2.carbon.user.mgt-3.2.0-SNAPSHOT.jar
> [INFO] [bundle:install {execution: default-install}]
> [INFO] Local OBR update disabled (enable with -DobrRepository)
> [INFO]
> 
> [INFO] Building WSO2 Carbon - User Management UI
> [INFO]task-segment: [clean, install]
> [INFO]
> 
> [INFO] [clean:clean {execution: default-clean}]
> [INFO] Deleting
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt.ui/target
> [INFO] snapshot
> org.wso2.carbon:org.wso2.carbon.user.mgt.stub:3.2.0-SNAPSHOT: checking for
> updates from wso2-nexus
> [INFO] [incremental-build:incremental-build {execution: default}]
> [INFO] Verifying module descriptor ...
> [INFO] Pom descriptor modification detected.
> [INFO] Deleting
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt.ui/target
> [INFO] [clean:clean {execution: auto-clean}]
> [INFO] Deleting
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt.ui/target
> [INFO] [resources:resources {execution: default-resources}]
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 96 resources
> [INFO] [compiler:compile {execution: default-compile}]
> [INFO] Compiling 6 source files to
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt.ui/target/classes
> [INFO] -
> [ERROR] COMPILATION ERROR :
> [INFO] -
> [ERROR]
> /home/chintana/src/carbon/core/org.wso2.carbon.user.mgt.ui/src/main/java/org/wso2/carbon/user/mgt/ui/Util.java:[95,43]
> cannot find symbol
> symbol  : method 

Re: [Carbon-dev] Test failure in governance.api - RC2 build

2011-06-01 Thread Amila Maha Arachchi
This test failure still exists and ate up yet another RC build cycle :(

On Wed, Jun 1, 2011 at 10:30 AM, Prabath Siriwardena wrote:

> Thanks a lot Denis for following up on this...
>
> Registry team please look in to this..
>
> Also, Denis - lets do a clean repo build on builder machine in couple
> of hours time [after the registry test fixes]..
>
> Thanks & regards,
> -Prabath
>
> On Wed, Jun 1, 2011 at 10:24 AM, Denis Weerasiri  wrote:
> > Hi,
> > Yesterday a build was triggered in 3.2.0 branch with r106564. We still
> have
> > this test failure.
> > Other than that, all the products were built with integration tests.
> >
> > On Fri, May 27, 2011 at 10:07 PM, Amila Maha Arachchi 
> > wrote:
> >>
> >> Hi,
> >>
> >> Could not get the sure-fire reports.
> >>
> >> ---
> >>  T E S T S
> >> ---
> >> Running org.wso2.carbon.governance.api.test.SchemaTest
> >> log4j:WARN No appenders could be found for logger
> >> (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
> >> log4j:WARN Please initialize the log4j system properly.
> >> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.018
> sec
> >> <<< FAILURE!
> >> Running org.wso2.carbon.governance.api.test.PolicyTest
> >> log4j:WARN No appenders could be found for logger
> >> (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
> >> log4j:WARN Please initialize the log4j system properly.
> >> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.107
> sec
> >> Running org.wso2.carbon.governance.api.test.ServiceTest
> >> Retrieving document at
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> log4j:WARN No appenders could be found for logger
> >> (org.wso2.carbon.utils.multitenancy.CarbonContextHolder).
> >> log4j:WARN Please initialize the log4j system properly.
> >> Retrieving schema at '../xsd/purchasing.xsd', relative to
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving document at
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving schema at '../xsd/purchasing.xsd', relative to
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving document at
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving schema at '../xsd/purchasing.xsd', relative to
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving document at
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving schema at '../xsd/purchasing.xsd', relative to
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving document at
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving schema at '../xsd/purchasing.xsd', relative to
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving document at
> >> '
> http://svn.wso2.org/repos/wso2/trunk/carbon/components/governance/org.wso2.carbon.governance.api/src/test/resources/test-resources/wsdl/BizService.wsdl
> '.
> >> Retrieving schema at '../xsd/purchasing.xsd', relative to
> >> '
> http://svn.wso2.org/repos/wso2/trunk/ca

Re: [Carbon-dev] Do we still use components/eventing?

2011-06-01 Thread Amila Maha Arachchi
On Wed, Jun 1, 2011 at 5:28 PM, Tharindu Mathew  wrote:

>
>
> On Wed, Jun 1, 2011 at 5:16 PM, Shammi Jayasinghe  wrote:
>
>> AFAIK no any other component is using this eventing component. You can
>> remove it from the components/pom.xml
>>
>> Thanks
>> Shammi
>>
>> On Wed, Jun 1, 2011 at 5:09 PM, Amila Maha Arachchi wrote:
>>
>>> Hi,
>>>
>>> $Subject? If not shall I remove it / comment it from components/pom.xml?
>>> This caused some test failures in RC3 build.
>>>
>>> +1
>

Will do this after the RC4. Dont want to break the RC4 build now :) Want to
go through the product poms as well.


> Thanks,
>>> AmilaM.
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Best Regards,*
>>
>> Shammi Jayasinghe*
>> Senior Software Engineer; WSO2, Inc.; http://wso2.com,
>> mobile: +94 71 4493085
>>
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Regards,
>
> Tharindu
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


[Carbon-dev] Do we still use components/eventing?

2011-06-01 Thread Amila Maha Arachchi
Hi,

$Subject? If not shall I remove it / comment it from components/pom.xml?
This caused some test failures in RC3 build.

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


Re: [Carbon-dev] RC3 Packs - 3.2.0

2011-05-31 Thread Amila Maha Arachchi
Hi,

On Tue, May 31, 2011 at 10:24 AM, Amila Maha Arachchi wrote:

> Hi,
>
> On Tue, May 31, 2011 at 10:06 AM, Krishantha Samaraweera <
> krishan...@wso2.com> wrote:
>
>> Hi Amila,
>>
>> Can you copy p2-repo as well. BTW in builder machine p2-repo.zip is
>> 148 bytes, please check.
>>
>
> Sorry, I forgot to copy it :(. I created the p2-repo.zip now (previous one
> was not correct as you mentioned). Will download it and let you know.
>

p2-repo is now available locally. Stratos packs are also available at
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/services/

>
> Thanks,
> AmilaM.
>
>>
>> Thanks,
>> Krishantha.
>>
>> On Mon, May 30, 2011 at 7:02 PM, Charitha Kankanamge 
>> wrote:
>> >
>> > On Mon, May 30, 2011 at 5:49 PM, Amila Maha Arachchi 
>> > wrote:
>> >>
>> >>
>> >> On Mon, May 30, 2011 at 5:25 PM, Amila Maha Arachchi 
>> >> wrote:
>> >>>
>> >>>
>> >>> On Mon, May 30, 2011 at 4:24 PM, Amila Maha Arachchi > >
>> >>> wrote:
>> >>>>
>> >>>>
>> >>>> On Mon, May 30, 2011 at 3:22 PM, Amila Maha Arachchi <
>> ami...@wso2.com>
>> >>>> wrote:
>> >>>>>
>> >>>>>
>> >>>>> On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi <
>> ami...@wso2.com>
>> >>>>> wrote:
>> >>>>>>
>> >>>>>>
>> >>>>>> On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi
>> >>>>>>  wrote:
>> >>>>>>>
>> >>>>>>>
>> >>>>>>> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi
>> >>>>>>>  wrote:
>> >>>>>>>>
>> >>>>>>>> Hi,
>> >>>>>>>>
>> >>>>>>>> I started downloading packs from the EC2 builder to local
>> builder.
>> >>>>>>>> You can find them at [2]. At the moment only AS is downloaded.
>> G-Reg and IS
>> >>>>>>>> are being downloaded. I'll update as the packs are available.
>> >>>>>>>>
>> >>>>>>>> [2]
>> http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>> >>>>>>>>
>> >>>>>>>
>> >>>>>>> G-Reg and IS packs are available locally at [2].
>> >>>>>>
>> >>>>>> GS and MS packs are available locally [2].
>> >>>>>
>> >>>>> DSS and BAM packs are available locally at [2]
>> >>>>
>> >>>> ESB and BPS packs are available locally.
>> >>>
>> >>> BRS, CEP and MB packs are available locally now.
>> >>
>> >> WSF and LB packs are also available locally now (i.e. All the product
>> >> packs are available locally). Will be downloading services now.
>> >
>> > Thank you very much Amila!
>> > /Charitha
>> >
>> > ___
>> > 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] RC3 Packs - 3.2.0

2011-05-30 Thread Amila Maha Arachchi
Hi,

On Tue, May 31, 2011 at 10:06 AM, Krishantha Samaraweera <
krishan...@wso2.com> wrote:

> Hi Amila,
>
> Can you copy p2-repo as well. BTW in builder machine p2-repo.zip is
> 148 bytes, please check.
>

Sorry, I forgot to copy it :(. I created the p2-repo.zip now (previous one
was not correct as you mentioned). Will download it and let you know.

Thanks,
AmilaM.

>
> Thanks,
> Krishantha.
>
> On Mon, May 30, 2011 at 7:02 PM, Charitha Kankanamge 
> wrote:
> >
> > On Mon, May 30, 2011 at 5:49 PM, Amila Maha Arachchi 
> > wrote:
> >>
> >>
> >> On Mon, May 30, 2011 at 5:25 PM, Amila Maha Arachchi 
> >> wrote:
> >>>
> >>>
> >>> On Mon, May 30, 2011 at 4:24 PM, Amila Maha Arachchi 
> >>> wrote:
> >>>>
> >>>>
> >>>> On Mon, May 30, 2011 at 3:22 PM, Amila Maha Arachchi  >
> >>>> wrote:
> >>>>>
> >>>>>
> >>>>> On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi <
> ami...@wso2.com>
> >>>>> wrote:
> >>>>>>
> >>>>>>
> >>>>>> On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi
> >>>>>>  wrote:
> >>>>>>>
> >>>>>>>
> >>>>>>> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi
> >>>>>>>  wrote:
> >>>>>>>>
> >>>>>>>> Hi,
> >>>>>>>>
> >>>>>>>> I started downloading packs from the EC2 builder to local builder.
> >>>>>>>> You can find them at [2]. At the moment only AS is downloaded.
> G-Reg and IS
> >>>>>>>> are being downloaded. I'll update as the packs are available.
> >>>>>>>>
> >>>>>>>> [2]
> http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
> >>>>>>>>
> >>>>>>>
> >>>>>>> G-Reg and IS packs are available locally at [2].
> >>>>>>
> >>>>>> GS and MS packs are available locally [2].
> >>>>>
> >>>>> DSS and BAM packs are available locally at [2]
> >>>>
> >>>> ESB and BPS packs are available locally.
> >>>
> >>> BRS, CEP and MB packs are available locally now.
> >>
> >> WSF and LB packs are also available locally now (i.e. All the product
> >> packs are available locally). Will be downloading services now.
> >
> > Thank you very much Amila!
> > /Charitha
> >
> > ___
> > 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] RC3 Packs - 3.2.0

2011-05-30 Thread Amila Maha Arachchi
On Mon, May 30, 2011 at 5:25 PM, Amila Maha Arachchi wrote:

>
>
> On Mon, May 30, 2011 at 4:24 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Mon, May 30, 2011 at 3:22 PM, Amila Maha Arachchi wrote:
>>
>>>
>>>
>>> On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi wrote:
>>>
>>>>
>>>>
>>>> On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi 
>>>> wrote:
>>>>
>>>>>
>>>>>
>>>>> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi >>>> > wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> I started downloading packs from the EC2 builder to local builder. You
>>>>>> can find them at [2]. At the moment only AS is downloaded. G-Reg and IS 
>>>>>> are
>>>>>> being downloaded. I'll update as the packs are available.
>>>>>>
>>>>>> [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>>>>>>
>>>>>>
>>>>> G-Reg and IS packs are available *locally* at [2].
>>>>>
>>>>
>>>> GS and MS packs are available locally [2].
>>>>
>>>
>>> DSS and BAM packs are available locally at [2]
>>>
>>
>> ESB and BPS packs are available locally.
>>
>
> BRS, CEP and MB packs are available locally now.
>

WSF and LB packs are also available locally now (i.e. All the product packs
are available locally). Will be downloading services now.

>
>>>>>
>>>>>> Thanks,
>>>>>> AmilaM.
>>>>>>
>>>>>>
>>>>>> On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri wrote:
>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma >>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> Hi Dennis,
>>>>>>>>>
>>>>>>>>> I don't think we should release these packs to QA.
>>>>>>>>>
>>>>>>>>> Lets wait for some time and start a fresh build.
>>>>>>>>>
>>>>>>>>> I will send a separate mail on this.
>>>>>>>>>
>>>>>>>> RC3 packs are being hosted at [1]
>>>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>>>
>>>>>>> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with
>>>>>>> integration tests.
>>>>>>>
>>>>>>>>
>>>>>>>>> Thanks,
>>>>>>>>> Sameera.
>>>>>>>>>
>>>>>>>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri 
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>> I started to build product + service packs (with signed jars), and
>>>>>>>>>> will be
>>>>>>>>>> host at [1].
>>>>>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>>>>> --
>>>>>>>>>> Thanks,
>>>>>>>>>> Denis
>>>>>>>>>> --
>>>>>>>>>> *Denis Weerasiri*
>>>>>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>>>>>>> *email: denis <http://goog_277208233/>** [AT] 
>>>>>>>>>> wso2.com*<http://wso2.com/>
>>>>>>>>>> *
>>>>>>>>>> blog: 
>>>>>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>>>>>>> *
>>>>>>>>>> twitter: 
>>>>>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>>>>>>> *
>>>>>>>>>> linked-in: 
>>>>>>>>>> **h

Re: [Carbon-dev] RC3 Packs - 3.2.0

2011-05-30 Thread Amila Maha Arachchi
On Mon, May 30, 2011 at 4:24 PM, Amila Maha Arachchi wrote:

>
>
> On Mon, May 30, 2011 at 3:22 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi wrote:
>>
>>>
>>>
>>> On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi 
>>> wrote:
>>>
>>>>
>>>>
>>>> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi 
>>>> wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I started downloading packs from the EC2 builder to local builder. You
>>>>> can find them at [2]. At the moment only AS is downloaded. G-Reg and IS 
>>>>> are
>>>>> being downloaded. I'll update as the packs are available.
>>>>>
>>>>> [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>>>>>
>>>>>
>>>> G-Reg and IS packs are available *locally* at [2].
>>>>
>>>
>>> GS and MS packs are available locally [2].
>>>
>>
>> DSS and BAM packs are available locally at [2]
>>
>
> ESB and BPS packs are available locally.
>

BRS, CEP and MB packs are available locally now.

>
>>>>
>>>>> Thanks,
>>>>> AmilaM.
>>>>>
>>>>>
>>>>> On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma 
>>>>>>> wrote:
>>>>>>>
>>>>>>>> Hi Dennis,
>>>>>>>>
>>>>>>>> I don't think we should release these packs to QA.
>>>>>>>>
>>>>>>>> Lets wait for some time and start a fresh build.
>>>>>>>>
>>>>>>>> I will send a separate mail on this.
>>>>>>>>
>>>>>>> RC3 packs are being hosted at [1]
>>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>>
>>>>>> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with
>>>>>> integration tests.
>>>>>>
>>>>>>>
>>>>>>>> Thanks,
>>>>>>>> Sameera.
>>>>>>>>
>>>>>>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>> I started to build product + service packs (with signed jars), and
>>>>>>>>> will be
>>>>>>>>> host at [1].
>>>>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>>>> --
>>>>>>>>> Thanks,
>>>>>>>>> Denis
>>>>>>>>> --
>>>>>>>>> *Denis Weerasiri*
>>>>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>>>>>> *email: denis <http://goog_277208233/>** [AT] 
>>>>>>>>> wso2.com*<http://wso2.com/>
>>>>>>>>> *
>>>>>>>>> blog: 
>>>>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>>>>>> *
>>>>>>>>> twitter: 
>>>>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>>>>>> *
>>>>>>>>> linked-in: 
>>>>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> ___
>>>>>>>>> Carbon-dev mailing list
>>>>>>>>> Carbon-dev@wso2.org
>>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>

Re: [Carbon-dev] RC3 Packs - 3.2.0

2011-05-30 Thread Amila Maha Arachchi
On Mon, May 30, 2011 at 3:22 PM, Amila Maha Arachchi wrote:

>
>
> On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi wrote:
>>
>>>
>>>
>>> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> I started downloading packs from the EC2 builder to local builder. You
>>>> can find them at [2]. At the moment only AS is downloaded. G-Reg and IS are
>>>> being downloaded. I'll update as the packs are available.
>>>>
>>>> [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>>>>
>>>>
>>> G-Reg and IS packs are available *locally* at [2].
>>>
>>
>> GS and MS packs are available locally [2].
>>
>
> DSS and BAM packs are available locally at [2]
>

ESB and BPS packs are available locally.

>
>>>
>>>> Thanks,
>>>> AmilaM.
>>>>
>>>>
>>>> On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri wrote:
>>>>
>>>>>
>>>>>
>>>>> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma 
>>>>>> wrote:
>>>>>>
>>>>>>> Hi Dennis,
>>>>>>>
>>>>>>> I don't think we should release these packs to QA.
>>>>>>>
>>>>>>> Lets wait for some time and start a fresh build.
>>>>>>>
>>>>>>> I will send a separate mail on this.
>>>>>>>
>>>>>> RC3 packs are being hosted at [1]
>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>
>>>>> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with integration
>>>>> tests.
>>>>>
>>>>>>
>>>>>>> Thanks,
>>>>>>> Sameera.
>>>>>>>
>>>>>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri wrote:
>>>>>>>
>>>>>>>> Hi,
>>>>>>>> I started to build product + service packs (with signed jars), and
>>>>>>>> will be
>>>>>>>> host at [1].
>>>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>>> --
>>>>>>>> Thanks,
>>>>>>>> Denis
>>>>>>>> --
>>>>>>>> *Denis Weerasiri*
>>>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>>>>> *email: denis <http://goog_277208233/>** [AT] 
>>>>>>>> wso2.com*<http://wso2.com/>
>>>>>>>> *
>>>>>>>> blog: 
>>>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>>>>> *
>>>>>>>> twitter: 
>>>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>>>>> *
>>>>>>>> linked-in: 
>>>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>>>>
>>>>>>>>
>>>>>>>> ___
>>>>>>>> Carbon-dev mailing list
>>>>>>>> Carbon-dev@wso2.org
>>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Sameera Jayasoma
>>>>>>> Technical Lead and Product Manager, WSO2 Carbon
>>>>>>>
>>>>>>>
>>>>>>> WSO2, Inc. (http://wso2.com)
>>>>>>> email: same...@wso2.com
>>>>>>> blog: http://tech.jayasoma.org
>>>>>>>
>>>>>>> Lean . Enterprise . Middleware
>>>>>>>
>>>>>>> ___
>>>>>>> Carbon-dev mailing list
>>>>>>> Carbon-dev@wso2.org
>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Thanks,
>>>>>> Denis
>>>>>> --
>>>>>> *Denis Weerasiri*
>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>>>> *
>>>>>> blog: 
>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>>> *
>>>>>> twitter: 
>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>>> *
>>>>>> linked-in: 
>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Denis
>>>>> --
>>>>> *Denis Weerasiri*
>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>>> *
>>>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>> *
>>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>> *
>>>>> linked-in: 
>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>
>>>>>
>>>>> ___
>>>>> 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] RC3 Packs - 3.2.0

2011-05-30 Thread Amila Maha Arachchi
On Mon, May 30, 2011 at 1:45 PM, Amila Maha Arachchi wrote:

>
>
> On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi wrote:
>>
>>> Hi,
>>>
>>> I started downloading packs from the EC2 builder to local builder. You
>>> can find them at [2]. At the moment only AS is downloaded. G-Reg and IS are
>>> being downloaded. I'll update as the packs are available.
>>>
>>> [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>>>
>>>
>> G-Reg and IS packs are available *locally* at [2].
>>
>
> GS and MS packs are available locally [2].
>

DSS and BAM packs are available locally at [2]

>
>>
>>> Thanks,
>>> AmilaM.
>>>
>>>
>>> On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri wrote:
>>>
>>>>
>>>>
>>>> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri wrote:
>>>>
>>>>>
>>>>>
>>>>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma wrote:
>>>>>
>>>>>> Hi Dennis,
>>>>>>
>>>>>> I don't think we should release these packs to QA.
>>>>>>
>>>>>> Lets wait for some time and start a fresh build.
>>>>>>
>>>>>> I will send a separate mail on this.
>>>>>>
>>>>> RC3 packs are being hosted at [1]
>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>
>>>> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with integration
>>>> tests.
>>>>
>>>>>
>>>>>> Thanks,
>>>>>> Sameera.
>>>>>>
>>>>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>> I started to build product + service packs (with signed jars), and
>>>>>>> will be
>>>>>>> host at [1].
>>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>>> --
>>>>>>> Thanks,
>>>>>>> Denis
>>>>>>> --
>>>>>>> *Denis Weerasiri*
>>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>>>> *email: denis <http://goog_277208233/>** [AT] 
>>>>>>> wso2.com*<http://wso2.com/>
>>>>>>> *
>>>>>>> blog: 
>>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>>>> *
>>>>>>> twitter: 
>>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>>>> *
>>>>>>> linked-in: 
>>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>>>
>>>>>>>
>>>>>>> ___
>>>>>>> Carbon-dev mailing list
>>>>>>> Carbon-dev@wso2.org
>>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Sameera Jayasoma
>>>>>> Technical Lead and Product Manager, WSO2 Carbon
>>>>>>
>>>>>>
>>>>>> WSO2, Inc. (http://wso2.com)
>>>>>> email: same...@wso2.com
>>>>>> blog: http://tech.jayasoma.org
>>>>>>
>>>>>> Lean . Enterprise . Middleware
>>>>>>
>>>>>> ___
>>>>>> Carbon-dev mailing list
>>>>>> Carbon-dev@wso2.org
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Thanks,
>>>>> Denis
>>>>> --
>>>>> *Denis Weerasiri*
>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>>> *
>>>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>> *
>>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>> *
>>>>> linked-in: 
>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thanks,
>>>> Denis
>>>> --
>>>> *Denis Weerasiri*
>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>> *
>>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>> *
>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>> *
>>>> linked-in: 
>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>
>>>>
>>>> ___
>>>> 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] RC3 Packs - 3.2.0

2011-05-30 Thread Amila Maha Arachchi
On Mon, May 30, 2011 at 11:55 AM, Amila Maha Arachchi wrote:

>
>
> On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi wrote:
>
>> Hi,
>>
>> I started downloading packs from the EC2 builder to local builder. You can
>> find them at [2]. At the moment only AS is downloaded. G-Reg and IS are
>> being downloaded. I'll update as the packs are available.
>>
>> [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>>
>>
> G-Reg and IS packs are available *locally* at [2].
>

GS and MS packs are available locally [2].

>
>
>> Thanks,
>> AmilaM.
>>
>>
>> On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri  wrote:
>>
>>>
>>>
>>> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri  wrote:
>>>
>>>>
>>>>
>>>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma wrote:
>>>>
>>>>> Hi Dennis,
>>>>>
>>>>> I don't think we should release these packs to QA.
>>>>>
>>>>> Lets wait for some time and start a fresh build.
>>>>>
>>>>> I will send a separate mail on this.
>>>>>
>>>> RC3 packs are being hosted at [1]
>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>
>>> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with integration
>>> tests.
>>>
>>>>
>>>>> Thanks,
>>>>> Sameera.
>>>>>
>>>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri wrote:
>>>>>
>>>>>> Hi,
>>>>>> I started to build product + service packs (with signed jars), and
>>>>>> will be
>>>>>> host at [1].
>>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>>> --
>>>>>> Thanks,
>>>>>> Denis
>>>>>> --
>>>>>> *Denis Weerasiri*
>>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>>>> *
>>>>>> blog: 
>>>>>> **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>>> *
>>>>>> twitter: 
>>>>>> **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>>> *
>>>>>> linked-in: 
>>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>>
>>>>>>
>>>>>> ___
>>>>>> Carbon-dev mailing list
>>>>>> Carbon-dev@wso2.org
>>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Sameera Jayasoma
>>>>> Technical Lead and Product Manager, WSO2 Carbon
>>>>>
>>>>>
>>>>> WSO2, Inc. (http://wso2.com)
>>>>> email: same...@wso2.com
>>>>> blog: http://tech.jayasoma.org
>>>>>
>>>>> Lean . Enterprise . Middleware
>>>>>
>>>>> ___
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev@wso2.org
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thanks,
>>>> Denis
>>>> --
>>>> *Denis Weerasiri*
>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>> *
>>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>> *
>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>> *
>>>> linked-in: 
>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>
>>>>
>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>
>>>
>>> ___
>>> 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] RC3 Packs - 3.2.0

2011-05-29 Thread Amila Maha Arachchi
On Mon, May 30, 2011 at 10:59 AM, Amila Maha Arachchi wrote:

> Hi,
>
> I started downloading packs from the EC2 builder to local builder. You can
> find them at [2]. At the moment only AS is downloaded. G-Reg and IS are
> being downloaded. I'll update as the packs are available.
>
> [2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/
>
>
G-Reg and IS packs are available *locally* at [2].


> Thanks,
> AmilaM.
>
>
> On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri  wrote:
>
>>
>>
>> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri  wrote:
>>
>>>
>>>
>>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma wrote:
>>>
>>>> Hi Dennis,
>>>>
>>>> I don't think we should release these packs to QA.
>>>>
>>>> Lets wait for some time and start a fresh build.
>>>>
>>>> I will send a separate mail on this.
>>>>
>>> RC3 packs are being hosted at [1]
>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>
>> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with integration
>> tests.
>>
>>>
>>>> Thanks,
>>>> Sameera.
>>>>
>>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri wrote:
>>>>
>>>>> Hi,
>>>>> I started to build product + service packs (with signed jars), and will
>>>>> be
>>>>> host at [1].
>>>>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>>>> --
>>>>> Thanks,
>>>>> Denis
>>>>> --
>>>>> *Denis Weerasiri*
>>>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>>>> *
>>>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>>>> *
>>>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>>>> *
>>>>> linked-in: 
>>>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>>>
>>>>>
>>>>> ___
>>>>> Carbon-dev mailing list
>>>>> Carbon-dev@wso2.org
>>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Sameera Jayasoma
>>>> Technical Lead and Product Manager, WSO2 Carbon
>>>>
>>>>
>>>> WSO2, Inc. (http://wso2.com)
>>>> email: same...@wso2.com
>>>> blog: http://tech.jayasoma.org
>>>>
>>>> Lean . Enterprise . Middleware
>>>>
>>>> ___
>>>> Carbon-dev mailing list
>>>> Carbon-dev@wso2.org
>>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>>
>>>>
>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis <http://goog_277208233/>** [AT] wso2.com*<http://wso2.com/>
>> *
>> blog: **http://ddweerasiri.blogspot.com*<http://ddweerasiri.blogspot.com/>
>> *
>> twitter: **http://twitter.com/ddweerasiri*<http://twitter.com/ddweerasiri>
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*<http://lk.linkedin.com/in/ddweerasiri>
>>
>>
>> ___
>> 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] RC3 Packs - 3.2.0

2011-05-29 Thread Amila Maha Arachchi
Hi,

I started downloading packs from the EC2 builder to local builder. You can
find them at [2]. At the moment only AS is downloaded. G-Reg and IS are
being downloaded. I'll update as the packs are available.

[2] http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc3/products/

Thanks,
AmilaM.

On Mon, May 30, 2011 at 10:43 AM, Denis Weerasiri  wrote:

>
>
> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri  wrote:
>
>>
>>
>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma wrote:
>>
>>> Hi Dennis,
>>>
>>> I don't think we should release these packs to QA.
>>>
>>> Lets wait for some time and start a fresh build.
>>>
>>> I will send a separate mail on this.
>>>
>> RC3 packs are being hosted at [1]
>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>
> RC3 packs for carbon, greg, is, as, gs, ms, dss passed with integration
> tests.
>
>>
>>> Thanks,
>>> Sameera.
>>>
>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri  wrote:
>>>
 Hi,
 I started to build product + service packs (with signed jars), and will
 be
 host at [1].
 [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis ** [AT] wso2.com*
 *
 blog: **http://ddweerasiri.blogspot.com*
 *
 twitter: **http://twitter.com/ddweerasiri*
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*


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


>>>
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com* 
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] RC3 Packs - 3.2.0

2011-05-29 Thread Amila Maha Arachchi
Hi,

On Mon, May 30, 2011 at 10:00 AM, Charitha Kankanamge wrote:

> Any possibility to host these packs locally? It takes ages to download from
> builder.


Understand the difficulty. Will provide a local url in a while.

thanks,
AmilaM.

>
> /Charitha
>
>
> On Mon, May 30, 2011 at 9:12 AM, Denis Weerasiri  wrote:
>
>>
>>
>> On Sun, May 29, 2011 at 3:13 PM, Sameera Jayasoma wrote:
>>
>>> Hi Dennis,
>>>
>>> I don't think we should release these packs to QA.
>>>
>>> Lets wait for some time and start a fresh build.
>>>
>>> I will send a separate mail on this.
>>>
>> RC3 packs are being hosted at [1]
>> [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
>>
>>>
>>> Thanks,
>>> Sameera.
>>>
>>> On Sun, May 29, 2011 at 3:02 PM, Denis Weerasiri  wrote:
>>>
 Hi,
 I started to build product + service packs (with signed jars), and will
 be
 host at [1].
 [1] - http://builder.wso2.org/~carbon/releases/carbon/3.2.0/rc3/
 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis ** [AT] wso2.com*
 *
 blog: **http://ddweerasiri.blogspot.com*
 *
 twitter: **http://twitter.com/ddweerasiri*
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*


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


>>>
>>>
>>> --
>>> Sameera Jayasoma
>>> Technical Lead and Product Manager, WSO2 Carbon
>>>
>>>
>>> WSO2, Inc. (http://wso2.com)
>>> email: same...@wso2.com
>>> blog: http://tech.jayasoma.org
>>>
>>> Lean . Enterprise . Middleware
>>>
>>> ___
>>> Carbon-dev mailing list
>>> Carbon-dev@wso2.org
>>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 RC3 - Code Freeze - 10.30 PM IST

2011-05-29 Thread Amila Maha Arachchi
Hi,

We see a lot of commits to the branch after the RC3 build was started :(. We
took svn updates in a manner it does not make inconsistencies in the
revision number and content in the build (based on requests from folks). Its
difficult to do it anymore (At the moment also we have a problem with the
revision number and content)

I dnt think we can make RC3 a final candidate. If we want to, we have to svn
up again completely and build again on this repo.

On Sun, May 29, 2011 at 2:24 PM, Pradeep Fernando  wrote:

> hi,
>
> I have fix for BAM FE/BE seperation. this fix goes to feature level.
> specifically bam feature. It would be great if we can get this to RC3
> pack. otherwise bam people can run the server as a BE/FE.
>
>
>
> --Pradeep
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
___
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev


Re: [Carbon-dev] [URGENT] Test failures in components/event/org.wso2.carbon.event.ws

2011-05-29 Thread Amila Maha Arachchi
Hi,

On Sun, May 29, 2011 at 2:09 PM, Amila Suriarachchi  wrote:

> I had a look at the test cases and seems that we have hard coded the +05:30
> time zone on them. so these test may fail in a different time zone.
>
> But please go head skipping tests since this is only a problem with the
> test case.
>
> thanks,
> Amila.
>
>
> On Sun, May 29, 2011 at 1:28 PM, Amila Suriarachchi wrote:
>
>> I ran the test with my local machine and worked fine.
>>
>>
>> junit.framework.
>>>
>>> ComparisonFailure: Invalid response for the get status
>>> request
>>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>>> but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0>> se...>
>>
>>
>> This seems to be a test case problem. since 8.55 + 5.30 == 3.25 + 0.00
>>
>> what is the time zone of the test machine?
>>
>
Its UTC (this is the EC2 builder). RC1 & 2 was on local builder, therefore
this didnt fail in them

>
>> thanks,
>> Amila.
>>
>>
>>
>> On Sun, May 29, 2011 at 11:29 AM, Prabath Siriwardena 
>> wrote:
>>
>>> Hi,
>>>
>>> We have test failures in event/org.wso2.carbon.event.ws. Please have a
>>> look - since this is blocking the RC3
>>>
>>> release1@1ec2:~/carbon-3.2.0/components/event/
>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>> more
>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
>>>
>>> ---
>>> Test set:
>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
>>>
>>> ---
>>> Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.617
>>> sec <<< FAILURE!
>>>
>>> testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
>>>  Time elapsed: 0.038 sec  <<< FAILURE!
>>> junit.framework.ComparisonFailure: Invalid response for the get status
>>> request
>>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>>> but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0>> se...>
>>>at junit.framework.Assert.assertEquals(Assert.java:81)
>>>at
>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)
>>>
>>>
>>> testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
>>>  Time elapsed: 0.002 sec  <<< FAILURE!
>>> junit.framework.ComparisonFailure: Invalid response for the get status
>>> request
>>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>>> but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0>> se...>
>>>at junit.framework.Assert.assertEquals(Assert.java:81)
>>>at
>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP11EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:189)
>>>
>>> release1@1ec2:~/carbon-3.2.0/components/event/
>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>> release1@1ec2:~/carbon-3.2.0/components/event/
>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>> release1@1ec2:~/carbon-3.2.0/components/event/
>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>> more
>>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.txt
>>>
>>> ---
>>> Test set:
>>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest
>>>
>>> ---
>>> Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.532
>>> sec <<< FAILURE!
>>>
>>> testSubscriptionToSOAP12Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
>>>  Time elapsed: 0.052 sec  <<< FAILURE!
>>> junit.framework.ComparisonFailure: Invalid response for the renew
>>> request
>>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>>> but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0>> >
>>>at junit.framework.Assert.assertEquals(Assert.java:81)
>>>at
>>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP12Envelope(RenewCommandBuilderTest.java:239)
>>>
>>>
>>> testSubscriptionToSOAP11Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
>>>  Time elapsed: 0.002 sec  <<< FAILURE!
>>> junit.framework.ComparisonFailure: Invalid response for the renew
>>> request
>>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>>> but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0>> >
>>>at junit.framework.Assert.assertEquals(Assert.java:81)
>>>at
>>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP11Envelope(RenewCommandBuilderTest.java:253)
>>>
>>> --
>>> Thanks & Regards,
>>> Prabath
>>>
>>> http://blog.facilelogin.com
>>> http://RampartFAQ.com
>>> ___
>>> Carbon-dev 

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-29 Thread Amila Maha Arachchi
On Sun, May 29, 2011 at 2:03 PM, Charith Wickramarachchi
wrote:

> Hi ,
>
> Did some Critical Fixes that must go to RC3 please take a svn up in
>
> dependencies/synapse , components/mediation/message-store and product/esb
>

I am afraid, this cannot be done. We are now in to products.

>
>
> thanks,
> Charith
>
> On Sun, May 29, 2011 at 1:54 PM, Amila Maha Arachchi wrote:
>
>> We are now in features.
>>
>>
>> On Sun, May 29, 2011 at 1:47 PM, Amila Maha Arachchi wrote:
>>
>>> FYI
>>>
>>> Built the admin console component alone and then commented it from
>>> components' default profile (there was build failure when all the components
>>> were build together. Have reported this in a separate mail).
>>>
>>>
>>> On Sun, May 29, 2011 at 1:33 PM, Amila Maha Arachchi wrote:
>>>
>>>>
>>>>
>>>> On Sun, May 29, 2011 at 1:31 PM, Amila Maha Arachchi 
>>>> wrote:
>>>>
>>>>> Hi Denis,
>>>>>
>>>>> On Sun, May 29, 2011 at 1:10 PM, Denis Weerasiri wrote:
>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, May 29, 2011 at 12:47 PM, Prabath Siriwardena <
>>>>>> prab...@wso2.com> wrote:
>>>>>>
>>>>>>> On Sun, May 29, 2011 at 12:45 PM, Muhammed Shariq 
>>>>>>> wrote:
>>>>>>> > The ${default.server.role} property is not set for Stratos GS, this
>>>>>>> is a
>>>>>>> > simple fix, is it ok to commit this now?
>>>>>>>
>>>>>>> +1 - Go ahead..
>>>>>>>
>>>>>> Hi, Prabath,
>>>>>> Build get inconsistent if we update this as there are other commits
>>>>>> added to branch before Shariq's commit.
>>>>>>
>>>>>> @AmilaM, Can you mention which components did you update after endpoint
>>>>>> component build failure?
>>>>>>
>>>>>
>>>> I update registry/org.wso2.carbon.registry.indexing only. (in the
>>>> endpoint buil failure i updated, endpoints, sequence-mediator and
>>>> localentry)
>>>>
>>>>>
>>>>> Just update shariq's file. It is in product level. So it wont harm the
>>>>> consistency. We cant fully update the components any more.
>>>>>
>>>>>>
>>>>>>> Thanks & regards,
>>>>>>> -Prabath
>>>>>>>
>>>>>>> >
>>>>>>> > On Sun, May 29, 2011 at 12:00 PM, Amila Maha Arachchi <
>>>>>>> ami...@wso2.com>
>>>>>>> > wrote:
>>>>>>> >>
>>>>>>> >> There were test failures in
>>>>>>> eventing/org.wso2.carbon.eventing.broker.
>>>>>>> >> AFAIK eventing is not used anymore. But it is still in the default
>>>>>>> profile.
>>>>>>> >> I built eventing without tests and commented it locally from the
>>>>>>> default
>>>>>>> >> profile.
>>>>>>> >>
>>>>>>> >> Also, had to update
>>>>>>> components/registry/org.wso2.carbon.registry.indexing
>>>>>>> >> as per a request of G-Reg team. r106328.
>>>>>>> >>
>>>>>>> >> Building components again with tests.
>>>>>>> >>
>>>>>>> >> On Sun, May 29, 2011 at 11:26 AM, Amila Maha Arachchi <
>>>>>>> ami...@wso2.com>
>>>>>>> >> wrote:
>>>>>>> >>>
>>>>>>> >>>
>>>>>>> >>> On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena <
>>>>>>> prab...@wso2.com>
>>>>>>> >>> wrote:
>>>>>>> >>>>
>>>>>>> >>>> Please build all the other components with tests..
>>>>>>> >>>
>>>>>>> >>> Noted. Built event/org.wso2.carbon.event.ws without tests.
>>>>>>> >>>
>>>>>>> >>> Others will be going with tests
>>>>>>> >>>
>>>>>>> >>> Thanks,
>>>>>>

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-29 Thread Amila Maha Arachchi
We are now in features.

On Sun, May 29, 2011 at 1:47 PM, Amila Maha Arachchi wrote:

> FYI
>
> Built the admin console component alone and then commented it from
> components' default profile (there was build failure when all the components
> were build together. Have reported this in a separate mail).
>
>
> On Sun, May 29, 2011 at 1:33 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Sun, May 29, 2011 at 1:31 PM, Amila Maha Arachchi wrote:
>>
>>> Hi Denis,
>>>
>>> On Sun, May 29, 2011 at 1:10 PM, Denis Weerasiri  wrote:
>>>
>>>>
>>>>
>>>> On Sun, May 29, 2011 at 12:47 PM, Prabath Siriwardena >>> > wrote:
>>>>
>>>>> On Sun, May 29, 2011 at 12:45 PM, Muhammed Shariq 
>>>>> wrote:
>>>>> > The ${default.server.role} property is not set for Stratos GS, this
>>>>> is a
>>>>> > simple fix, is it ok to commit this now?
>>>>>
>>>>> +1 - Go ahead..
>>>>>
>>>> Hi, Prabath,
>>>> Build get inconsistent if we update this as there are other commits
>>>> added to branch before Shariq's commit.
>>>>
>>>> @AmilaM, Can you mention which components did you update after endpoint
>>>> component build failure?
>>>>
>>>
>> I update registry/org.wso2.carbon.registry.indexing only. (in the endpoint
>> buil failure i updated, endpoints, sequence-mediator and localentry)
>>
>>>
>>> Just update shariq's file. It is in product level. So it wont harm the
>>> consistency. We cant fully update the components any more.
>>>
>>>>
>>>>> Thanks & regards,
>>>>> -Prabath
>>>>>
>>>>> >
>>>>> > On Sun, May 29, 2011 at 12:00 PM, Amila Maha Arachchi <
>>>>> ami...@wso2.com>
>>>>> > wrote:
>>>>> >>
>>>>> >> There were test failures in
>>>>> eventing/org.wso2.carbon.eventing.broker.
>>>>> >> AFAIK eventing is not used anymore. But it is still in the default
>>>>> profile.
>>>>> >> I built eventing without tests and commented it locally from the
>>>>> default
>>>>> >> profile.
>>>>> >>
>>>>> >> Also, had to update
>>>>> components/registry/org.wso2.carbon.registry.indexing
>>>>> >> as per a request of G-Reg team. r106328.
>>>>> >>
>>>>> >> Building components again with tests.
>>>>> >>
>>>>> >> On Sun, May 29, 2011 at 11:26 AM, Amila Maha Arachchi <
>>>>> ami...@wso2.com>
>>>>> >> wrote:
>>>>> >>>
>>>>> >>>
>>>>> >>> On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena <
>>>>> prab...@wso2.com>
>>>>> >>> wrote:
>>>>> >>>>
>>>>> >>>> Please build all the other components with tests..
>>>>> >>>
>>>>> >>> Noted. Built event/org.wso2.carbon.event.ws without tests.
>>>>> >>>
>>>>> >>> Others will be going with tests
>>>>> >>>
>>>>> >>> Thanks,
>>>>> >>> AmilaM.
>>>>> >>>>
>>>>> >>>> Thanks & regards,
>>>>> >>>> -Prabath
>>>>> >>>>
>>>>> >>>> On Sun, May 29, 2011 at 11:17 AM, Amila Maha Arachchi <
>>>>> ami...@wso2.com>
>>>>> >>>> wrote:
>>>>> >>>> > Hi,
>>>>> >>>> >
>>>>> >>>> > We have test failures in event/org.wso2.carbon.event.ws. Please
>>>>> have a
>>>>> >>>> > look.
>>>>> >>>> >
>>>>> >>>> > I'll be going forward without tests.
>>>>> >>>> >
>>>>> >>>> >
>>>>> >>>> > release1@1ec2:~/carbon-3.2.0/components/event/
>>>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>>>> >>>> > more
>>>>> >>>> >
>>>>> >>>> >
>>>>> or

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-29 Thread Amila Maha Arachchi
FYI

Built the admin console component alone and then commented it from
components' default profile (there was build failure when all the components
were build together. Have reported this in a separate mail).

On Sun, May 29, 2011 at 1:33 PM, Amila Maha Arachchi wrote:

>
>
> On Sun, May 29, 2011 at 1:31 PM, Amila Maha Arachchi wrote:
>
>> Hi Denis,
>>
>> On Sun, May 29, 2011 at 1:10 PM, Denis Weerasiri  wrote:
>>
>>>
>>>
>>> On Sun, May 29, 2011 at 12:47 PM, Prabath Siriwardena 
>>> wrote:
>>>
>>>> On Sun, May 29, 2011 at 12:45 PM, Muhammed Shariq 
>>>> wrote:
>>>> > The ${default.server.role} property is not set for Stratos GS, this is
>>>> a
>>>> > simple fix, is it ok to commit this now?
>>>>
>>>> +1 - Go ahead..
>>>>
>>> Hi, Prabath,
>>> Build get inconsistent if we update this as there are other commits added
>>> to branch before Shariq's commit.
>>>
>>> @AmilaM, Can you mention which components did you update after endpoint
>>> component build failure?
>>>
>>
> I update registry/org.wso2.carbon.registry.indexing only. (in the endpoint
> buil failure i updated, endpoints, sequence-mediator and localentry)
>
>>
>> Just update shariq's file. It is in product level. So it wont harm the
>> consistency. We cant fully update the components any more.
>>
>>>
>>>> Thanks & regards,
>>>> -Prabath
>>>>
>>>> >
>>>> > On Sun, May 29, 2011 at 12:00 PM, Amila Maha Arachchi <
>>>> ami...@wso2.com>
>>>> > wrote:
>>>> >>
>>>> >> There were test failures in eventing/org.wso2.carbon.eventing.broker.
>>>> >> AFAIK eventing is not used anymore. But it is still in the default
>>>> profile.
>>>> >> I built eventing without tests and commented it locally from the
>>>> default
>>>> >> profile.
>>>> >>
>>>> >> Also, had to update
>>>> components/registry/org.wso2.carbon.registry.indexing
>>>> >> as per a request of G-Reg team. r106328.
>>>> >>
>>>> >> Building components again with tests.
>>>> >>
>>>> >> On Sun, May 29, 2011 at 11:26 AM, Amila Maha Arachchi <
>>>> ami...@wso2.com>
>>>> >> wrote:
>>>> >>>
>>>> >>>
>>>> >>> On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena <
>>>> prab...@wso2.com>
>>>> >>> wrote:
>>>> >>>>
>>>> >>>> Please build all the other components with tests..
>>>> >>>
>>>> >>> Noted. Built event/org.wso2.carbon.event.ws without tests.
>>>> >>>
>>>> >>> Others will be going with tests
>>>> >>>
>>>> >>> Thanks,
>>>> >>> AmilaM.
>>>> >>>>
>>>> >>>> Thanks & regards,
>>>> >>>> -Prabath
>>>> >>>>
>>>> >>>> On Sun, May 29, 2011 at 11:17 AM, Amila Maha Arachchi <
>>>> ami...@wso2.com>
>>>> >>>> wrote:
>>>> >>>> > Hi,
>>>> >>>> >
>>>> >>>> > We have test failures in event/org.wso2.carbon.event.ws. Please
>>>> have a
>>>> >>>> > look.
>>>> >>>> >
>>>> >>>> > I'll be going forward without tests.
>>>> >>>> >
>>>> >>>> >
>>>> >>>> > release1@1ec2:~/carbon-3.2.0/components/event/
>>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>>> >>>> > more
>>>> >>>> >
>>>> >>>> >
>>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
>>>> >>>> >
>>>> >>>> >
>>>> ---
>>>> >>>> > Test set:
>>>> >>>> >
>>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
>>>> >>>> >
>>>> >>>> >
>

Re: [Carbon-dev] Build error in Admin-Console Core in RC3 build

2011-05-29 Thread Amila Maha Arachchi
This builds fine when built alone, I have built it in the EC2 builder, Will
comment this and go ahead.

On Sun, May 29, 2011 at 1:34 PM, Prabath Abeysekera wrote:

> Hi,
>
> All the modules in this component getting built fine for me. And please
> note that I haven't
> done any commit upon this component after RC1. Anyway, lemme further delve
> into the issue.
>
>
> Regards,
>
> On Sun, May 29, 2011 at 1:21 PM, Denis Weerasiri  wrote:
>
>> Hi,
>>
>> [INFO] Compiling 14 source files to
>> /home/release1/carbon-3.2.0/components/admin-console/org.wso2.carbon.adminconsole.core/3.2.0/target/classes
>> [INFO] [axis2-java2wsdl:java2wsdl {execution: default}]
>> java.lang.RuntimeException: java.lang.IllegalArgumentException
>> at
>> org.apache.ws.java2wsdl.Java2WSDLBuilder.(Java2WSDLBuilder.java:126)
>>  at
>> org.apache.ws.java2wsdl.Java2WSDLCodegenEngine.(Java2WSDLCodegenEngine.java:52)
>> at
>> org.apache.axis2.maven2.java2wsdl.Java2WSDLMojo.execute(Java2WSDLMojo.java:335)
>>  at
>> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
>>  at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
>>  at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
>> at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
>>  at
>> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
>> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
>>  at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
>>  at
>> org.apache.maven.cli.compat.CompatibleMain.main(CompatibleMain.java:60)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>  at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>  at java.lang.reflect.Method.invoke(Method.java:597)
>> at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>  at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>  at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>> Caused by: java.lang.IllegalArgumentException
>> at
>> org.apache.axiom.om.impl.AbstractOMMetaFactory.createXMLStreamReader(AbstractOMMetaFactory.java:51)
>>  at
>> org.apache.axiom.om.impl.AbstractOMMetaFactory.createOMBuilder(AbstractOMMetaFactory.java:69)
>> at
>> org.apache.axiom.om.OMXMLBuilderFactory.createOMBuilder(OMXMLBuilderFactory.java:88)
>>  at
>> org.apache.axiom.om.OMXMLBuilderFactory.createOMBuilder(OMXMLBuilderFactory.java:73)
>> at org.apache.axis2.util.XMLUtils.toOM(XMLUtils.java:590)
>>  at org.apache.axis2.util.XMLUtils.toOM(XMLUtils.java:575)
>> at
>> org.apache.axis2.deployment.DescriptionBuilder.buildOM(DescriptionBuilder.java:97)
>>  at
>> org.apache.axis2.deployment.AxisConfigBuilder.populateConfig(AxisConfigBuilder.java:91)
>> at
>> org.apache.axis2.context.ConfigurationContextFactory.createBasicConfigurationContext(ConfigurationContextFactory.java:343)
>>  at
>> org.apache.axis2.context.ConfigurationContextFactory.createDefaultConfigurationContext(ConfigurationContextFactory.java:330)
>> at
>> org.apache.ws.java2wsdl.Java2WSDLBuilder.(Java2WSDLBuilder.java:119)
>>  ... 21 more
>> [INFO]
>> 
>> [ERROR] BUILD ERROR
>> [INFO]
>> 
>> [INFO] java.lang.IllegalArgumentException
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>
>
> --
> Prabath Abeysekara
> Software Engineer
> WSO2 Inc.
> Email: praba...@wso2.com 
> Mobile: +94774171471
>
> 
>
>
> ___
> 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] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-29 Thread Amila Maha Arachchi
On Sun, May 29, 2011 at 1:31 PM, Amila Maha Arachchi wrote:

> Hi Denis,
>
> On Sun, May 29, 2011 at 1:10 PM, Denis Weerasiri  wrote:
>
>>
>>
>> On Sun, May 29, 2011 at 12:47 PM, Prabath Siriwardena 
>> wrote:
>>
>>> On Sun, May 29, 2011 at 12:45 PM, Muhammed Shariq 
>>> wrote:
>>> > The ${default.server.role} property is not set for Stratos GS, this is
>>> a
>>> > simple fix, is it ok to commit this now?
>>>
>>> +1 - Go ahead..
>>>
>> Hi, Prabath,
>> Build get inconsistent if we update this as there are other commits added
>> to branch before Shariq's commit.
>>
>> @AmilaM, Can you mention which components did you update after endpoint
>> component build failure?
>>
>
I update registry/org.wso2.carbon.registry.indexing only. (in the endpoint
buil failure i updated, endpoints, sequence-mediator and localentry)

>
> Just update shariq's file. It is in product level. So it wont harm the
> consistency. We cant fully update the components any more.
>
>>
>>> Thanks & regards,
>>> -Prabath
>>>
>>> >
>>> > On Sun, May 29, 2011 at 12:00 PM, Amila Maha Arachchi >> >
>>> > wrote:
>>> >>
>>> >> There were test failures in eventing/org.wso2.carbon.eventing.broker.
>>> >> AFAIK eventing is not used anymore. But it is still in the default
>>> profile.
>>> >> I built eventing without tests and commented it locally from the
>>> default
>>> >> profile.
>>> >>
>>> >> Also, had to update
>>> components/registry/org.wso2.carbon.registry.indexing
>>> >> as per a request of G-Reg team. r106328.
>>> >>
>>> >> Building components again with tests.
>>> >>
>>> >> On Sun, May 29, 2011 at 11:26 AM, Amila Maha Arachchi <
>>> ami...@wso2.com>
>>> >> wrote:
>>> >>>
>>> >>>
>>> >>> On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena <
>>> prab...@wso2.com>
>>> >>> wrote:
>>> >>>>
>>> >>>> Please build all the other components with tests..
>>> >>>
>>> >>> Noted. Built event/org.wso2.carbon.event.ws without tests.
>>> >>>
>>> >>> Others will be going with tests
>>> >>>
>>> >>> Thanks,
>>> >>> AmilaM.
>>> >>>>
>>> >>>> Thanks & regards,
>>> >>>> -Prabath
>>> >>>>
>>> >>>> On Sun, May 29, 2011 at 11:17 AM, Amila Maha Arachchi <
>>> ami...@wso2.com>
>>> >>>> wrote:
>>> >>>> > Hi,
>>> >>>> >
>>> >>>> > We have test failures in event/org.wso2.carbon.event.ws. Please
>>> have a
>>> >>>> > look.
>>> >>>> >
>>> >>>> > I'll be going forward without tests.
>>> >>>> >
>>> >>>> >
>>> >>>> > release1@1ec2:~/carbon-3.2.0/components/event/
>>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>>> >>>> > more
>>> >>>> >
>>> >>>> >
>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
>>> >>>> >
>>> >>>> >
>>> ---
>>> >>>> > Test set:
>>> >>>> >
>>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
>>> >>>> >
>>> >>>> >
>>> ---
>>> >>>> > Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
>>> 0.617
>>> >>>> > sec
>>> >>>> > <<< FAILURE!
>>> >>>> >
>>> >>>> >
>>> testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
>>> >>>> > Time elapsed: 0.038 sec  <<< FAILURE!
>>> >>>> > junit.framework.ComparisonFailure: Invalid response for the get
>>> status
>>> >

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-29 Thread Amila Maha Arachchi
Hi Denis,

On Sun, May 29, 2011 at 1:10 PM, Denis Weerasiri  wrote:

>
>
> On Sun, May 29, 2011 at 12:47 PM, Prabath Siriwardena wrote:
>
>> On Sun, May 29, 2011 at 12:45 PM, Muhammed Shariq 
>> wrote:
>> > The ${default.server.role} property is not set for Stratos GS, this is a
>> > simple fix, is it ok to commit this now?
>>
>> +1 - Go ahead..
>>
> Hi, Prabath,
> Build get inconsistent if we update this as there are other commits added
> to branch before Shariq's commit.
>
> @AmilaM, Can you mention which components did you update after endpoint
> component build failure?
>

Just update shariq's file. It is in product level. So it wont harm the
consistency. We cant fully update the components any more.

>
>> Thanks & regards,
>> -Prabath
>>
>> >
>> > On Sun, May 29, 2011 at 12:00 PM, Amila Maha Arachchi 
>> > wrote:
>> >>
>> >> There were test failures in eventing/org.wso2.carbon.eventing.broker.
>> >> AFAIK eventing is not used anymore. But it is still in the default
>> profile.
>> >> I built eventing without tests and commented it locally from the
>> default
>> >> profile.
>> >>
>> >> Also, had to update
>> components/registry/org.wso2.carbon.registry.indexing
>> >> as per a request of G-Reg team. r106328.
>> >>
>> >> Building components again with tests.
>> >>
>> >> On Sun, May 29, 2011 at 11:26 AM, Amila Maha Arachchi > >
>> >> wrote:
>> >>>
>> >>>
>> >>> On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena <
>> prab...@wso2.com>
>> >>> wrote:
>> >>>>
>> >>>> Please build all the other components with tests..
>> >>>
>> >>> Noted. Built event/org.wso2.carbon.event.ws without tests.
>> >>>
>> >>> Others will be going with tests
>> >>>
>> >>> Thanks,
>> >>> AmilaM.
>> >>>>
>> >>>> Thanks & regards,
>> >>>> -Prabath
>> >>>>
>> >>>> On Sun, May 29, 2011 at 11:17 AM, Amila Maha Arachchi <
>> ami...@wso2.com>
>> >>>> wrote:
>> >>>> > Hi,
>> >>>> >
>> >>>> > We have test failures in event/org.wso2.carbon.event.ws. Please
>> have a
>> >>>> > look.
>> >>>> >
>> >>>> > I'll be going forward without tests.
>> >>>> >
>> >>>> >
>> >>>> > release1@1ec2:~/carbon-3.2.0/components/event/
>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>> >>>> > more
>> >>>> >
>> >>>> >
>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
>> >>>> >
>> >>>> >
>> ---
>> >>>> > Test set:
>> >>>> >
>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
>> >>>> >
>> >>>> >
>> ---
>> >>>> > Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed:
>> 0.617
>> >>>> > sec
>> >>>> > <<< FAILURE!
>> >>>> >
>> >>>> >
>> testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
>> >>>> > Time elapsed: 0.038 sec  <<< FAILURE!
>> >>>> > junit.framework.ComparisonFailure: Invalid response for the get
>> status
>> >>>> > request
>> >>>> >
>> >>>> >
>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>> >>>> > but
>> was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0> >>>> > se...>
>> >>>> > at junit.framework.Assert.assertEquals(Assert.java:81)
>> >>>> > at
>> >>>> >
>> >>>> >
>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)
>> >>>> >
>> >>>> >
>> >>>> 

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-28 Thread Amila Maha Arachchi
There were test failures in eventing/org.wso2.carbon.eventing.broker. AFAIK
eventing is not used anymore. But it is still in the default profile. I
built eventing without tests and commented it locally from the default
profile.

Also, had to update components/registry/org.wso2.carbon.registry.indexing as
per a request of G-Reg team. r106328.

Building components again with tests.

On Sun, May 29, 2011 at 11:26 AM, Amila Maha Arachchi wrote:

>
>
> On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena wrote:
>
>> Please build all the other components with tests..
>>
>
> Noted. Built event/org.wso2.carbon.event.ws without tests.
>
> Others will be going *with* tests
>
> Thanks,
> AmilaM.
>
>>
>> Thanks & regards,
>> -Prabath
>>
>> On Sun, May 29, 2011 at 11:17 AM, Amila Maha Arachchi 
>> wrote:
>> > Hi,
>> >
>> > We have test failures in event/org.wso2.carbon.event.ws. Please have a
>> look.
>> >
>> > I'll be going forward without tests.
>> >
>> > release1@1ec2:~/carbon-3.2.0/components/event/
>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>> > more
>> >
>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
>> >
>> ---
>> > Test set:
>> > org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
>> >
>> ---
>> > Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.617
>> sec
>> > <<< FAILURE!
>> >
>> testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
>> > Time elapsed: 0.038 sec  <<< FAILURE!
>> > junit.framework.ComparisonFailure: Invalid response for the get status
>> > request
>> >
>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>> > but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0> > se...>
>> > at junit.framework.Assert.assertEquals(Assert.java:81)
>> > at
>> >
>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)
>> >
>> >
>> testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
>> > Time elapsed: 0.002 sec  <<< FAILURE!
>> > junit.framework.ComparisonFailure: Invalid response for the get status
>> > request
>> >
>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>> > but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0> > se...>
>> > at junit.framework.Assert.assertEquals(Assert.java:81)
>> > at
>> >
>> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP11EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:189)
>> >
>> > release1@1ec2:~/carbon-3.2.0/components/event/
>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>> > release1@1ec2:~/carbon-3.2.0/components/event/
>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>> > release1@1ec2:~/carbon-3.2.0/components/event/
>> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
>> > more
>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.txt
>> >
>> ---
>> > Test set:
>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest
>> >
>> ---
>> > Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.532
>> sec
>> > <<< FAILURE!
>> >
>> testSubscriptionToSOAP12Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
>> > Time elapsed: 0.052 sec  <<< FAILURE!
>> > junit.framework.ComparisonFailure: Invalid response for the renew
>> request
>> >
>> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
>> > but
>> was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0> >>
>> > at junit.framework.Assert.assertEquals(Assert.java:81)
>> > at
>> >
>> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP12Envelope(RenewCommandBuilderTest.java:239)
>> >
>> >
>> t

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-28 Thread Amila Maha Arachchi
On Sun, May 29, 2011 at 11:24 AM, Prabath Siriwardena wrote:

> Please build all the other components with tests..
>

Noted. Built event/org.wso2.carbon.event.ws without tests.

Others will be going *with* tests

Thanks,
AmilaM.

>
> Thanks & regards,
> -Prabath
>
> On Sun, May 29, 2011 at 11:17 AM, Amila Maha Arachchi 
> wrote:
> > Hi,
> >
> > We have test failures in event/org.wso2.carbon.event.ws. Please have a
> look.
> >
> > I'll be going forward without tests.
> >
> > release1@1ec2:~/carbon-3.2.0/components/event/
> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
> > more
> >
> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
> >
> ---
> > Test set:
> > org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
> >
> ---
> > Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.617 sec
> > <<< FAILURE!
> >
> testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
> > Time elapsed: 0.038 sec  <<< FAILURE!
> > junit.framework.ComparisonFailure: Invalid response for the get status
> > request
> >
> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
> > but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0 > se...>
> > at junit.framework.Assert.assertEquals(Assert.java:81)
> > at
> >
> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)
> >
> >
> testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
> > Time elapsed: 0.002 sec  <<< FAILURE!
> > junit.framework.ComparisonFailure: Invalid response for the get status
> > request
> >
> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
> > but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0 > se...>
> > at junit.framework.Assert.assertEquals(Assert.java:81)
> > at
> >
> org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP11EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:189)
> >
> > release1@1ec2:~/carbon-3.2.0/components/event/
> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
> > release1@1ec2:~/carbon-3.2.0/components/event/
> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
> > release1@1ec2:~/carbon-3.2.0/components/event/
> org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
> > more
> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.txt
> >
> ---
> > Test set:
> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest
> >
> ---
> > Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.532 sec
> > <<< FAILURE!
> >
> testSubscriptionToSOAP12Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
> > Time elapsed: 0.052 sec  <<< FAILURE!
> > junit.framework.ComparisonFailure: Invalid response for the renew request
> >
> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
> > but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0 >>
> > at junit.framework.Assert.assertEquals(Assert.java:81)
> > at
> >
> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP12Envelope(RenewCommandBuilderTest.java:239)
> >
> >
> testSubscriptionToSOAP11Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
> > Time elapsed: 0.002 sec  <<< FAILURE!
> > junit.framework.ComparisonFailure: Invalid response for the renew request
> >
> expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
> > but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0 >>
> > at junit.framework.Assert.assertEquals(Assert.java:81)
> > at
> >
> org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP11Envelope(RenewCommandBuilderTest.java:253)
> >
> >
> >
> > On Sun, May 29, 2011 at 10:56 AM, Amila Maha Arachchi 
> > wrote:
> >>
> >>
> >> On Sun, May 29, 2011 at 10:42 AM, Hiranya Jayathilaka  >
> >> wrote:
> >>>
&g

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-28 Thread Amila Maha Arachchi
Hi,

We have test failures in event/org.wso2.carbon.event.ws. Please have a look.

I'll be going forward without tests.

release1@1ec2:~/carbon-3.2.0/components/event/
org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$ more
org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.txt
---
Test set:
org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest
---
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.617 sec
<<< FAILURE!
testSubscriptionToSOAP12EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
Time elapsed: 0.038 sec  <<< FAILURE!
junit.framework.ComparisonFailure: Invalid response for the get status
request
expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0
at junit.framework.Assert.assertEquals(Assert.java:81)
at
org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP12EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:175)

testSubscriptionToSOAP11EnvelopeWithTimeStamp(org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest)
Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.ComparisonFailure: Invalid response for the get status
request
expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0
at junit.framework.Assert.assertEquals(Assert.java:81)
at
org.wso2.carbon.event.ws.internal.builders.GetStatusCommandBuilderTest.testSubscriptionToSOAP11EnvelopeWithTimeStamp(GetStatusCommandBuilderTest.java:189)

release1@1ec2:~/carbon-3.2.0/components/event/
org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
release1@1ec2:~/carbon-3.2.0/components/event/
org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$
release1@1ec2:~/carbon-3.2.0/components/event/
org.wso2.carbon.event.ws/3.2.0/target/surefire-reports$ more
org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.txt
---
Test set: org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest
---
Tests run: 4, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.532 sec
<<< FAILURE!
testSubscriptionToSOAP12Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
Time elapsed: 0.052 sec  <<< FAILURE!
junit.framework.ComparisonFailure: Invalid response for the renew request
expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0
at junit.framework.Assert.assertEquals(Assert.java:81)
at
org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP12Envelope(RenewCommandBuilderTest.java:239)

testSubscriptionToSOAP11Envelope(org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest)
Time elapsed: 0.002 sec  <<< FAILURE!
junit.framework.ComparisonFailure: Invalid response for the renew request
expected:<...Expires>1970-01-01T0[8:55:45.678+05:3]0
but was:<...Expires>1970-01-01T0[3:25:45.678+00:0]0
at junit.framework.Assert.assertEquals(Assert.java:81)
at
org.wso2.carbon.event.ws.internal.builders.RenewCommandBuilderTest.testSubscriptionToSOAP11Envelope(RenewCommandBuilderTest.java:253)



On Sun, May 29, 2011 at 10:56 AM, Amila Maha Arachchi wrote:

>
>
> On Sun, May 29, 2011 at 10:42 AM, Hiranya Jayathilaka wrote:
>
>>
>>
>> On Sun, May 29, 2011 at 10:24 AM, Denis Weerasiri  wrote:
>>
>>> Hi,
>>>  FYI,
>>>
>>> [INFO] Compiling 6 source files to
>>> /home/release1/carbon-3.2.0/components/endpoint/org.wso2.carbon.endpoint/3.2.0/target/classes
>>> [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
>>> [ERROR] @scr.reference: Invalid Cardinality specification 1..0
>>> (file:/home/release1/carbon-3.2.0/components/endpoint/org.wso2.carbon.endpoint/3.2.0/src/main/java/org/wso2/carbon/endpoint/EndpointServiceComponent.java,
>>> line 63)
>>>
>>
>> Try now. Update endpoint, sequence-editor and localentry components
>>
>
> Updated the above components and build resumed from components.
>
> AmilaM.
>
>>
>> Thanks,
>> Hiranya
>>
>>
>>>
>>>
>>> On Sun, May 29, 2011 at 10:22 AM, Denis Weerasiri wrote:
>>>
>>>>
>>>>
>>>> On Sun, May 29, 2011 at 2:07 AM, Denis Weerasiri wrote:
>>>>
>>>>>
>>>>>
>>>>> On Sun, May 29, 2011 at 1:27 AM, Denis Wee

Re: [Carbon-dev] [IMPORTANT] Carbon 3.2.0 - RC3 - Code Frozen

2011-05-28 Thread Amila Maha Arachchi
On Sun, May 29, 2011 at 10:42 AM, Hiranya Jayathilaka wrote:

>
>
> On Sun, May 29, 2011 at 10:24 AM, Denis Weerasiri  wrote:
>
>> Hi,
>>  FYI,
>>
>> [INFO] Compiling 6 source files to
>> /home/release1/carbon-3.2.0/components/endpoint/org.wso2.carbon.endpoint/3.2.0/target/classes
>> [INFO] [scr:scr {execution: generate-scr-scrdescriptor}]
>> [ERROR] @scr.reference: Invalid Cardinality specification 1..0
>> (file:/home/release1/carbon-3.2.0/components/endpoint/org.wso2.carbon.endpoint/3.2.0/src/main/java/org/wso2/carbon/endpoint/EndpointServiceComponent.java,
>> line 63)
>>
>
> Try now. Update endpoint, sequence-editor and localentry components
>

Updated the above components and build resumed from components.

AmilaM.

>
> Thanks,
> Hiranya
>
>
>>
>>
>> On Sun, May 29, 2011 at 10:22 AM, Denis Weerasiri  wrote:
>>
>>>
>>>
>>> On Sun, May 29, 2011 at 2:07 AM, Denis Weerasiri  wrote:
>>>


 On Sun, May 29, 2011 at 1:27 AM, Denis Weerasiri wrote:

>
>
> On Sun, May 29, 2011 at 12:55 AM, Prabath Siriwardena <
> prab...@wso2.com> wrote:
>
>> Code frozen for all commits.. svn up in progress for the RC3 build..
>>
> Hi,
> build was triggered based on r106313.
>
 Hi,
 Build had to trigger again with r106315. So RC3 is based on r106315

>>> Hi,
>>> RC3 build is in progress at component level. We used a ec2 machine with a
>>> clean repo.
>>>

>> Thanks & regards,
>> -Prabath
>>
>> On Sat, May 28, 2011 at 11:13 PM, Prabath Siriwardena <
>> prab...@wso2.com> wrote:
>> > Please note the $subject.
>> >
>> > Code is frozen to everyone else other than Supun and Thilina who are
>> > working on two L1s. As soon as we get those fixes will trigger the
>> RC3
>> > build.
>> >
>> > Please refrain from committing...
>> >
>> > --
>> > Thanks & Regards,
>> > Prabath
>> >
>> > http://blog.facilelogin.com
>> > http://RampartFAQ.com
>> >
>>
>>
>>
>> --
>> Thanks & Regards,
>> Prabath
>>
>> http://blog.facilelogin.com
>> http://RampartFAQ.com
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>
>
>
> --
> Thanks,
> Denis
> --
> *Denis Weerasiri*
> Software Engineer; WSO2 Inc.; http://wso2.com,
> *email: denis ** [AT] wso2.com*
> *
> blog: **http://ddweerasiri.blogspot.com*
> *
> twitter: **http://twitter.com/ddweerasiri*
> *
> linked-in: 
> **http://lk.linkedin.com/in/ddweerasiri*
>
>


 --
 Thanks,
 Denis
 --
 *Denis Weerasiri*
 Software Engineer; WSO2 Inc.; http://wso2.com,
 *email: denis ** [AT] wso2.com*
 *
 blog: **http://ddweerasiri.blogspot.com*
 *
 twitter: **http://twitter.com/ddweerasiri*
 *
 linked-in: 
 **http://lk.linkedin.com/in/ddweerasiri*


>>>
>>>
>>> --
>>> Thanks,
>>> Denis
>>> --
>>> *Denis Weerasiri*
>>> Software Engineer; WSO2 Inc.; http://wso2.com,
>>> *email: denis ** [AT] wso2.com*
>>> *
>>> blog: **http://ddweerasiri.blogspot.com*
>>> *
>>> twitter: **http://twitter.com/ddweerasiri*
>>> *
>>> linked-in: 
>>> **http://lk.linkedin.com/in/ddweerasiri*
>>>
>>>
>>
>>
>> --
>> Thanks,
>> Denis
>> --
>> *Denis Weerasiri*
>> Software Engineer; WSO2 Inc.; http://wso2.com,
>> *email: denis ** [AT] wso2.com*
>> *
>> blog: **http://ddweerasiri.blogspot.com*
>> *
>> twitter: **http://twitter.com/ddweerasiri*
>> *
>> linked-in: 
>> **http://lk.linkedin.com/in/ddweerasiri*
>>
>>
>> ___
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Hiranya Jayathilaka
> Associate Technical Lead;
> WSO2 Inc.;  http://wso2.org
> E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
> Blog: http://techfeast-hiranya.blogspot.com
>
> ___
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman

[Carbon-dev] RC2 Packs - 3.2.0

2011-05-27 Thread Amila Maha Arachchi
Hi,

$Subject are now available.

product packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/products/
service packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/services/

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


Re: [Carbon-dev] [IMPORTANT] Code frozen for RC2 - 3.2.0 branch

2011-05-27 Thread Amila Maha Arachchi
On Fri, May 27, 2011 at 4:43 PM, Amila Maha Arachchi wrote:

>
>
> On Fri, May 27, 2011 at 4:05 PM, Amila Maha Arachchi wrote:
>
>>
>>
>> On Fri, May 27, 2011 at 3:51 PM, Amila Maha Arachchi wrote:
>>
>>> Hi,
>>>
>>> $Subject.
>>> Please refrain from committing to the branch. I will take an svn update
>>> now and trigger the build.
>>>
>>
>> svn update in progress
>>
>
> Build started with r106131.
>

Build completed successfully. There was a test failure in governance.api
component. Therefore components were built without tests. I have reported it
in a separate thread.

Packs can be found at

product packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/products/
service packs -
http://10.100.1.43/~carbon/releases/carbon/3.2.0/rc2/services/

Will start a separate thread "RC2 Packs" with the above locations mentioned.

Thanks,
AmilaM.

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


[Carbon-dev] Test failure in governance.api - RC2 build

2011-05-27 Thread Amila Maha Arachchi
Hi,

Could not get the sure-fire reports.

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

  1   2   3   4   5   >