- 6
- 41 029
Mule Made Easy
Приєднався 12 сер 2018
Mule Made Easy is a hub of original content created by Jose Montoya and Joshua Erney centered around MuleSoft products and offerings. We hope to bring quality and accessible content using our experience with these products as professional integration engineers and help you become proficient in Mule.
The Mule 4 Validation Module
In this video, I go over the Mule 4 validation module. We discuss what validators are, how to use them, and some ways to leverage Mule 4's try/catch scope to get the most out of our validators.
You can find the source code on Github here: github.com/MuleMadeEasy/Mule-4-Validation-Module
Be sure to follow Mule Made Easy on Twitter to get all the latest content. You can follow Mule Made Easy on Twitter here: mulemadeeasy
You can find the source code on Github here: github.com/MuleMadeEasy/Mule-4-Validation-Module
Be sure to follow Mule Made Easy on Twitter to get all the latest content. You can follow Mule Made Easy on Twitter here: mulemadeeasy
Переглядів: 8 528
Відео
The Mule 4 Java Module (Part 2)
Переглядів 2,6 тис.6 років тому
This is Part 2 of a 2-part series where I discuss how to use the Java Module in Mule 4. Here, I go over the Invoke Static and Validate Type operations. The code can be found on GitHub here: github.com/MuleMadeEasy/Mule-4-Java-Module
Mule 4 Error Handling
Переглядів 15 тис.6 років тому
What you need to know about Error Handling in Mule 4 when compared to Mule 3. You can find the related code at github.com/MuleMadeEasy/Mule-4-Error-Handling
The Mule 4 Java Module (Part 1)
Переглядів 6 тис.6 років тому
This is Part 1 of a 2-part series where I discuss how to use the Java Module in Mule 4. In Part 1, I go over how to use the New and Invoke operations. Stay tuned for Part 2 where I go over the Invoke Static and Validate Type operations. The code can be found on GitHub here: github.com/MuleMadeEasy/Mule-4-Java-Module Maven Compiler Plugin - Compiler Arguments Example: maven.apache.org/plugins/ma...
The Mule 4 Error
Переглядів 4,4 тис.6 років тому
What you need to know about Mule 4's Error as a replacement to Mule 3's ExceptionPayload. You can find the related code at github.com/MuleMadeEasy/Mule-4-Error
The Mule 4 Message
Переглядів 4,8 тис.6 років тому
A video tutorial on the Mule 4 Message, and how it differs from the Mule 3 message.
Thanks for putting this video up. I was struggling with the arguments as I kept getting an error. Having the setter first worked perfect.
Great video! Please create a video for the best practice on Mule 4.
Wow, very nice tutorial. First time I am seeing someone who is not from India and talking about Mulesoft
Thanks Mule Made Esay!
Cool tutorial bro! Thanks!
Great video thanks!
How can we use ‘Is Not Empty’ of mule 3 validation in mule 4 , seems like we have only ‘Is Not Empty Collection ,
Great video! Thanx!
Very nice video. Thanks for your effort.
Great Video!
Nice Post...Request you to plz do sone videos on Maven configuration & Jenkins auto deployment...👍
Great content. Clean, simple and to the point.
Excellent explanation about error handling Unable to get the project in git hub link which you have shared in video description. Getting 404 error
It looks like you are using some Linux OS. How did you set up anypoint studio for it ?. When I run it on mint the artifacts don't load, like if I put http connector I cannot fill in the configuration.
when i add <java:new class="com.me.Person" constructor="Person()"/> i get error: org.xml.sax.SAXParseException; lineNumber: 18; columnNumber: 59; cvc-complex-type.2.4.a: Invalid content was found starting with element 'java:new'. One of '{"www.mulesoft.org/schema/mule/core":abstract-message-processor, "www.mulesoft.org/schema/mule/core":abstract-mixed-content-message-processor}' is expected. why?
Great Explanation. I am not sure , if there is some method to advertise your tutorials on UA-cam.
Hi Buddy , Kindly Upload more videos on Mule4
I got an error which said : CLASS NOT FOUND when I tried implementing invoke. Any idea what could be the possible reasons.
Please post some more videos on Mule 4 which are useful. The way of your explanation is extraordinary.
Great!! Videos..Hoping to get more in depth videos with respect Error Handling Mule-4
Great video! Thanx!
I love your video! Please add one explaining the Error Components (On Error Propagate and On Error Continue)
Github link pointing to 404
Great video, anticipating more videos on Mule 4
please keep them coming. Thank you so much.
Great stuff guys. Please do more interesting videos
Any idea on where I can get more details on how to call java code from external JAR files? Making the JAR file accessible from Mule seems to be my issue.
Try installing the jar using Maven, then including it in your POM. You should have access to it, then. maven.apache.org/guides/mini/guide-3rd-party-jars-local.html
This is really good. Can you please explain how to propagate the custom exception payload in case of SOAP Router?
Nice explanation
Thanks you so much for this and looking forward to see video on batching..
Hi, Can you please share a video about batch processing in Mule 4. It will help me a lot. Thanks in Advance.
Hi, I am new to MuleSoft when i am giving output expression like below i am getting an data sense error, can you please help #[output application/json --- {errorType:error.errorType, error:error.description}] Description Resource Path Location Type Scripting language error on expression '#[output application/json --- {errorType:error.errorType, error:error.descrip...'. Reason: Invalid input '#', expected using, if, ???, unless or not (line 1, column 1): . validations.xml /validations/src/main/mule Listener Message Flow Error
Hi Omkar. It's hard to tell without further info... I'd recommend asking on the MuleSoft forums or Stack Overflow
Can you guys pls share Batch processing in mule 4 with batch aggregator.
okay .. so I think if we change something in our mule configuration, the xml file instantly saves and deploys the changes to mule server... and since the java changes are in .java file so it requires redeploying .. is my understanding correct ?
Yes, that is correct. Java files need to be compiled and this does not happen automatically, you'd have to stop mule and restart it.
Hi..thanks for sharing these videos...these are really helpful. Though I am facing issues in Mule Customer Policy Project creation in Mule 4..could you please let me know how to create custom policy project in mule 4?
Thanks very much , nice tutorial . Is there anyway to validate the incoming and outgoing messsage with respect to the schema for that message ?
Nice explanation! A Question: In order to take advantage of that global error handler that you mention at the end, wouldn't you still need to be set it as a Default Error Handler for the application under Global Elements > Create > Configuration > General > Default Error Handler?
Good Explain and specially maven part for compile time parameters thank you will you please guide me in mule so i can make my career in it
Good demo !! I have a doubt, if you could please help me with that.. mule 4 message is immutable and yet we are able to change the payload and payload is part of mule message so how come mule 4 message be called immutable..??
Great question. In this case, the immutability of the mule 4 message is more of an implementation detail. As I'm sure you've noticed, you don't really need to think differently about how you modify parts of the mule message. But there is something quite different going on behind the scenes. If you tried to compare the identity of the original object with the one with a "changed" payload, you should see that the objects are actually different, and that a new mule message was created.
Yes, specifically the message is being recreated after every message transformer. You can see github.com/mulesoft/mule/blob/99568f55f6600272ac0bf1503c56fcfa0c46389c/core/src/main/java/org/mule/runtime/core/privileged/transformer/ExtendedTransformationService.java#L210
Hi..thanks for sharing these videos..I am facing one problem regarding the .jar creation of any project in mule 4. Could you please let me know how to create a .jar of a mule project with all it's dependencies? Thanks in advance
If you have Maven installed a simple `$ mvn clean package` on the command line from the root of the project will generate the jar for you. Also, exporting for Anypoint Studio 7 should do the same.
kind of sucks the -parameters things don't you think guys? seems like some dark magic compiler stuff, and mulesoft force us to use it as it was a common thing!
Easy enough to get around :)
so illustrative guys! definitely way to go!
Great job on parameters' naming hint! I kinda missed that one in the documentation. You might also want to mention that because of the new classloader in Mule 4 one needs to export package explicitly in mule-artifact.json. Otherwise the whole thing will blow out in your face with ClassNotFound exception. Which is also a problem should your class depend on some pre-compiled java module.
good and crystal clear explanation with demo...keep going .!!! Thanks for the video .!!!
Zoom in please. We can hardly see anything
Thanks for the feedback!
Nice tutorial. Awaiting for more information of mule 4 from you guys.....
it was a great video :) it would be great if u publish video on munit for mule4
Ah great idea, Amit! We'll certainly make that happen.
Good work, it was quite informative ..thanks
Thanks, Amit! Glad you enjoyed it.
Very easy & Nice explanation!!! Looking forward to more videos
Thanks VS! Any content you'd like us to go over in the future?
Great job guys! Looking forward to more 😀
Thanks Jason!