[Dev] Linter for WSO2 synapse configuration

2019-07-10 Thread Júnior
Hello, Is there any linter available for synapses configuration? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] EnterpriseIntegrator 6.1.0 OpenJDK 8 Support

2019-05-29 Thread Júnior
ted+Operating+Systems+and+JDKs > > Regards, > > *Dakshika Jayathilaka* > PMC Member & Committer of Apache Stratos > Technical Lead > WSO2, Inc. > lean.enterprise.middleware > 0771100911 > > > On Fri, May 24, 2019 at 8:56 PM Júnior wrote: > >> Hello,

[Dev] EnterpriseIntegrator 6.1.0 OpenJDK 8 Support

2019-05-24 Thread Júnior
Hello, Could someone confirm if WSO2 EI 6.1.0 supports OpenJDK 1.8? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

[Dev] Test automation framework

2019-02-05 Thread Júnior
Hi, In order to use the Test Automation Framework, what is the repo that we need to clone and build? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/d

[Dev] Max Records on DSS for Out Variables on Stored procedures

2018-10-14 Thread Júnior
Hi, I am trying to limit the number of records returned by a dss query. This query is using a stored procedure that has an out parameter that is a ref cursor. After some testing, we could see that it doesn't limit by the number we specified in the Max Records. Is it expected this parameter to wo

[Dev] Dynamic Max Records on DSS

2018-10-10 Thread Júnior
Hello, I have a DSS Service that calls a stored procedure and this procedure can return a huge result set 10k+ records. I saw in the documentation we can set Max Rows property in the query to control how many records it will return. Is it possible to define this property in runtime, I mean by pas

Re: [Dev] Retry an Endpoint

2018-10-10 Thread Júnior
ling the endpoint to be retried 5 times > with a timeout. > > You can create a replay of the messages to the endpoint with more control > by following the store forward integration pattern. Please refer to the > documentation [1] for more information. > > [1] > https://docs.wso2

[Dev] Retry an Endpoint

2018-10-07 Thread Júnior
Hi, I would like to know if there is a way of retrying an endpoint automatically in WSO2 ESB. As I could see one way of doing that is using the failover mediator with some leaf endpoints. I would like to a scenario like this: Try the endpoint and in case of a timeout, try it another two times a

[Dev] Error while building micro gateway project - SOAP Endpoint

2018-09-16 Thread Júnior
Hi, When trying to build a micro-gateway for an API with SOAP Endpoint instead of Rest Endpoint, we receive this error: *micro-gw build correios* *could not find package wso2/gateway:** *error: src:0.0.0\TestCorreios_1_0_0.bal:87:34: undefined symbol 'TestCorreios_1_0_0_sand'* *error: src:0.0.0\T

Re: [Dev] OUT_ONLY - Response with no callback

2018-06-07 Thread Júnior
Thank you, Gihan. 2018-06-05 10:21 GMT-05:00 Gihan Anuruddha : > No. ESB will discard the response. So there shouldn't be any memory issues. > > On Tue, Jun 5, 2018 at 8:46 PM Júnior wrote: > >> Thanks Milinda, >> >> In case of that, this error could c

Re: [Dev] OUT_ONLY - Response with no callback

2018-06-05 Thread Júnior
age from the backend. > If your backend responds with a response message, avoid setting the > OUT_ONLY property. > > Thanks, > Milinda > > On Tue, Jun 5, 2018 at 9:46 AM, Júnior wrote: > >> Hi, >> >> I have an Inbound Endpoint which sequence just sends

[Dev] OUT_ONLY - Response with no callback

2018-06-04 Thread Júnior
Hi, I have an Inbound Endpoint which sequence just sends the payload to one Proxy Service in WSO2. The sequence set the OUT_ONLY property to true and uses the send mediator to send the request to the Proxy. The Proxy receives the request, performs its logic and then respond back. But, when it r

Re: [Dev] TLS 1.2 for outbound traffic

2018-05-29 Thread Júnior
t; TLSv1,TLSv1.1,TLSv1.2 > > Thanks > > On Wed, May 30, 2018 at 8:31 AM, Júnior wrote: > >> Hi, >> >> I need to call a service that is using only TLSV1.2. >> >> Doing some research, I found that we can specify that in the axis2.xml >> like below: >&g

[Dev] TLS 1.2 for outbound traffic

2018-05-29 Thread Júnior
Hi, I need to call a service that is using only TLSV1.2. Doing some research, I found that we can specify that in the axis2.xml like below: . TLSv1.2 . I am a bit concerned as it is a global configuration, so, it would affect all the integrations installed. Is it possible

[Dev] LinkageError: "javax/xml/soap/SOAPMessage"

2018-05-02 Thread Júnior
Hi, After adding the cxffeature and cxf bundle. When using the API from third party we are receiving this error: java.lang.LinkageError: loader constraint violation: loader (instance of org/eclipse/osgi/internal/baseadaptor/DefaultClassLoader) previously initiated loading for a different type wi

Re: [Dev] Install CXF Realible Messaging Feature WSO2 EI 6.1.0

2018-05-01 Thread Júnior
> org.wso2.carbon.inbound.endpoints.ext.wsrm.feature. > group > 4.6.6 > > > > > Thanks, > Prabushi > > On Mon, Apr 30, 2018 at 8:23 PM, Júnior wrote: > >> Hi, >> &

[Dev] Install CXF Realible Messaging Feature WSO2 EI 6.1.0

2018-04-30 Thread Júnior
Hi, I am trying to install the cxf reliable messaging to WSO2 EI 6.1.0, but I am not able to. I tried following this documentation: https://docs.wso2.com/display/EI610/Installing+Features+Using+POM+Files And I get an error saying that the package doesn't exist. I am using the following configu

Re: [Dev] Install CXF Feature on WSO2 EI 6.1.0

2018-04-20 Thread Júnior
: Installation failed.The installable unit org.wso2.carbon.inbound.endpoints.ext.wsrm/4.6.6 has not been found. Do you know what is the feature id and version for this? I am using EI 610. Thanks, 2018-04-20 12:30 GMT-03:00 Júnior : > I tried adding the cxf bundle and I am receiving this error while us

Re: [Dev] Install CXF Feature on WSO2 EI 6.1.0

2018-04-20 Thread Júnior
-20 10:16 GMT-03:00 Júnior : > Hi Everyone, > > Would you have by any chance a step-by-step guide on how to install the > cxf feature in wso2? > > I need to use a library that uses jaxws client to invoke a web service. I > tried so hard to add the cxf bundle but it doesn't

[Dev] Install CXF Feature on WSO2 EI 6.1.0

2018-04-20 Thread Júnior
Hi Everyone, Would you have by any chance a step-by-step guide on how to install the cxf feature in wso2? I need to use a library that uses jaxws client to invoke a web service. I tried so hard to add the cxf bundle but it doesn't work. Would installing the cxf feature give me the ability to use

Re: [Dev] WSO2 EI - org.apache.cxf.jaxws.spi.ProviderImpl not found

2018-04-19 Thread Júnior
> y > y > > > > > Thanks > > On Thu, Apr 19, 2018 at 1:24 AM, Júnior wrote: > >> I found tha there is a bundle provided by wso2: >> cxf-bundle-2.6.1.wso2v2.jar >> >> Using it I am getting another

Re: [Dev] WSO2 EI - org.apache.cxf.jaxws.spi.ProviderImpl not found

2018-04-18 Thread Júnior
is error before? Thanks, 2018-04-17 19:25 GMT-03:00 Júnior : > I tried adding the cxf-bundle:cxf-bundle-2.2.5.jar > > And I am receiving this error: > > gogo: BundleException: The bundle "org.apache.cxf.bundle_2.2.5 [172]" > could not be resolved. Reason: Missing Con

Re: [Dev] WSO2 EI - org.apache.cxf.jaxws.spi.ProviderImpl not found

2018-04-17 Thread Júnior
ou know hwo to add this dependency? Thanks, 2018-04-17 6:16 GMT-03:00 Júnior : > Hi Shakila, > > I am not building the jar, it is a third party jar. As I could see, It has > no reference tô cxf, but only jax-ws. > > I am trying to add the required jars to the dropins folder, thi

Re: [Dev] WSO2 EI - org.apache.cxf.jaxws.spi.ProviderImpl not found

2018-04-17 Thread Júnior
gt; On Tue, Apr 17, 2018 at 5:12 AM, Júnior wrote: > >> Hi, >> >> I am adding a jar file that uses a JAX-WS client to invoke a web service. >> When I am trying to execute the code, I am getting this error: >> >> javax.xml.ws.spi.FactoryFinder$Configuration

[Dev] WSO2 EI - org.apache.cxf.jaxws.spi.ProviderImpl not found

2018-04-16 Thread Júnior
Hi, I am adding a jar file that uses a JAX-WS client to invoke a web service. When I am trying to execute the code, I am getting this error: javax.xml.ws.spi.FactoryFinder$ConfigurationError: Provider org.apache.cxf.jaxws.spi.ProviderImpl not found Caused by: javax.xml.ws.spi.FactoryFinder$Confi

[Dev] Guidance on what we should keep and avoid inside ESB

2018-04-15 Thread Júnior
Hi Everyone, I would like to know if there is any kind of rule of thumb on how much logic should we keep inside ESB. My point is, we are migrating some applications from other esbs and application servers to WSO2 Enterprise Integrator. Even even some WEB Services we have migrated to WSO2. Some of

[Dev] Performance Tips for Message Transformation

2018-04-07 Thread Júnior
Hi, Reading the documentation for Message Transformation[1]: And this statement caught my attention: " If you cannot perform your transformation with the FastXSLT mediator, then it is recommended to write a custom class mediator to do your transformation, since it will be much faster than the XS

Re: [Dev] PassThroughMessageProcessor threads on Waiting State

2018-04-05 Thread Júnior
Hi Shakila, I am using EI 6.1.0 Thanks, 2018-04-05 0:45 GMT-03:00 Shakila Sasikaran : > Hi Junior, > > Which version are you using? Seems this is similar to > https://wso2.org/jira/browse/ESBJAVA-4392. > > Thanks > > On Thu, Apr 5, 2018 at 2:33 AM, Júnior wrote: >

[Dev] PassThroughMessageProcessor threads on Waiting State

2018-04-04 Thread Júnior
Hi, I am seeing a lot of PassThroughMessageProcessor threads in Waiting state. Is this normal? Is there a way to set then to remove stale threads? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* ___ Dev mailing list Dev@wso2

Re: [Dev] Car file deployment order

2018-03-29 Thread Júnior
in order to make sure that the > dependent project being deployed earlier you may have to prefix it with a > name which has a higher alphabetical precedence. > > Regards > Gayan > > On Wed, Mar 28, 2018 at 1:33 PM, Júnior wrote: > >> Hi, >> >> I am

[Dev] Car file deployment order

2018-03-28 Thread Júnior
Hi, I am facing an issue with car file order deployment: https://stackoverflow.com/questions/49541746/wso2-car-file-deployment-order Could someone help us on this? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* ___ Dev ma

Re: [Dev] Throttling Policy in a JMS Listener

2018-03-15 Thread Júnior
Hi, As I could see, the throttle mediator relies on the remote domain and ip to work. So, after adding this property before the throttle mediator, it started working for JMS as well. Is it a bad practice? Is that a recommended approach? Thanks, 2018-03-14 18:36 GMT-03:00 Júnior : >

[Dev] Throttling Policy in a JMS Listener

2018-03-14 Thread Júnior
Hi, I am trying to use the Throttle mediator in a proxy that is listening to a JMS Queue. I would to limit the number of messages it process in a time interval. And the rejected ones would be stored in a messageStore to be processed later. When consuming the messages from queue, it seems the pol

Re: [Dev] WSO2 Broker Cluster jndi.properties

2018-03-11 Thread Júnior
WSO2 Inc. www.wso2.com > <http://wso2.com/signature> > > On Wed, Mar 7, 2018 at 12:47 AM, Júnior wrote: > >> Hi, >> >> When we have a cluster of WSO2 MB how is the correct way to configure the >> jndi.properties to connect to them? >> >> Shoul

[Dev] WSO2 Broker Cluster jndi.properties

2018-03-06 Thread Júnior
Hi, When we have a cluster of WSO2 MB how is the correct way to configure the jndi.properties to connect to them? Should we have a list of the cluster members in the connection string? Does someone have an example of a similar scenario? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certifi

Re: [Dev] Error While Start WSO2 EI 6 AWS cluster scheme

2018-02-21 Thread Júnior
Hi, I don't know what was the cause, but, after restarting the whole machine it started working again. Thanks, 2018-02-21 12:32 GMT-03:00 Júnior : > Hi, > > I am facing this error in one machine when starting it as a cluster node > using AWS Scheme: > > !ENTRY org.ecli

[Dev] Error While Start WSO2 EI 6 AWS cluster scheme

2018-02-21 Thread Júnior
Hi, I am facing this error in one machine when starting it as a cluster node using AWS Scheme: !ENTRY org.eclipse.osgi 4 0 2018-02-21 08:53:36.360 !MESSAGE An unexpected runtime error has occurred. !STACK 0 java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.ScheduledThread

Re: [Dev] Per API Log not working when there is a clone mediator

2018-02-08 Thread Júnior
p://schemas.xmlsoap.org/soap/envelope/";>< > soapenv:Body/> > > As you can see, both INSIDE_API log and INSIDE_CLONE were there. > > What is the version you are trying this? Also, would you be able to try > out the above mentioned log4j configuration? > > [1] https

Re: [Dev] Per API Log not working when there is a clone mediator

2018-02-08 Thread Júnior
E were there. > > What is the version you are trying this? Also, would you be able to try > out the above mentioned log4j configuration? > > [1] https://docs.wso2.com/display/EI611/Per-API+Logs+in+WSO2+EI > > Thank you. > > On Mon, Feb 5, 2018 at 2:18 AM, Júnior

[Dev] Per API Log not working when there is a clone mediator

2018-02-04 Thread Júnior
Hi, I am trying to have a Log per api, I have configured log4j.properties as said in the documentation. But it is not fully working. See the API below: http://ws.apache.org/ns/synapse"; name="TestAPI" context="/testapi">

Re: [Dev] java.net.BindException: Address already in use (Bind failed)

2017-12-18 Thread Júnior
> > On Sat, Dec 16, 2017 at 7:36 AM, Júnior wrote: > >> Hi, >> >> I am facing this issue when using the call mediator. >> >> Is there any fix for that? >> >> I am running on EI-61.0 >> >> Thanks >> >> Follow the stack tr

[Dev] java.net.BindException: Address already in use (Bind failed)

2017-12-15 Thread Júnior
Hi, I am facing this issue when using the call mediator. Is there any fix for that? I am running on EI-61.0 Thanks Follow the stack trace *org.apache.axis2.AxisFault: Address already in use (Bind failed)* at org.apache.axis2.AxisFault.makeFault(AxisFault.java:430) at org.apach

[Dev] Batch Processing on WSO2 Enterprise Integrator

2017-12-01 Thread Júnior
Hi, I am working on some batch processing tasks with WSO2. Some tasks like, query a db, apply transformation and validation on the data returned, generate a CSV file and then FTP the file. For iterating over the nodes and applyt the transformations and validations the first option I see is to us

Re: [Dev] Automated Deployment of APIs on API Manager

2017-11-27 Thread Júnior
Hi Bhathiya, thanks for your help! Thank you! 2017-11-27 18:02 GMT-02:00 Bhathiya Jayasekara : > Hi Júnior, > > Current import REST API does not support update API feature. It will be > available in a near future release. Until that you will have to delete APIs > before import

Re: [Dev] Automated Deployment of APIs on API Manager

2017-11-27 Thread Júnior
Just adding some more information, when we try to import an existing API it complains saying that already exists an API with the same name. Thanks, 2017-11-27 17:22 GMT-02:00 Júnior : > Hi everyone, > > For deploying the APIs across the environments, we are using the API > Import

[Dev] Automated Deployment of APIs on API Manager

2017-11-27 Thread Júnior
Hi everyone, For deploying the APIs across the environments, we are using the API Import Export tool. When it is a new API it works fine, but, for example if we need to update the API definitions, it doesn't work very well. How do you usally do this process for deploying the APIs on the differen

[Dev] Performance consideration for Iterate mediator for a huge number of nodes

2017-11-23 Thread Júnior
Hi, I have the following quesiton o Stackoverflow[1] Do you have any suggestions on this? 0down votefavorite Is there any performance implication on using the iterate med

[Dev] XML to CSV Wso2 ESB

2017-11-16 Thread Júnior
Hi, I am trying to convert a XML Payload to CSV. I tried Data Mapper, but for my scenario it is not working. Because, I need that some fields to be surrounded by double quotes ", and other not. What is the recommended way to create CSV files from a xml payload? Thanks, -- Francisco Ribeiro *S

[Dev] Write File with VFS on Rest APIs

2017-10-20 Thread Júnior
Hi, I am trying to create a REST API on EI 6.1.1 that receives a JSON, and one of the JSON fields contains the name of the file that I would like to create and its contents in Base64 encode, the API code is below: http://ws.apache.org/ns/synapse"; name="ImageAPI" context="/image">

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Júnior
the db that contained duplicated values. Thanks, 2017-10-20 13:20 GMT-02:00 Malaka Silva : > Hi Ribeiro > ​, > > Can you elaborate more on what you are trying to do. Your question is not > clear for us.​ > > On Fri, Oct 20, 2017 at 4:38 PM, Júnior wrote: > >>

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Júnior
Hi, The problem was in duplicated records inside the databases. Thanks, 2017-10-16 10:43 GMT-02:00 Júnior : > Hi, > > Is the default scope thread safe? > > I am facing an issue of a property set in the default scope being > overwritten when we have concurrent access to the sa

[Dev] Default Scope is Thread Safe?

2017-10-16 Thread Júnior
Hi, Is the default scope thread safe? I am facing an issue of a property set in the default scope being overwritten when we have concurrent access to the same service. In this specific case it is happening in JMS Subscribers. Is this kind of behaviour expected? Thanks, -- Francisco Ribeiro *S

Re: [Dev] WSO2 Backend Returning 503 HTTP Status Code

2017-10-08 Thread Júnior
u want in the fault sequence > using a payload factory mediator. > > > > > > > Thanks, > Chamalee > > > > On Thu, Oct 5, 2017 at 11:51 PM, Júnior wrote: > >> Hi, >> >> I have a ESB Proxy that calls a DSS endpoint. This DSS endpoint is under &

[Dev] WSO2 Backend Returning 503 HTTP Status Code

2017-10-05 Thread Júnior
Hi, I have a ESB Proxy that calls a DSS endpoint. This DSS endpoint is under a Load Balancer. When the DSS server is down, the Load Balancer returns a 503 HTTP Error. It seems strange to me that the flow is going to the outSequence and not to the faultSequence. Is this the expected behavior? Is

Re: [Dev] Endpoint Template Dynamic Endpoint Format

2017-10-04 Thread Júnior
t possible with parameterized value. > > Thanks > Sudharma > > On Wed, Oct 4, 2017 at 2:31 AM, Júnior wrote: > >> Hi, >> >> Is it possible to make the Endpoint Dynamic? I am trying to use the >> format as a parameter to a endpoint template, but it seems to not

[Dev] Endpoint Template Dynamic Endpoint Format

2017-10-03 Thread Júnior
Hi, Is it possible to make the Endpoint Dynamic? I am trying to use the format as a parameter to a endpoint template, but it seems to not be working. Is it possible to make this property dynamic? Follow the config I am trying to use: http://ws.apache.org/ns/synapse"; name="AGE_Endpoint_Templat

[Dev] Too Many Slots submitted to delete - WSO2 MB

2017-09-22 Thread Júnior
Hi, I am seeing a lot of this message in my MB Broker Logs: *TID: [] [] [2017-09-22 09:45:29,606] WARN {org.wso2.andes.kernel.slot.SlotDeletingTask} - Too many slots submitted to delete. Consider increasing and parameters. Current submit value = 5755 safe zone value = 5586695713193984* I hav

Re: [Dev] MB Cluster node issue

2017-09-22 Thread Júnior
to be > time synchronized [1]. > > [1] https://docs.wso2.com/display/MB310/Clustering+and+Deployment > > Regards, > Jason > > Jason De Silva > *Software Engineer - QA* > Mobile: +94 (0) 772 097 678 > Email: jas...@wso2.com > WSO2 Inc. www.wso2.com > <http://wso2.com/

[Dev] MB Cluster node issue

2017-09-21 Thread Júnior
Hi, I have a MB CLuster using AWS Hazelcast configuration. One of the nodes keep entering and leaving the cluster, and i see a lot of those messages: INFO {org.wso2.andes.server.cluster.ClusterManager} - Handling cluster gossip: Node NODE:X:5711 Joined the Cluster INFO {org.wso2.andes.ser

Re: [Dev] API Manager Expose WSDL

2017-09-19 Thread Júnior
Hi Malintha, I see, but is there any way to make it available through an URL like ?wsdl ? Thanks, 2017-09-18 22:48 GMT-03:00 Malintha Amarasinghe : > Hi Júnior, > > This is possible. Did create a SOAP API by providing a WSDL URL from > Publisher? If that so, the WSDL will be availa

[Dev] API Manager Expose WSDL

2017-09-18 Thread Júnior
Hi, We have a SOAP Service exposed through API Manager to external world. We need to expose its wsdl as well. But as far as I could see that is not possible. Is there any option on API Manager that could make this possible? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associ

[Dev] WSO2 ESB Broker Re-Connection in case of Broker Failure

2017-09-15 Thread Júnior
Hi, I am trying to setup a connection to the WSO2 MB from the WSO2 ESB, in a way that in case of a Broker failure or shutdown, ESB be able to handle that and reconnect to it once Broker is up and running. I have this setup in axis2.xml: org.wso2.andes.jndi.PropertiesFileInitialContextFacto

[Dev] jndi.properties MB in AWS

2017-08-14 Thread Júnior
Hi, When configuring the message broker connections in jndi.properties. we need to specify the brokerlist with all broker servers that we can connect to. So, this list is fixed. In case we have a deployment on AWS where the MB can be scaled up and down. How can we setup jndi.properties to work co

Re: [Dev] API Manager with EI Analytics

2017-08-11 Thread Júnior
Thank you Rukshan!! I will go through it! Thanks! 2017-08-11 6:03 GMT-03:00 Rukshan Premathunga : > Hi Júnior, > > ESB and APIM Analytics can be a shared server(APIM analytics, ESB > analytics or DAS). Please check the [1] for installing APIM analytics > features on other analy

Re: [Dev] Strange behaviour with 2 API Managers sharing the same db

2017-08-09 Thread Júnior
ase. > true > > Thanks, > Harsha > On Wed, Aug 9, 2017 at 7:45 AM, Júnior wrote: > >> Hi Everyone, >> >> I have the following setup: >> >> 2 API Manager instances not clustered sharing the same DB. The only thing >> that is not shared is the Local

[Dev] Strange behaviour with 2 API Managers sharing the same db

2017-08-08 Thread Júnior
Hi Everyone, I have the following setup: 2 API Manager instances not clustered sharing the same DB. The only thing that is not shared is the Local Registry. We are able to use the import/export tool to import the API. And be able to see the APIs in store in both servers. But if I publish in on

Re: [Dev] [API-MGR] Error! You have partially created keys.

2017-08-08 Thread Júnior
I found the problem. api-manager.xml and identity.xml were using different data sources, and because of this it was not able to get the generated keys and displayed that message. Thanks 2017-08-08 10:04 GMT-03:00 Júnior : > As I could see in the jag files, it shows this message when the K

Re: [Dev] [API-MGR] Error! You have partially created keys.

2017-08-08 Thread Júnior
As I could see in the jag files, it shows this message when the Keys are in the status COMPLETED. Does anyone know when a key goes to this status? Thanks, 2017-08-02 15:53 GMT-03:00 Júnior : > Hi, > > I am facing a weird issue. I have an app on Api Manager and I am able to > gener

[Dev] API Manager with EI Analytics

2017-08-05 Thread Júnior
Hi all, In the docs for API Manager for analytics it is done by using WSO2 API Manager Analytics. Is it possible to have API Manager to use the Analytics Server on EI 6.1.1? Is it possible to have both ESB and API Manager sharing the same Analytics Server so, we can have in one place analytics f

[Dev] [API-MGR] Error! You have partially created keys.

2017-08-02 Thread Júnior
Hi, I am facing a weird issue. I have an app on Api Manager and I am able to generate the keys for that app. But if I leave the APP page, and go back to it to see the keys, I got this error message: Error! You have partially created keys. Please click the Clean Up button and try again. And if

Re: [Dev] EI-610 - Broker Issue

2017-08-02 Thread Júnior
I don't know exactly why, but after restarting the server it starts working correctly. Thanks, 2017-08-01 15:46 GMT-03:00 Júnior : > Hi, > > I have a broker clustered, and after a restart, one of the nodes keep > throwing the following error: > > > TID: [-1] [] [2017

[Dev] EI-610 - Broker Issue

2017-08-01 Thread Júnior
Hi, I have a broker clustered, and after a restart, one of the nodes keep throwing the following error: TID: [-1] [] [2017-08-01 13:44:49,574] ERROR {org.wso2.andes.kernel.slot.SlotMessageCounter} - Error occurred while executing SlotTimeoutTask java.lang.NullPointerException at org.wso2.andes.

Re: [Dev] jndi.properties Production Recommended Configuration

2017-07-28 Thread Júnior
er > > On Thu, Jul 27, 2017 at 7:04 PM, Júnior wrote: > >> Hi everyone, >> >> Is there any recommended jndi.properties connection setup for WSO2 MB >> Connection? >> >> we have a connection string like this: >> >> connectionfactory.To

[Dev] jndi.properties Production Recommended Configuration

2017-07-27 Thread Júnior
Hi everyone, Is there any recommended jndi.properties connection setup for WSO2 MB Connection? we have a connection string like this: connectionfactory.TopicConnectionFactory=amqp://admin:admin@carbon /carbon?failover='roundrobin'&cyclecount='2'&brokerlist= 'tcp://server1:5675?retries='5'&connec

Re: [Dev] API ManagerToken API

2017-07-20 Thread Júnior
pimgt/gateway/handlers/common/ > SynapsePropertiesHandler.java > > On Thu, Jul 20, 2017 at 5:13 PM, Júnior wrote: > >> Hi, >> >> Where do I set the value for those variables: >> >> > expression="get-property('keyManager.port')"/> >> > expre

[Dev] API ManagerToken API

2017-07-20 Thread Júnior
Hi, Where do I set the value for those variables: Used in the Token API in API Manager. I didn't find in the docs where to set those values. Any tips are very welcome. Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* ___

Re: [Dev] ESB - Keep the processing even if a service call goes wrong

2017-07-19 Thread Júnior
disable" trace="disable" transports="http,https"> http://ws.apache.org/ns/synapse"; continueParent="true"> 3 discard -1 0 1.0 0 -1 Thanks 2017-07-19

Re: [Dev] DSS with a very huge ammount of data

2017-07-19 Thread Júnior
ws fetched with each database round trip for a query will be > increased, so this will also reduce the time significantly. > > [1] https://docs.wso2.com/display/DSS322/Advanced+Query+Properties > > Thanks, > Madhawa > > On Wed, Jul 19, 2017 at 6:45 AM, Júnior wrote: >

Re: [Dev] ESB - Keep the processing even if a service call goes wrong

2017-07-19 Thread Júnior
n a fault sequence, so that > when a failure occurs the transaction will be rolled back. Please refer [1] > for more information. > > [1] https://docs.wso2.com/display/ESB500/JMS+Transactions > > Thanks, > Himasha > > On Wed, Jul 19, 2017 at 1:45 AM, Júnior wrote: > >&g

[Dev] DSS with a very huge ammount of data

2017-07-18 Thread Júnior
Hi, We have a query that is being exposed using DSS. The query by itself take a lot of time, because it brings a lot of data, but we noticed that it is taking a lot of time to build the XML that is returned by the service. Is there any config that we could make to improve the XML creation perfor

[Dev] ESB - Keep the processing even if a service call goes wrong

2017-07-18 Thread Júnior
Hello, I have a proxy and inside the proxy we have some calls to a template for auditing that just post a message to a queue. I'd like that even if there is a problem when sending the message to queue, the processing proceed in the Proxy. Is there any way of doing that? Any ideas are very welc

Re: [Dev] Problems on MB Cluster Enterprise Integrator 6.1.0

2017-07-08 Thread Júnior
Hi, I was able to find the problem. It was in broker.xml, I was using the same thrift server ip for both. When I used each ip address on the file, it worked. Thanks! 2017-07-07 17:56 GMT-03:00 Júnior : > Hello Hasitha, > > I have tried that, but I keep receiving this error messa

Re: [Dev] Problems on MB Cluster Enterprise Integrator 6.1.0

2017-07-07 Thread Júnior
:00 Júnior : > Thank you Hasitha. > > It thought leaving it as default, it would generate one. > > The ports are open, I can see in the logs it saying the new member has > joined, but it keeps trying to get the node id of the other member, and > when it is not able to do,

Re: [Dev] API Manager Basic Auth

2017-07-05 Thread Júnior
d publish > stats accordingly. You need to be able to find these information from your > new handler you introduce for the throttling and stats to work accurately. > > Thanks. > > On Wed, Jul 5, 2017 at 4:02 PM, Júnior wrote: > >> Hello, >> >> I am trying

[Dev] API Manager Basic Auth

2017-07-05 Thread Júnior
Hello, I am trying to configure an API on WSO2AM 2.1.0, and the only authentication mechanism it supports is via OAuth. Is there any way to use Basic Auth for API Authentication? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* __

Re: [Dev] Problems on MB Cluster Enterprise Integrator 6.1.0

2017-07-05 Thread Júnior
the results. Thanks, 2017-07-05 8:52 GMT-03:00 Hasitha Hiranya : > Hi, > > > > default > > Set a node id in broker.xml file at [EI_HOME]/wso2/broker/conf > > BTW, are necessary ports open for Hazelcast to communicate? > > Thanks > > On Mon

Re: [Dev] net.sf.saxon.om.NamePool$NamePoolLimitException: NamePool limit exceeded:

2017-07-05 Thread Júnior
equired only if you are > using business process profile. > > Regards, > Vinod > > On Mon, Jul 3, 2017 at 2:54 AM, Júnior wrote: > >> Hi Himasha, >> >> I will try to grab the logs, but as I could see from the JIRA there is no >> fix for that? >> &

[Dev] Problems on MB Cluster Enterprise Integrator 6.1.0

2017-07-03 Thread Júnior
Hello, I am trying to setup a cluster for the Broker Profile on AWS. I am able to start the first node without problem, but when we start the second node, it doesn't start because it says it is not able to get the node id of the other member: TID: [-1234] [] [2017-07-03 12:55:10,193] ERROR {org.

Re: [Dev] net.sf.saxon.om.NamePool$NamePoolLimitException: NamePool limit exceeded:

2017-07-02 Thread Júnior
ported in [1]. > > > [1] https://wso2.org/jira/browse/ESBJAVA-3363 > > Thanks, > Himasha > > On Sat, Jul 1, 2017 at 5:18 AM, Júnior wrote: > >> Hello, >> >> I am facing this exception when doing XQuery or XSLT transformation: >> >> >>

[Dev] net.sf.saxon.om.NamePool$NamePoolLimitException: NamePool limit exceeded:

2017-06-30 Thread Júnior
Hello, I am facing this exception when doing XQuery or XSLT transformation: net.sf.saxon.om.NamePool$NamePoolLimitException: NamePool limit exceeded: Does anyone knows a workaround for this? Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate* _

[Dev] Pass an OMElement to XSLT Mediator

2017-06-29 Thread Júnior
Hello, I would like to know if it is possible to pass an OMElement instead of String as parameter to a XSLT mediator. I looked into the document but I could not find anything about this. Thanks, -- Francisco Ribeiro *SCEA|SCJP|SCWCD|IBM Certified SOA Associate*

[Dev] AWS Cluster Mode Certificate Issue

2017-06-28 Thread Júnior
Hi, I am trying to setup a WSO2 Cluster using aws mode but I am receiving this error: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to r

Re: [Dev] Error when setting up API Manager with MySQL

2017-06-28 Thread Júnior
Hi Thomas, I have renamed the folder during the installation process and it worked. Thanks, 2017-06-28 3:07 GMT-03:00 Thomas LEGRAND : > Hello, > > Have you tried to execute manually this SQL script on your DBMS and start > the AM without the -Dsetup? > > > Le mercredi 28

[Dev] Error when setting up API Manager with MySQL

2017-06-27 Thread Júnior
Hi, I have setup the CarbonDB to use the MySQL, and changed the identity.xml to use the Carbon db. But when we run the -Dsetup we receive this error: [ 2017-06-27 22:53:51,644] INFO - APIKeyMgtServiceComponent Started thrift key mgt service at port:10398 [2017-06-27 22:53:51,799] ERROR - Iden

Re: [Dev] Different token expiration times for different applications on WSO2 IS

2017-06-27 Thread Júnior
k you! > Dinali > > On Tue, Jun 27, 2017 at 2:55 AM, Júnior wrote: > >> Hey guys. >> >> I'm new to WSO2 IS. Is there a way to have different token expiration >> times for different applications. >> >> Let say I have a web application and a mobile

[Dev] Different token expiration times for different applications on WSO2 IS

2017-06-26 Thread Júnior
Hey guys. I'm new to WSO2 IS. Is there a way to have different token expiration times for different applications. Let say I have a web application and a mobile one. I need the web app token to expire after a few hours and the mobile app token after a set number of days. Is that possible. We're

[Dev] Automated Datasource creation WSO2 Server

2017-05-30 Thread Júnior
Hello, What is the prefered way of automating the creation of datasources on WSO2 Servers? I've posted a question on Stackoverflow[1]. Any tips are very welcome. Thanks, [1] https://stackoverflow.com/questions/44269334/automated-datasource-creation-on-wso2-server -- Francisco Ribeiro *SCEA|SCJ

[Dev] Dynamic Values on attachPath for iterate mediator

2017-05-23 Thread Júnior
Hi, Is it possible to pass dynamic values to the attachPath of iterateMediator? I have scenario where I'd like to apply the same iterate sequence to different payloads, and the only thing that I need to change is the attachPath and expression. Expression seems to work, but not attachPath. I

Re: [Dev] Automated deployment API Manager

2017-05-17 Thread Júnior
Sorry, answer to the wrong question. Thanks 2017-05-17 16:56 GMT-03:00 Júnior : > As I didn't find a way of using the existing WSDL with external > references, I needed to generate a new WSDL with the XSD inlined. > > For that I used the QT Assistant > <https://www.pasch

Re: [Dev] Automated deployment API Manager

2017-05-17 Thread Júnior
As I didn't find a way of using the existing WSDL with external references, I needed to generate a new WSDL with the XSD inlined. For that I used the QT Assistant <https://www.paschidev.com/downloads.aspx> to generate a New WSDL with the XSD inlined. Thanks 2017-05-17 14:59 GMT-0

  1   2   >