Advanced topics and guidelines

Version 1 by Christophe Hamerling
on Aug 23, 2010 16:38.

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (7)

View Page History
CDK parameters of a service-unit are processed by the CDK and not directly by your component implementation.

TODO:


h2. WSDL interfaces and the CDK

{tip}
*Log guideline 3*
Do not use the severe() method in a component.
Use the severe() method only for events that should not have happened or for critical things.
{tip}

This log method means an error occurred.
When an error occurs, an error should be set on the exchange, and not be logged as an error. However, you can use debug() to let a trace. And only debug, since the error is already set.
When an error occurs, an error should also be set on the exchange, and not just be logged as an error.

\\