                        
                     !!!!!!!!!    UPDATE WARNING     !!!!!!!!!
The service descriptions validation rules have changed in version 1.0.6: the attribute 
issimple is now (from 1.0.5) used to display a parameter in the simple version of the submission form.
From v1.0.6 on, we add some rules of validation to prevent the publication of programs which have
mandatory parameters without default value nor precondition attached and do not have the issimple attribute.

1- What does this mean for me?
==============================

As a Mobyle server owner, you will have to update the service descriptions to
correct mandatory parameters which have no default value and no precondition attached.
You must add the attribute issimple="1" to the parameter element.
Otherwise, *invalid service description won't deploy successfully anymore*.

2- What can I do to check if I have any existing incompatible service description?
==================================================================================

mobvalid /path/to/xml/*.xml 

3- Questions
============

If you have some questions about this problem, feel free to post on 
the mobyle-users@pasteur.fr list, or to email us at mobyle-support@pasteur.fr

The Mobyle Team