Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 12572 invoked from network); 1 Mar 2007 22:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 22:13:24 -0000 Received: (qmail 88573 invoked by uid 500); 1 Mar 2007 22:13:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 88546 invoked by uid 500); 1 Mar 2007 22:13:32 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 88532 invoked by uid 99); 1 Mar 2007 22:13:32 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 14:13:32 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2007 14:13:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 174A0714296 for ; Thu, 1 Mar 2007 14:13:03 -0800 (PST) Message-ID: <25595425.1172787183092.JavaMail.jira@brutus> Date: Thu, 1 Mar 2007 14:13:03 -0800 (PST) From: "Jason Dillon (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1184) Allow activeio 3.1-SNAPSHOT to be compiled with JDK 1.4 In-Reply-To: <1539514.1172703542852.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1184?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38623 ] Jason Dillon commented on AMQ-1184: ----------------------------------- Well... AIO is happy now... but looks like more Java 5 stuff is in the AMQ 4.1 snapshot: {noformat} java.lang.NoClassDefFoundError: java/util/concurrent/ExecutionException at org.apache.activemq.store.DefaultPersistenceAdapterFactory.createJournal(DefaultPersistenceAdapterFactory.java:224) at org.apache.activemq.store.DefaultPersistenceAdapterFactory.getJournal(DefaultPersistenceAdapterFactory.java:132) at org.apache.activemq.store.DefaultPersistenceAdapterFactory.createPersistenceAdapter(DefaultPersistenceAdapterFactory.java:70) at org.apache.activemq.broker.BrokerService.createPersistenceAdapter(BrokerService.java:1320) at org.apache.activemq.broker.BrokerService.getPersistenceAdapter(BrokerService.java:631) at org.apache.activemq.broker.BrokerService.createRegionBroker(BrokerService.java:1250) at org.apache.activemq.broker.BrokerService.createBroker(BrokerService.java:1209) at org.apache.activemq.broker.BrokerService.getBroker(BrokerService.java:508) at org.apache.activemq.broker.BrokerService.start(BrokerService.java:394) at org.apache.activemq.gbean.BrokerServiceGBeanImpl.doStart(BrokerServiceGBeanImpl.java:94) at org.apache.geronimo.gbean.runtime.GBeanInstance.createInstance(GBeanInstance.java:984) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.attemptFullStart(GBeanInstanceState.java:267) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.start(GBeanInstanceState.java:102) at org.apache.geronimo.gbean.runtime.GBeanInstanceState.startRecursive(GBeanInstanceState.java:124) at org.apache.geronimo.gbean.runtime.GBeanInstance.startRecursive(GBeanInstance.java:543) at org.apache.geronimo.kernel.basic.BasicKernel.startRecursiveGBean(BasicKernel.java:379) at org.apache.geronimo.kernel.config.ConfigurationUtil.startConfigurationGBeans(ConfigurationUtil.java:378) at org.apache.geronimo.kernel.config.KernelConfigurationManager.start(KernelConfigurationManager.java:187) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:527) at org.apache.geronimo.kernel.config.SimpleConfigurationManager.startConfiguration(SimpleConfigurationManager.java:508) at org.apache.geronimo.kernel.config.SimpleConfigurationManager$$FastClassByCGLIB$$ce77a924.invoke() at net.sf.cglib.reflect.FastMethod.invoke(FastMethod.java:53) ... {noformat} > Allow activeio 3.1-SNAPSHOT to be compiled with JDK 1.4 > ------------------------------------------------------- > > Key: AMQ-1184 > URL: https://issues.apache.org/activemq/browse/AMQ-1184 > Project: ActiveMQ > Issue Type: Improvement > Reporter: Jason Dillon > Fix For: 4.1.1 > > Attachments: usejdk14.diff > > > Use of one new-style for loop in activeio (and pom.xml config) is preventing activeio 3.1-SNAPSHOT from being used on JDK 1.4... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.