Release Notes

Red Hat JBoss Fuse

What's new in Red Hat JBoss Fuse

Red Hat

Version 6.2.1
21 Sep 2017

Abstract

These notes provide an overview of the changes between each release of Red Hat JBoss Fuse.

Chapter 1. What's New

Abstract

This section describes the main features and changes in version 6.2.1.

1.1. New Features

With the release of JBoss Fuse 6.2.1, you can now choose freely between two alternative container technologies: JEE (JBoss EAP), or OSGi (Apache Karaf). Both container types now offer a very similar technology stack (SwitchYard, Apache Camel, Apache CXF, and so on), so you can choose your preferred container type without limiting your options.
The main features in version 6.2.1 are:

1.2. Technology Preview Features

This release of JBoss Fuse does not introduce any new technology preview features.
Note
For details on what technical preview means, see https://access.redhat.com/support/offerings/techpreview/.

1.3. Important Notes

Increased JAVA_MAX_MEM requirement

In JBoss Fuse 6.2.1, the recommended value for the maximum memory allocated to the JVM of the Apache Karaf container is 1024 MB. This value is specified in the InstallDir/bin/setenv file (or InstallDir\bin\setenv.bat on Windows O/S) in an Apache Karaf container installation.
For example, the default settings for the Apache Karaf JVM in the 6.2.1 distribution are now:
#
# The following section shows the possible configuration options for the default
# karaf scripts
#
JAVA_MIN_MEM=512M # Minimum memory for the JVM
JAVA_MAX_MEM=1024M # Maximum memory for the JVM
JAVA_PERM_MEM=128M # Minimum perm memory for the JVM
JAVA_MAX_PERM_MEM=256M # Maximum memory for the JVM
...

Migration from Apache OpenJPA to Hibernate

Since JBoss Fuse 6.2.0, the Content from hibernate.org is not included.Hibernate libraries have been shipped with JBoss Fuse. If you use the Java Persisence Architecture (JPA) in your applications, it is recommended that you migrate away from OpenJPA and adopt the Hibernate JPA implementation instead. Red Hat can offer better support on the Hibernate JPA implementation. Apache OpenJPA is now deprecated and support for OpenJPA is likely to be discontinued in a future release.

Chapter 2. Deprecated and Removed Features

bin/deletefabric8 script is deprecated

The bin/deletefabric8 script is deprecated and will be removed in a future release.

bin/patch script is deprecated

The bin/patch script (bin\patch.bat on Windows O/S) is deprecated and will be removed in a future release.

BPEL is deprecated

BPEL (based on the Content from riftsaw.jboss.org is not included.Riftsaw project) is no longer being actively developed and will be removed from a future release of JBoss Fuse. If you are currently using BPEL, it is recommended that you consider migrating to the Red Hat JBoss BPM Suite (which is supported through the JBoss Fuse Integration Package).

S-RAMP is deprecated

The SOA Repository Artifact Model and Protocol (S-RAMP) component is deprecated in 6.2.1 and will be removed from a future release.

Design Time Governance is deprecated

The Design Time Governance component is deprecated in 6.2.1 and not included with the product.

Apache OpenJPA is deprecated

The Content from openjpa.apache.org is not included.Apache OpenJPA implementation of the Java Persistence API (JPA) is deprecated in 6.2.1. It is recommended that you use the Content from hibernate.org is not included.Hibernate implementation instead.

Spring Dynamic Modules (Spring-DM) is deprecated

Spring-DM (which integrates Spring XML with the OSGi service layer) is deprecated in 6.2.1 and you should use the Blueprint framework instead. Using Blueprint does not prevent you from using the Java libraries from the Spring framework: the latest version of Spring is compatible with Blueprint.

Chapter 3. Unsupported Features

Apache Aries Blueprint Web module is unsupported

The Apache Aries Content from aries.apache.org is not included.Blueprint Web module is not supported in JBoss Fuse. The presence of an example featuring Blueprint Web in the community edition of Apache Camel (provided in extras/apache-camel-2.15.1.redhat-621084.zip) does not imply that this feature is supported in JBoss Fuse.

Chapter 4. Known Issues

4.1. List of Known Issues

The following list describes known issues in version 6.2.1:
[Content from issues.jboss.org is not included.ENTESB-6079] The domain-camel.xml in Fuse on EAP doesn't work OOTB
The domain-camel.xml domain configuration file in Fuse on EAP does not work at the earlier patch levels of JBoss EAP 6.4. You need to use JBoss EAP 6.4.7 or later for this configuration file to work.
[Content from issues.jboss.org is not included.ENTESB-4497] Changes in org.ops4j.pax.logging.cfg do not propagate to newer version
After upgrading JBoss Fuse 6.2.0 to version 6.2.1 using the new patching mechanism, it is likely that you will lose any custom configuration changes to the org.ops4j.pax.logging.cfg file. After upgrading the container, edit the etc/org.ops4j.pax.logging.cfg file to re-apply your custom logging configuration.
[Content from issues.jboss.org is not included.ENTESB-3982] If changing the BPEL data source, you may need to restart EAP
If you install a new data source for BPEL in JBoss EAP, it might be necessary to restart the JBoss EAP container—instead of simply executing :reload—in order for the data source to be recognized.
[Content from issues.jboss.org is not included.ENTESB-4408] Patching functionality in Fuse Management Console (Hawtio) temporarily disabled
The patching functionality in the Fuse Management Console (Hawtio) has been temporarily disabled for this release. This is because the Hawtio UI has not been updated to use the new patching mechanism. To install Fabric patches, use the Karaf console instead. This issue will be fixed in a future release.
[Content from issues.jboss.org is not included.ENTMQ-1323] Must not enable restartAllowed option on the Apache ActiveMQ broker
In the context of a master/slave configuration of an Apache ActiveMQ broker cluster, you must not enable the restartAllowed option (for example, by setting restartAllowed=true). When this option is enabled, it can cause a broker restart to fail.
[Content from issues.jboss.org is not included.ENTESB-4105] Demos from the Apache Camel and Apache CXF distributions in the extras subdirectory are not supported
The extras/ directory of your JBoss Fuse installation contains the following distributions of Apache components:
  • apache-camel-2.15.1.redhat-621084.zip
  • apache-cxf-3.0.4.redhat-621084.zip
Included in both of these archives are numerous examples, which have been taken from the community distribution of these components. These examples are not supported in JBoss Fuse.
[This content is not included.Bug 1181457] Second security vault warning is displayed even if only one vault definition is present in the server configuration
JBoss Fuse 6.2.1 uses EAP 6.4, which is known to produce the following error message:
PBOX000378: Attempt to create the second Security Vault [org.picketbox.plugins.vault.PicketBoxSecurityVault] is invalid.
This message can be suppressed by following the instructions provided in https://access.redhat.com/solutions/1461133.
[Content from issues.jboss.org is not included.ENTESB-4291] Conflict in saxon implementations (switchyard-bpel, camel-saxon)
There is a conflict in Saxon implementations when the following Karaf features are deployed together :
  • switchyard-bpel
  • camel-saxon
After a restart of the Apache Karaf container, however, the dependencies are sometimes resolved correctly.
[Content from issues.jboss.org is not included.ENTESB-4248] ./bin/fuse script now creates two processes
There is a change in behaviour of the ./bin/fuse script since version 6.2.1. This script now creates two processes (where previously there was just one process). There is now a parent process ./bin/karaf, which executes the Karaf console; and a child process, which executes the Karaf server in a JVM.
[Content from issues.jboss.org is not included.ENTESB-3938] JBoss Fuse 6.2.1 takes a long time to start up on OpenStack
When a JBoss Fuse 6.2.1 container is deployed on RHEL Openstack Platform, it can take a long time (several minutes) for the container to start up. A workaround is to add the following option to the JVM that starts the container (for example, by setting the JAVA_OPTS environment variable):
-Djava.security.egd=file:/dev/./urandom
The extra dot in the pathname, as in /./, is required.
Note
The effect of the workaround is to replace the default /dev/random by /dev/urandom. The alternative is faster, but less random than /dev/random. This has an impact on any security packages that depend on this device to generate entropy and random numbers.
[Content from issues.jboss.org is not included.ENTESB-4390] Some quickstarts using SAAJ API fail on IBM JAVA
When using the Apache Karaf container with IBM Java version 1.7.0, the following quickstarts can fail:
  • bean-service
  • soap-attachment
With the following error:
java.lang.IllegalAccessError: Class com/sun/org/apache/xerces/internal/dom/ElementImpl illegally accessing "package private" member of class com/sun/org/apache/xerces/internal/dom/CoreDocumentImpl
    at com.sun.org.apache.xerces.internal.dom.ElementImpl.synchronizeData(ElementImpl.java:1159)
    ...
This appears to be a problem with the IBM JDK. You can work around the problem as follows:
  1. Remove saaj-api from endorsed libraries:
    rm lib/endorsed/org.apache.servicemix.specs.saaj-api-1.3-2.5.0.jar
  2. Before invoking the ./bin/fuse script:, set the JAVA_OPTS environment variable as follows:
    JAVA_OPTS=-Xshareclasses:none
[Content from issues.jboss.org is not included.AESH-324] Don't require special chars within arguments to be escaped
The S-RAMP query language currently requires you to escape special characters in a function argument. For example, in the following query you must escape the single quotes around 'submit.*' using the backslash character:
/s-ramp/wsdl/Operation[xp2:matches(@name,\'submit.*\')]
[Content from issues.jboss.org is not included.ENTESB-3980] ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
After a clean installation of S-RAMP to to JBoss EAP 6.4.0 with a PostgreSQL database and after first navigation to the Artifacts | Dashboard page, the following exception is thrown.
...
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "pg_type_typname_nsp_index"
  Detail: Key (typname, typnamespace)=(artificerartifact, 136381) already exists.
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2198)
...
This error has no effect on the S-RAMP functionality, however, and can safely be ignored.
[Content from issues.jboss.org is not included.FABRIC-963] Cannot create a fabric on a Windows 7 operating system with Java 7
To connect to the ZooKeeper server, you must change the connectivity type from IPv6 to IPv4. For the detailed solution, see the following Customer Portal article: Cannot create fabric in JBoss Fuse 6.1 Beta on Windows 7
[Content from issues.jboss.org is not included.ENTESB-2443] Google Mail API - Sending of messages and drafts is not synchronous
When you send a message or draft, the response contains a Message object with an ID. It may not be possible to immediately get this message via another call to the API. You may have to wait and retry the call.
[Content from issues.jboss.org is not included.ENTESB-2458] Google Mail Component - Import of message throws sometimes SocketTimeoutException
Importing a message may throw a java.net.SocketTimeoutException if the send operation was called before. Workaround: After a send call wait for few moments before calling import.
[Content from issues.jboss.org is not included.ENTESB-2365] Google Drive API bug - Response of permission insert operation mostly does not contain emailAddress property
Response of permission insert operation sometimes does not return emailAddress property even if the value of request property type was set to user. Nevertheless the permission is successfully inserted.
[Content from issues.jboss.org is not included.ENTESB-2332] Google Drive API JSON reponse for changes returns bad count of items for the first page
Google Drive API JSON reponse for changes returns bad count of items for the first page. Setting maxResults for a list operation may not return all the results in the first page. You may have to go through several pages to get the complete list (that is by setting pageToken on new requests).
Configuring a CXF endpoint to only support a specific version of TLS/SSL
Configuring for a specific version of TLS is possible from Red Hat JBoss Fuse 6.1 rollup 2 onwards. Earlier versions of JBoss Fuse do not allow to explicitly configure a specific TLS/SSL version to be used by the CXF server. For the detailed solution, see the following Customer Portal article: https://access.redhat.com/solutions/1314403
[Content from issues.jboss.org is not included.ENTESB-3192] Client session is dropped after fabric:create
The Client session is dropped after fabric:create is run. The workaround is to reconnect to the karaf console after fabric is created.
[Content from issues.jboss.org is not included.ENTESB-3039] [HTTP Gateway] apis mapping rules don't work right after deployment
If the zooKeeperPath property in the io.fabric8.gateway.http.mapping-apis.properties is changed, a gateway node restart will be required.
[Content from issues.jboss.org is not included.ENTESB-2929] can't install features camel-avro camel-hbase camel-hdfs2
camel-avro, camel-hbase, camel-hdfs2 are not supported on Solaris / AIX. The camel-hdfs2 feature can only run if you have libsnappyjava.dylib in java.library.path. You must manually setup libsnappyjava.dylib in Red Hat JBoss Fuse before installing these features.
JBossFuse:karaf@root> features:info camel-hdfs2
		Description of camel-hdfs2 2.15.0.redhat-620133 feature
[Content from issues.jboss.org is not included.ENTESB-2924] Insight - Elasticsearch: JsonPretty error: Unable to get property 'toLowerCase' of undefined or null reference (:7999:6)
Insight Elasticsearch page is not supported in IE. The error occurs when clicking rectangles with numbers at Insight - Elasticsearch page.
[Content from issues.jboss.org is not included.ENTESB-2773] [platform AIX HPUX] camel-leveldb missing native library
The camel-leveldb feature is not supported on IBM AIX, HP-UX, and Oracle Solaris operating systems.
[Content from issues.jboss.org is not included.ENTESB-2770] [OSE][6.2]AMQ6.2 and AMQ6.1 should allow to be installed together in OSE
It is not possible to update both Red Hat JBoss Fuse 6.1 on OSE and Red Hat JBoss Fuse 6.2 on OSE on the same node. Once you update to Red Hat JBoss Fuse 6.2 using rpm -U or yum you will no longer be able to receive updates (patches) for Red Hat JBoss Fuse 6.1 on OSE.
[Content from issues.jboss.org is not included.ENTESB-2513] OSE Fuse JVM sometimes dies with SIGABRT
RHEL customers need to upgrade openjdk to java-1.7.0-openjdk-1.7.0.79-2.5.5.3.el6_6 or later which will fix the SIGABRT.
[Content from issues.jboss.org is not included.ENTMQ-1040] Stop script ignores arguments
When shutting down a broker using the stop script, the stop script fails to work remotely.
[Content from issues.jboss.org is not included.ENTESB-2069] Container which is created from Hawtio can not start if restarting openshift node
After restarting OpenShift, containers created from Hawtio cannot be started. This happens because the containers started before the ZooKeeper starts running will fail to start. The workaround is to wait for the start and keep restarting until we get connected to ZooKeeper.
[Content from issues.jboss.org is not included.ENTESB-3200] fuse startup warning on java 8 - PermSize and MaxPermSize support was removed
During JBoss Fuse 6.2 startup on Java 8, the following warnings are printed to the Karaf console:
$FUSE_HOME/bin/fuse
OpenJDK 64-Bit Server VM warning: ignoring option PermSize=128M; support was removed in 8.0
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
Please wait while JBoss Fuse is loading...
100% [========================================================================]
You can safely ignore these warnings (the PermSize and MaxPermSize JVM options are needed for Java 7, but are ignored in Java 8).
[Content from issues.jboss.org is not included.ENTESB-4490] Integration Pack Maven Repository is missing some CXF artifacts
For users aiming to use Integration Pack with Maven:
The Integration Pack pom.xml files do not consistently define camel-cxf and cxf version. Users must therefore import the jboss-fuse-parent BOM into the <dependencyManagement> section of their top-level pom.xml. For example:
<dependencyManagement>
    ...
    <dependency>
       <groupId>org.jboss.fuse.bom</groupId>
       <artifactId>jboss-fuse-parent</artifactId>
       <version>${version.fuse.eap}</version>
       <type>pom</type>
       <scope>import</scope>
    </dependency>
The value of version.fuse.eap should be 6.2.1.redhat-084 in this instance. The Fuse Integration .bom file currently does not contain the camel-cxf and cxf dependency management. Importing the jboss-fuse-parent as shown above is needed to enable Maven to resolve the supported versions of CXF and camel-cxf artifacts.

Chapter 5. Resolved Issues

5.1. General - 6.2.1

Table 5.1, “General Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.1. General Issues Resolved in 6.2.1

Issue NumberDescription
Content from issues.jboss.org is not included.ENTESB-2323Show 'Command not found: fabric:welcome' error when ssh into container
Content from issues.jboss.org is not included.ENTESB-3099Quickstarts should build without warnings; most should work without fabric
Content from issues.jboss.org is not included.ENTESB-3223Most Fuse iTests fail on windows
Content from issues.jboss.org is not included.ENTESB-3522Move Repository Data Stores to SAP Configuration to support Blueprint
Content from issues.jboss.org is not included.ENTESB-3556Fuse Welcome screen should only display the create fabric if no fabric exists
Content from issues.jboss.org is not included.ENTESB-3571Fabric: Profile "Quickstarts/Fuse/camel.box" can't be loaded
Content from issues.jboss.org is not included.ENTESB-3607Expose IDoc packages in SAP Camel Component bundle
Content from issues.jboss.org is not included.ENTESB-3642Fix type converters in SAP Camel Component
Content from issues.jboss.org is not included.ENTESB-3681Not All Cipher Algorithms Work For Encrypting Property Placeholders
Content from issues.jboss.org is not included.ENTESB-3684New changes are not getting reflected If Switchyard Quickstart are modified and deployed to Fuse 6.2.
Content from issues.jboss.org is not included.ENTESB-3709Non admin user unable to browse ActiveMQ Queue in Hawtio
Content from issues.jboss.org is not included.ENTESB-3753RBAC does not work in Hawtio for Camel routes
Content from issues.jboss.org is not included.ENTESB-3831Eliminate external requests from builds
Content from issues.jboss.org is not included.ENTESB-3863Switchyard quickstarts - a few folders are empty
Content from issues.jboss.org is not included.ENTESB-3898Use hawt-log4j to avoid CWE-117
Content from issues.jboss.org is not included.ENTESB-3908Missing riftsaw DDLs for Fuse on Karaf
Content from issues.jboss.org is not included.ENTESB-3943[6.2 P2] After applying patch to Fuse, hawtio says JBoss A-MQ
Content from issues.jboss.org is not included.ENTESB-3972switchyard demo policy-security-cert causes error in fuse log
Content from issues.jboss.org is not included.ENTESB-3981Patch script throws Could not find or load main class org.fusesource.patch.client.Main
Content from issues.jboss.org is not included.ENTESB-3982DDL scripts for BPEL does not work correctly on EAP
Content from issues.jboss.org is not included.ENTESB-4062Quickstarts fail when fabric8:deploy is used
Content from issues.jboss.org is not included.ENTESB-4129CXF quickstarts don't work due to missing requirements
Content from issues.jboss.org is not included.ENTESB-4206Add missing instruction to install camel-jackson feature in camel-odata quickstart README
Content from issues.jboss.org is not included.ENTESB-4298camel-hazelcast stopped to work in Fuse 6.2.1 ER4
Content from issues.jboss.org is not included.ENTESB-4301hibernate version should probably be aligned to version 4.2.20.Final-redhat-1
Content from issues.jboss.org is not included.ENTESB-4329Cxf quickstarts stopped working in Fuse 6.2.1 ER4
Content from issues.jboss.org is not included.ENTESB-4415Multiple Error messages while updating JBoss A-MQ using new patch mechanism
Content from issues.jboss.org is not included.ENTESB-4480[Patch mechanism] Missing startup bundles when migrating container joined via fabric:join command
Content from issues.jboss.org is not included.ENTMQ-1313Bump pom files for NMS and CMS versions for 6.2.1

5.2. Messaging - 6.2.1

Table 5.2, “Messaging Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.2. Messaging Issues Resolved in 6.2.1

Issue NumberDescription
Content from issues.apache.org is not included.AMQ-4000Durable subscription not getting unregistered on networked broker
Content from issues.apache.org is not included.AMQ-4705Add keep alive support to shared file locker
Content from issues.apache.org is not included.AMQ-5266Stuck Messages in Single Broker when using JDBC Persistent Store
Content from issues.apache.org is not included.AMQ-5303MQTT Subscriptions on VirtualTopic prefixed destinations failed retained tests.
Content from issues.apache.org is not included.AMQ-5368SSL handshake stalls broker with NIO
Content from issues.apache.org is not included.AMQ-5400Unable to keep message order using ActiveMQ-RAR
Content from issues.apache.org is not included.AMQ-5605High CPU load when using failover transport in network connector
Content from issues.apache.org is not included.AMQ-5811NoSuchElementException during resource adapter shutdown in EAP 6
Content from issues.apache.org is not included.AMQ-5841activemq script returns a non zero exit code for successful operations
Content from issues.apache.org is not included.AMQ-5853JDBC store - pending high priority messages batch cannot be consumed after low priority message batch
Content from issues.apache.org is not included.AMQ-5854Duplicate messages when failover is done during prepare phase of two phase commit.
Content from issues.apache.org is not included.AMQ-5863Composite Send with useCache=false leaves messages pending till restart
Content from issues.apache.org is not included.AMQ-5864KahaDB recovery with persisteRedeliveryFlag=true can lead to stuck message
Content from issues.apache.org is not included.AMQ-5888Transport Connection to: tcp://127.0.0.1:41062 failed: java.io.EOFException shows up in log when closing connection normally
Content from issues.apache.org is not included.AMQ-5907Pull consumer can hang in receive if RedeliveryPolicy is configured with max redeliveries
Content from issues.apache.org is not included.AMQ-5916Creation of durable subscriber fails via broker AdminView due to lack of SecurityContext on ConnectionContext
Content from issues.apache.org is not included.AMQ-5943network bridge fails when using jaasDualAuthenticationPlugin
Content from issues.apache.org is not included.AMQ-5951failover maxReconnect=0 url can block on reconnect
Content from issues.apache.org is not included.AMQ-5953XA Transaction 'XID:[...]' has not been started. xaErrorCode:-4 on MessageAck
Content from issues.apache.org is not included.AMQ-5983Restoring MQTT client virtual topic queue uses wrong prefix.
Content from issues.apache.org is not included.AMQ-5984Unsafe use of access-order LinkedHashMap via ActiveMQMessageAuditNoSync - can lead to loop and hang
Content from issues.apache.org is not included.AMQ-5994Broker can't recover Durable Subscription on index deletion
Content from issues.apache.org is not included.AMQ-6002MQTT virtual topic strategy doesn't escape client id properly
Content from issues.apache.org is not included.AMQ-6010AMQP SSL Transport "leaking" currentTransportCounts
Content from issues.apache.org is not included.AMQ-6013Restrict classes that can be serialized in ObjectMessages
Content from issues.apache.org is not included.AMQ-6014Offline Durable Topic Subscription exceeds memory limits
Content from issues.apache.org is not included.AMQ-6016java.lang.IllegalArgumentException: Comparison method violates its general contract!
Content from issues.apache.org is not included.AMQ-6017Make ioBufferSize configurable for nio transport
Content from issues.apache.org is not included.AMQ-6021mqtt+nio+ssl don't work with certificate authentication properly
Content from issues.apache.org is not included.AMQ-6032Properties on scheduled messages can get lost on dispatch
Content from issues.apache.org is not included.AMQ-6033mkahaDB,shared-file-locker - broker not shutting down when it loses the lock
Content from issues.apache.org is not included.AMQ-6039KahaDB data log archiving does not work accross different physical file systems
Content from issues.jboss.org is not included.ENTESB-3681Not All Cipher Algorithms Work For Encrypting Property Placeholders
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTMQ-1074pom.xml files missing from examples in extras/apache-activemq-5.11.0.redhat-620133-bin.zip
Content from issues.jboss.org is not included.ENTMQ-1121Remove activemq-rar.txt file from apache-activemq zip in extras
Content from issues.jboss.org is not included.ENTMQ-1124activemq-5.11.0.redhat-6-2-0-patch-platform hangs on windows
Content from issues.jboss.org is not included.ENTMQ-1180Offline Durable Topic Subscription exceeds memory limits
Content from issues.jboss.org is not included.ENTMQ-780NPE Thrown By DemandForwardingBridge

5.3. SwitchYard

Table 5.3, “SwitchYard Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.3. SwitchYard Issues Resolved in 6.2.1

IssueDescription
Content from issues.jboss.org is not included.ENTESB-2991Bundle "jetty-all-server" should import package "org.apache.karaf.jaas.boot.principal"
Content from issues.jboss.org is not included.ENTESB-3162Some quickstarts refer to wrong EAP modules
Content from issues.jboss.org is not included.ENTESB-3181Failing test in camel-saxon quickstart
Content from issues.jboss.org is not included.ENTESB-3630Check JON Plugin works with Fuse ServiceWorks Domain when supported
Content from issues.jboss.org is not included.ENTESB-3809New deployment of another SwitchYard application disables ExchangeInterceptors
Content from issues.jboss.org is not included.ENTESB-3822Smooks transformer needs "org.milyn" OSGi package
Content from issues.jboss.org is not included.ENTESB-3971KarafSecurityProvider is not compatible with CertificateLoginModule, authorization in not possible
Content from issues.jboss.org is not included.ENTESB-3972switchyard demo policy-security-cert causes error in fuse log
Content from issues.jboss.org is not included.ENTESB-4032demos/policy-transaction - add instruction for fuse
Content from issues.jboss.org is not included.ENTESB-4076policy-security-basic unable to authorize
Content from issues.jboss.org is not included.ENTESB-4110Error with jca-inflow-hornetq quickstart client
Content from issues.jboss.org is not included.ENTESB-4113javax.xml.transform.TransformerFactoryConfigurationError: Provider net.sf.saxon.TransformerFactoryImpl not found
Content from issues.jboss.org is not included.ENTESB-4241SwitchYard Resteasy component must use JAX-RS 1.1 in Fuse on Karaf
Content from issues.jboss.org is not included.ENTESB-4251Cannot build switchyard with -Pjavadoc
Content from issues.jboss.org is not included.ENTESB-4320jca-inflow-activemq quickstart not working
Content from issues.jboss.org is not included.ENTESB-4356Switchyard JPA does not work on IBM JDK
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer

5.4. Routing

Table 5.4, “Routing Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.4. Routing Issues Resolved in 6.2.1

IssueDescription
Content from issues.apache.org is not included.AMQ-5652IdGenerator not optimal in port restricted enviroments.
Content from issues.apache.org is not included.CAMEL-7921The soapAction HTTP header is not correctly set when running the CXF client in POJO mode using Camel
Content from issues.apache.org is not included.CAMEL-8471Port IdGenerator not optimal in port restricted environments.
Content from issues.apache.org is not included.CAMEL-8756KafkaConsumer doesn't stop consuming when suspended, preventing graceful route shutdown
Content from issues.apache.org is not included.CAMEL-8764Camel-Spring-Redis: Jedis bundle require commons-pool2
Content from issues.apache.org is not included.CAMEL-8770Camel Blueprint - depends-on does not work
Content from issues.apache.org is not included.CAMEL-8780Camel exec component have trouble to load arguments list from message header
Content from issues.apache.org is not included.CAMEL-8785StackOverFlowError using Custom InterceptStrategy
Content from issues.apache.org is not included.CAMEL-8798weaveAddLast throwing UnsupportedOperation when route have a ChoiceDefinition
Content from issues.apache.org is not included.CAMEL-8816Elasticsearch component fails in an OSGi environment due to missing names.txt
Content from issues.apache.org is not included.CAMEL-8871null body after exception from transform method
Content from issues.apache.org is not included.CAMEL-8885ConsumeLockEntity without ConsumeDelete
Content from issues.apache.org is not included.CAMEL-8898ElementNotFoundException on LinkedIn authentication
Content from issues.apache.org is not included.CAMEL-8902Camel Facebook - Endpoint URI must contain a parameter
Content from issues.apache.org is not included.CAMEL-8916Support autoCreate=true in ftp/ftps/sftp consumers
Content from issues.apache.org is not included.CAMEL-8945Loop - Should break out looping if exception happened during routing
Content from issues.apache.org is not included.CAMEL-8949Netty 3 component spins on receiving TCP RST
Content from issues.apache.org is not included.CAMEL-8950Injected Quartz2 scheduler doesn't have access to CamelContext in jobs
Content from issues.apache.org is not included.CAMEL-8984BlueprintCamelContext OSGi service is not unregistered when context is stopped
Content from issues.apache.org is not included.CAMEL-8988Can't manually trigger quartz2 jobs
Content from issues.apache.org is not included.CAMEL-8989SJMS drops messages with null body even if allowNullBody is true
Content from issues.apache.org is not included.CAMEL-9005Yammer - Endpoint "received" does not work
Content from issues.apache.org is not included.CAMEL-9031Dependency missing in camel-kafka feature
Content from issues.apache.org is not included.CAMEL-9049Websocket Component not shutting down embedded jetty server on component shutdown
Content from issues.apache.org is not included.CAMEL-9076camel-freemarker version mismatch on karaf
Content from issues.apache.org is not included.CAMEL-9087camel-pgevent payload always null
Content from issues.apache.org is not included.CAMEL-9092MQTT consumer receives duplicate messages after broker restart
Content from issues.apache.org is not included.CAMEL-9094Can't use custom FTPParser on OSGI
Content from issues.apache.org is not included.CAMEL-9099[camel-script] wrong detection of script engine factories
Content from issues.apache.org is not included.CAMEL-9164errorHandlerRef causes NoSuchBeanException on uninstall
Content from issues.apache.org is not included.CAMEL-9208camel-netty4-http does not resolve nettyHttpBinding option
Content from issues.apache.org is not included.CAMEL-9223IllegalArgumentException when reverting fields using property placeholders
Content from issues.apache.org is not included.CAMEL-9290netty4 consumer in clientMode only reconnects once
Content from issues.jboss.org is not included.ENTESB-1564"NoSuchComponentException: No component with id 'blueprintBundle' could be found"
Content from issues.jboss.org is not included.ENTESB-3005Swagger module does not produce a "models" section in JSON output
Content from issues.jboss.org is not included.ENTESB-3046Memory leak on windows in SSHD ServerSession
Content from issues.jboss.org is not included.ENTESB-3178Camel Blueprint - depends-on does not work
Content from issues.jboss.org is not included.ENTESB-3322Elasticsearch component fails in an OSGi environment due to missing names.txt
Content from issues.jboss.org is not included.ENTESB-3448Two dependency chains when installing switchyard-jpa feature
Content from issues.jboss.org is not included.ENTESB-3535Camel should provide Osgi-friendly ParserFactory for FTP component
Content from issues.jboss.org is not included.ENTESB-3681Not All Cipher Algorithms Work For Encrypting Property Placeholders
Content from issues.jboss.org is not included.ENTESB-3727Camel MQTT Consumes Duplicate Messages After Broker Restart
Content from issues.jboss.org is not included.ENTESB-3745Misaligned versions for the Camel Spring Redis Feature
Content from issues.jboss.org is not included.ENTESB-3813camel-freemarker feature pulls in old version of freemarker
Content from issues.jboss.org is not included.ENTESB-3847Blueprint camel route with errorHandlerRef to an explicitly configured transaction error handler bean throws exception when container shutdown
Content from issues.jboss.org is not included.ENTESB-3869[camel-script] wrong detection of script engine factories
Content from issues.jboss.org is not included.ENTESB-3899Upgrade mvel version to 2.2.4
Content from issues.jboss.org is not included.ENTESB-3993FileChangedReadLockMinAgeTest fails intermittently
Content from issues.jboss.org is not included.ENTESB-3999JmsRequestReplyTempQueueMultipleConsumersTest.testTempQueueRefreshed fails intermittently
Content from issues.jboss.org is not included.ENTESB-4001NettyHttpSSLHandshakeErrorTest is failing
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4415Multiple Error messages while updating JBoss A-MQ using new patch mechanism
Content from issues.jboss.org is not included.ENTESB-3457Fuse camel-sap SapTransactionalIDocListServerComponentConfigurationAndDocumentationTest test fails

5.5. Web Services

Table 5.5, “Web Services Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.5. Web Services Issues Resolved in 6.2.1

IssueDescription
Content from issues.apache.org is not included.CXF-6583MessageListenerTest#testLocalTransaction fails intermittently
Content from issues.jboss.org is not included.ENTESB-3267Swagger module does not produce a "models" section consistently when several modules are deployed
Content from issues.jboss.org is not included.ENTESB-3681Not All Cipher Algorithms Work For Encrypting Property Placeholders
Content from issues.jboss.org is not included.ENTESB-3700cxf-http-async throws NPE in the logs when Fuse 6.2 is restarted
Content from issues.jboss.org is not included.ENTESB-3728CXF's SwaggerFeature: SetScannerInterceptor causes NPE
Content from issues.jboss.org is not included.ENTESB-3831Eliminate external requests from builds
Content from issues.jboss.org is not included.ENTESB-3923NCDFE in JAX-WS schema validation on IBM java
Content from issues.jboss.org is not included.ENTESB-3977CXF JwsJoseCookBookTest and JwsCompactReaderWriterTest fail under OpenJDK7 with security exceptions
Content from issues.jboss.org is not included.ENTESB-3985should set bundle ClassLoader to the ExtensionManagerBus created by this bundle
Content from issues.jboss.org is not included.ENTESB-4003CXF ProviderTest and ProviderServiceFactoryTest have failures on HPUX
Content from issues.jboss.org is not included.ENTESB-4004CXF CachedWriterTest and CachedOutputStreamTest fail on AIX
Content from issues.jboss.org is not included.ENTESB-4005CXF RequestResponseTest fails on Windows
Content from issues.jboss.org is not included.ENTESB-4006CXF ManagedEndpointsTest fails intermittently
Content from issues.jboss.org is not included.ENTESB-4009CXF WSAPureWsdlTest.testBasicInvocationTimeouts fails on Windows
Content from issues.jboss.org is not included.ENTESB-4010CXF GCMTest and JweCompactReaderWriterTest fail on Solaris JDK7
Content from issues.jboss.org is not included.ENTESB-4011CXF JAXRSJweJwsTest. JAXRSJwsJsonTest, and JAXRSXmlSecTest have multiple failures on AIX
Content from issues.jboss.org is not included.ENTESB-4033CXF ProtocolVariationsTest#testRM10WSA200408Decoupled fails intermittently
Content from issues.jboss.org is not included.ENTESB-4039CXF DefaultHostnameVerifierTest fails on Solaris with JDK7
Content from issues.jboss.org is not included.ENTESB-4040CXF FileCertificateRepoTest and X509UtilsTest fail on Solaris JDK7
Content from issues.jboss.org is not included.ENTESB-4047CXF has multiple crypto/certificate related bugs on Solaris with JDK7
Content from issues.jboss.org is not included.ENTESB-4237CXF JavaDocProviderTest fails with JDK8
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer

5.6. Fuse on JBoss EAP

Table 5.6, “Fuse on EAP Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.6. Fuse on EAP Issues Resolved in 6.2.1

IssueDescription
Content from issues.jboss.org is not included.ENTESB-3251Switchyard integrations tests fail in fuse-eap
Content from issues.jboss.org is not included.ENTESB-3477Cannot access tranql-connector-1.2 for fuse-eap distro build
Content from issues.jboss.org is not included.ENTESB-3734fuse-eap-installer does not work on AIX
Content from issues.jboss.org is not included.ENTESB-3763Missing switchyard-bpel-console in Fuse EAP installer
Content from issues.jboss.org is not included.ENTESB-3928fuse-eap-installer doesn't work when EAP's path contains spaces
Content from issues.jboss.org is not included.ENTESB-3961Remove OpenJPA Riftsaw DDLs
Content from issues.jboss.org is not included.ENTESB-3982DDL scripts for BPEL does not work correctly on EAP
Content from issues.jboss.org is not included.ENTESB-4064Clustered SCA binding does not work - wrong ha and full-ha configuration

5.7. Container - 6.2.1

Table 5.7, “Container Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.7. Container Issues Resolved in 6.2.1

Issue NumberDescription
Content from issues.jboss.org is not included.ENTESB-3034"Port Already In Use" exception occurs for port 44444
Content from issues.jboss.org is not included.ENTESB-3157JPA EntityManagerFactory Service not created on Fuse 6.2.0.Final
Content from issues.jboss.org is not included.ENTESB-3430jdbc:databases shows duplicated datasources (all with error status) when using xa transactions
Content from issues.jboss.org is not included.ENTESB-3499MapMetadataImpl not found by org.apache.cxf.cxf-rt-transports-http-jetty
Content from issues.jboss.org is not included.ENTESB-3506"Exit" command is not available on fabric child containers
Content from issues.jboss.org is not included.ENTESB-3526Declarative service properties not shown in Hawtio console
Content from issues.jboss.org is not included.ENTESB-3591multiple log files for fabric child instance
Content from issues.jboss.org is not included.ENTESB-3592"NoSuchBeanException: No bean could be found in the registry for: ..." when deploying multiple SwitchYard applications with Camel services
Content from issues.jboss.org is not included.ENTESB-3681Not All Cipher Algorithms Work For Encrypting Property Placeholders
Content from issues.jboss.org is not included.ENTESB-3738Fuse 6.2 Ships With AspectJ 1.7.4, Which Is Not Java 8 Compatible
Content from issues.jboss.org is not included.ENTESB-3802Errors in Fuse container log when securing JMX over SSL
Content from issues.jboss.org is not included.ENTESB-3848JVM Xalan implementation is no longer overridden in 6.2
Content from issues.jboss.org is not included.ENTESB-3870bin/client doesn't work anymore
Content from issues.jboss.org is not included.ENTESB-3898Use hawt-log4j to avoid CWE-117
Content from issues.jboss.org is not included.ENTESB-3997admin:create && admin:start doesn't work after 6.2 P2 patch
Content from issues.jboss.org is not included.ENTESB-4114"Bean Validation provider can not be found" when using bean validation in CXF
Content from issues.jboss.org is not included.ENTESB-4119[Jaas, Karaf] under load periodically get exception javax.security.auth.login.LoginException: Can't get user XXX roles: null
Content from issues.jboss.org is not included.ENTESB-4130[Logs] align standalone and fabric format options
Content from issues.jboss.org is not included.ENTESB-4301hibernate version should probably be aligned to version 4.2.20.Final-redhat-1
Content from issues.jboss.org is not included.ENTESB-4304karaf-2.4.0.redhat-6-2-x-patch-checkin is failing with multiple test failures
Content from issues.jboss.org is not included.ENTESB-4310Karaf EnterpriseFeaturesTest.testWeldFeature fails
Content from issues.jboss.org is not included.ENTESB-4318remove duplicate version of openjpa feature
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4458bin\client.bat doesn't work on windows
Content from issues.apache.org is not included.KARAF-2428The ScrServiceMBean should be hidden.
Content from issues.apache.org is not included.KARAF-3147Local JMX connect is not possible
Content from issues.apache.org is not included.KARAF-3261jdbc command (using JdbcConnector.java) does not honour service ranking and throws IllegalArgumentException instead
Content from issues.apache.org is not included.KARAF-3494client should not fail if it can't read etc/org.apache.karaf.shell.cfg file
Content from issues.apache.org is not included.KARAF-3625Password encryption doesn't work
Content from issues.apache.org is not included.KARAF-3885Memory leak when use interactive client shell
Content from issues.apache.org is not included.KARAF-3886should escape specify characters in ROLE names
Content from issues.apache.org is not included.KARAF-3892System properties missing when logging in remotely
Content from issues.apache.org is not included.KARAF-3899PID file for child instances not getting written when dir has spaces
Content from issues.apache.org is not included.KARAF-3945Don't try and set permgen settings in Java 8
Content from issues.apache.org is not included.KARAF-3946LDAP role mapping too sensitive to extra whitespace
Content from issues.apache.org is not included.KARAF-3965Calling Ctrl+D in Karaf console, when karaf asks if it is necessary to dispay all console commands, causes console not responding forever
Content from issues.apache.org is not included.KARAF-4026Karaf wrapper:install produces a SPARC32 binary on Solaris x86_64
Content from issues.apache.org is not included.KARAF-4066Features command bundle should recover if FeatureService unavailable initially
Content from issues.apache.org is not included.KARAF-4094Multiple shutdown ports opened on 2.4.x when using file lock

5.8. Fuse Fabric - 6.2.1

Table 5.8, “Fuse Fabric Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.8. Fuse Fabric Issues Resolved in 6.2.1

Issue NumberDescription
Content from issues.jboss.org is not included.ENTESB-1450Hawtio allows a profile to be deleted that is assigned to a container
Content from issues.jboss.org is not included.ENTESB-1831EIP Quickstart fails with repeated errors
Content from issues.jboss.org is not included.ENTESB-2323Show 'Command not found: fabric:welcome' error when ssh into container
Content from issues.jboss.org is not included.ENTESB-2436jboss-fuse/fabric8 can't be built using Maven 3.2.5
Content from issues.jboss.org is not included.ENTESB-2932Brokers are stopped after zk connection timout and reconnect
Content from issues.jboss.org is not included.ENTESB-3005Swagger module does not produce a "models" section in JSON output
Content from issues.jboss.org is not included.ENTESB-3046Memory leak on windows in SSHD ServerSession
Content from issues.jboss.org is not included.ENTESB-3099Quickstarts should build without warnings; most should work without fabric
Content from issues.jboss.org is not included.ENTESB-3138SSHD exceptions logged at INFO level
Content from issues.jboss.org is not included.ENTESB-3151Fail to provsion ssh container - invalid zip
Content from issues.jboss.org is not included.ENTESB-3172FUSE "master" component conflicts with camel-quartz2
Content from issues.jboss.org is not included.ENTESB-3313Command fabric:join doesn't work when using manualip resolver
Content from issues.jboss.org is not included.ENTESB-3314Command fabric:join can join container with wrong name to fabric
Content from issues.jboss.org is not included.ENTESB-3398Profile-refresh help: Unable to load description from classpath:profileRefresh.txt
Content from issues.jboss.org is not included.ENTESB-3408RH Access: Session expired while working with RH Access
Content from issues.jboss.org is not included.ENTESB-3420HPUX: Adding feature to profile results in StackOverflowException
Content from issues.jboss.org is not included.ENTESB-3425Cannot get Insight perspective in Fuse Management Console
Content from issues.jboss.org is not included.ENTESB-3440On Windows container-create-child root container causes NullPointerException with jboss-fuse-full-6.2.0.redhat-128.zip
Content from issues.jboss.org is not included.ENTESB-3448Two dependency chains when installing switchyard-jpa feature
Content from issues.jboss.org is not included.ENTESB-3454[MQ-Gateway][IBM JDK] java.lang.NoClassDefFoundError: org.apache.qpid.proton.engine.Sasl
Content from issues.jboss.org is not included.ENTESB-3461mq ssl gateway times out connections after 5 seconds
Content from issues.jboss.org is not included.ENTESB-3470Fabric Pax-Web port range ignored when creating a child container
Content from issues.jboss.org is not included.ENTESB-3490Profile-scale --help has the default mentioned twice
Content from issues.jboss.org is not included.ENTESB-3493Fabric - Wiki: Assigned to X containers... link contains sum of deployed profiles of all versions instead of the selected version
Content from issues.jboss.org is not included.ENTESB-3495profile-download causes issues when anything but version 1 is available
Content from issues.jboss.org is not included.ENTESB-3497fabric:cloud-* commands are not available
Content from issues.jboss.org is not included.ENTESB-3499MapMetadataImpl not found by org.apache.cxf.cxf-rt-transports-http-jetty
Content from issues.jboss.org is not included.ENTESB-3500Inconsistent Naming of Containers
Content from issues.jboss.org is not included.ENTESB-3505Importing 6.1 fabric profiles is not working properly
Content from issues.jboss.org is not included.ENTESB-3517CXF Rest endpoints don't all show up on the APIs page
Content from issues.jboss.org is not included.ENTESB-3534Profile-edit -c prints null version in the output
Content from issues.jboss.org is not included.ENTESB-3556Fuse Welcome screen should only display the create fabric if no fabric exists
Content from issues.jboss.org is not included.ENTESB-3561Fabric managed containers donot show complete list of different services(icons) in Hawtio GUI after stopping and starting the containers.
Content from issues.jboss.org is not included.ENTESB-3569Container-create-child --ensemble-server does not create a new container
Content from issues.jboss.org is not included.ENTESB-3578should refresh bundles after bundles started in fabric agent
Content from issues.jboss.org is not included.ENTESB-3579fabric8 io.fabric8.tooling.archetype.generator.ArchetypeTest is failing
Content from issues.jboss.org is not included.ENTESB-3580fabric8 io.fabric8.itests.smoke.karaf.EnsembleTest fail
Content from issues.jboss.org is not included.ENTESB-3581Creating SSH container from win to RHEL leaves temp(?) file in remote home
Content from issues.jboss.org is not included.ENTESB-3588Description of ensemble-password is outdated
Content from issues.jboss.org is not included.ENTESB-3591multiple log files for fabric child instance
Content from issues.jboss.org is not included.ENTESB-3592"NoSuchBeanException: No bean could be found in the registry for: ..." when deploying multiple SwitchYard applications with Camel services
Content from issues.jboss.org is not included.ENTESB-3603Unable to find parent version of created version
Content from issues.jboss.org is not included.ENTESB-3606Fabric does not recognize master correctly after mq-create with custom parent profile
Content from issues.jboss.org is not included.ENTESB-3617mq-create does not validate container name
Content from issues.jboss.org is not included.ENTESB-3655Deployment fails when a fabric project is deployed using fabric8-maven-plugin with fabric8.jolokiaUrl parameter for passing credentials.
Content from issues.jboss.org is not included.ENTESB-3662ExampleCamelCxfTest fails with Blueprint/Agent deadlock
Content from issues.jboss.org is not included.ENTESB-3677FileWatcherTest fails sometimes
Content from issues.jboss.org is not included.ENTESB-3681Not All Cipher Algorithms Work For Encrypting Property Placeholders
Content from issues.jboss.org is not included.ENTESB-3682Fabric --min-port and --zookeeper-server-port option are ignored when the ensemble is resized
Content from issues.jboss.org is not included.ENTESB-3683Fabric port service not preventing port clashes
Content from issues.jboss.org is not included.ENTESB-3685[regression] bundle karaf ssh shell doesn't start on IBM JDK when fuse starts
Content from issues.jboss.org is not included.ENTESB-3687Profiles not automatically inheriting from the default profile
Content from issues.jboss.org is not included.ENTESB-3709Non admin user unable to browse ActiveMQ Queue in Hawtio
Content from issues.jboss.org is not included.ENTESB-3731[6.2.1-014] mvn: protocol no longer uses user's local repo
Content from issues.jboss.org is not included.ENTESB-3753RBAC does not work in Hawtio for Camel routes
Content from issues.jboss.org is not included.ENTESB-3756Remote child container fails to start if remote root is created at a patched version
Content from issues.jboss.org is not included.ENTESB-3780Some bundles had status changed from "Active" to "Resolved" after fabric was created
Content from issues.jboss.org is not included.ENTESB-3841Remote containers created after 6.2 P1, do not receive updated jre.properties, karaf.jar or io.fabric.properties
Content from issues.jboss.org is not included.ENTESB-3846ManagedServiceFactory does not expose OSGi Services after Server restart
Content from issues.jboss.org is not included.ENTESB-3851Remote ssh deployment is sensitive to network issues
Content from issues.jboss.org is not included.ENTESB-3858EnsembleAddAction.applyEnsembleConfiguration Throws StringIndexOutOfBoundsException
Content from issues.jboss.org is not included.ENTESB-3871[6.2.1.ER2] Version-create --description returns UnsupportedOperationException
Content from issues.jboss.org is not included.ENTESB-3894Multiple fabric profiles are provisioned on a container
Content from issues.jboss.org is not included.ENTESB-3896Add -o to the unzip command in the script to provision remote containers
Content from issues.jboss.org is not included.ENTESB-3898Use hawt-log4j to avoid CWE-117
Content from issues.jboss.org is not included.ENTESB-3899Upgrade mvel version to 2.2.4
Content from issues.jboss.org is not included.ENTESB-3900WAR deployments not working on a Fabric child container
Content from issues.jboss.org is not included.ENTESB-3913IllegalStateException: Cannot obtain profile write lock in time
Content from issues.jboss.org is not included.ENTESB-3948Fuse 6.2 does not fully respect java.rmi.server.hostname
Content from issues.jboss.org is not included.ENTESB-39496.2 Patching ensemble containers
Content from issues.jboss.org is not included.ENTESB-3992GATEWAY-HTTP doesnot work as expected with loadbalance option set to sticky.
Content from issues.jboss.org is not included.ENTESB-4023ssh provisioning is slow in an env without internet access
Content from issues.jboss.org is not included.ENTESB-4079Fix risk of stale info in ZK for Git Master
Content from issues.jboss.org is not included.ENTESB-4131Creating a Fabric Ensemble causes javax.security.auth.login.FailedLoginException: User doesn't exist
Content from issues.jboss.org is not included.ENTESB-4139org.vertx.java.core.impl.EventLoopContext closeHooks retention
Content from issues.jboss.org is not included.ENTESB-4154[Patch mechanism] Unable to install new patch management on windows
Content from issues.jboss.org is not included.ENTESB-4159Fabric-Camel not recreating all endpoints during cluster restart
Content from issues.jboss.org is not included.ENTESB-4168Fabric - Problem with port allocation in presence of --min-port and --max-port
Content from issues.jboss.org is not included.ENTESB-4184[Patch mechanism 050] Unable to install patch on windows
Content from issues.jboss.org is not included.ENTESB-4200Version of commons-configuration shipped is inconsistent with parent bom
Content from issues.jboss.org is not included.ENTESB-4215Nexus Pom validation fails for fabric8 Red Hat GSS Support code
Content from issues.jboss.org is not included.ENTESB-4224java.lang.NoClassDefFoundError: javax.management.NotificationListener not found by io.fabric8.fabric-api
Content from issues.jboss.org is not included.ENTESB-4235Documentation for console command `ensemble-password --help` is not relevant and needs to be updated with proper text.
Content from issues.jboss.org is not included.ENTESB-4258[6.2.1.069] Container-edit-jvm-options not working
Content from issues.jboss.org is not included.ENTESB-4277patch:rollback ${patch-name} removes the new patching mechanism
Content from issues.jboss.org is not included.ENTESB-4288It Seems Only Admin Users can Deploy to Fabric
Content from issues.jboss.org is not included.ENTESB-4295[Patch mechanism] Command patch:fabric-install works on nonexistent version
Content from issues.jboss.org is not included.ENTESB-4315[Patch mechanism] Patch:list command doesn't make sense in fabric environment
Content from issues.jboss.org is not included.ENTESB-4362jgit errors affecting patch management
Content from issues.jboss.org is not included.ENTESB-4367General patching problems on Windows
Content from issues.jboss.org is not included.ENTESB-4374Fabric - Services - MQ, Wiki: Patch branches are visible as versions
Content from issues.jboss.org is not included.ENTESB-4387[Patch mechanism] Command patch:fabric-synchronize has wrong description
Content from issues.jboss.org is not included.ENTESB-4393[Patch mechanism] Provision status freezes on installing when upgrading child container
Content from issues.jboss.org is not included.ENTESB-4398Arbitrary remote code execution with InvokerTransformer
Content from issues.jboss.org is not included.ENTESB-4415Multiple Error messages while updating JBoss A-MQ using new patch mechanism
Content from issues.jboss.org is not included.ENTESB-4422[Patch mechanism] Option --upload in command patch:fabric-install doesn't work on Windows
Content from issues.jboss.org is not included.ENTESB-4431[Patch mechanism] Unable to upgrade ssh container with build 073 (container doesn't start)
Content from issues.jboss.org is not included.ENTESB-4432[Patch mechanism] Cannot create child or ssh container after 6.2.0 to 073 migration in offline environment
Content from issues.jboss.org is not included.ENTESB-4451[Patch mechanism] Upgrading child container reverts user.properties to karaf default version
Content from issues.jboss.org is not included.ENTESB-4462[Patch mechanism] Unable to rollback child container to 1.0 after upgrade
Content from issues.jboss.org is not included.ENTESB-4469NullPointerException during patch:install
Content from issues.jboss.org is not included.ENTESB-4470Invalid boolean value exception after rollback
Content from issues.jboss.org is not included.ENTESB-4472[Patch mechanism] Upgrading SSH container results into wrong merged system.properties and general problem with reconnecting to fabric
Content from issues.jboss.org is not included.ENTESB-4474patch 6.2 GA >> 621 build 73 >> build 078 fails on "auth" bundle on windows
Content from issues.jboss.org is not included.ENTESB-4485Provisioning containers fails with a java.lang.NullPointerException for Maven-URL
Content from issues.jboss.org is not included.ENTESB-4491[patching] NPE in bin/setenv resolver
Content from issues.jboss.org is not included.ENTMQ-1107Unable to apply patch to container with slave broker waiting to obtain lock
Content from issues.jboss.org is not included.ENTMQ-1142embedded broker does not restart after Zookeeper connection is restored.
Content from issues.jboss.org is not included.ENTMQ-1156[ER3] Broker in fabric stops after modification of network properties
Content from issues.jboss.org is not included.ENTMQ-1314PatchException: Invalid baseline-root-amq-6.2.1.redhat-071 specified
Content from issues.jboss.org is not included.FABRIC-1238AMQ MasterSlave does not handle zookeeper disconnect
Content from issues.jboss.org is not included.FABRIC-1247Fabric child container does not default to parent containers resolver
Content from issues.jboss.org is not included.FABRIC-1250fabric:join allows containers to join with upper-case container names
Content from issues.jboss.org is not included.FABRIC-1251Provisioning an empty profile on container results in a NullPointerException
Content from issues.jboss.org is not included.FUSEDOC-992Problem with installing Postgresql JDBC Driver, Version 9.4
Content from issues.apache.org is not included.KARAF-3102"New" resolver leaves some bundles in resolved state and install unexpected bundles
Content from issues.apache.org is not included.KARAF-3837The installation of the activemq feature is not stable wrt to the resolver

5.9. Management Console - 6.2.1

Table 5.9, “Issues Resolved in 6.2.1:” lists the issues resolved in 6.2.1.

Table 5.9. Issues Resolved in 6.2.1:

Issue NumberDescription
Content from issues.jboss.org is not included.ENTESB-1410Fabric - Runtime - APIs: Sorting in table doesn't work when clicking column header
Content from issues.jboss.org is not included.ENTESB-2798Fabric - Scaling - Status: Change mouse pointer image to "hand" when over profile name
Content from issues.jboss.org is not included.ENTESB-2974[OSE][6.2]The button of 'start' is grey when moving cursor on the "stopped" container
Content from issues.jboss.org is not included.ENTESB-3111Dashboard : "Add view to dashboard" link is clickable if disabled
Content from issues.jboss.org is not included.ENTESB-3128Camel: "Rest Services" page scrolls down periodically
Content from issues.jboss.org is not included.ENTESB-3183Camel: "Show this view in full screen" action doesn't work always correctly
Content from issues.jboss.org is not included.ENTESB-3253ActiveMQ: Message lost when moving from and to the same queue
Content from issues.jboss.org is not included.ENTESB-3260ActiveMQ - queue - Browse: Checkbox for all messages stays checked even if some messages don't
Content from issues.jboss.org is not included.ENTESB-3266Duplicate labels in JMX Property dialog
Content from issues.jboss.org is not included.ENTESB-3287Health: Too long text rows hidden behind the edge of a widget
Content from issues.jboss.org is not included.ENTESB-3346OSGi - Bundles: ActiveMQ checkbox, activemq-karaf is missing
Content from issues.jboss.org is not included.ENTESB-3376Camel - Operations: Text field with operation result is editable
Content from issues.jboss.org is not included.ENTESB-3390Fabric - Camel - Edit Chart: Each "View chart" click doubles items count in a chart
Content from issues.jboss.org is not included.ENTESB-3419Fabric - Dashboard: Clicking dashboard in the bar doesn't always open that dashboard
Content from issues.jboss.org is not included.ENTESB-3442OSGi - Features: Feature install button doesn't have an icon and has wrong dimensions
Content from issues.jboss.org is not included.ENTESB-3444OSGi - Framework: Dialogs close without change when Enter pressed
Content from issues.jboss.org is not included.ENTESB-3445Osgi - Framework: Setting Current Framework Start Level <80 causes exception and disables Hawtio
Content from issues.jboss.org is not included.ENTESB-3451Fabric - Wiki: User is forced to append .txt extension when creating new text file
Content from issues.jboss.org is not included.ENTESB-3502Loss Of Select Radio Button for Container
Content from issues.jboss.org is not included.ENTESB-3512In Hawtio, The List of Child Containers, In Containers Page, Is No Longer Indented
Content from issues.jboss.org is not included.ENTESB-3515Hawtio provides delete button for root container but it cannot be delete
Content from issues.jboss.org is not included.ENTESB-3526Declarative service properties not shown in Hawtio console
Content from issues.jboss.org is not included.ENTESB-3568Hawtio Renders IllegalStateException For A-MQ Slave Broker Attributes
Content from issues.jboss.org is not included.ENTESB-3586Hawtio sorts containers based on status, then by name
Content from issues.jboss.org is not included.ENTESB-3622Insufficient role exception should have user friendly error message
Content from issues.jboss.org is not included.ENTESB-3844Host identification color in Hawtio preferences should not be gray after selection
Content from issues.jboss.org is not included.ENTESB-3872Main menu - bad readability of items when highlighted on Red Hat theme
Content from issues.jboss.org is not included.ENTESB-3943[6.2 P2] After applying patch to Fuse, hawtio says JBoss A-MQ
Content from issues.jboss.org is not included.ENTESB-3957OSGi - Bundles: Clicking links in a Bundle details page opens the welcome page instead of collapsing a pane conent
Content from issues.jboss.org is not included.ENTESB-3958OSGi - Declarative Services: Links in DS detail go to the welcome page instead of collapsing a pane
Content from issues.jboss.org is not included.ENTESB-3970Fabric - Proffiles: Missing several profile icons
Content from issues.jboss.org is not included.ENTESB-4408[Patch mechanism] Change hawtio patching to new patch mechanism

5.10. JON Plug-Ins

Table 5.10, “JON Plug-In Issues Resolved in 6.2.1” lists the issues resolved in version 6.2.1.

Table 5.10. JON Plug-In Issues Resolved in 6.2.1

IssueDescription
Content from issues.jboss.org is not included.FUSEJON-110Camel Endpoint can not be discovered if its generated resource key exceeds 500 bytes
Content from issues.jboss.org is not included.FUSEJON-114Unable to discover [JBoss Fuse Container JVM]

Chapter 6. Enhancements

6.1. General - 6.2.1

Table 6.1, “General Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.1. General Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-2678container-create-ssh should zip up current distro rather than shipping fabric8-karaf distro
Content from issues.jboss.org is not included.ENTMQ-993Revise current standalone (non-fabric) JBoss A-MQ default transport connectors configuration

6.2. Messaging - 6.2.1

Table 6.2, “Messaging Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.2. Messaging Enhancements in 6.2.1

EnhancementDescription
Content from issues.apache.org is not included.AMQ-5639Allow advisory messages to traverse a broker network
Content from issues.apache.org is not included.AMQ-5656Support selective MBean creation
Content from issues.apache.org is not included.AMQ-5794Cleanup connections that open but don't initiate a protocol handshake.
Content from issues.apache.org is not included.AMQ-5831Revisit topic statistics
Content from issues.apache.org is not included.AMQ-5876improve performance of TextFileCertificateLoginModule when many entries are in the "textfiledn.user " file
Content from issues.apache.org is not included.AMQ-5892Unnecessary stack trace in case of authorization failure
Content from issues.apache.org is not included.AMQ-5918Update the AMQP example to use the new QPid-JMS client.
Content from issues.apache.org is not included.AMQ-5920Improve performance of virtual topic fanout
Content from issues.apache.org is not included.AMQ-5997MQTT legacy client support
Content from issues.apache.org is not included.AMQ-6030STOMP: Add support for produce and consume from composite destiantions
Content from issues.apache.org is not included.AMQ-2106Allow broker to evenly distribute message groups among consumers
Content from issues.apache.org is not included.AMQ-5008Support for certificate revocation checking (with patch)
Content from issues.apache.org is not included.AMQ-5792Add a SubscriptionStatistics implementation to Subscriptions
Content from issues.apache.org is not included.AMQ-5837Add inflight message size to SubscriptionStatistics
Content from issues.apache.org is not included.AMQ-5938Add remove(messageId) jmx operation to offline durable subscription
Content from issues.jboss.org is not included.ENTESB-3220joda-time two dependency chains camel-spring-ldap

6.3. SwitchYard

Table 6.3, “SwitchYard Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.3. SwitchYard Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-3759Reuse dozer module provided by WFC
Content from issues.jboss.org is not included.ENTESB-3762Reuse WFC modules - Part2
Content from issues.jboss.org is not included.ENTESB-3784Reuse camel-sap module provided by WFC
Content from issues.jboss.org is not included.ENTESB-3860missing switchyard-camel-amqp-binding bundle
Content from issues.jboss.org is not included.ENTESB-4196Align versions of JBoss Logging distributed in Fuse to 3.3.0.Final
Content from issues.jboss.org is not included.ENTESB-4448Upgrade SwitchYard to OverlordCommons 2.0.18.Final-redhat-2

6.4. Routing

Table 6.4, “Routing Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.4. Routing Enhancements in 6.2.1

EnhancementDescription
Content from issues.apache.org is not included.CAMEL-7985camel-test-blueprint - Upgrading to newer felix fails with NPE in fileinstall
Content from issues.apache.org is not included.CAMEL-8527Processor in routes should be IdAware so we can easily map from/to its model definition
Content from issues.apache.org is not included.CAMEL-8835Replace PojoSR with felix-connect
Content from issues.apache.org is not included.CAMEL-8845Property placeholder - service lookup should use underscore instead of dash
Content from issues.apache.org is not included.CAMEL-8894Support to reconnect the server in ClientMode.
Content from issues.apache.org is not included.CAMEL-8946Original SSLHandshakeException was overridden by Camel Netty Http producer
Content from issues.apache.org is not included.CAMEL-8948CamelBlueprintTestSupport tests have issues with namespace handlers
Content from issues.apache.org is not included.CAMEL-8976netty-http - Allow to configure max size of headers
Content from issues.apache.org is not included.CAMEL-9003Allow multiple producers with differing request timeouts
Content from issues.apache.org is not included.CAMEL-9066Include any headers unmarshalled by SoapJaxbDataFormat in content marshalled by the same.
Content from issues.apache.org is not included.CAMEL-9086Add support for relative path requests in netty http
Content from issues.apache.org is not included.CAMEL-9193Aggregator in preCompletion mode should also timeout if the new group does not receive further messages
Content from issues.apache.org is not included.CAMEL-9335camel-netty-http - Suppress Connection reset by peer WARNs
Content from issues.apache.org is not included.CAMEL-7433Please create a preCompletionPredicate for camel aggregator
Content from issues.jboss.org is not included.ENTESB-2882can't install feature camel-infinispan
Content from issues.jboss.org is not included.ENTESB-3372gson two dependency chains jclouds, camel-couchdb
Content from issues.jboss.org is not included.ENTESB-3735camel-hbase doesn't work after fuse restart if camel-hdfs2 is also installed
Content from issues.apache.org is not included.CAMEL-8772camel-salesforce - Add documentation to its endpoint options
Content from issues.apache.org is not included.CAMEL-9265Use servicemix-specs version of jsr311-api
Content from issues.jboss.org is not included.ENTESB-4196Align versions of JBoss Logging distributed in Fuse to 3.3.0.Final

6.5. Web Services

Table 6.5, “Web Services Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.5. Web Services Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-3676cxf-rt-ws-addr bundle should also export org.apache.cxf.ws.addressing.impl package

6.6. Fuse on JBoss EAP

Table 6.6, “Fuse on EAP Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.6. Fuse on EAP Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-3729Add wildfly-camel quickstart test jar to fuse-eap test suite
Content from issues.jboss.org is not included.ENTESB-3921WildFly-Camel & Fuse EAP builds do not reference the correct EAP 6.4 maven artifacts

6.7. Container - 6.2.1

Table 6.7, “Container Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.7. Container Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-3539introduce karaf.secured.command.compulsory.roles system property
Content from issues.jboss.org is not included.ENTESB-4132Support restarting the Karaf JVM and updating it's lib directory.
Content from issues.apache.org is not included.KARAF-2438Improve ScrServiceMBean to display more details about SCR components
Content from issues.apache.org is not included.KARAF-3368Support reference:file:xxx urls in startup.properties
Content from issues.apache.org is not included.KARAF-3823introduce karaf.secured.command.compulsory.roles system property
Content from issues.apache.org is not included.KARAF-3859bin/client script should go in interactive way to prompt the password when the "-u" option is used
Content from issues.apache.org is not included.KARAF-3860fix Log lower level root cause exception in LDAPLoginModule.doLogin()
Content from issues.apache.org is not included.KARAF-3959make jdbc:create work better with MS SQL Server
Content from issues.apache.org is not included.KARAF-3962Client can't use properties defined in custom.properties
Content from issues.jboss.org is not included.ENTESB-3717Backport PAXURL-313 to Fuse 6.2
Content from issues.jboss.org is not included.ENTESB-3877Reinstate openjpa feature that was removed in 6.2
Content from issues.jboss.org is not included.ENTESB-4045Upgrade CDI 1.2 Weld implementation to version 2.3.0.Final
Content from issues.jboss.org is not included.ENTESB-4052add a dummy KarafMBeanServerBuilder back and restore the bin/karaf script
Content from issues.jboss.org is not included.ENTESB-4196Align versions of JBoss Logging distributed in Fuse to 3.3.0.Final
Content from issues.jboss.org is not included.ENTESB-4332Update weld feature to use CDI 1.2 and Weld 2.3

6.8. Fuse Fabric - 6.2.1

Table 6.8, “Fabric Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.8. Fabric Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-3416Make sure all bundles are in the Active state by default
Content from issues.jboss.org is not included.ENTESB-1235insight + camel does not work
Content from issues.jboss.org is not included.ENTESB-4269Camel / Fabric8 features should use servicemix-specs version of jsr311-api
Content from issues.jboss.org is not included.ENTESB-3494Update Aether libraries (0.9.0.M2 has serious bug)
Content from issues.jboss.org is not included.ENTESB-3717Backport PAXURL-313 to Fuse 6.2
Content from issues.jboss.org is not included.ENTESB-3904fix test failure in patch-itests
Content from issues.jboss.org is not included.ENTESB-4242Disable patch migrator build

6.9. Management Console - 6.2.1

Table 6.9, “Enhancements in 6.2.1” lists the enhancements in 6.2.1.

Table 6.9. Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.ENTESB-1487Repositories indexed by the Hawtio Maven Indexer Plugin should be easily configured
Content from issues.jboss.org is not included.ENTESB-1694Create shading of profile list in Create container/add profiles to container similar as in in Wiki page

6.10. JON Plug-Ins

Table 6.10, “JON Plug-In Enhancements in 6.2.1” lists the enhancements in version 6.2.1.

Table 6.10. JON Plug-In Enhancements in 6.2.1

EnhancementDescription
Content from issues.jboss.org is not included.FUSEJON-112Add support for monitoring JBoss Fuse services for ActiveMQ, Camel and CXF deployed in JBoss EAP 6, JBoss AS7 or Wildfly8
Content from issues.jboss.org is not included.FUSEJON-117Add support for monitoring AMQ broker storage in JON

Chapter 7. Supported Configurations

7.1. Information on the Customer Portal

For information about supported configurations, standards, and components in version 6.2.1, see the following Customer Portal articles:

Legal Notice

Trademark Disclaimer

The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at Content from creativecommons.org is not included.http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, JBoss, MetaMatrix, Fedora, the Infinity Logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Apache, ServiceMix, Camel, CXF, and ActiveMQ are trademarks of Apache Software Foundation. Any other names contained herein may be trademarks of their respective owners.