[Dev] Hybrid Message Builder (Solution for

2012-07-19 Thread Dushan Abeyruwan
Hi, Recently we had a few issues [1][2] when invoking REST services via ESB REST API when client sends information with the content type TEXT/XML (and if BACK END accepts TEXT/XML) so when message receives to ESB if the content type is defined TEXT/XML by default it will try to build up SOAP e

[Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Afkham Azeez
[INFO] BUILD FAILURE [INFO] [INFO] Total time: 2:34:52.513s [INFO] Finished at: Wed Jul 18 23:47:33 IST 2012 [INFO] Final Memory: 909M/1721M [INFO] [ERRO

[Dev] Fwd: [Bamboo-Build] Sonar Reporting > Platform > #66 has FAILED. Change made by 16 authors.

2012-07-19 Thread Maheshika Goonetilleke
-- Forwarded message -- From: Bamboo Date: Thu, Jul 19, 2012 at 11:59 AM Subject: [Bamboo-Build] Sonar Reporting > Platform > #66 has FAILED. Change made by 16 authors. To: mahesh...@wso2.com [image: Failed] Sonar Reporting › Platform <

Re: [Dev] Hybrid Message Builder (Solution for

2012-07-19 Thread Sagara Gunathunga
Though your observation is correct here actual issue is not related to MessageBuilders/MessageFormatters instead of not picking correct MessageBuilder/MessageFormatter combination. Axis2 REST guide contains following text ""if the content type is text/xml and if the SOAPAction Header is missing, t

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Dushan Abeyruwan
Hi " For an example, in API Manager if you send a POX message with the text/xml, the query parameters on the URL do not get passed to the backend server, whereas they will get passed if we use application/xml instead" My thought is, POX message received with text/xml co

Re: [Dev] Hybrid Message Builder (Solution for

2012-07-19 Thread Hiranya Jayathilaka
This solution will take care of the message parsing issue. But the main problem is Synapse and Axis2 both associating text/xml with SOAP 1.1. There's a lot of code written based on this assumption. For instance the parsing issue can be worked around by using something like the message relay (we do

Re: [Dev] Hybrid Message Builder (Solution for

2012-07-19 Thread Sagara Gunathunga
On Thu, Jul 19, 2012 at 2:06 PM, Hiranya Jayathilaka wrote: > This solution will take care of the message parsing issue. But the main > problem is Synapse and Axis2 both associating text/xml with SOAP 1.1. > There's a lot of code written based on this assumption. For instance the > parsing issue c

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Amila Maha Arachchi
This dependency is not valid anymore. Therefore, I removed it from usage.agent/pom.xml. Regards, AmilaM. On Thu, Jul 19, 2012 at 1:38 PM, Afkham Azeez wrote: > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 2:34:52.5

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Afkham Azeez
Now that build failure went away but I am faced with a new failure [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 1:11.081s [INFO] Finished at: T

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Amila Maha Arachchi
Will look into this with deleting jars in my repo (coz you are trying with a clean repo). On Thu, Jul 19, 2012 at 2:40 PM, Afkham Azeez wrote: > Now that build failure went away but I am faced with a new failure > > [INFO] > ---

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Sagara Gunathunga
On Thu, Jul 19, 2012 at 2:04 PM, Dushan Abeyruwan wrote: > Hi > " For an example, in API Manager if you send a POX message with the > text/xml, the query parameters on the URL do not get passed to the backend > server, whereas they will get passed if we use application/xml instead" >

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Pradeep Fernando
guys, are we building the src with a clean repo, in bamboo ? --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Kishanthan Thangarajah
On Thu, Jul 19, 2012 at 2:54 PM, Pradeep Fernando wrote: > guys, > > are we building the src with a clean repo, in bamboo ? Not all the time. If it is needed only the build goes with clean repo. > > > --Pradeep > -- *Kishanthan Thangarajah* Software Engineer, Development Technologies Team,

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Pradeep Fernando
Hi, On Thu, Jul 19, 2012 at 2:55 PM, Kishanthan Thangarajah wrote: > > > On Thu, Jul 19, 2012 at 2:54 PM, Pradeep Fernando wrote: > >> guys, >> >> are we building the src with a clean repo, in bamboo ? > > > Not all the time. If it is needed only the build goes with clean repo. > > it should be

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Amila Maha Arachchi
I tried with removing uddi jar from my repo. But I do not get the checksum validation failure error you get. But I don't see the pom for uddi4j-1.0.1 at [1]. But it is there in [2]. [1] http://maven.wso2.org/nexus/content/groups/wso2-public/uddi/uddi4j/1.0.1/ [2] http://sr5.us1.wso2.com/nexus/con

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Dushan Abeyruwan
Hi Sagara, Yes, Originally I had this concern i.e the way to determine SOAP 1.1 and POX, I think ur suggestion is best suit in this case but anyway the provided solution (Formatter/Builder concept) wont be a perfect one as u mention, so will keep this as open and hope this will get sorted out i

[Dev] Deployment Synchroniser(SVN based) fail to sync new tenants applications

2012-07-19 Thread Lahiru Sandaruwan
Hi, I have a App server cluster of 2 servers (Beta 2 packs) clustered using 'wka' method. For master node, true true and slave node, false true When i create a new tenant in master node, it commits all the apps to svn but slave gives following error, [2012-07

Re: [Dev] Platform build failure with clean Maven repo

2012-07-19 Thread Kishanthan Thangarajah
On Thu, Jul 19, 2012 at 2:59 PM, Pradeep Fernando wrote: > Hi, > > > On Thu, Jul 19, 2012 at 2:55 PM, Kishanthan Thangarajah < > kishant...@wso2.com> wrote: > >> >> >> On Thu, Jul 19, 2012 at 2:54 PM, Pradeep Fernando wrote: >> >>> guys, >>> >>> are we building the src with a clean repo, in bambo

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Paul Fremantle
Why don't we just use binary relay or even Passthru transport here? Doesn't that solve this? Paul On 19 July 2012 10:57, Dushan Abeyruwan wrote: > Hi Sagara, >Yes, Originally I had this concern i.e the way to determine SOAP 1.1 > and POX, I think ur suggestion is best suit in this case but

[Dev] Identity database error while restarting the G-Reg server.

2012-07-19 Thread Ajith Vitharana
Hi All, I have mounted two registry instance and i got the following error while restarting the master node. chedulerServiceComponent *[2012-07-19 16:31:34,626] ERROR {org.wso2.carbon.identity.core.internal.IdentityCoreServiceComponent} - Error occured while populating identity configuration pro

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Dushan Abeyruwan
Hi "Why don't we just use binary relay or even Passthru transport here? Doesn't that solve this?" In the context of handling REST calls via API Manager would be fine as long as there is no message processing, but in general if we would want to process the given message within REST API at

[Dev] Reminder : Add Product Categories to P2 Feature Repository

2012-07-19 Thread Dileepa Jayakody
Hi Product Teams, This is to remind you to add Product Categories to our P2 feature repository. Currently it only has App Server, DSS and BAM Data Agent as categories. Please add your Product also as a category. This is important since it will give users a complete list of product categories when

Re: [Dev] Deployment Synchroniser(SVN based) fail to sync new tenants applications

2012-07-19 Thread Damitha Kumarage
If this issue is real, then it is a blocking issue for our PHP Cartridge release. Thanks, Damitha On Thu, Jul 19, 2012 at 3:32 PM, Lahiru Sandaruwan wrote: > Hi, > > I have a App server cluster of 2 servers (Beta 2 packs) clustered using > 'wka' method. > > For master node, > > true >

Re: [Dev] Hybrid Message Builder (Solution for

2012-07-19 Thread Supun Kamburugamuva
There is a way to associate a MessageBuilder to a URL. AFAIK this functionality was implemented for the Nhttp transport. I can't remember the exact details. But this may be a cleaner approach. Thanks, Supun.. On Thu, Jul 19, 2012 at 4:52 AM, Sagara Gunathunga wrote: > > > On Thu, Jul 19, 2012 a

Re: [Dev] Identity database error while restarting the G-Reg server.

2012-07-19 Thread Hasini Gunasinghe
Fixed db scripts to match the table name used in the code - which has been changed recently. Please take svn up in identity/org.wso2.carbon.identity.core. Thanks, Hasini. On Thu, Jul 19, 2012 at 4:45 PM, Ajith Vitharana wrote: > Hi All, > > I have mounted two registry instance and i got the fol

[Dev] Build error - Could not find artifact org.wso2.siddhi:siddhi:jar:1.0.0-SNAPSHOT.wso2v1

2012-07-19 Thread Muhammed Shariq
siddhi has been removed from orbit it seems and not in nexus ?! [INFO] [ERROR] Failed to execute goal on project org.wso2.carbon.cep.siddhi: Could not resolve dependencies for project org.wso2.carbon:org.wso2.carbon.cep.siddh

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Sagara Gunathunga
Hi Dushan, I have created following Axis2 JIRA[1] to track this issue. Please comment about your ESB use cases there. [1] - https://issues.apache.org/jira/browse/AXIS2-5374 Thanks ! On Thu, Jul 19, 2012 at 3:27 PM, Dushan Abeyruwan wrote: > Hi Sagara, >Yes, Originally I had this concern i

[Dev] Issue when reading a XML chunk in Jaggery

2012-07-19 Thread Dilshan Edirisuriya
Hi, Tried to parse the following xml chunk. <% var x= http://www.wso2.org/governance/metadata";> test1 test1 test1 ApplicationLifecycle ; print(x.appli

[Dev] Features build failure - databridge

2012-07-19 Thread Afkham Azeez
[INFO] BUILD FAILURE [INFO] [INFO] Total time: 2:34:23.650s [INFO] Finished at: Thu Jul 19 20:53:50 IST 2012 [INFO] Final Memory: 1112M/1927M [INFO] [ERR

Re: [Dev] Deployment Synchroniser(SVN based) fail to sync new tenants applications

2012-07-19 Thread Lahiru Sandaruwan
On Thu, Jul 19, 2012 at 5:50 PM, Damitha Kumarage wrote: > If this issue is real, then it is a blocking issue for our PHP Cartridge > release. > I have created a blocker for this at [1]. [1] https://wso2.org/jira/browse/CARBON-13662 Thanks. > > Thanks, > Damitha > > On Thu, Jul 19, 2012 at 3:

Re: [Dev] Hybrid Message Builder REST API

2012-07-19 Thread Hiranya Jayathilaka
On Thu, Jul 19, 2012 at 3:57 PM, Paul Fremantle wrote: > Why don't we just use binary relay or even Passthru transport here? > Doesn't that solve this? It solves the parsing problem. But we have uncovered some undesirable side effects. Thanks, Hiranya > > Paul > > > On 19 July 2012 10:57, Du

Re: [Dev] Build error - Could not find artifact org.wso2.siddhi:siddhi:jar:1.0.0-SNAPSHOT.wso2v1

2012-07-19 Thread Suhothayan Sriskandarajah
I think your trunk is not up-to-date please build the dependencies/commons/siddhi and dependencies/orbit/siddhi Note as dependencies/commons/siddhi is an svn external and since I have done an svn move to it, doing svn up will not fully update the code and hence you might need to delete the siddhi

Re: [Dev] Issue when reading a XML chunk in Jaggery

2012-07-19 Thread Ruchira Wageesha
If you want to do a namespace aware query, then use [1], else use [2]. You should use proper E4X queries[3]. /Ruchira [1] var ns = "http://www.wso2.org/governance/metadata";; print(x.*::application.*::key.text()); [2] print(x.ns::application.ns::key.text()); [3] http://wso2.org/project/mashup/2

Re: [Dev] Build error - Could not find artifact org.wso2.siddhi:siddhi:jar:1.0.0-SNAPSHOT.wso2v1

2012-07-19 Thread Muhammed Shariq
On Thu, Jul 19, 2012 at 9:47 PM, Suhothayan Sriskandarajah wrote: > I think your trunk is not up-to-date please build the > dependencies/commons/siddhi > and dependencies/orbit/siddhi > > Note as dependencies/commons/siddhi is an svn external and since I have > done an svn move to it, > doing svn

Re: [Dev] Issue when reading a XML chunk in Jaggery

2012-07-19 Thread Madhuka Udantha
Hi, Better we added those in to jaggery API Documentation (XML Basic) Rather than just put link for E4X. Thnaks On Thu, Jul 19, 2012 at 10:02 PM, Ruchira Wageesha wrote: > If you want to do a namespace aware query, then use [1], else use [2]. You > should use proper E4X queries[3]. > > /Ruchir

[Dev] Is replicated caching necessary in registry mounting?

2012-07-19 Thread Charitha Kankanamge
Folks, Should replicated caching be enabled with registry mounting? Suppose /_system/governance space of an ESB instance is mounted (jdbc or ws) to the same collection of a central G-reg. In that case, should we enable replicated caching in both ESB and G-reg instances? Please confirm. Thanks! Cha

Re: [Dev] Is replicated caching necessary in registry mounting?

2012-07-19 Thread Subash Chaturanga
On Thu, Jul 19, 2012 at 11:48 PM, Charitha Kankanamge wrote: > Folks, > Should replicated caching be enabled with registry mounting? Suppose > /_system/governance space of an ESB instance is mounted (jdbc or ws) to the > same collection of a central G-reg. In that case, should we enable > replicat

Re: [Dev] Issue when reading a XML chunk in Jaggery

2012-07-19 Thread Ruchira Wageesha
I thought, he won't be able to wait till we update the doc :P On Thu, Jul 19, 2012 at 11:31 PM, Madhuka Udantha wrote: > Hi, > > Better we added those in to jaggery API Documentation (XML Basic) Rather > than just put link for E4X. > +1 go ahead > > Thnaks > > > On Thu, Jul 19, 2012 at 10:02

[Dev] Can I register a new Host Object in API Manager as an OSGi service.

2012-07-19 Thread Sameera Jayasoma
Hi Devs, AFAIK, we can register a new host object by modifying the modules/apistore/module.xml file. but do we have a way to do this via OSGi services? Thanks, Sameera. -- Sameera Jayasoma Senior Technical Lead WSO2, Inc. (http://wso2.com) email: same...@wso2.com blog: http://tech.jayasoma.or

[Dev] [GReg][Mounting] Making the type field mandatory in remote instance configuration

2012-07-19 Thread Subash Chaturanga
Hi Senaka, It is better if we can proceed with $subject (i.e where it is jdbc,atom or ws). We currently only specifying this for ws mounting. This will add more consistency in mounting configuration and also will be useful to fix some broken areas of mounting feature. (And we need to have a schema

Re: [Dev] [GReg][Mounting] Making the type field mandatory in remote instance configuration

2012-07-19 Thread Denis Weerasiri
On Thu, Jul 19, 2012 at 1:42 PM, Subash Chaturanga wrote: > Hi Senaka, > It is better if we can proceed with $subject (i.e where it is jdbc,atom or > ws). We currently only specifying this for ws mounting. > This will add more consistency in mounting configuration and also will be > useful to fix

Re: [Dev] [GReg][Mounting] Making the type field mandatory in remote instance configuration

2012-07-19 Thread Subash Chaturanga
On Fri, Jul 20, 2012 at 2:17 AM, Denis Weerasiri wrote: > > > On Thu, Jul 19, 2012 at 1:42 PM, Subash Chaturanga wrote: > >> Hi Senaka, >> It is better if we can proceed with $subject (i.e where it is jdbc,atom >> or ws). We currently only specifying this for ws mounting. >> This will add more co

Re: [Dev] [GReg][Mounting] Making the type field mandatory in remote instance configuration

2012-07-19 Thread Denis Weerasiri
Also is it possible to use true in ws-api ? https://localhost:9443/registry";> govreg admin admin ws true On Thu, Jul 19, 2012 at 1:42 PM, Subash Chaturanga wrote: > Hi Senaka, > It is better if we can proceed with $subject (i.e where it is jdbc,atom

[Dev] [Bamboo-Build] Carbon Snapshot > Platform > #474 has FAILED (5 tests failed, 2 failures were new). Change made by 19 authors.

2012-07-19 Thread Bamboo
--- Carbon Snapshot > Platform > #474 failed. --- This build occurred because it is a dependant of WSO2CARBON-CARBONCOREKERNELBUILD-394. 5/2117 tests failed, 2 f

[Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Thilini Ishaka
Hi, I have configured AS cluster with the LB (with latest trunk packs). The logs from LB; [2012-07-20 06:07:06,485] INFO - RpcMembershipRequestHandler Received JOIN message from 127.0.0.1:4100(wso2.as.domain) [2012-07-20 06:07:06,486] INFO - MembershipManager Application member 127.0.0.1:4100(w

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Samisa Abeysinghe
Is this a regression? Did we not test clustering in this cycle? I remember like we did... On Fri, Jul 20, 2012 at 6:22 AM, Thilini Ishaka wrote: > Hi, > > I have configured AS cluster with the LB (with latest trunk packs). > The logs from LB; > > [2012-07-20 06:07:06,485] INFO - RpcMembershipRe

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Charitha Kankanamge
We have not fronted any servers by WSO2 LB yet. On Friday, July 20, 2012, Samisa Abeysinghe wrote: > Is this a regression? Did we not test clustering in this cycle? I remember > like we did... > > On Fri, Jul 20, 2012 at 6:22 AM, Thilini Ishaka > > > wrote: > >> Hi, >> >> I have configured AS c

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Thilini Ishaka
If this is an implementation level issue, its a blocker for Appfactory 1.0 M3 release. -- Thilini On Fri, Jul 20, 2012 at 6:58 AM, Charitha Kankanamge wrote: > We have not fronted any servers by WSO2 LB yet. > > > On Friday, July 20, 2012, Samisa Abeysinghe wrote: > >> Is this a regression? Did

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Amila Maha Arachchi
I remember seeing a mail where Azeez suggested some fix regarding the offset (I dont remember what was it) and he asked to double check whether the offset gets added twice. Here it seems the offset is added twice. Can this be a result of that fix? I'll try to find the mail thread. Regards, AmilaM.

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Amila Maha Arachchi
Found it - "[Dev] portOffset doesn't propagate into AxisConfig transportIns". Is this the reason? On Fri, Jul 20, 2012 at 7:22 AM, Amila Maha Arachchi wrote: > I remember seeing a mail where Azeez suggested some fix regarding the > offset (I dont remember what was it) and he asked to double check

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Samisa Abeysinghe
On Fri, Jul 20, 2012 at 6:58 AM, Charitha Kankanamge wrote: > We have not fronted any servers by WSO2 LB yet. Have we tested clustering? Did we test AS/ESB cluster? > > > On Friday, July 20, 2012, Samisa Abeysinghe wrote: > >> Is this a regression? Did we not test clustering in this cycle? I >

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Charitha Kankanamge
We have tested AS cluster with multiple nodes specifically to test the followings and reported many bugs. - deployment synchronization - both registry based and svn - session replication of stateful services We are yet to do; - web app cluster - ESB cluster - product cluster fronted by WSO2 LB - d

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Nirmal Fernando
Hi, I'm looking into this. The fix was added to tackle the "multicast" scheme. I'll debug and see, what happens in "wka" scenario. I think all these comes since we check port offset at a local level and changing it. We should have made the change at a global level. On Fri, Jul 20, 2012 at 7:26 A

Re: [Dev] Issue when reading a XML chunk in Jaggery

2012-07-19 Thread Madhuka Udantha
hi, Better we added those in to jaggery API Documentation (XML Basic) Rather > than just put link for E4X. +1 go ahead I will added those basic XML operations in to jaggery API documentation/xml On Fri, Jul 20, 2012 at 12:17 AM, Ruchira Wageesha wrote: > I thought, he won't be able to wait t

Re: [Dev] Is replicated caching necessary in registry mounting?

2012-07-19 Thread Charitha Kankanamge
Thanks Subash, this is something we have not documented anywhere. We should update all docs, blogs with this information. On Friday, July 20, 2012, Subash Chaturanga wrote: > > > On Thu, Jul 19, 2012 at 11:48 PM, Charitha Kankanamge > > > wrote: > >> Folks, >> Should replicated caching be enabl

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Sanjeewa Malalgoda
Hi, I didn't see valid requirement of setting localMemberBindPort in axis2.xml. This configurations looks fine. AFAIK sanjaya setup stratos deployment with latest trunk packs with load balancer fronted. Also i have tested recently after alpha release of load balancer 2.0.0. can you please attach al

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Thilini Ishaka
Hi Sanjeewa, This issue is introduced by https://wso2.org/jira/browse/CARBON-13613 fix I suspect. On Fri, Jul 20, 2012 at 10:22 AM, Sanjeewa Malalgoda wrote: > Hi, > I didn't see valid requirement of setting localMemberBindPort in > axis2.xml. > Yes, unsetting localMemberBindPort too gives same

Re: [Dev] Is replicated caching necessary in registry mounting?

2012-07-19 Thread Tharindu Mathew
Subash, Can I know why this is needed? This was not required earlier so I'd like to understand why it's needed now? On Fri, Jul 20, 2012 at 9:49 AM, Charitha Kankanamge wrote: > Thanks Subash, this is something we have not documented anywhere. We > should update all docs, blogs with this informa

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Nirmal Fernando
Hi Thilini, I've reverted the patch for now. Please check now whether the error still persist. I've grepped whole carbon core to see whether it's looking at that AvoidInitiation parameter, but seems not. I'll dig further deep and see. Sorry for the inconvenience caused. On Fri, Jul 20, 2012 at

Re: [Dev] AppServer Cluster with LB does not work on trunk

2012-07-19 Thread Thilini Ishaka
On Fri, Jul 20, 2012 at 10:38 AM, Nirmal Fernando wrote: > Hi Thilini, > > I've reverted the patch for now. Please check now whether the error still > persist. > > I've grepped whole carbon core to see whether it's looking at that > AvoidInitiation parameter, but seems not. > I'll dig further dee

Re: [Dev] Issue when reading a XML chunk in Jaggery

2012-07-19 Thread Dilshan Edirisuriya
Thanks. +1 for adding these into documentation. On Fri, Jul 20, 2012 at 9:37 AM, Madhuka Udantha wrote: > hi, > > Better we added those in to jaggery API Documentation (XML Basic) Rather >> than just put link for E4X. > > > +1 go ahead > > I will added those basic XML operations in to jaggery AP

[Dev] Load balancer distribution directory structure

2012-07-19 Thread Afkham Azeez
The dist structure is, LB/module/distribution/product/. This should now be LB/module/distribution. I have changed this in the trunk. The change needs to happen in the branch too. -- *Afkham Azeez* Director of Architecture; WSO2, Inc.; http://wso2.com Member; Apache Software Foundation; http://www

Re: [Dev] Load balancer distribution directory structure

2012-07-19 Thread Nirmal Fernando
On Fri, Jul 20, 2012 at 10:56 AM, Afkham Azeez wrote: > The dist structure is, LB/module/distribution/product/. This should now be > LB/module/distribution. I have changed this in the trunk. The change needs > to happen in the branch too. > Noted. > > -- > *Afkham Azeez* > Director of Architect

Re: [Dev] Features build failure - databridge

2012-07-19 Thread Afkham Azeez
Folks, This is a major blocker for me. As you know, the mgt node & worker node separation is a major requirement for this release. That will take care of most depsync issues etc. To be able to do that, I need a working LB build. I cannot get that since my build has been failing from time to time at

Re: [Dev] Features build failure - databridge

2012-07-19 Thread Tharindu Mathew
It builds fine for me. Let me dig into it. On Fri, Jul 20, 2012 at 10:59 AM, Afkham Azeez wrote: > Folks, > This is a major blocker for me. As you know, the mgt node & worker node > separation is a major requirement for this release. That will take care of > most depsync issues etc. To be able t

Re: [Dev] [Commits] [Carbon-kernel] svn commit r133916 - in carbon/kernel/trunk/dependencies/axis2/1.6.1-wso2v5/modules/clustering: conf src/org/apache/axis2/clustering/tribes test/org/apache/axis2/cl

2012-07-19 Thread Pradeep Fernando
commit this to branch --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Commits] [Carbon-kernel] svn commit r133765 - in carbon/kernel/trunk/core: org.wso2.carbon.tomcat.ext/src/main/java/org/wso2/carbon/tomcat/ext/servlet org.wso2.carbon.ui/src/main/java/org/w

2012-07-19 Thread Pradeep Fernando
commit this to branch --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Commits] [Carbon-kernel] svn commit r133916 - in carbon/kernel/trunk/dependencies/axis2/1.6.1-wso2v5/modules/clustering: conf src/org/apache/axis2/clustering/tribes test/org/apache/axis2/cl

2012-07-19 Thread Nirmal Fernando
On Fri, Jul 20, 2012 at 11:04 AM, Pradeep Fernando wrote: > commit this to branch > ok. > > --Pradeep > -- Thanks & regards, Nirmal Software Engineer- Platform Technologies Team, WSO2 Inc. Mobile: +94715779733 Blog: http://nirmalfdo.blogspot.com/ __

Re: [Dev] [Commits] [Carbon-kernel] svn commit r133765 - in carbon/kernel/trunk/core: org.wso2.carbon.tomcat.ext/src/main/java/org/wso2/carbon/tomcat/ext/servlet org.wso2.carbon.ui/src/main/java/org/w

2012-07-19 Thread Pradeep Fernando
commit this to branch --Pradeep ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Features build failure - databridge

2012-07-19 Thread Afkham Azeez
Well the way I built the dist was a bit messed up. I started with a clean Maven repo. Then there were many build issues. Then I switched back to my old Maven repo, and built the branch orbit, and continued with an online build of kernel & platform. Finally I got stuck at this place. On Fri, Jul 20

Re: [Dev] Features build failure - databridge

2012-07-19 Thread Muhammed Shariq
On Fri, Jul 20, 2012 at 11:14 AM, Afkham Azeez wrote: > Well the way I built the dist was a bit messed up. I started with a clean > Maven repo. Then there were many build issues. Then I switched back to my > old Maven repo, and built the branch orbit, and continued with an online > build of kerne

[Dev] Why aren't people properly indenting XML files?

2012-07-19 Thread Afkham Azeez
I find this really annoying. This is not the only XML file I've seen which looks bad. Take a look at the attached screenshot. Is anybody else seeing such misalignments in XML files? People need to start paying attention to the little details! -- *Afkham Azeez* Director of Architecture; WSO2, Inc.

Re: [Dev] Why aren't people properly indenting XML files?

2012-07-19 Thread Supun Malinga
Hi, I think that this happens when some guys use gedit vs some use vi. Indentation of both is different. thanks, On Fri, Jul 20, 2012 at 11:28 AM, Afkham Azeez wrote: > I find this really annoying. This is not the only XML file I've seen which > looks bad. Take a look at the attached screensho

Re: [Dev] Features build failure - databridge

2012-07-19 Thread Tharindu Mathew
I deleted off all my data bridge related artifacts from my local repo and tried, and it succeeded for me. Can you manually try to build the feature that it's complaining is missing? Just to check, are you using the multi threaded mode as the dependency order is messed up? On Fri, Jul 20, 2012 at

Re: [Dev] Features build failure - databridge

2012-07-19 Thread Afkham Azeez
On Fri, Jul 20, 2012 at 11:37 AM, Tharindu Mathew wrote: > I deleted off all my data bridge related artifacts from my local repo and > tried, and it succeeded for me. > > Can you manually try to build the feature that it's complaining is > missing? Just to check, are you using the multi threaded

[Dev] Registry WS mount issue

2012-07-19 Thread Ajith Vitharana
Hi All, We have registered the RegistryProvider inside the* registry.ws.client*bundle and trying to get that registered service at *registry.core*. But that service is going to fetch at the MountHandler before register it at WSClientServiceComponent. ?? We need some OSGI magic to fix this issue.

Re: [Dev] Why aren't people properly indenting XML files?

2012-07-19 Thread Kathiravelu Pradeeban
yes, and in gedit, have to set the tab width appropriately. Some of us have it as 4, and some as 8 (8 is the default, as I recall). Then some use tab, where others use space. In a few open source communities, there is a rule to use TAB with the tab width 4, for all the files - listed as a guidelin

Re: [Dev] Reminder : Add Product Categories to P2 Feature Repository

2012-07-19 Thread Kasun Weranga
On Thu, Jul 19, 2012 at 5:17 PM, Dileepa Jayakody wrote: > Hi Product Teams, > > This is to remind you to add Product Categories to our P2 feature > repository. > Currently it only has App Server, DSS and BAM Data Agent as categories. > Please add your Product also as a category. This is importan

Re: [Dev] [Commits] [Carbon-kernel] svn commit r133765 - in carbon/kernel/trunk/core: org.wso2.carbon.tomcat.ext/src/main/java/org/wso2/carbon/tomcat/ext/servlet org.wso2.carbon.ui/src/main/java/org/w

2012-07-19 Thread Selvaratnam Uthaiyashankar
Comitted. Sorry for the delay. Shankar On Fri, Jul 20, 2012 at 11:05 AM, Pradeep Fernando wrote: > commit this to branch > > --Pradeep > > > -- S.Uthaiyashankar Senior Software Architect Chair, Management Committee – Cloud Technologies WSO2 Inc. http://wso2.com/ - "lean . enterprise . middle

[Dev] Why do we copy userRP.jks in MB, is it still needed ?!

2012-07-19 Thread Muhammed Shariq
Hi, $subject please ? I see the following entry in bin.xml .. is it still needed .. or else can I remove it ?! ../p2-profile/target/wso2carbon-core-${carbon.version}/repository/resources/security/userRP.jks wso2mb-${pom.version}/repository/resources/security/ 644

Re: [Dev] Why do we copy userRP.jks in MB, is it still needed ?!

2012-07-19 Thread Shammi Jayasinghe
Hi Dimuthu, Could you please tell whether we can remove this entry? Thanks Shammi On Fri, Jul 20, 2012 at 12:18 PM, Muhammed Shariq wrote: > Hi, > > $subject please ? I see the following entry in bin.xml .. is it still > needed .. or else can I remove it ?! > > > > ../p2-profile/targ