Decision table editor Release Notes

© Copyright International Business Machines Corporation 2006. All rights reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Release notes

1.0 Description
2.0 Limitations
3.0 Known problems and workarounds
   3.1 Decision table validation does not report errors for ! operator

1.0 Description

This release notes file contains late-breaking information about limitations and known problems and workarounds for the WebSphereR Integration Developer decision table editor.

2.0 Limitations

None

3.0 Known problems and workarounds

3.1 Decision table validation does not report errors for ! operator

In the decision table editor, if there is a condition term of type int, and a condition value expression such as "! 34", the condition value is not reported as a problem even though the ! operator is not supported.

If code is generated for a decision table containing such a condition value, then the generated JavaTM class will have compilation errors. So, expressions of the form "! <expression" should not be used as condition values in decision tables.