On 8/28/07, Matthieu Riou <[EMAIL PROTECTED]> wrote: > > Actually I was thinking of > checking with the Eclipse BPEL guys if they would be interested by our > compiler, to add validation on the BPEL they generate.
Based on the static analysis rules listed here<http://www.eclipse.org/bpel/developers/validator/sa.php>, I'd say they have stronger validation than what we currently have. The biggest problem I see with our validation right now is that the compiler often ignores misplaced elements/attributes from the BPEL namespace. But having two validators is better than one, right? alex
