Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4430B200B51 for ; Mon, 1 Aug 2016 11:39:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 42A95160A65; Mon, 1 Aug 2016 09:39:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 88E42160A5D for ; Mon, 1 Aug 2016 11:39:21 +0200 (CEST) Received: (qmail 91011 invoked by uid 500); 1 Aug 2016 09:39:20 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 90994 invoked by uid 99); 1 Aug 2016 09:39:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Aug 2016 09:39:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 914CD2C0D5E for ; Mon, 1 Aug 2016 09:39:20 +0000 (UTC) Date: Mon, 1 Aug 2016 09:39:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SYNCOPE-908) Exception when searching for any object to fill relationship MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 01 Aug 2016 09:39:22 -0000 [ https://issues.apache.org/jira/browse/SYNCOPE-908?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D154= 01771#comment-15401771 ]=20 ASF subversion and git services commented on SYNCOPE-908: --------------------------------------------------------- Commit c533ba9f882bb3fba6171c4a807582cbfc39d5ff in syncope's branch refs/he= ads/master from [~fmartelli] [ https://git-wip-us.apache.org/repos/asf?p=3Dsyncope.git;h=3Dc533ba9 ] [SYNCOPE-908] directory panel cast fixed > Exception when searching for any object to fill relationship > ------------------------------------------------------------ > > Key: SYNCOPE-908 > URL: https://issues.apache.org/jira/browse/SYNCOPE-908 > Project: Syncope > Issue Type: Bug > Components: console > Affects Versions: 2.0.0-M4 > Reporter: Francesco Chicchiricc=C3=B2 > Assignee: fabio martelli > Fix For: 2.0.0 > > > How to reproduce: > # edit an existing any object (PRINTER with test data) > # next to the Relationships tab > # add relationship > # select type ("neighborhood" with test data) > # select right type (PRINTER with test data) > # all PRINTER instances are shown > # click on the search box and provide any clause (say ATTRIBUTE key NOT = NULL) > # click on the lens icon > At this point an exception is reported:=20 > {code} > java.lang.ClassCastException: Cannot cast org.apache.syncope.client.conso= le.panels.search.AnyObjectSelectionDirectoryPanel to org.apache.syncope.cli= ent.console.panels.AnyObjectDirectoryPanel > at java.lang.Class.cast(Class.java:3186) > at org.apache.syncope.client.console.wizards.any.Relationships$Speci= fication.onEvent(Relationships.java:357) > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)