[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1628) lack of support for java 1.4 clients

alexguev (JIRA) jira-events at lists.jboss.org
Fri May 15 17:05:46 EDT 2009


lack of support for java 1.4 clients
------------------------------------

                 Key: JBMESSAGING-1628
                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1628
             Project: JBoss Messaging
          Issue Type: Bug
          Components: JMS Remoting
    Affects Versions: 1.4.3.GA
         Environment: windows xp, j2sdk1.4.2_13 and jdk1.6.0_05
            Reporter: alexguev
            Assignee: Tim Fox


The messaging clients libraries are java 5 bytecode, which prevents the use of jboss messaging from java 1.4 code. I made an attempt to retro-translate the messaging client libraries using the retrotranslator project with limited success. Basically, things went pretty well up to the point where the java vm complained with this error:

java.lang.ClassFormatError: org/jboss/jms/client/delegate/ClientConnectionFactoryDelegate (Invalid start_pc/length in local var table)

I was wondering if there are any plans for jboss-messaging to support java 1.4 clients ? also, should I try using the jboss-retro project instead ?

thanks in advance.




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list