
All Modeler patches are cumulative. All previous patches to this version of the Modeler are rolled up and 
included in this patch. The history below shows summary of all fixes addressed by this and previous patches.

This cumulative patch may also conatin patches for extension jars.  Extension jar patches should be added 
to connector binding classpathes as necessary (i.e. extensionjar:jdbcconn_PATCH.jar;extensionjar:jdbcconn.jar).

Installed Patch: ed503_071113_0026.zip

Case      Summary
=====     ====================================================================================
5436      04/09/2007 Added ability to import Model NameInSource to GenericImporter.
5554      4/11/2007 Resolve issue with Relationship not importing correctly from text file.
5587      4/18/2007 Resolve issue with ERwin import wizard allowing invalid model names
5546      4/19/2007 Resolves problem with validation of transformations containing Lookup functions.  Resolves issue of target group attributes incorrectly updating when transformations contain procedures
5602      4/26/2007 Resolves problem with datatype models incorrectly generated from Erwin import
5588      04/28/2007 Fix NPE issue when passing null into certain types of procedures
5627      05/02/2007 Fixes several issues with WebService Operation Editor
5413      05/04/2007 Fix for Query predicates with Lookup function not being pushed to source
5469      05/11/2007 Added the ability for MMDataSource to support connection-time fail-over through the use of setAlternateServers() and getAlternateServer().  The methods take and return a string of comma delimited servers with an optional :port for each server.  If :port is not specified the portNumber set on the MMDataSource is used.  For example: 

       setServerName(“mymmserver”);
       setPortNumber(31000);
       setAlternateServers(“mymmserver:31001,mymmserver2:31000,mymmserver2:31001”);
       
       This would allow connections to be attempted mymmserver:31000, mymmserver:31001, mymmserver2:31000, and mymmserver2:31001.  Because portNumber has been set to 31000, the following would be the same:

       setServerName(“mymmserver”);
       setPortNumber(31000);
       setAlternateServers(“mymmserver:31001,mymmserver2,mymmserver2:31001”);
       
       Note that :31000 was omitted from the setAlternateServers() method.
    
4473      05/18/2007 Fixes date conversion problem in text connector.
5683      05/23/2007 Fixes issue with creation of XML document model from schema.
5717      05/31/2007 Resolves issue with VDB importer not setting entity descriptions
5798      07/12/2007 Fixes problem of Select SQL getting incorrectly modified on Update modification
5797      07/13/2007 Fixes problem with ServiceName being ignored for XA connectors
6004      09/24/2007 Added workspace validation rule to detect recursive procedures.
6131      11/13/2007 Fixes issue with update from excel source
