Mule ESB CE and web application - mule

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

Related

Version of mule runtime doesn't appear on Runtime Manager

I just finished the deployment of a mule entreprise standalone server on a VM, added the server to the Runtime Manager, then proceeded to add the mule applications into the server.
The problem i'm having is that the version of the app doesn't appear on runtime manager.
You can see here what the problem actually is, the app deployed on Cloudhub shows it's runtime version but the one deployed on the server doesn't .
Is this a known problem, does it have a fix or not ?

Activiti Integration with 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

Updating Mule mmc 3.5.2 agent?

I am updating Mule ESB, MMC to 3.5.2 from 3.3.2
I could access Server, flow information of apps deployed in mule esb except Agent App using MMC Rest API http://www.mulesoft.org/documentation/display/current/REST+API+Reference (e.g. /mmc/api/servers and /mmc/api/servers/local$70951c37-4d9a-4eb8-96f6-b358433a85a6/flows).
In this API I could access all the apps deployed in mule ESB except MMC Agent App.What configuration I need to deploy mmc agent as mule app. I have downloaded mule esb enterprise version in which mule mmc and Agent comes. so its not license issue.
What are detailed steps to migrate to Mule ESB, MMC 3.5.2?
PFA.
MMC 3.5.x agent is not a Mule application anymore, it's bundled with Mule ESB EE, so you won't find it when listing applications.

Using Mule Studio to create a pattern based project

I would like to use Mule Studio to create a simple mule configuration based on the Web Service Proxy pattern:
http://www.mulesoft.org/documentation/display/current/Web+Service+Proxy+Pattern
I could not find graphical components in Mule Studio for this. Is it correct to assume that mule configuration patterns are not directly supported by the Mule Studio graphical editor, - and would i need to make a mule-config.xml instead of a mflow-file?
If so, what would be the best practice for working in Mule Studio with services that require pure mule-config.cml instead of mflow?
Mule Studio does not support (yet) all the possible xml configuration supported by Mule.
When it comes to Patterns you should switch to the xml view and add your configuration there.

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.