Re: [Dev] About the runtime architecture of WSO2 Application Server

2016-09-13 Thread wenxzhen
Thanks to Rasika. We are using AS530. From the description of docs[2], it seems the Services in Jar file are being executed on the AXIS2 engine, therefore it should be in SOAP message. As we may have different/multiple SaaS applications, every application needs to do the authorization and au

Re: [Dev] About the runtime architecture of WSO2 Application Server

2016-09-13 Thread wenxzhen
.com] Sent: Tuesday, September 13, 2016 7:28 PM To: wenxzhen Cc: WSO2 Developers' List Subject: Re: [Dev] About the runtime architecture of WSO2 Application Server Hi Wenxing, Can you use the SingleSignOn for your requirment[1]? [1] - <https://docs.wso2.com/display/AS530/Using+SSO+

Re: [Dev] About the runtime architecture of WSO2 Application Server

2016-09-13 Thread wenxzhen
the JSON messages in HTTP/HTTPs to AS, How to workaround this requirement? Thanks, Wenxing From: KasunG Gajasinghe [mailto:kas...@wso2.com] Sent: Tuesday, September 13, 2016 7:59 PM To: wenxzhen Cc: Thusitha Thilina Dayaratne; WSO2 Developers' List Subject: Re: [Dev] About the ru

Re: [Dev] About the runtime architecture of WSO2 Application Server

2016-09-13 Thread wenxzhen
Sorry, I didn’t quite get it. Does it mean that we have to use a formatter to do the conversion from JSON to XML, and then from XML to JSON back to browser client? From: KasunG Gajasinghe [mailto:kas...@wso2.com] Sent: Tuesday, September 13, 2016 9:29 PM To: wenxzhen Cc: Thusitha Thilina

Re: [Dev] About the runtime architecture of WSO2 Application Server

2016-09-13 Thread wenxzhen
BTW: I found this post: http://wso2.com/library/knowledge-base/add-json-support-wso2-wsas/. Is it still valid to AS 5.3.0? workable for my requirement? Thanks, Wenxing From: Dev [mailto:dev-boun...@wso2.org] On Behalf Of wenxzhen Sent: Tuesday, September 13, 2016 10:58 PM To: 'K

[Dev] Query about the SSO in the WSO

2016-09-17 Thread wenxzhen
Dear gurus, Would like to know more details on the Single Sign On implemented in the WSO2? How it's being implemented? And if I wanna use this feature with the example architecture diagram below, what I have to do? Thanks for the advice Regards, Wenxing 2D08FA04@15E02C51.9B2BDE57 Descr

Re: [Dev] Query about the SSO in the WSO

2016-09-18 Thread wenxzhen
Appreciated if anyone can shed some light on my question. Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Sep 18, 2016 To: "dev"; Subject: [Dev] Query about the SSO in the WSO Dear gurus, Would like to know more details o

Re: [Dev] Query about the SSO in the WSO

2016-09-18 Thread wenxzhen
d the ones for the older version. Any hints? Kind Regards, Wenxing -- Original -- From: "Malith Munasinghe";; Send time: Monday, Sep 19, 2016 12:46 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] Query about the SSO in the WSO

Re: [Dev] Query about the SSO in the WSO

2016-09-18 Thread wenxzhen
nd time: Monday, Sep 19, 2016 1:48 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] Query about the SSO in the WSO Hi Wenxing, BTW: I found we have API Java docs for Carbon 4.4.6/4.4.7 (http://product-dist.wso2.com/javadocs/carbon/4.4.6/user-mgt/index.html?overview-summa

Re: [Dev] Query about the SSO in the WSO

2016-09-18 Thread wenxzhen
Git it. Cheers. Kind Regards, Wenxing -- Original -- From: "Abimaran Kugathasan";; Send time: Monday, Sep 19, 2016 2:17 PM To: "wenxzhen"; Cc: "Thusitha Thilina Dayaratne"; "dev"; Subject: Re: [Dev] Query about the SS

[Dev] About the Carbon Core documentation and the usage of MultitenantRESTServlet

2016-09-21 Thread wenxzhen
Dear all, When looking at the Carbon 449 Java docs [1], I found there are only 3 items. Are the 3 items complete? Why I ask this question is I didn't find the API docs for the package org.wso2.carbon.tenant.mgt? Carbon core Carbon registry Carbon user management Another question is that from Car

[Dev] About the Carbon Core documentation and the usage ofMultitenantRESTServlet

2016-09-21 Thread wenxzhen
help Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Wed, Sep 21, 2016 08:36 PM To: "dev"; Subject: [Dev] About the Carbon Core documentation and the usage ofMultitenantRESTServlet Dear all, When looking at the Carbon 4

[Dev] What's the best way to create a tenant?

2016-09-21 Thread wenxzhen
Dear all, In order to create a tenant from the user input, what's the best way to make it? Per my little knowledge, there are at least 2 ways: Carbon had already provided the Java APIs making use of the TenantMgtAdminService If I wanna use the way 1, any potential risk that need to take care?

Re: [Dev] What's the best way to create a tenant?

2016-09-22 Thread wenxzhen
Please kindly advice as I need to settle down the solution. Thank you very much Regards, Wenxing -- Original -- From: "wenxzhen"; Date: 2016??9??22??(??) 2:59 To: "dev"; Subject: [Dev] What's the best way to create a tenant

[Dev] ?????? What's the best way to create a tenant?

2016-09-22 Thread wenxzhen
Kugathasan";; : 2016??9??22??(??) ????3:58 ??: "wenxzhen"; : "dev"; : Re: [Dev] What's the best way to create a tenant? Hi Wenxing, You have to use TenantMgtAdminService for creating tenants. Java API can be used for consuming/creating requests

Re: [Dev] ?????? What's the best way to create a tenant?

2016-09-22 Thread wenxzhen
Please advice which Admin Service I can turn to for the UM_TEMP_INVITATEE? Thanks again Regards, Wenxing -- Original -- From: "wenxzhen";; Send time: Thursday, Sep 22, 2016 3:40 PM To: "Abimaran Kugathasan"; Cc: "dev"; Subject:

Re: [Dev] ?? What's the best way to create a tenant?

2016-09-22 Thread wenxzhen
Please help to advice how to implement the User Invitation on AS 5.3.0, as I need to use this feature to do the PoC Demo on next Monday. Thanks, Wenxing -- Original -- From: "wenxzhen";; Send time: Thursday, Sep 22, 2016 5:58 PM To: "Abimaran K

[Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
Dear all, On AS 5.3.0, I am using the TenantMgtAdminService to create the tenant with only the following attributes: TenantInfoBean infoBean = new TenantInfoBean(); infoBean.setTenantDomain(...); infoBean.setActive(...); infoBean.setEmail(...); infoBean.setUsagePlan(...); infoBean.setAdmin(...)

Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
(); option.setManageSession(true); option.setProperty(org.apache.axis2.transport.http.HTTPConstants.COOKIE_STRING, cookie); String value = tenantMgtStub.addTenant(getTenantBeanInfo(tenantBean)); -- Original -- From: "wenxzhen";; Date: Sep 22, 2016

Re: [Dev] What's the best way to create a tenant?

2016-09-22 Thread wenxzhen
I didn't find the 'RemoteUserStoreManagerService' after I dumped all the Admin service from the console. I am using the AS 5.3.0. Regards, Wenxing -- Original -- From: "Abimaran Kugathasan";; Send time: Thursday, Sep 22, 2016 8:40 PM

Re: [Dev] Exception when creating a tenant with TenantMgtAdminService

2016-09-22 Thread wenxzhen
ant will be kept inactive the "addTenant" didn't respect the Active status in the TenantInfoBean, and it will be in Active after creation. It's a problem to me. Regards, Wenxing -- Original -- From: "Omindu Rathnaweera";; Send tim

[Dev] Query about the usage and lifecycle of CarbonContext

2016-09-22 Thread wenxzhen
Dear all, From the doc [1] below, we found CarbonContext is used per thread? Can it be shared across multiple threads? What's the best practice to use the CarbonContext? With my architecture diagram below, How the CarbonContext can be used? and will the data of CarbonContext be persisted s

Re: [Dev] Query about the usage and lifecycle of CarbonContext

2016-09-22 Thread wenxzhen
Appreciated if some one can give me some hints on this, as I really have only little knowledge. Regards, Wenxing -- Original -- From: "wenxzhen";; Date: Sep 23, 2016 To: "dev"; Subject: [Dev] Query about the usage and lifecycle of Carbo

Re: [Dev] About the Carbon Core documentation and the usage ofMultitenantRESTServlet

2016-09-23 Thread wenxzhen
-- From: "Thusitha Thilina Dayaratne";; Send time: Friday, Sep 23, 2016 6:17 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] About the Carbon Core documentation and the usage ofMultitenantRESTServlet Hi Wenxing, Another question is that from Carbon 449 co

[Dev] How to do authentication/authorization on JAX-RS REST service running on WSO2 AS?

2016-09-26 Thread wenxzhen
Dear all, For a JAX-RS REST service running on WSO2 AS, what's the best way to implement the authentication and authorization for each REST API? Please kindly advice. Thank you very much Regards, Wenxing___ Dev mailing list Dev@wso2.org http://wso2.o

Re: [Dev] How to do authentication/authorization on JAX-RS RESTservice running on WSO2 AS?

2016-09-27 Thread wenxzhen
y, Sep 27, 2016 4:19 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to do authentication/authorization on JAX-RS RESTservice running on WSO2 AS? Hi Wenxing, You can expose your rest services as REST APIs via WSO2 API Manager. In API Manager we can provide authentica

Re: [Dev] How to do authentication/authorization on JAX-RSRESTservice running on WSO2 AS?

2016-09-27 Thread wenxzhen
in the Admin Service almost can be run in the JAX-RS application? [3] https://docs.wso2.com/display/AS530/JAX-WS+and+JAX-RS+Support Thanks, Wenxing -- Original -- From: "Lakshman Udayakantha";; Send time: Tuesday, Sep 27, 2016 5:12 PM To: "

Re: [Dev] How to do authentication/authorization onJAX-RSRESTservice running on WSO2 AS?

2016-09-27 Thread wenxzhen
mes didn't meet with our requirement. Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Sep 27, 2016 To: "Lakshman Udayakantha"; Cc: "dev"; Subject: Re: [Dev] How to do authentication/authorization onJAX-RSRESTservi

Re: [Dev] How to do authentication/authorization onJAX-RSRESTservicerunning on WSO2 AS?

2016-09-27 Thread wenxzhen
Thanks to Thusitha. That's awesome. -- Original -- From: "Thusitha Thilina Dayaratne";; Send time: Wednesday, Sep 28, 2016 12:36 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to do authentication/authorization on

[Dev] How to upgrade the Carbon Core on AS 5.3.0?

2016-10-08 Thread wenxzhen
Dear all, From the JIRA ticket [1], we can see that Carbon Core 4.4.1 failed to support the " Deployment of a versioned webapp with a context.xml", and it's fixed in Core 4.4.2. Since AS 5.3.0 comes with Core 4.4.1, does it mean that I need to upgrade the Core to 4.4.2 in order to be able t

Re: [Dev] How to upgrade the Carbon Core on AS 5.3.0?

2016-10-08 Thread wenxzhen
Can anyone help to advice? Thank you very much, Regards, Wenxing -- Original -- From: "wenxzhen";; Date: Oct 8, 2016 To: "dev"; Subject: [Dev] How to upgrade the Carbon Core on AS 5.3.0? Dear all, From the JIRA ticket [1], we

Re: [Dev] How to upgrade the Carbon Core on AS 5.3.0?

2016-10-08 Thread wenxzhen
Thanks to Lakshani. Wonderful. -- Original -- From: "Lakshani Gamage";; Send time: Sunday, Oct 9, 2016 10:48 AM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to upgrade the Carbon Core on AS 5.3.0? Hi Wenxing, You can a

[Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Dear all, From the database model shipped with AS 5.3.0, I can see that a User can be in a Group. How about the APIs? where can I find it and where it's the source codes? Please advice. Thanks, Wenxing___ Dev mailing list Dev@wso2.org http://wso2.or

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Appreciated if anyone can advice. -- Original -- From: "wenxzhen";; Date: Oct 11, 2016 To: "dev"; Subject: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP? Dear all, From the database model shipped with AS 5.3.0, I can se

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Dear experts, Please advice as it's really important to our implementation. Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Oct 11, 2016 To: "wenxzhen"; "dev"; Subject: Re:[Dev] Where can I find the APIs for UM_

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
2016 7:24 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP? Hi wenxing, You can use https://localhost:9443/services/UserAdmin?wsdl for this and see below for operation information. Get groups : getAllRolesNames Get Use

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
y, Oct 11, 2016 8:19 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP? Hi Wenxing, I can't find the tables called UM_GROUP and UM_USER_GROUP in the wso2as-5.3.0, can you point me exactly where do you refer those ta

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Hi Godwin, OK, I see. If I wanna use the Group tables, what's the best way to do the support? Thanks for the support. Regards, Wenxing -- Original -- From: "Godwin Shrimal";; Send time: Tuesday, Oct 11, 2016 8:34 PM To: "wenxzhen";

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Sorry. For the Group tables, I can find the UM_GROUP definition in the sql files from AS 5.3.0. Is there anything wrong? -- Original -- From: "wenxzhen";; Date: Oct 11, 2016 To: "Godwin Shrimal"; Cc: "dev"; Subject: Re: [Dev]

Re: [Dev] Where can I find the APIs for UM_GROUP/UM_USER_GROUP?

2016-10-11 Thread wenxzhen
Hi Lakshani and Godwin, Sorry for the carelessness, those tables were added by our colleagues year ago. Please ignore my words. Thanks, Wenxing -- Original -- From: "Lakshani Gamage";; Send time: Wednesday, Oct 12, 2016 0:08 AM To: "wenxzhen

[Dev] Extend the WSO2 AS database model

2016-10-12 Thread wenxzhen
Dear all, If I have to extend the WSO2 AS database model, what's the best way to do? any reference? For example, I have to group the Users. Thanks, Wenxing___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Extend the WSO2 AS database model

2016-10-13 Thread wenxzhen
HANGE/UM_CHANGED_TIME, how to get these 2 columns? or how to check whether the password of a specific user need to be changed? Kind Regards, Wenxing -- Original -- From: "wenxzhen";; Date: Oct 12, 2016 To: "dev"; Subject: [Dev] Extend t

[Dev] [AS 5.3.0]How to delete a Tenant?

2016-10-17 Thread wenxzhen
Dear all, I searched the archive mail list, but can't find the answer. Please help to advice whether it's possible to delete a Tenant? and How? Thank you very much, Regards, Wenxing___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/list

Re: [Dev] [AS 5.3.0]How to delete a Tenant?

2016-10-17 Thread wenxzhen
-- Original -- From: "Thusitha Thilina Dayaratne";; Send time: Tuesday, Oct 18, 2016 9:59 AM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] [AS 5.3.0]How to delete a Tenant? Hi Wenxing, There is no out of the box way to delete a tenant. But

Re: [Dev] [AS 5.3.0]How to delete a Tenant?

2016-10-17 Thread wenxzhen
1:35 AM To: "wenxzhen"; Cc: "Thusitha Thilina Dayaratne"; "dev"; Subject: Re: [Dev] [AS 5.3.0]How to delete a Tenant? Thing is when you delete a tenant, there are lot of things to delete. Starting from DB entries for tenant and userstore, registry data, artifacts, e

[Dev] How to debug an App under WSO2 AS 5.3.0

2016-10-20 Thread wenxzhen
Dear all, I have deployed a Web APP under AS 5.3.0, how to debug the App with the Intellij IDEA? Appreciated for your advice Thanks, Wenxing___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] How to debug an App under WSO2 AS 5.3.0

2016-10-20 Thread wenxzhen
Thanks to -- Original -- From: "Lakshani Gamage";; Send time: Thursday, Oct 20, 2016 8:09 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to debug an App under WSO2 AS 5.3.0 Hi Wenxzen, This link[1] contains how to

Re: [Dev] How to debug an App under WSO2 AS 5.3.0

2016-10-20 Thread wenxzhen
Thanks to Thusitha and Lakshani. Regards, Wenxing -- Original -- From: "Lakshani Gamage";; Send time: Thursday, Oct 20, 2016 8:09 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to debug an App under WSO2 AS 5.3.0 Hi We

[Dev] Query about the management of the Tenant Active and User info

2016-10-31 Thread wenxzhen
Dear gurus, Appreciated if you can shed some light on the questions below: 1. If a tenant is not being activated, then is it possible to read some contents from Registry belonging to the specific tenant? 2. How the UM_REQUIRE_CHANGE is being managed on AS 5.3.0? Will AS 5.3.0 mark the UM_REQUIR

[Dev] Query about the management of the Tenant Active and User info

2016-11-01 Thread wenxzhen
Dear all, Appreciated if you can shed some light on the questions below: 1. If a tenant is not being activated, then is it possible to read some contents from Registry belonging to the specific tenant? 2. How the UM_REQUIRE_CHANGE is being managed on AS 5.3.0? Will AS 5.3.0 mark the UM_REQUIRE_

Re: [Dev] Query about the management of the Tenant Active and User info

2016-11-01 Thread wenxzhen
Please kindly help to advice. Thank you very much, Regards, Wenxing -- Original -- From: "wenxzhen";; Date: Nov 1, 2016 To: "dev"; Subject: [Dev] Query about the management of the Tenant Active and User info Dear all, Appreci

[Dev] How to clear up the Registry Cache?

2016-11-06 Thread wenxzhen
Dear all, I am trying to remove a Tenant from the WSO2, but I found the following exception after removing a Tenant and then re-create it: Caused by: java.lang.SecurityException: Illegal access attempt to cache ] owned by tenant {[testdomain7],[17]} by tenant {[testdomain7],[18]} at o

Re: [Dev] How to clear up the Registry Cache?

2016-11-06 Thread wenxzhen
onday, Nov 7, 2016 1:43 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to clear up the Registry Cache? This sounds like a bug. When a tenant is deleted, the cache should be cleared automatically. You shouldn't have to wait for the periodic cache cle

Re: [Dev] How to clear up the Registry Cache?

2016-11-06 Thread wenxzhen
e was not cleared up? Thanks, Wenxing -- Original -- From: "Rajith Roshan";; Send time: Monday, Nov 7, 2016 2:22 PM To: "wenxzhen"; Cc: "KasunG Gajasinghe"; "dev"; Subject: Re: [Dev] How to clear up the Registry Cache

Re: [Dev] How to clear up the Registry Cache?

2016-11-07 Thread wenxzhen
Appreciated if anyone can shed some light on how to clear up the Registry Cache. Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Nov 7, 2016 To: "Rajith Roshan"; Cc: "dev"; Subject: Re: [Dev] How to clear up the Regis

Re: [Dev] How to clear up the Registry Cache?

2016-11-07 Thread wenxzhen
Dear experts, Please advice a way to clear up the Registry Cache, which is really good to have. Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Nov 7, 2016 To: "wenxzhen"; "Rajith Roshan"; Cc: "dev";

Re: [Dev] How to clear up the Registry Cache?

2016-11-07 Thread wenxzhen
Dear experts, Please advice a way to clear up the Registry Cache, which is really good to have. Thanks, Wenxing -- Original -- From: "wenxzhen";; Date: Nov 7, 2016 To: "wenxzhen"; "Rajith Roshan"; Cc: "dev";

Re: [Dev] How to clear up the Registry Cache?

2016-11-08 Thread wenxzhen
From: "Rajith Roshan";; Send time: Tuesday, Nov 8, 2016 3:29 PM To: "wenxzhen"; Cc: "dev"; Subject: Re: [Dev] How to clear up the Registry Cache? Hi , You don't need to explicitly clear the registry cache. The cache will automatically invalidate within

[Dev] Configuration files per Application

2016-11-08 Thread wenxzhen
Dear all, On AS5.3.0, If I wanna create a configuration file for my application, can AS or the Carbon Core load up the configuration files on startup and then provide the parameters to the application? Please provide some inputs on this. Thank you very much Regards, Wenxing_

Re: [Dev] Configuration files per Application

2016-11-09 Thread wenxzhen
Thanks to Danushka. So it means we need to create the configuration builder by ourselves? And it can't be done by the AS framework? Regards, Wenxing -- Original -- From: "Danushka Fernando";; Send time: Wednesday, Nov 9, 2016 8:10 PM To:

Re: [Dev] Configuration files per Application

2016-11-09 Thread wenxzhen
jects? Regards, Wenxing -- Original -- From: "Harsha Thirimanna";; Send time: Thursday, Nov 10, 2016 11:19 AM To: "wenxzhen"; Cc: "WSO2 Developers' List"; Subject: Re: [Dev] Configuration files per Application Since you want to

Re: [Dev] Configuration files per Application

2016-11-09 Thread wenxzhen
Get it. Thanks for the support. Regards, Wenxing -- Original -- From: "Danushka Fernando";; Send time: Thursday, Nov 10, 2016 11:43 AM To: "wenxzhen"; Cc: "Harsha Thirimanna"; "dev"; Subject: Re: [Dev] Configuration f

[Dev] Any job scheduler or timer provided in the Carbon Core or AS 5.3.0?

2016-11-22 Thread wenxzhen
Dear all, Does Carbon Core or AS 5.3.0 already provide the job schedule or timer mechanism? Appreciate for any advice. Thanks, Wenxing___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Any job scheduler or timer provided in the Carbon Core or AS5.3.0?

2016-11-23 Thread wenxzhen
Apprecaited for any input on the subject. Regards, Wenxing -- Original -- From: "wenxzhen";; Date: Nov 23, 2016 To: "dev"; Subject: [Dev] Any job scheduler or timer provided in the Carbon Core or AS5.3.0? Dear all, Does Car

[Dev] Any risk to upgrade the Carbon Core to 4.4.10 on AS 5.3.0

2016-11-25 Thread wenxzhen
Dear all, Is there any potential risk to upgrade the Core version from v4.4.1 to v4.4.10 on AS 5.3.0? As we can see from the POM.xml from AS 5.3.0: 5.3.0 ${product.as.version} 4.5.3 4.4.1 4.4.7 4.4.8 4.5.5 4.4.3 Do I need

[Dev] Any risk to upgrade the Carbon Core to 4.4.10 on AS 5.3.0

2016-11-25 Thread wenxzhen
Dear all, Is there any potential risk to upgrade the Core version from v4.4.1 to v4.4.10 on AS 5.3.0? As we can see from the POM.xml from AS 5.3.0: 5.3.0 ${product.as.version} 4.5.3 4.4.1 4.4.7 4.4.8 4.5.5 4.4.3 Do I need