In trying to complete the exercise for Week 5 from the 'Consuming RESTful web services' video I am not able to successfully run the Mule Debugger. I click 'Debug project apdev-flights-ws' and the Console shows that my application deploys properly but the Mule Debugger continues to show a status of not running. Further, I never receive a prompt to change perspective into the debug mode.
An error exclamation point icon is showing on the 'apdev-flights-ws' app, and when I look into the 'Problems' tab it is showing that two warnings exist in the student Java files. I am assuming this is why the mule debugger is not running even though the application deploys fine. Please see the attachment for the Java errors.
Is there a new Java file available or is there a way to fix the issue in the Java file itself?
I'm getting the same issue, and in the Console tab, I see the following error:
+ Failed to deploy artifact 'apdev-flights-ws', see below +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
org.mule.module.launcher.DeploymentInitException: SAXParseException: cvc-datatype-valid.1.2.3: '$(http.port)' is not a valid value of union type 'substitutableInt'.
......