Re: [Dev] OSGI Issue when trying to use Script Mediator in APIM

2014-05-11 Thread Ruwan Yatawara
Hi All, After much research, we rounded up the problem, this is caused by the API Manager host object using both synapse and jaggery. As I explained in my previous email, when we use two different bundles that use different versions of the same package, inside the same class space, package use

[Dev] Feature support in Validator Mediator

2014-05-11 Thread Sohani Weerasinghe
Hi All, Is there any particular reason for not supporting the other features other than XMLConstants.FEATURE_SECURE_PROCESSINGhttp://docs.oracle.com/javase/6/docs/api/javax/xml/XMLConstants.html#FEATURE_SECURE_PROCESSING by the Validator Mediator? Regards, Sohani Sohani Weerasinghe Software

[Dev] Mime message with Mailto Transport

2014-05-11 Thread Ivan Fontanals
Hi all, Do you know if it is possible to catch the original mime message using the mailto transport when a mail is received via Pop3 listener? I need to store the mime message but I could not find an easy way to get the original message, so I had to use the PayloadFactory to build my custom

Re: [Dev] Problem in sending a message in the payload of WSRequest in Jaggery

2014-05-11 Thread Tishan Dahanayakage
Hi Jayanga, When using jaggery ws module you have to send content within body tags of SOAP envelop as payload. You can refer this[1] blog post for more details and sample code. [1] http://madhukaudantha.blogspot.com/2013/02/invoke-web-service-with-jaggery-with.html On Fri, Apr 25, 2014 at 5:23

Re: [Dev] Value too long for REG_VALUE issue in Registry

2014-05-11 Thread Nuwan Dias
Hi, I have got around the problem by storing the content as a separate registry resource. The only drawback in this case is that we'll have to write a separate indexer for searching by content. The forum topic and other metadata still reside within the artifact and therefore indexing/searching is

Re: [Dev] Update on Gsoc Project - BAM Toolbox for WSO2 Business Process Server

2014-05-11 Thread Thilini Ishaka
Hi Pubudu, Some more materials are given below. Please update the thread with the current progress. *Data Publisher1. https://docs.wso2.org/display/BAM241/Data+Publisher https://docs.wso2.org/display/BAM241/Data+Publisher 2.

Re: [Dev] OSGI Issue when trying to use Script Mediator in APIM

2014-05-11 Thread Sumedha Rubasinghe
On Sun, May 11, 2014 at 11:32 AM, Ruwan Yatawara ruw...@wso2.com wrote: Hi All, After much research, we rounded up the problem, this is caused by the API Manager host object using both synapse and jaggery. As I explained in my previous email, when we use two different bundles that use

Re: [Dev] rg.postgresql.util.PSQLException: Cannot commit when autoCommit is enabled is thrown when attempting to create an API on APIMan 140 with postgres

2014-05-11 Thread Sumedha Rubasinghe
On Fri, May 9, 2014 at 10:36 PM, Isuru Perera isu...@wso2.com wrote: AFAIK, relaxAutoCommit=true is applicable to only to MySQL. I'm not sure it will work for PostgreSQL With relaxAutoCommit=true, we just suppress the exception in MySQL. Ideally we should disable the auto commit from the

Re: [Dev] WSO2 ESB Connector Store Icons

2014-05-11 Thread Dushan Abeyruwan
Hi Chanaka, Additionally, we need icon for devloper studio as well ref https://github.com/dushansachinda/esb-connectors/tree/master/salesforce/1.0.0/src/main/resources/icon can we get icons as well for all the connectors (other than, salesfoce,googlesh,twitter,twilio,jira) Cheers, Dushan On

Re: [Dev] OSGI Issue when trying to use Script Mediator in APIM

2014-05-11 Thread Ruchira Wageesha
Hi Sumedha, IMO, this is the first time, that one of our component used both Mozilla Rhino(Jaggery) and Synapse core directly, which indirectly links BSF embedded Rhino version too. Anyway, we will take this into consideration when Rhino version of Jaggery is updated again. /Ruchira On Mon,

Re: [Dev] Build failure in Chunk-12 [cannot find symbol getCurrentUser() org.wso2.carbon.andes.stub.AndesAdminServiceStub]

2014-05-11 Thread Shammi Jayasinghe
Hi Janaka, Sorry for the inconvenience caused , We have changed the access modifier from public to private since we thought not to expose them via admin service due to security reasons after talking to security team. Please contact MB team if you face any issue with the above change. Apart from

Re: [Dev] WSO2 ESB Connector Store Icons

2014-05-11 Thread Chanaka Jayasena
Sure, Dushan. I will provide them by EOD. thanks, Chanaka On Mon, May 12, 2014 at 7:49 AM, Dushan Abeyruwan dus...@wso2.com wrote: Hi Chanaka, Additionally, we need icon for devloper studio as well ref

[Dev] Build failure in Chunk-07

2014-05-11 Thread Thilini Shanika
Hi, When I tried to build Chunk-07 in Carbon platform (platform/turing-chunk09/product-releases/chunk-07), the build was failed and got the following error. Exception in thread main java.lang.NoSuchMethodError: method java.util.regex.Pattern.quote with signature

Re: [Dev] rg.postgresql.util.PSQLException: Cannot commit when autoCommit is enabled is thrown when attempting to create an API on APIMan 140 with postgres

2014-05-11 Thread Uvindra Dias Jayasinha
Probably a good idea to have defaultAutoCommit configuration as part of the existing data sources existing configs, then its obvious to anyone looking at the configuration that Auto Commit can be toggled from this. Currently unless you have prior knowledge of it, its not obvious that such a

Re: [Dev] rg.postgresql.util.PSQLException: Cannot commit when autoCommit is enabled is thrown when attempting to create an API on APIMan 140 with postgres

2014-05-11 Thread Uvindra Dias Jayasinha
Also refer to [1] under *Installing and configuring the databases* section 3. b. The documentation shows the MySQL specific relaxAutoCommit=true There is no mention of the defaultAutoCommit config. This works since the example uses MySQL but it does not communicate the important generic

Re: [Dev] Value too long for REG_VALUE issue in Registry

2014-05-11 Thread Uvindra Dias Jayasinha
@Senaka and Ajith Yes the current solution done for dev governance has an upper limit of 5000 characters, but keep in mind that we are not using the registry directly like APIM, but are using ES which is using the registry underneath. So we cant do any of the work arounds that have been suggested

Re: [Dev] Build failure in Chunk-07

2014-05-11 Thread Rajeev Sampath
On Mon, May 12, 2014 at 9:56 AM, Thilini Shanika thili...@wso2.com wrote: Hi, When I tried to build Chunk-07 in Carbon platform (platform/turing-chunk09/product-releases/chunk-07), the build was failed and got the following error. Exception in thread main java.lang.NoSuchMethodError: method