Activiti Integration with Mule - mule

When I try to run the activiti - mule integration example in Embedded mode, I am getting the below error -
org.mule.api.MuleRuntimeException: Could not find required org.mule.api.connector.ConnectorOperationLocator in the registry under key _muleConnectorMessageProcessorLocator
at org.mule.client.DefaultLocalMuleClient.getConnectorMessageProcessLocator(DefaultLocalMuleClient.java:61)
I could not find anything on this error. Does anyone have any idea? Also, is Enterprise edition of Mule required for remote mule activiti integration? I am using the community edition.
Thanks

Related

Sonarqube: differentiate enterprise vs community edition via api call

Our project has now both community edition & enterprise version of sonarqubes, since we are looking to maintain the same build pipeline, I need some way to distinguish between the sonarqube via api calls,
ie - api call the sonarhost, when it identifies this is enterprise use one set of build commands.
for community edition use another set. But I was unable to find an api that is common for both.
Enterprise has this api api/editions/show_license which can be used, but this api doesn't exists for the community version. have anyone faced this scenario? How was this handled?

Mule ESB open source for production

I am new to Mule ESB. We like to use Mule ESB as integration tool for our applications to integrate with vendor site. We have 2 questions.
1) mule ESB is completely open source tool for production and development environment ?
2) We have went through few sites and blogs and found below information. Can you please correct us if our understanding is incorrect.
a) Mule ESB community Edition - Free for production and non production. But could not find the link to download the Mule ESB software.
b) Mule ESB enterprise Edition - 30 day free trial version. Then monthly subscription amount will be decided by Mule (silver,Gold,Platinum)
Thanks in advance!
Mule has two versions: Community and Enterprise. Community version has CPAL license which allows you to run Mule in production, gives you access to the code and make code changes if you need. Enterprise version has a commmercial license, you can find more information here.
Here is the link for downloading Mule Community Edition: https://developer.mulesoft.com/download-mule-esb-runtime
Yes Mule community edition is free for production and non-production and can be downloaded from here, the licensing is tricky with Mule and it would be best to read through it completely.
If you are considering with enterprise edition do get in touch with MuleSoft they will be able to help you out.
Also look out for other options like Spring Integration and Apache Camel if you are looking at low cost options ...
Mule has two versions: Community and Enterprise. Community version allows you to run Mule in production, gives you access to the code and make changes in code. Enterprise version has a commmercial license, wecan find more information here. chk this link
https://developer.mulesoft.com/download-mule-esb-runtime

IBM Mobilefirst server configuration tool without GUI

I'm trying to install IBM Mobilefirst 7.0 server on production Ubuntu server in Amazon. The server has no GUI. I installed Websphere Application Server and IBM Mobilefirst server using silent installation of IBM Installation Manager and response file created on server with GUI. But now I'm stuck at a point where I have to configure MobileFirst server using server configuration tool. But I'm not able to find out how to do this without GUI since server configuration tool is GUI based. Any pointers or help would be highly appreciated!
You can use ant tasks to proceed with the configuration without the GUI.
Detailed steps for this can be found in the link below.
http://www-01.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.deploy.doc/devref/t_transporting_apps_and_adapters.html
What I was asking for is way to implement MobileFirst Server administration without using GUI as given in step number 6 in this link: http://www-01.ibm.com/support/knowledgecenter/#!/SSHSCD_6.3.0/com.ibm.worklight.installconfig.doc/install_config/t_ov_server_install.html. Since the server I was working on does not have a GUI, I was stuck at step 6. But I found the way out now and for someone who is looking for this, the way to do is using ant scripts. Steps are listed at this link : http://www-01.ibm.com/support/knowledgecenter/#!/SSHS8R_7.0.0/com.ibm.worklight.installconfig.doc/devref/t_ant_tasks_configure_dbs_wlconsole.html

Mule ESB CE and web application

How to make my mule application as an web application which i can visualize on my browser, so that the user can view the progress of each spot that means how to model my application. I'm using mule 3.5.0 CE.
Thank you in advance.
You can create web application and deploy it on Mule using jetty server.
Please have a look in it's documentation you will get plenty of example in net of accessing web application in Mule :- http://www.mulesoft.org/documentation/display/current/Jetty+Transport+Reference
and Can Mule run a JavaEE web-application? and
Configured jetty server in mule esb
Also since you are using Mule 3.5.0 CE you need to use Jetty 8 as given here :- Jetty in Mule only works in earlier version of Studio

Is MMC only for Enterprise MuleESB?

By reading this:
"The Mule ESB management console centralizes management for all your Mule Enterprise Edition deployments, both the standalone variety and those embedded in application servers." source
one can infer that MMC is not for Community ESB. Is that correct?
Your assumption is correct. In fact MMC communicate with the Mule ESB server through an agent that is available only for the enterprise version.