Bug 986206 - Incompatible Netty versions strings between Netty and HornetQ
Summary: Incompatible Netty versions strings between Netty and HornetQ
Keywords:
Status: CLOSED DUPLICATE of bug 986195
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Build
Version: 6.1.1
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: Paul Gier
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-07-19 08:41 UTC by Martin Svehla
Modified: 2013-07-19 08:43 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-19 08:43:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Martin Svehla 2013-07-19 08:41:09 UTC
Description of problem:

hornetq-core-client-2.3.2.Final-redhat-1.jar expects Netty version 3.6.6.Final-redhat-1-90e1eb2, but netty-3.6.6.Final-redhat-1.jar provides version id 
3.6.6.Final-redhat-1-fd3c6b7.


Version-Release number of selected component:

EAP 6.1.1.ER3, HornetQ 2.3.2.Final, Netty 3.6.6.Final


Expected results:

Unpack hornetq-version.properties from hornetq-core-client jar. hornetq.netty.version is 3.6.6.Final-redhat-1-90e1eb2.

Unpack netty jar and run javap -constants org.jboss.netty.util.Version. Output is:
Compiled from "Version.java"
public final class org.jboss.netty.util.Version {
  public static final java.lang.String ID = "3.6.6.Final-redhat-1-fd3c6b7";
  public static void main(java.lang.String[]);
}

Both netty version strings should be same.

Comment 1 Martin Svehla 2013-07-19 08:43:31 UTC

*** This bug has been marked as a duplicate of bug 986195 ***


Note You need to log in before you can comment on or make changes to this bug.