Return-Path: X-Original-To: apmail-karaf-issues-archive@minotaur.apache.org Delivered-To: apmail-karaf-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9C838D1D2 for ; Wed, 10 Oct 2012 22:41:03 +0000 (UTC) Received: (qmail 5258 invoked by uid 500); 10 Oct 2012 22:41:03 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 5230 invoked by uid 500); 10 Oct 2012 22:41:03 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 5222 invoked by uid 99); 10 Oct 2012 22:41:03 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Oct 2012 22:41:03 +0000 Date: Wed, 10 Oct 2012 22:41:03 +0000 (UTC) From: "Jamie goodyear (JIRA)" To: issues@karaf.apache.org Message-ID: <56235730.22872.1349908863537.JavaMail.jiratomcat@arcas> In-Reply-To: <377535600.22844.1349908263919.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (KARAF-1909) Compile error using IBM JDK on management mbeans SystemMBeanImpl MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473627#comment-13473627 ] Jamie goodyear commented on KARAF-1909: --------------------------------------- "FrameworkStartLevel.setStartLevel(startLevel, null)" should be an ok call to make according to the API: http://www.osgi.org/javadoc/r4v43/core/org/osgi/framework/startlevel/FrameworkStartLevel.html > Compile error using IBM JDK on management mbeans SystemMBeanImpl > ---------------------------------------------------------------- > > Key: KARAF-1909 > URL: https://issues.apache.org/jira/browse/KARAF-1909 > Project: Karaf > Issue Type: Bug > Components: karaf-core > Affects Versions: 2.3.0 > Reporter: Jamie goodyear > Assignee: Jamie goodyear > Priority: Blocker > Fix For: 2.3.0 > > > Build 2.3.0-SNAPSHOT with IBM JDK, will observe compile errors: > {code} > [INFO] Compilation failure > /x1/karaf/skaraf-2.3.x/management/mbeans/system/src/main/java/org/apache/karaf/management/mbeans/system/internal/SystemMBeanImpl.java:[119,72] error: cannot find symbol > symbol: method setStartLevel(int,) > location: class Object > /x1/karaf/skaraf-2.3.x/management/mbeans/system/src/main/java/org/apache/karaf/management/mbeans/system/internal/SystemMBeanImpl.java:[123,79] error: cannot find symbol > {code} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira