Вы находитесь на странице: 1из 10

|

TIBCO Patterns Release Notes


Software Release 4.5.1 September 2011

Important Information
SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS SOLELY TO ENABLE THE FUNCTIONALITY (OR PROVIDE LIMITED ADD-ON FUNCTIONALITY) OF THE LICENSED TIBCO SOFTWARE. THE EMBEDDED OR BUNDLED SOFTWARE IS NOT LICENSED TO BE USED OR ACCESSED BY ANY OTHER TIBCO SOFTWARE OR FOR ANY OTHER PURPOSE. USE OF TIBCO SOFTWARE AND THIS DOCUMENT IS SUBJECT TO THE TERMS AND CONDITIONS OF A LICENSE AGREEMENT FOUND IN EITHER A SEPARATELY EXECUTED SOFTWARE LICENSE AGREEMENT, OR, IF THERE IS NO SUCH SEPARATE AGREEMENT, THE CLICKWRAP END USER LICENSE AGREEMENT WHICH IS DISPLAYED DURING DOWNLOAD OR INSTALLATION OF THE SOFTWARE (AND WHICH IS DUPLICATED IN LICENSE.PDF) OR IF THERE IS NO SUCH SOFTWARE LICENSE AGREEMENT OR CLICKWRAP END USER LICENSE AGREEMENT, THE LICENSE(S) LOCATED IN THE LICENSE FILE(S) OF THE SOFTWARE. USE OF THIS DOCUMENT IS SUBJECT TO THOSE TERMS AND CONDITIONS, AND YOUR USE HEREOF SHALL CONSTITUTE ACCEPTANCE OF AND AN AGREEMENT TO BE BOUND BY THE SAME. This document contains confidential information that is subject to U.S. and international copyright laws and treaties. No part of this document may be reproduced in any form without the written authorization of TIBCO Software Inc. TIB, TIBCO, TIBCO Adapter, Predictive Business, Information Bus, The Power of Now, TIBCO ActiveMatrix BusinessWorks, TIBCO BusinessEvents and TIBCO Patterns are either registered trademarks or trademarks of TIBCO Software Inc. in the United States and/or other countries. EJB, Java EE, J2EE, and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. All other product and company names and marks mentioned in this document are the property of their respective owners and are mentioned for identification purposes only. THIS SOFTWARE MAY BE AVAILABLE ON MULTIPLE OPERATING SYSTEMS. HOWEVER, NOT ALL OPERATING SYSTEM PLATFORMS FOR A SPECIFIC SOFTWARE VERSION ARE RELEASED AT THE SAME TIME. SEE THE README.TXT FILE FOR THE AVAILABILITY OF THIS SOFTWARE VERSION ON A SPECIFIC OPERATING SYSTEM PLATFORM. THIS DOCUMENT IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT. THIS DOCUMENT COULD INCLUDE TECHNICAL INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN; THESE CHANGES WILL BE INCORPORATED IN NEW EDITIONS OF THIS DOCUMENT. TIBCO SOFTWARE INC. MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE PRODUCT(S) AND/OR THE PROGRAM(S) DESCRIBED IN THIS DOCUMENT AT ANY TIME. THE CONTENTS OF THIS DOCUMENT MAY BE MODIFIED AND/OR QUALIFIED, DIRECTLY OR INDIRECTLY, BY OTHER DOCUMENTATION WHICH ACCOMPANIES THIS SOFTWARE, INCLUDING BUT NOT LIMITED TO ANY RELEASE NOTES AND "READ ME" FILES. This Product is covered by U.S. Patent Nos. 5,841,958, 5,978,797 and 7,107,263. Copyright 2000-2011 TIBCO Software Inc. ALL RIGHTS RESERVED. TIBCO Software Inc. Confidential Information

9 /1 4/1 1

Release Notes

Check the TIBCO Product Support web site at https://support.tibco.com for product information that was not available at release time. Entry to this site requires a username and password. If you do not have a username, you can request one. You must have a valid maintenance or support contract to use this site. The primary purpose of this release is to introduce the TIBCO BusinessEvents plug in module.

Topics
New Features, page 2 Changes in Functionality, page 3 Deprecated Features, page 4 Migration and Compatibility, page 6 Closed Issues, page 7 Known Issues, page 8

TIBCO Patterns Release Notes

9 /1 4/1 1
2

Release Notes

New Features
This section lists features added since the last major (x.0) release of this product.

Release 4.5
The following are new features in this release. TIBCO BusinessEvents plugin module. This allows easy integration of TIBCO Patterns
operations into the TIBCO BusinessEvents environment.

Release 4.4.3
The following are new features in Release 4.4.3. Java and .Net interfaces now support loading records direct from a server side file during initial table creation. The NetricsCSVRecSrc class has been moved from sample to the core interface. An absolute value operator is added to predicates. The Java and .Net interfaces can now create a thesaurus from a client side CSV file. A record update command is added to insert or replace a record in a single operation. A much more extensive command line tool is provided with the Java and .Net interfaces as sample code.

TIBCO Patterns Release Notes

9 /1 4/1 1
Release Notes | 3

Changes in Functionality
This section lists changes in functionality since the last major (x.0.0) release of this product.

Release 4.5
There are no changes in functionality in this release.

Release 4.4.3
The following are changes in functionality in this release. More flexible and consistent CSV file handling. The NetricsCSVRecSrc class has been improved and moved from sample to the core interface. Thesaurus list operations in the Java and .Net interfaces return more information. Table status information now includes the character map information. SORT filter now makes use of multiple threads to speed initial loads and fast load updates. Improvements to matching performance. Java interface provides support for non U.S. English locales. This is for those situations where the TIBCO Patterns server is running on a platform where the default locale is incompatible with the standard U.S. English locale (i.e. numbers do not use a period as the decimal point).

TIBCO Patterns Release Notes

9 /1 4/1 1
4

Release Notes

Deprecated Features
This section describes deprecated features (if any), and lists features, if relevant, that may be useful alternatives to the deprecated features. Any use of a deprecated feature should be discontinued as it may be removed in a future release. You should avoid becoming dependent on deprecated features and become familiar with the suggested alternative features. This section also lists features that are removed (if any).

Release 4.5
No features are deprecated in this release.

Release 4.4.3
The following features are deprecated in this release. In the Java and .Net interfaces several forms of the addRecsFromFile method have been deprecated. They are replaced with a new form of the method using the new NetricsRecFile object type.

TIBCO Patterns Release Notes

9 /1 4/1 1
Release Notes | 5

Migration and Compatibility


This section explains how to migrate from a previous release to this release. Note: Always use the correct release of the interfaces for the server you are running.

Release 4.5
There are no migration procedures or compatibility issues in this release.

Release 4.4.3
There are no migration procedures or compatibility issues in this release.

TIBCO Patterns Release Notes

9 /1 4/1 1
6

Release Notes

Closed Issues
The table in this section lists issues that were closed in the named releases. Closed in Release 4.5.1 Key Summary

In the Programmers Manual an example of a string predicate showed a non-existent BOOL operator. The Java interface was adding the grouping comma to integer values sent to the TIBCO Patterns server, causing the server to misread the value. When using fast load a duplicate key error was returned as an Internal Error. Thesaurus create operation was allowing empty term in thesaurus classes. Errors during some table operations could leave partial updates in place. Handling of DoMaxWork was inconsistent.

4.5.1

4.4.3

4.4.3

4.4.3

4.4.3

4.4.3

HTML special characters in the record data portion of returned HTML visualization strings were not getting entity encoded. Scoring of inexact thesaurus matches was not correct in all situations.

4.4.3
TIBCO Patterns Release Notes

9 /1 4/1 1
Release Notes | 7

4.4.3

Server was not properly cleaning up when shutting down.

4.4.3

Some minor memory leaks in error path processing were fixed.

4.4.3

For TIBCO Patterns - Search + Learn engine two memory leaks in processing model files and returned scores were fixed. In the .Net interface when using persistent sockets occasional hangs or slow response would occur. This has been corrected, persistent sockets is once again the default for the .Net interface. SORT filter could crash if loading zero records.

4.4.3

4.4.3

TIBCO Patterns Release Notes

9 /1 4/1 1
8

Release Notes

Known Issues
The table in this section lists known issues in this release. Key Summary/Workaround
Summary On Microsoft Windows platforms a control-Z character embedded

in a CSV file will cause the read of the file to terminate at the control-Z character..

Workaround Delete all control-Z characters from CSV files before loading them into the engine. Summary It is possible, but highly unlikely, for the server to crash or hang

during exit processing.

Workaround If the server hangs kill the process with kill -9 on UNIX

platforms or Task Manager on Windows platforms. Clean up any dump files produced. As the hang or crash occurs only when exiting after all commands are completed there is no harm in forcibly terminating the process.

TIBCO Patterns Release Notes

Вам также может понравиться