Hi all,
I'm going to remove ( /comment out) following in kernel's
user-mgt.xml. Since having them will results in errors when trying to
add tenant merged CSG pack.

<Property name="PasswordJavaRegEx">[\S]{5,30}$</Property>
<Property 
name="UsernameJavaRegEx">^[^~!@#$;%^*+={}\\|\\\\&lt;&gt;,\'\"]{3,30}$</Property>

Regards,
Ramith.

On Tue, May 22, 2012 at 11:27 AM, Dimuthu Leelarathne <dimut...@wso2.com> wrote:
> Hi Ramith,
>
> Nice work!
>
> Yes we need to add <Property
> name="MultiTenantRealmConfigBuilder">org.wso2.carbon.user.core.config.multitenancy.SimpleRealmConfigBuilder</Property>
> to user-mgt.xml by default now.
>
> thanks,
> dimuthu
>
> On Tue, May 22, 2012 at 11:15 AM, Ramith Jayasinghe <ram...@wso2.com> wrote:
>>
>> Hi,
>> I got the multi-tenancy features in to CSG by modifying stratos common
>> features.
>> However, when I try to add a tenant (as admin) I get following error.
>>
>> [2012-05-22 11:04:54,913] ERROR - RPCMessageReceiver Exception
>> occurred while trying to invoke service method addTenant
>> java.lang.reflect.InvocationTargetException
>>        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.apache.axis2.rpc.receivers.RPCUtil.invokeServiceClass(RPCUtil.java:212)
>>        at
>> org.apache.axis2.rpc.receivers.RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:117)
>>        at
>> org.apache.axis2.receivers.AbstractInOutMessageReceiver.invokeBusinessLogic(AbstractInOutMessageReceiver.java:40)
>>        at
>> org.apache.axis2.receivers.AbstractMessageReceiver.receive(AbstractMessageReceiver.java:110)
>>        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:205)
>>        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.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:45)
>>        at
>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
>>        at
>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
>>        at
>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:225)
>>        at
>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:169)
>>        at
>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:472)
>>        at
>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:168)
>>        at
>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
>>        at
>> org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:143)
>>        at
>> org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:156)
>>        at
>> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:927)
>>        at
>> org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:48)
>>        at
>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
>>        at
>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407)
>>        at
>> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:999)
>>        at
>> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:565)
>>        at
>> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1620)
>>        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:662)
>> Caused by: java.lang.NullPointerException
>>        at
>> org.wso2.carbon.tenant.mgt.core.DefaultTenantPersistor.persistTenant(DefaultTenantPersistor.java:83)
>>        at
>> org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService.addTenant(TenantMgtAdminService.java:79)
>>
>> As per the chat with Shankar this can be avoid by adding,
>> <Property
>> name="MultiTenantRealmConfigBuilder">org.wso2.carbon.user.core.config.multitenancy.SimpleRealmConfigBuilder</Property>
>>  to user-mgt.xml.
>>
>> So I presume that this configuration will appear in user-mgt.xml from
>> carbon pack by default?
>>
>>
>> On Mon, May 21, 2012 at 12:05 PM, Thilina Buddhika <thili...@wso2.com>
>> wrote:
>> > I fixed it. Need to test it further before committing.
>> >
>> > I can share the fixed bundle, so that you are not blocked on this.
>> >
>> > Thanks,
>> > Thilina
>> >
>> >
>> > On Mon, May 21, 2012 at 11:55 AM, Afkham Azeez <az...@wso2.com> wrote:
>> >>
>> >> I think Thilina has already fixed it.
>> >>
>> >>
>> >> On Mon, May 21, 2012 at 10:28 AM, Ramith Jayasinghe <ram...@wso2.com>
>> >> wrote:
>> >>>
>> >>> Hi Dimuthu,
>> >>> For now I will exclude the 'org.wso2.carbon.redirector.servlet.ui'
>> >>> from final pack (we can change this after thilina make the fix).
>> >>>
>> >>> regards
>> >>> ramith
>> >>>
>> >>> On Fri, May 18, 2012 at 2:40 PM, Dimuthu Leelarathne
>> >>> <dimut...@wso2.com>
>> >>> wrote:
>> >>> > Hi Ramith,
>> >>> >
>> >>> > On Fri, May 18, 2012 at 2:11 PM, Ramith Jayasinghe <ram...@wso2.com>
>> >>> > wrote:
>> >>> >>
>> >>> >> Hi,
>> >>> >> We are in the process of merging CSG (product and service) and came
>> >>> >> to
>> >>> >> realize that Login page of each products might need some change?
>> >>> >> Specifically,
>> >>> >> 1. Are going to use login page shipped with Service (or product)
>> >>> >> pack?
>> >>> >> 2. If we are to use the login page in service pack then do we need
>> >>> >> to
>> >>> >> keep 'login using Google Apps Account' section as well ?
>> >>> >>
>> >>> > We are going to  use Product's  login page. Until Thilina's fix come
>> >>> > please
>> >>> > remove servlet.redirector.ui jar as well.
>> >>> >
>> >>> > thanks,
>> >>> > dimuthul
>> >>> >
>> >>> >>
>> >>> >> BTW, we are going to complete the merge (for CSG) before its alpha
>> >>> >> release ( planed for 23th May).
>> >>> >>
>> >>> >> Regards
>> >>> >> Ramith.
>> >>> >>
>> >>> >>
>> >>> >> On Fri, May 18, 2012 at 2:05 PM, Afkham Azeez <az...@wso2.com>
>> >>> >> wrote:
>> >>> >> > You have to first profile without the merging, and then profile a
>> >>> >> > pack
>> >>> >> > which
>> >>> >> > contains the merging. Only then we can compare & see what
>> >>> >> > additional
>> >>> >> > overheads have been introduced.
>> >>> >> >
>> >>> >> >
>> >>> >> > On Fri, May 18, 2012 at 1:44 PM, Ajith Vitharana
>> >>> >> > <aji...@wso2.com>
>> >>> >> > wrote:
>> >>> >> >>
>> >>> >> >>
>> >>> >> >>
>> >>> >> >> On Thu, May 17, 2012 at 6:08 PM, Ajith Vitharana
>> >>> >> >> <aji...@wso2.com>
>> >>> >> >> wrote:
>> >>> >> >>>
>> >>> >> >>>
>> >>> >> >>>
>> >>> >> >>> On Thu, May 17, 2012 at 4:36 PM, Afkham Azeez <az...@wso2.com>
>> >>> >> >>> wrote:
>> >>> >> >>>>
>> >>> >> >>>> Hi,
>> >>> >> >>>> Was the profiling done?
>> >>> >> >>
>> >>> >> >>
>> >>> >> >> 80% of the startup time  has consumed by the framework.
>> >>> >> >>
>> >>> >> >> Thanks
>> >>> >> >> Ajith
>> >>> >> >>>
>> >>> >> >>>
>> >>> >> >>> Hi Azeez.
>> >>> >> >>>
>> >>> >> >>> I'll do it .
>> >>> >> >>>
>> >>> >> >>> Thanks
>> >>> >> >>> Ajith
>> >>> >> >>>>
>> >>> >> >>>>
>> >>> >> >>>> On Wed, May 16, 2012 at 1:52 AM, Afkham Azeez <az...@wso2.com>
>> >>> >> >>>> wrote:
>> >>> >> >>>>>
>> >>> >> >>>>> Great work Ajith! Can you run this through jprofiler & see
>> >>> >> >>>>> what
>> >>> >> >>>>> contributes to the increase in start up time?
>> >>> >> >>>>>
>> >>> >> >>>>> --
>> >>> >> >>>>> Afkham Azeez
>> >>> >> >>>>> Sent from my phone
>> >>> >> >>>>>
>> >>> >> >>>>> On May 16, 2012 12:11 AM, "Ajith Vitharana" <aji...@wso2.com>
>> >>> >> >>>>> wrote:
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>> On Tue, May 15, 2012 at 11:34 PM, Thilina Buddhika
>> >>> >> >>>>>> <thili...@wso2.com>
>> >>> >> >>>>>> wrote:
>> >>> >> >>>>>>>
>> >>> >> >>>>>>> Do you have the tenant creation support for super tenant in
>> >>> >> >>>>>>> the
>> >>> >> >>>>>>> merged product ?
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>> So far , all the integration and unit tests are passed
>> >>> >> >>>>>> against
>> >>> >> >>>>>> the
>> >>> >> >>>>>> merged product but server startup time has doubled. Theme
>> >>> >> >>>>>> management and
>> >>> >> >>>>>> tenant creation part should be there globally and not
>> >>> >> >>>>>> specific
>> >>> >> >>>>>> to
>> >>> >> >>>>>> G-reg .
>> >>> >> >>>>>> So, we can refrain of commits until those things are
>> >>> >> >>>>>> complete .
>> >>> >> >>>>>> :)
>> >>> >> >>>>>>
>> >>> >> >>>>>> Thanks
>> >>> >> >>>>>> Ajith
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>>>
>> >>> >> >>>>>>>
>> >>> >> >>>>>>> Thanks,
>> >>> >> >>>>>>> Thilina
>> >>> >> >>>>>>>
>> >>> >> >>>>>>>
>> >>> >> >>>>>>> On Tue, May 15, 2012 at 11:33 PM, Ajith Vitharana
>> >>> >> >>>>>>> <aji...@wso2.com>
>> >>> >> >>>>>>> wrote:
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>> On Tue, May 15, 2012 at 11:26 PM, Ajith Vitharana
>> >>> >> >>>>>>>> <aji...@wso2.com>
>> >>> >> >>>>>>>> wrote:
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>> Hi All,
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>> We have fixed all the G-Reg server related  issues, which
>> >>> >> >>>>>>>>> are
>> >>> >> >>>>>>>>> raised after merging G-Reg product with service.
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>    Shall we commit the G-reg server(merged) to trunk ?
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>   Thanks
>> >>> >> >>>>>>>>   Ajith
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>> Thanks
>> >>> >> >>>>>>>>> Ajith
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>> On Tue, May 15, 2012 at 10:05 AM, Thilina Buddhika
>> >>> >> >>>>>>>>> <thili...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>> Also we have an OSGi level dependency
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>> for org.wso2.carbon.email.verification.util.EmailVerifcationSubscriber.
>> >>> >> >>>>>>>>>>  IMO
>> >>> >> >>>>>>>>>> this should again be an optional dependency.
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>> Thanks,
>> >>> >> >>>>>>>>>> Thilina
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>> On Tue, May 15, 2012 at 8:46 AM, Dimuthu Leelarathne
>> >>> >> >>>>>>>>>> <dimut...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> Hi Amila and Azeez,
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> I have done all the work except make the billing
>> >>> >> >>>>>>>>>>> optional
>> >>> >> >>>>>>>>>>> by
>> >>> >> >>>>>>>>>>> making the cardinality="0..1" in
>> >>> >> >>>>>>>>>>> TenantMgtServiceComponent.java. Once done
>> >>> >> >>>>>>>>>>> tenant-mgt it is independent.
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> thanks,
>> >>> >> >>>>>>>>>>> dimuthu
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> On Mon, May 14, 2012 at 10:52 PM, Amila Maha Arachchi
>> >>> >> >>>>>>>>>>> <ami...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> Hi Azeez,
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> Will work on this. We have done some work to separate
>> >>> >> >>>>>>>>>>>> the
>> >>> >> >>>>>>>>>>>> tenant-mgt and billing dependencies. I'll see what
>> >>> >> >>>>>>>>>>>> more
>> >>> >> >>>>>>>>>>>> needs
>> >>> >> >>>>>>>>>>>> to be done.
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> Regards,
>> >>> >> >>>>>>>>>>>> AmilaM.
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> On Mon, May 14, 2012 at 6:14 PM, Afkham Azeez
>> >>> >> >>>>>>>>>>>> <az...@wso2.com>
>> >>> >> >>>>>>>>>>>> wrote:
>> >>> >> >>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>> AmilaM,
>> >>> >> >>>>>>>>>>>>> Please look into this ASAP. This is very urgent for
>> >>> >> >>>>>>>>>>>>> the
>> >>> >> >>>>>>>>>>>>> merging
>> >>> >> >>>>>>>>>>>>> work.
>> >>> >> >>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>> Thanks
>> >>> >> >>>>>>>>>>>>> Azeez
>> >>> >> >>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>> On Mon, May 14, 2012 at 9:25 PM, Thilina Buddhika
>> >>> >> >>>>>>>>>>>>> <thili...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>> Still there is no clear separation between tenant
>> >>> >> >>>>>>>>>>>>>> management
>> >>> >> >>>>>>>>>>>>>> and billing. When the tenant management feature is
>> >>> >> >>>>>>>>>>>>>> installed, it is required
>> >>> >> >>>>>>>>>>>>>> to install the bundles related to billing as well.
>> >>> >> >>>>>>>>>>>>>> Also
>> >>> >> >>>>>>>>>>>>>> there are
>> >>> >> >>>>>>>>>>>>>> dependencies for email verification OSGi service
>> >>> >> >>>>>>>>>>>>>> from
>> >>> >> >>>>>>>>>>>>>> tenant management
>> >>> >> >>>>>>>>>>>>>> feature.
>> >>> >> >>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>> Before moving ahead with merging products and
>> >>> >> >>>>>>>>>>>>>> services,
>> >>> >> >>>>>>>>>>>>>> we
>> >>> >> >>>>>>>>>>>>>> need to remove the optional dependencies from the
>> >>> >> >>>>>>>>>>>>>> Stratos
>> >>> >> >>>>>>>>>>>>>> components.
>> >>> >> >>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>> Thanks,
>> >>> >> >>>>>>>>>>>>>> Thilina
>> >>> >> >>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>> On Mon, May 14, 2012 at 2:03 PM, Ajith Vitharana
>> >>> >> >>>>>>>>>>>>>> <aji...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> On Sun, May 13, 2012 at 12:44 AM, Senaka Fernando
>> >>> >> >>>>>>>>>>>>>>> <sen...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>> Hi Ajith,
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>> On Sun, May 13, 2012 at 12:38 AM, Ajith Vitharana
>> >>> >> >>>>>>>>>>>>>>>> <aji...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>> On Fri, May 11, 2012 at 2:03 PM, Senaka Fernando
>> >>> >> >>>>>>>>>>>>>>>>> <sen...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> Hi all,
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> Found the root causes.
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> 1. The dashboard component/feature uses Guice2,
>> >>> >> >>>>>>>>>>>>>>>>>> whereas
>> >>> >> >>>>>>>>>>>>>>>>>> Identity features use Guice3. I believe that we
>> >>> >> >>>>>>>>>>>>>>>>>> need to
>> >>> >> >>>>>>>>>>>>>>>>>> upgrade the older
>> >>> >> >>>>>>>>>>>>>>>>>> dashboard to Guice3 as well, which should solve
>> >>> >> >>>>>>>>>>>>>>>>>> this
>> >>> >> >>>>>>>>>>>>>>>>>> issue.
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>  I have built the IS product with dashboard
>> >>> >> >>>>>>>>>>>>>>>>> feature
>> >>> >> >>>>>>>>>>>>>>>>> ,
>> >>> >> >>>>>>>>>>>>>>>>> Now
>> >>> >> >>>>>>>>>>>>>>>>> plugin directory  contains
>> >>> >> >>>>>>>>>>>>>>>>> guice2_2.0.0.wso2v2.jar
>> >>> >> >>>>>>>>>>>>>>>>> and
>> >>> >> >>>>>>>>>>>>>>>>>  guice_3.0.0.wso2v1.jar , However IS server stats
>> >>> >> >>>>>>>>>>>>>>>>> without
>> >>> >> >>>>>>>>>>>>>>>>> any issue . But G-reg server didn't start. :(
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>> Ok, so can you isolate all differences between IS
>> >>> >> >>>>>>>>>>>>>>>> and
>> >>> >> >>>>>>>>>>>>>>>> G-Reg
>> >>> >> >>>>>>>>>>>>>>>> that caused this? We need to get this sorted asap.
>> >>> >> >>>>>>>>>>>>>>>> This
>> >>> >> >>>>>>>>>>>>>>>> is an absolute
>> >>> >> >>>>>>>>>>>>>>>> blocker for us to get moving with the API-*
>> >>> >> >>>>>>>>>>>>>>>> additions
>> >>> >> >>>>>>>>>>>>>>>> to
>> >>> >> >>>>>>>>>>>>>>>> G-Reg, since the
>> >>> >> >>>>>>>>>>>>>>>> plan is that this gets completed before starting
>> >>> >> >>>>>>>>>>>>>>>> that.
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> Hi Senaka,
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> We were able to start G-Reg server after removing
>> >>> >> >>>>>>>>>>>>>>> the
>> >>> >> >>>>>>>>>>>>>>> registry content search feature.
>> >>> >> >>>>>>>>>>>>>>> The server startup time has doubled  and all the
>> >>> >> >>>>>>>>>>>>>>> integration
>> >>> >> >>>>>>>>>>>>>>> tests are passed with the merged product.
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> TODOs:
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> 1) We are getting identity.xml not found issue
>> >>> >> >>>>>>>>>>>>>>> (Thilina
>> >>> >> >>>>>>>>>>>>>>> working on this)
>> >>> >> >>>>>>>>>>>>>>> 2) Theme migration . (DimuthuL and Thilina)
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> Thanks
>> >>> >> >>>>>>>>>>>>>>> Ajithn
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>> Thanks,
>> >>> >> >>>>>>>>>>>>>>>> Senaka.
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> 2. Stratos Common feature imports Quartz1, which
>> >>> >> >>>>>>>>>>>>>>>>>> should
>> >>> >> >>>>>>>>>>>>>>>>>> be
>> >>> >> >>>>>>>>>>>>>>>>>> upgraded to Quartz2.
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> AmilaM and Nuwan, can you guys check into this?
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> Thanks,
>> >>> >> >>>>>>>>>>>>>>>>>> Senaka.
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> On Fri, May 11, 2012 at 1:36 PM, Senaka Fernando
>> >>> >> >>>>>>>>>>>>>>>>>> <sen...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>> On Fri, May 11, 2012 at 1:34 PM, Ajith
>> >>> >> >>>>>>>>>>>>>>>>>>> Vitharana
>> >>> >> >>>>>>>>>>>>>>>>>>> <aji...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> Hi All,
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> The following issue is occurred after merging
>> >>> >> >>>>>>>>>>>>>>>>>>>> G-Reg
>> >>> >> >>>>>>>>>>>>>>>>>>>> product with service.
>> >>> >> >>>>>>>>>>>>>>>>>>>> However , after removing the duplicate orbit
>> >>> >> >>>>>>>>>>>>>>>>>>>> bundles(quartz and guice) this issue got
>> >>> >> >>>>>>>>>>>>>>>>>>>> resolved.
>> >>> >> >>>>>>>>>>>>>>>>>>>> The G-Reg  integration tests are
>> >>> >> >>>>>>>>>>>>>>>>>>>> executed against
>> >>> >> >>>>>>>>>>>>>>>>>>>> the
>> >>> >> >>>>>>>>>>>>>>>>>>>> merged product and only one test
>> >>> >> >>>>>>>>>>>>>>>>>>>> failure occurred.
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>> Yes, and this is because the Service for the
>> >>> >> >>>>>>>>>>>>>>>>>>> security
>> >>> >> >>>>>>>>>>>>>>>>>>> verifier test-case did not get deployed. We are
>> >>> >> >>>>>>>>>>>>>>>>>>> looking into why that
>> >>> >> >>>>>>>>>>>>>>>>>>> happened.
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>> Thanks,
>> >>> >> >>>>>>>>>>>>>>>>>>> Senaka.
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> 2012-05-11 13:14:54,695] ERROR -
>> >>> >> >>>>>>>>>>>>>>>>>>>> AppDeployerServiceComponent Application
>> >>> >> >>>>>>>>>>>>>>>>>>>> Deployer
>> >>> >> >>>>>>>>>>>>>>>>>>>> has
>> >>> >> >>>>>>>>>>>>>>>>>>>> not started. Therefore
>> >>> >> >>>>>>>>>>>>>>>>>>>> Bundle context is null
>> >>> >> >>>>>>>>>>>>>>>>>>>> [2012-05-11 13:14:54,696] FATAL -
>> >>> >> >>>>>>>>>>>>>>>>>>>> CarbonServerManager
>> >>> >> >>>>>>>>>>>>>>>>>>>> WSO2 Carbon initialization Failed
>> >>> >> >>>>>>>>>>>>>>>>>>>> java.lang.ExceptionInInitializerError
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.application.deployer.CappAxis2Deployer.init(CappAxis2Deployer.java:44)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(DeploymentEngine.java:1165)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.apache.axis2.deployment.DeploymentEngine.setConfigContext(DeploymentEngine.java:1154)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:89)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:367)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.core.init.CarbonServerManager.removePendingItem(CarbonServerManager.java:262)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.core.init.PreAxis2ConfigItemListener.bundleChanged(PreAxis2ConfigItemListener.java:117)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:847)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)
>> >>> >> >>>>>>>>>>>>>>>>>>>> Caused by: java.lang.NullPointerException
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.application.deployer.internal.ApplicationManager.findInitialHandlerCount(ApplicationManager.java:641)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.application.deployer.internal.ApplicationManager.<init>(ApplicationManager.java:87)
>> >>> >> >>>>>>>>>>>>>>>>>>>> at
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> org.wso2.carbon.application.deployer.internal.ApplicationManager.<clinit>(ApplicationManager.java:59)
>> >>> >> >>>>>>>>>>>>>>>>>>>> ... 11 more
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> /Ajith
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> On Fri, May 11, 2012 at 12:09 PM, Afkham Azeez
>> >>> >> >>>>>>>>>>>>>>>>>>>> <az...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>> So we can make the AS a template which can be
>> >>> >> >>>>>>>>>>>>>>>>>>>>> used
>> >>> >> >>>>>>>>>>>>>>>>>>>>> for
>> >>> >> >>>>>>>>>>>>>>>>>>>>> merging other products. Once we learn what
>> >>> >> >>>>>>>>>>>>>>>>>>>>> needs
>> >>> >> >>>>>>>>>>>>>>>>>>>>> to
>> >>> >> >>>>>>>>>>>>>>>>>>>>> be done and what needs
>> >>> >> >>>>>>>>>>>>>>>>>>>>> to be compared, we can prepare a set of
>> >>> >> >>>>>>>>>>>>>>>>>>>>> guidelines
>> >>> >> >>>>>>>>>>>>>>>>>>>>> to be followed by all
>> >>> >> >>>>>>>>>>>>>>>>>>>>> other teams.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>> On Fri, May 11, 2012 at 12:07 PM, Afkham
>> >>> >> >>>>>>>>>>>>>>>>>>>>> Azeez
>> >>> >> >>>>>>>>>>>>>>>>>>>>> <az...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> Any impact you see in startup time or
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> performance?
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> Can
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> you do a quick comparison of response time &
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> throughput of the old
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> standalone AS & new merged AS? We need to
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> see
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> whether the merged AS has any
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> drastic performance drop.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> Nirodha already has these tests.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> On Fri, May 11, 2012 at 12:02 PM, Dimuthu
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> Leelarathne
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> <dimut...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Hi,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> I did the p2 profile merge for AppServer.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Right
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> now
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> things work if we delete the
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> servlet.redirector.ui
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> from
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> repository/components/plugins.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Thilina is looking at how to fix this
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> issue.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> thanks,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> dimuthu
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> On Thu, May 10, 2012 at 11:01 AM, Senaka
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Fernando
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> <sen...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Hi all,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> We are trying to get the product and
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> service
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> merged
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> for Stratos Governance. Here are some
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> initial
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> feedback.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> 1. The Stratos G-App feature does not work
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> with
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> the
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> rest of the product features. So we had to
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> get
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> rid of that for the moment.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Dimuthu is working on getting this sorted
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> out.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> 2. The total number of bundles in product
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> increased
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> by 52. I wonder why the stratos-specific
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> features
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> installed in Stratos
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Governance need 52 bundles extra.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> 3. The start-up time has almost doubled.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Checking
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> into that issue as well.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Thanks,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Senaka.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> On Tue, May 8, 2012 at 9:03 PM, Sanjiva
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Weerawarana
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> <sanj...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> +1 to this plan .. right move IMO.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Sanjiva.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> On Tue, May 8, 2012 at 3:13 PM,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Selvaratnam
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Uthaiyashankar <shan...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Hi Folks,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Samisa, Azzez and me had a chat about
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> this
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> and
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> decided to go ahead
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> with merging.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> So, release managers, please merge the
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> product
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> and
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> services, and move
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> the product folder to "attic". You might
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> have
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> to
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> check the theme of
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> "super tenant". It should be same as the
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> product
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> theme.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Also, we should run the integration
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> tests
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> as
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> tenant mode as well. i.e.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> each integration test should be run in
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> "super
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> tenant" mode (to test
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> product functionality) and "tenant" mode
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> (to
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> test
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> multi-tenancy).
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Release owners and release managers,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> please
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> note.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Regards,
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Shankar
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> On Thu, Mar 22, 2012 at 8:05 PM, Afkham
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Azeez
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> <az...@wso2.com> wrote:
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > Have the respective product teams
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > started
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > looking into this?
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > --
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > 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
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > _______________________________________________
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > Dev mailing list
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> > http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> >
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> S.Uthaiyashankar
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Senior Software Architect
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Chair, Management Committee – Cloud
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Technologies
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> WSO2 Inc.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> http://wso2.com/ - "lean . enterprise .
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> middleware"
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Phone: +94 714897591
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Sanjiva Weerawarana, Ph.D.
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Founder, Chairman & CEO; WSO2, Inc.;
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> http://wso2.com/
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> email: sanj...@wso2.com; phone: +94 11
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> 763
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> 9614;
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> cell: +94 77 787 6880 | +1 650 265 8311
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> blog: http://sanjiva.weerawarana.org/
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Lean . Enterprise . Middleware
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/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
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Dimuthu Leelarathne
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Technical Lead
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> WSO2, Inc. (http://wso2.com)
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> email: dimut...@wso2.com
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>> Lean . Enterprise . Middleware
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>>>>>> 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
>> >>> >> >>>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>>>>> 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
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >>>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>>>> Ajith Vitharana.
>> >>> >> >>>>>>>>>>>>>>>>>>>> WSO2 Inc. - http://wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>> Email  :  aji...@wso2.com
>> >>> >> >>>>>>>>>>>>>>>>>>>> Mobile : +94714631794
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/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
>> >>> >> >>>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>>> 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
>> >>> >> >>>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>>> Ajith Vitharana.
>> >>> >> >>>>>>>>>>>>>>>>> WSO2 Inc. - http://wso2.org
>> >>> >> >>>>>>>>>>>>>>>>> Email  :  aji...@wso2.com
>> >>> >> >>>>>>>>>>>>>>>>> Mobile : +94714631794
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>>> 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
>> >>> >> >>>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>>>>> Ajith Vitharana.
>> >>> >> >>>>>>>>>>>>>>> WSO2 Inc. - http://wso2.org
>> >>> >> >>>>>>>>>>>>>>> Email  :  aji...@wso2.com
>> >>> >> >>>>>>>>>>>>>>> Mobile : +94714631794
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/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
>> >>> >> >>>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/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
>> >>> >> >>>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> --
>> >>> >> >>>>>>>>>>>> Amila Maharachchi
>> >>> >> >>>>>>>>>>>> Senior Software Engineer; WSO2, Inc.; http://wso2.com
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> Blog: http://maharachchi.blogspot.com
>> >>> >> >>>>>>>>>>>> Mobile: +94719371446
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >>>>>>>>>>>>
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> --
>> >>> >> >>>>>>>>>>> Dimuthu Leelarathne
>> >>> >> >>>>>>>>>>> Technical Lead
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> WSO2, Inc. (http://wso2.com)
>> >>> >> >>>>>>>>>>> email: dimut...@wso2.com
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> Lean . Enterprise . Middleware
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>>
>> >>> >> >>>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/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
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>> _______________________________________________
>> >>> >> >>>>>>>>>> Dev mailing list
>> >>> >> >>>>>>>>>> Dev@wso2.org
>> >>> >> >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >>>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>> --
>> >>> >> >>>>>>>>> Ajith Vitharana.
>> >>> >> >>>>>>>>> WSO2 Inc. - http://wso2.org
>> >>> >> >>>>>>>>> Email  :  aji...@wso2.com
>> >>> >> >>>>>>>>> Mobile : +94714631794
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>> --
>> >>> >> >>>>>>>> Ajith Vitharana.
>> >>> >> >>>>>>>> WSO2 Inc. - http://wso2.org
>> >>> >> >>>>>>>> Email  :  aji...@wso2.com
>> >>> >> >>>>>>>> Mobile : +94714631794
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>>
>> >>> >> >>>>>>>
>> >>> >> >>>>>>>
>> >>> >> >>>>>>>
>> >>> >> >>>>>>> --
>> >>> >> >>>>>>> Thilina Buddhika
>> >>> >> >>>>>>> Associate Technical Lead
>> >>> >> >>>>>>> WSO2 Inc. ; http://wso2.com
>> >>> >> >>>>>>> lean . enterprise . middleware
>> >>> >> >>>>>>>
>> >>> >> >>>>>>> phone : +94 77 44 88 727
>> >>> >> >>>>>>> blog : http://blog.thilinamb.com
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>>> --
>> >>> >> >>>>>> Ajith Vitharana.
>> >>> >> >>>>>> WSO2 Inc. - http://wso2.org
>> >>> >> >>>>>> Email  :  aji...@wso2.com
>> >>> >> >>>>>> Mobile : +94714631794
>> >>> >> >>>>>>
>> >>> >> >>>>>>
>> >>> >> >>>>
>> >>> >> >>>>
>> >>> >> >>>>
>> >>> >> >>>> --
>> >>> >> >>>> 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
>> >>> >> >>>>
>> >>> >> >>>
>> >>> >> >>>
>> >>> >> >>>
>> >>> >> >>> --
>> >>> >> >>> Ajith Vitharana.
>> >>> >> >>> WSO2 Inc. - http://wso2.org
>> >>> >> >>> Email  :  aji...@wso2.com
>> >>> >> >>> Mobile : +94714631794
>> >>> >> >>>
>> >>> >> >>>
>> >>> >> >>
>> >>> >> >>
>> >>> >> >>
>> >>> >> >> --
>> >>> >> >> Ajith Vitharana.
>> >>> >> >> WSO2 Inc. - http://wso2.org
>> >>> >> >> Email  :  aji...@wso2.com
>> >>> >> >> Mobile : +94714631794
>> >>> >> >>
>> >>> >> >>
>> >>> >> >
>> >>> >> >
>> >>> >> >
>> >>> >> > --
>> >>> >> > 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
>> >>> >> >
>> >>> >> >
>> >>> >> > _______________________________________________
>> >>> >> > Dev mailing list
>> >>> >> > Dev@wso2.org
>> >>> >> > http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >> >
>> >>> >>
>> >>> >>
>> >>> >>
>> >>> >> --
>> >>> >> - Ramith
>> >>> >> _______________________________________________
>> >>> >> Dev mailing list
>> >>> >> Dev@wso2.org
>> >>> >> http://wso2.org/cgi-bin/mailman/listinfo/dev
>> >>> >
>> >>> >
>> >>> >
>> >>> >
>> >>> > --
>> >>> > Dimuthu Leelarathne
>> >>> > Technical Lead
>> >>> >
>> >>> > WSO2, Inc. (http://wso2.com)
>> >>> > email: dimut...@wso2.com
>> >>> >
>> >>> > Lean . Enterprise . Middleware
>> >>> >
>> >>>
>> >>>
>> >>>
>> >>> --
>> >>> - Ramith
>> >>> _______________________________________________
>> >>> Dev mailing list
>> >>> Dev@wso2.org
>> >>> http://wso2.org/cgi-bin/mailman/listinfo/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
>> >>
>> >>
>> >> _______________________________________________
>> >> Dev mailing list
>> >> Dev@wso2.org
>> >> http://wso2.org/cgi-bin/mailman/listinfo/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
>>
>>
>>
>> --
>> - Ramith
>
>
>
>
> --
> Dimuthu Leelarathne
> Technical Lead
>
> WSO2, Inc. (http://wso2.com)
> email: dimut...@wso2.com
>
> Lean . Enterprise . Middleware
>



-- 
- Ramith
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to