SINTEF-9012 / cloudml

CloudML: Transparent deployment of cloud applications
GNU Lesser General Public License v3.0
27 stars 8 forks source link

Deployment validation detects false issues #23

Closed fchauvel closed 9 years ago

fchauvel commented 9 years ago

The SensApp example raises the following error:

java.lang.IllegalArgumentException: Invalid model: Warning: Internal component 'SensApp::JettySC' has no port (neither required or provided) 
 => No given advice

Which is not an error, as a Jetty servlet container does not provide services in addition of being an execution platform.

fchauvel commented 9 years ago

Adding a test case case to secure the validation of the examples.