Return-Path: Delivered-To: apmail-geronimo-activemq-dev-archive@www.apache.org Received: (qmail 10616 invoked from network); 30 Aug 2006 09:37:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Aug 2006 09:37:43 -0000 Received: (qmail 87867 invoked by uid 500); 30 Aug 2006 09:37:42 -0000 Delivered-To: apmail-geronimo-activemq-dev-archive@geronimo.apache.org Received: (qmail 87842 invoked by uid 500); 30 Aug 2006 09:37:42 -0000 Mailing-List: contact activemq-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-dev@geronimo.apache.org Received: (qmail 87833 invoked by uid 99); 30 Aug 2006 09:37:42 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 02:37:42 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Aug 2006 02:37:41 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 457227142D4 for ; Wed, 30 Aug 2006 09:34:23 +0000 (GMT) Message-ID: <17161669.1156930463281.JavaMail.jira@brutus> Date: Wed, 30 Aug 2006 02:34:23 -0700 (PDT) From: "Fritz Oconer (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Resolved: (AMQ-902) Exception thrown when compiling activemq-optional. In-Reply-To: <7648776.1156921586129.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 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ https://issues.apache.org/activemq/browse/AMQ-902?page=all ] Fritz Oconer resolved AMQ-902. ------------------------------ Fix Version/s: 4.0.1 Resolution: Fixed > Exception thrown when compiling activemq-optional. > -------------------------------------------------- > > Key: AMQ-902 > URL: https://issues.apache.org/activemq/browse/AMQ-902 > Project: ActiveMQ > Issue Type: Bug > Components: Transport > Reporter: Fritz Oconer > Assigned To: Fritz Oconer > Priority: Critical > Fix For: 4.0.1 > > > The exception below is thrown when compiling activemq-optional. > "[WARNING] Unable to get resource from repository central (http://ibiblio.org/maven2/) > [INFO] [compiler:compile] > Compiling 12 source files to D:\logicblaze\working-source\activemq\activemq-optional\target\classes > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Compilation failure > D:\logicblaze\working-source\activemq\activemq-optional\src\main\java\org\apache\activemq\transport\https\HttpsTransportServer.java:[51,36] cannot find symbol > symbol : method setAlgorithm(java.lang.String) > location: class org.mortbay.jetty.security.SslSocketConnector" > -------------------------------------------------------------------------------- > There was an update made on jetty dependency version from 6.0.0rc0 to 6.0.0rc2 wherein the method "setAlgorithm(String)" of "org.mortbay.jetty.security.SslSocketConnector" was changed to a more specific methods "setSecureRandomAlgorithm(String), setSslKeyManagerFactoryAlgorithm(String) and setSslTrustManagerFactoryAlgorithm(String)". This change caused the class "HttpsTransportServer." to throw an exception since it can no longer find the "setAlgorithm(String)" method. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira