wso2esb

WSO2 : API Manager 1.6.0 on WSO2ESB 4.8.1

时间秒杀一切 提交于 2019-12-25 03:04:34
问题 Is it possible to install API Manager 1.6.0 Feature on wso2esb 4.8.1 .I tried to install using Feature Management,but it is showing dependency problem.. While trying to install using feature management,i am getting the below error Your original install request has been modified. org.wso2.carbon.registry.core.server.feature.group-4.2.1 is already present because other installed software requires it. It will be added to the installed software list. org.wso2.carbon.security.mgt.feature.group-4.2

Combine WSO2 ESB with WSO2 IS

家住魔仙堡 提交于 2019-12-25 02:53:31
问题 I'm considering using the functions of WSO2 IS. However, I already have WSO2 ESB deployed in a production environment, so I'd prefer to add IS features to the already existent ESB environment. I was able to start with the IS 4.1.0 bundle, add the Carbon 4.0.5 P2 repository (ESB 4.6.0 is built upon that version of Carbon) and install ESB 4.6.0 features, but I cannot seem to be able to do the opposite, since as far as I can tell WSO2 IS is based on Carbon 4.0.6, but there's no P2 repo for it.

WSO2ESB has Bug According to this Configuration

别等时光非礼了梦想. 提交于 2019-12-25 02:50:14
问题 i am using 4.6.0 WSO2ESB as per my configuration its working some scenarios but giving unkonow faults is it a fulfilled tool. i tried in many ways this below scenarios is i am passing wrong value which primary key dependant but WSO2 esb unable to handle this even i tried all the properties .if any one knows about WSO2 enough well help me i am struck past too many days about this small issue my insertion is working but if any primary key violation error is thier in WSO2DSS ESb unable to send

How Event stream Works in wso2cep3.0.0

社会主义新天地 提交于 2019-12-25 02:13:49
问题 I am working with wso2cep3.0.0, My input source and out put source is JMs.I written my Input event adapter and output event adapter like this Input adapter is <?xml version="1.0" encoding="UTF-8"?> <inputEventAdaptor name="jmsProxy" statistics="disable" trace="enable" type="jms" xmlns="http://wso2.org/carbon/eventadaptormanager"> <property name="java.naming.provider.url">tcp://localhost:61616</property> <property name="transport.jms.SubscriptionDurable">false</property> <property name=

WSO2 Error - Exception encountered but no fault handler found - message dropped

会有一股神秘感。 提交于 2019-12-25 01:59:43
问题 I am getting the above error,Below is my configuration I configured a proxy service and i want to use Filter Mediator to check some conditon (JSON format i passed through request) and need to call another back end service Here is my configuration <?xml version="1.0" encoding="UTF-8"?><proxy xmlns="http://ws.apache.org/ns/synapse" name="SampleProxy" transports="https,http" statistics="disable" trace="disable" startOnLoad="true"> <target> <inSequence> <payloadFactory media-type="json"> <format>

Invoking DataService from wso2 ESB with secure port

别来无恙 提交于 2019-12-24 20:26:08
问题 I just want to invoke a secure DataService endpoint from wso2 ESB and I couldn't find the right and straight forward solution. I have seen this and this but no success! I define my endpoint in ESB as folows: WSDL Endpoint: WSDL URI: http://[myIP]:7763/services/PostPaidProviders?wsdl Service: PostPaidProviders Port: SecureSOAP11Endpoint FYI, if I change my Port to 'SOAP11Endpoint' my proxy service on ESB works properly. Thanks 回答1: I've imported my WSO2-DSS's certificate to my ESB keystore

WAITING threads issue in wso2esb

 ̄綄美尐妖づ 提交于 2019-12-24 19:23:49
问题 Hi am working on wso2esb and using Active MQ for message queues. After around 3 weeks of usage ESB server was hanging and with the help of JMX monitoring of ESB i found that they are a huge number of java threads are in WAITING state. [EsbMonitoring] ***************** java Threads Attributes ********************* [EsbMonitoring] ThreadCount :8873 [EsbMonitoring] DaemonThreadCount :104 [EsbMonitoring] PeakThreadCount :8992 [EsbMonitoring] TotalStartedThreadCount :16086123 Initially when we

Accessing WSO2 ESB proxy in java program

左心房为你撑大大i 提交于 2019-12-24 16:33:16
问题 I have configured one wsdl proxy for external wsdl in WSO2 esb. Its successfully created proxy. While creating proxy, I have not selected Publish Same Service Contract check box. If we are consuming external web services, is it mandatory to check? When I click on try it, it is not showing operations which are available in wsdl. If at all the above issues gets solved, we need to access the proxy from our java project. How can we access WSO2 ESB proxy in our java program? Thanks in advance.

Howto extract data from the JSON body of REST request inside a WSO2 ESB Synapse handler

谁都会走 提交于 2019-12-24 16:31:05
问题 I'm writing a custom Handler for WSO2 ESB to construct authentication credentials based on input request content. Right now what I have is something like this: public boolean handleRequest(MessageContext context) { // TODO: extract relevant information (clientId) from JSON request body String clientId; Map<String, String> headers = (Map<String, String>) ((Axis2MessageContext) context).getAxis2MessageContext().getProperty( org.apache.axis2.context.MessageContext.TRANSPORT_HEADERS);

How to encrypt LDAP UserStore password in usr-mgt.xml in WSO2?

北城以北 提交于 2019-12-24 15:39:32
问题 I am trying to encrypt the UserStore connection password in WSO2 Identity Server (usr-mgt.xml) using ciphertool.bat ( using WSO2 version 5.0.0). I have a jks file with same password for key and keystorepassword . In ciphertool.properties , modified following line as: UserStoreManager.Property.ConnectionPassword=repository/conf/user-mgt.xml I generated a encrypted password by using ciphertool.bat -DConfigure command and I updated ciphertext.properties file as: UserStoreManager.Property