JBESB-RN-
Legal Notices
The information contained in this documentation is subject to change without notice.
JBoss Inc. makes no warranty of any kind with regard to this material, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. JBoss Inc. shall not be liable for errors contained herein or for incidental or consequential damages in connection with the furnishing, performance, or use of this material.
Java™ and J2EE is a U.S. trademark of Sun Microsystems, Inc. Microsoft® and Windows NT® are registered trademarks of Microsoft Corporation. Oracle® is a registered U.S. trademark and Oracle9™, Oracle9 Server™ Oracle9 Enterprise Edition™ are trademarks of Oracle Corporation. Unix is used here as a generic term covering all versions of the UNIX® operating system. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company Limited.
Copyright
JBoss, Home of Professional Open Source Copyright 2006, JBoss Inc., and individual contributors as indicated by the @authors tag. All rights reserved.
See the copyright.txt in the distribution for a full listing of individual contributors. This copyrighted material is made available to anyone wishing to use, modify, copy, or redistribute it subject to the terms and conditions of the GNU General Public License, v. 2.0. This program is distributed in the hope that it will be useful, but WITHOUT A WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details. You should have received a copy of the GNU General Public License, v. 2.0 along with this distribution; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Software Version
JBoss ESB 4.0 GA RC1
Restricted Rights Legend
Use, duplication, or disclosure is subject to restrictions as set forth in contract subdivision (c)(1)(ii) of the Rights in Technical Data and Computer Software clause 52.227-FAR14.
©
Copyright
Contents
Table of Contents
Contents iv
About This Guide 5
What This Guide Contains 5
Audience 5
Prerequisites 5
Organization 5
Documentation Conventions 5
Additional Documentation 6
Contacting Us 6
Release Notes 8
Enhancements 8
Fixed Issues 8
Known Issues 8
About This Guide
The Release Notes contains contain important information on changes to JBoss ESB 4.0 GA RC1 since the last release and information on any outstanding issues.
This guide is most relevant to engineers who are responsible for administering JBoss ESB 4.0 GA RC1 installations.
None.
This guide contains the following chapters:
Chapter 1, Release Notes: this chapter contains the release notes.
The following conventions are used in this guide:
Convention |
Description |
Italic |
In paragraph text, italic identifies the titles of documents that are being referenced. When used in conjunction with the Code text described below, italics identify a variable that should be replaced by the user with an actual value. |
Bold |
Emphasizes items of particular importance. |
Code |
Text that represents programming code. |
Function | Function |
A path to a function or dialog box within an interface. For example, “Select File | Open.” indicates that you should select the Open function from the File menu. |
( ) and | |
Parentheses enclose optional items in command syntax. The vertical bar separates syntax items in a list of choices. For example, any of the following three items can be entered in this syntax: persistPolicy (Never | OnTimer | OnUpdate | NoMoreOftenThan) |
Note: |
A note highlights important supplemental information. A caution highlights procedures or information that is necessary to avoid damage to equipment, damage to software, loss of data, or invalid test results. |
Table 1 Formatting Conventions
In addition to this guide, the following guides are available in the JBoss ESB 4.0 GA RC1 documentation set:
JBoss ESB 4.0 GA RC1 Trailblazer Guide: Provides guidance for using the trailblazer example.
JBoss ESB 4.0 GA RC1 Getting Started Guide: Provides a quick start reference to configuring and using the ESB.
JBoss ESB 4.0 GA RC1 Configuring Hypersonic Guide: This is necessary for setting up the Hypersonic database if you want to use it within the trailblazer.
Questions or comments about JBoss ESB 4.0 GA RC1 should be directed to our support team.
Chapter 1
Release Notes
The following enhancements have been made to the GA version of ArjunaCore since the last early access release:
There have been significant changes to the architecture of JBossESB since the Beta release. You should consult the Programmers Guide for more information.
JBossESB now supports a Transformation Service, a Message Storage Service, a Content Based Routing Service and a Registry Service. Full details of these individual services can be found in the Programmers Guide or the respective services' guides.
The trailblazer has been updated to illustrate the new features in JBossESB.
A number of other examples have been added to show the individual capabilities within JBossESB more clearly.
Because this is the first GA release of JBossESB and there have been significant changes between this release and the previous Beta release, all outstanding issues have been fixed or no long apply.
The following issues are known and within JIRA:
Socket listeners might introduce a port conflict when reinstantiated during parameter reload. http://jira.jboss.com/jira/browse/JBESB-157
Listeners may fail after a lengthy period of inactivity. http://jira.jboss.com/jira/browse/JBESB-250
There is an issue with the Registry which means that all service-category names and service names must be unique for registered services.
JBESB-RN-