You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "ajbanck (JIRA)" <ji...@apache.org> on 2008/06/01 01:18:00 UTC

[jira] Commented: (AMQ-1759) ActiveMQ 4.1.2 packaged with geronimo-jms_1.1_spec-1.1.1.jar that is not Java 1.4 compatible

    [ https://issues.apache.org/activemq/browse/AMQ-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43138#action_43138 ] 

ajbanck commented on AMQ-1759:
------------------------------

Seems to have gone wrong in branches/activemq-4.1/pom.xml rev 642422 
The dependency version was changed from use of property to 1.1.1, property with value 1.0 still there unused:

- <dependency>
  <groupId>org.apache.geronimo.specs</groupId> 
  <artifactId>geronimo-jms_1.1_spec</artifactId> 
  <version>1.1.1</version> 
  </dependency>

....

<org-apache-geronimo-specs-version>1.0</org-apache-geronimo-specs-version> 

Version should be 1.0

> ActiveMQ 4.1.2 packaged with geronimo-jms_1.1_spec-1.1.1.jar that is not Java 1.4 compatible
> --------------------------------------------------------------------------------------------
>
>                 Key: AMQ-1759
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1759
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.1.2
>            Reporter: ajbanck
>            Priority: Critical
>             Fix For: 4.1.3
>
>
> 4.1.2 is build/delivered with geronimo-jms_1.1_spec-1.1.1.jar is build with 1.5 (Java 5) This version is not 1.4 compatible, using ActiveMQ 4.1.2 on a 1.4 JVM throws exception:
> [ERROR] java.lang.UnsupportedClassVersionError: javax/jms/Message (Unsupported major.minor version 49.0)
> 4.1.1 used geronimo-jms_1.1_spec-1.0.jar that is compiled with 1.4
> As I understand JVM 1.4 support is dropped in 5.x, not 4.x

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.