WSO2 Enterprise Integrator and GraphQL - wso2

Does anyone have support information for GRAPHQL by WSO2 EI?
I need to consume API that is using this technology and I found nothing for EI only for APIM
Best Regards,
Alberto B. Paulino
São Paulo Capital: +55 (11) 4780-4940
alberto.paulino#ciatecnica.com.br | www.ciatecnica.com.br

WSO2 EI does not have GraphQL support at the moment. (Latest version at the moment EI 6.6, Micro Integrator 1.1)

Related

Using API Manager 1.9.1 with DAS 3

Is it possible use API Manager 1.9.1 and DAS 3?
If yes, this configuration is like BAM configuration? or Is there any diference?
Two configurations are almost same. you can configure APIM 1.9.1 with BAM using [1] and you can configure with DAS [2] using WSO2 documenations.
[1] https://docs.wso2.com/display/AM191/Publishing+API+Runtime+Statistics+Using+WSO2+BAM
[2] https://docs.wso2.com/display/AM191/Publishing+API+Runtime+Statistics+Using+WSO2+DAS

WSO2 esb + AS feature = ESB can not manage HttpSession

this is my first question in Stackoverflow and i'm new in WSO2 ESB. I installed the 4.9.0 version of ESB and also installed Application Server feature on it. WSO2 ESB can not manage HttpSession. Can u help me please to solve this problem?
I already tried to change this parameter to true or false:
<session-config>
<session-timeout>30</session-timeout>
<cookie-config>
<secure>false</secure>
</cookie-config>
</session-config>
in ESB_HOME\repository\conf\tomcat\web.xml
Application server feature installed well i think. I can start my app and its working till i trying to use httpsession to manage users session and authentication.
Somebody had the same problem?

Does WSO2 ESB support AMQP 1.0?

The latest WSO2 ESB (4.8.1) has documentation for configuring AMQP with RabbitMQ, which does not support AMQP 1.0. Does this mean WSO2 can not use AMQP 1.0 over QPid for example ? I'm very confused on this, since QPid seems to be referenced often in the WSO2 docs. Perhaps just as a client ? I really need a yes/no answer as to WSO2 support for both send and receive over AMQP 1.0,including remote brokers. Thanks.
I do not think it has built-in support (what, in my opinion, looks very strange)
There is a custom "WSO2 ESB Message Store and Message Processor implementation for RabbitMQ" - https://github.com/Chilcano/wso2esb-rabbitmq-message-store
It can be used to configure/implement AMPQ 1.0 support

JMX Data Agent to support remoting-jmx protocol with WSO2 BAM

I was trying to monitor jboss EAP 6.0/jboss AS 7 MBeans in WS02 BAM 2.2.0 using JMX Data Agent. I followed the tutorial to expose JBOSS MBeans, remotely in jconsole.
In WSO2 BAM while adding JMX Server Profile, I enter the URL:
service:jmx:remoting-jmx://{host_name}:{port}]
It says protocol is not supported. I suspect protocol remoting-jmx is not supported, where as in previous case, I see rmi protocol was supported. How can I import Remote JBOSS AS 7 MBean to WSO2 BAM 2.2.0 ?

WSO2 Governance Registry with UDDI

I´m using WSO2 Governance Registry 4.5.1.
I want to use UDDI, I download the version WSO2 Governance Registry 4.5.1 and I followed de instruction here http://docs.wso2.org/wiki/display/Governance450/Support+for+UDDI but I get the next error:
[2012-12-06 17:11:13,635] INFO {org.wso2.carbon.core.deployment.DeploymentInter
ceptor} - Deploying Axis2 service: UDDIReplicationService {super-tenant}
[2012-12-06 17:11:16,220] **ERROR {org.wso2.carbon.registry.uddi.servlet.JUDDIRegi
stryServlet} - jUDDI registry could not be started.java.lang.ArrayIndexOutOfBou
ndsException: 0**
org.apache.commons.configuration.ConfigurationException: java.lang.ArrayIndexOut
OfBoundsException: 0
at org.apache.juddi.config.AppConfig.getPersistentConfiguration(AppConfig.java:122)
at org.apache.juddi.config.AppConfig.loadConfiguration(AppConfig.java:95)
at org.apache.juddi.config.AppConfig.<init>(AppConfig.java:62)
at org.apache.juddi.config.AppConfig.getInstance(AppConfig.java:183)
at org.apache.juddi.config.AppConfig.getConfiguration(AppConfig.java:205)
at org.apache.juddi.Registry.start(Registry.java:55)
at org.wso2.carbon.registry.uddi.servlet.JUDDIRegistryServlet.init(JUDDI
RegistryServlet.java:25)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.init(Se
rvletRegistration.java:64)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.registerServle
t(ProxyServlet.java:142)
at org.eclipse.equinox.http.servlet.internal.HttpServiceImpl.registerSer
vlet(HttpServiceImpl.java:59)
at org.wso2.carbon.registry.servlet.internal.RegistryAtomServiceComponen
t.registerJUDDIServlet(RegistryAtomServiceComponent.java:96)
at org.wso2.carbon.registry.servlet.internal.RegistryAtomServiceComponen
t.setJUDDIRegistryServlet(RegistryAtomServiceComponent.java:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Do I forget any step?
Any suggestion???
Thank you very much.
Please try using Governance Registry 4.5.3 instead. 4.5.1 version did have some limitations which is probably why you are seeing this. However, even in 4.5.3, there are a few known issues which would impact certain UDDI operations, but most of the UDDI functionality is working in 4.5.3.
Thanks,
Senaka.