Re: [Architecture] AS Webapp versioning for aPaaS

2013-07-12 Thread Sagara Gunathunga
On Fri, Jul 12, 2013 at 12:20 PM, Supun Malinga sup...@wso2.com wrote: Hi, +1 for option 1 (using the tomcat's default support). That's straight forward and simple than the other options. However we should test it thoroughly to see if we have tomcat's exact behavior.. I did few testing

Re: [Architecture] [App Factory] allowing apps to get a keyspace for their use

2013-07-12 Thread Srinath Perera
+1 I think it is only UI bits we need to do On Thu, Jul 11, 2013 at 4:23 PM, Sanjiva Weerawarana sanj...@wso2.comwrote: Guys the Storage Server underneath App Factory has a Cassandra ring too right? Is there any reason we shouldn't put keyspaces as a resource apps can pick up for themselves?

Re: [Architecture] Implementing HumanTask Coordination Protocol for BPS

2013-07-12 Thread Srinath Perera
Hi Hastha, Any updates? Do you need a meeting/review to discuss if you have an initial arch? --Srinath On Mon, Jul 8, 2013 at 7:43 AM, Hasitha Aravinda hasi...@wso2.com wrote: Hi all, Currently BPS don't support HumanTask Coordination Protocol [1][2] in the humantask engine. Since this

Re: [Architecture] [App Factory] allowing apps to get a keyspace for their use

2013-07-12 Thread Prabath Abeysekera
On Fri, Jul 12, 2013 at 1:36 PM, Srinath Perera srin...@wso2.com wrote: +1 I think it is only UI bits we need to do +1. I would also imagine the same requirement that we came across while integrating relational database provisioning to AF, which is, having another abstraction layer on top of

Re: [Architecture] Cluster message replay

2013-07-12 Thread Srinath Perera
Hi Azeez, If it is sequential, when a node has left and rejoined, he can get the missing messages (Ok well given they are stored somewhere). Might be useful with deployments etc. But if we do not have a usecase, then no need. --Srinath On Fri, Jul 12, 2013 at 2:44 PM, Afkham Azeez

[Architecture] Upgrade JAXB version for CXF

2013-07-12 Thread Kasun Gajasinghe
Hi, We are still using JAXB 2.1 for CXF based webapps. But CXF uses JAXB 2.2 since CXF 2.3.x. [1] Therefore, we need to upgrade JAXB version. [1] http://cxf.apache.org/docs/jaxb.html Thanks, KasunG -- *Kasun Gajasinghe* Software Engineer; Development Technologies Team, WSO2 Inc.;

Re: [Architecture] Upgrade JAXB version for CXF

2013-07-12 Thread Sagara Gunathunga
On Fri, Jul 12, 2013 at 6:33 PM, Kasun Gajasinghe kas...@wso2.com wrote: Hi, We are still using JAXB 2.1 for CXF based webapps. But CXF uses JAXB 2.2 since CXF 2.3.x. [1] Therefore, we need to upgrade JAXB version. +1 We have JAXB dependencies on endorsed directory that means those are

Re: [Architecture] Upgrade JAXB version for CXF

2013-07-12 Thread Supun Malinga
Hi, In cxf bundle it still depends on jaxb 2.1.13. That's the reason the include that version in lib/runtimes/cxf http://repo2.maven.org/maven2/org/apache/cxf/cxf-bundle/2.7.3/cxf-bundle-2.7.3.pom Please look into this also and change accordingly.. thanks, On Fri, Jul 12, 2013 at 6:40 PM,

Re: [Architecture] Upgrade JAXB version for CXF

2013-07-12 Thread Kasun Gajasinghe
On Fri, Jul 12, 2013 at 6:48 PM, Supun Malinga sup...@wso2.com wrote: Hi, In cxf bundle it still depends on jaxb 2.1.13. That's the reason the include that version in lib/runtimes/cxf http://repo2.maven.org/maven2/org/apache/cxf/cxf-bundle/2.7.3/cxf-bundle-2.7.3.pom Please look into this

Re: [Architecture] Can we use P2 based solution to control AS product size

2013-07-12 Thread Shameera Rathnayaka
Hi Paul, Touchpoint undo operation is used only when rolling back a failed set of operations, Therefore we have to use another touchpoint in uninstall phase to remove the added xml element. I have implemented a new toucpoint action( removeXMLElement) for this. Following are the configurations