wso2 ei 6.5.0 registry search is not working - wso2

I can't able to search registry files in wso2 ei 6.5.0 and it showing like "Your search did not match any resources" same is working in wso2 esb 4.8.1. Could you please some one give suggestion how to enable it.
]2

Registry search option is not working in EI 6.5.0
There is no way to enable it.

Related

WSO2 APIM vs WSO2 EI 6.6, 7.0 and DSS

Can somebody please explain, how WSO deploy its products?
First i got familiar with WSO EI 6.6. I could create a proxy service or use the DSS to make API alternative to entity framework in .net core services.
Then I found out that the superior product to WSO2 EI is WSO2 APIM - api manager.
WSO2 APIM has WSO2 IS included, so it is basically the single point for authentication and service proxying and so on.. However I have not seen there any option to make the DSS ??
WSO EI 7.0 is completly different to WSO EI 6.6 as far as i understand. WSO EI 7 is the name for 3 other products balerina integrator, microservice and streaming integrator. None of these services has the /carbon framework and all of them are just some apis for some custom editor. If this is true, why do they call it WSO EI 7?? Does that mean that the configuration of proxy services or access to database through res api is obsole and should not be used for new project?
So basically there is no way to have DSS in latests products?? Do I must use WSO EI 6.6 in order to use the DSS?
I have scratched my head at the naming and grouping of these products previously as well. From what I could figure, every now and then the groups change. As you have noticed rightfully, EI was the latest one to change. It indeed split into 3 entities. It is however still usable with code from EI 6.6. The Micro Integrator can be downloaded separately and used with all the code and CAR files made with 6.6. I have run a couple of them and found no problems thus far. It is basically the latest version but without the Carbon framework and frontend. One MI instance also runs just 1 CAR file but does so really fast.
As for your DSS needs I have no experience with that side of WSO2. I googled however and found that DSS can be downloaded right here as a standalone product. I hope that solves your last question.
The APIM is not superior to EI either, but functions in a different way. Since the older products were all based on Carbon as you mentioned before means there was a certain bit of overlap. IS for example can also be downloaded separately.
If I was to guess I would say they WSO2 will be trying to make all their services into Microservice versions in the upcoming years. This is just speculation btw.
If you want to dive more into the reasoning behind WSO EI 7.0 and why it was decided to work like that I would suggest this talk by the WSO2 director.

Missing classpath entry carbon.home.folder\bin\org.wso2.carbon.bootstrap-4.2.0.jar

I just tried to deploy my configurations to wso2 ESB inside eclipse and I got a following error message while deploying my CAR file to ESB. How can I fix it?
First, you should point to the correct path of your WSO2 ESB instance (where the main folder is located). You can click the Browse... button next to the CARBON_HOME field and locate it.
Also, for WSO2 ESB 5.0.0, the correct version for the server should be WSO2 Carbon 4.4 based server.
You need to download WSO2 ESB 5.0.0. Go to here. Select WSO2 ESB 5.0.0 and download server. Then browse this directory to Eclipse. If you can't go next, cancel the process, try again. It should work.

How to add features of wso2 Application Server in wso2 ESB?

Is there any way to install features of WSO2 Application Server in WSO2 ESB ?
I have read Similar Post on StackOverflow but still I am confused regarding the workaround required ...
Please follow this doc to install WSO2 Application Server features in ESB. This doc is for ESB 4.7.0
You can use the official doc as a guide. For the repository select the 'default repository'. Then select the 'Application Server' feature category and install it. Make sure to restart the ESB after installing.

WSO2 ESB Managing feature repository

I am trying to get available features from wso2 esb 4.5 from the repository http://dist.wso2.org/p2/carbon/releases/4.0.1/
I can see this repository by browing the URL in IExplorer with a proxy configurated. I have add the sample wrapper.conf file to wso2 esb/repository/conf with the following lines
wrapper.java.additional.10=-Dhttp.proxyHost=192.168.xx.xx
wrapper.java.additional.11=-Dhttp.proxyPort=8000
with no success.
Any help?
Wrapper mode has been removed since Carbon 4.0.0 which ESB 4.5 is based on. So this will not work.

WSO2 Carbon studio 1.0.14 does not support enrich fromregistry key

I made a sequence in the wso2 esb portal using an envolepe enrich mediator which source was a key from registry. When I moved this code to the eclipse carbon studio 1.0.14 it failed and the enrich mediator instruction got empty.
Is not it supported in this version? Is there a walkaround for this?
Carbon Studio 1.0.14 supports both ESB 3.0.1 and ESB 4.0.0. By default is it configured for ESB 3.0.1.
With ESB 3.0.1, there was no option to get the Enrich source from Registry. It was enabled in ESB 4.0.0. Therefore you need to configure Carbon Studio ESB editor for ESB 4.0.0.
You can do it with following steps.
Window -> Preferences
Expand Carbon Studio and Select ESB.
Select ESB 4.0.0 in the ESB Version drop down box and click on Apply and OK.
Close your Sequence editor and reopen the Sequence with ESB editor.
Then try to re-import the same configuration to Carbon Studio from source view.
Hope this helps!!
Thanks and Regards,
Harshana