Return-Path: X-Original-To: apmail-isis-users-archive@www.apache.org Delivered-To: apmail-isis-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9DBD9100A7 for ; Wed, 26 Aug 2015 13:22:54 +0000 (UTC) Received: (qmail 9697 invoked by uid 500); 26 Aug 2015 13:22:49 -0000 Delivered-To: apmail-isis-users-archive@isis.apache.org Received: (qmail 9665 invoked by uid 500); 26 Aug 2015 13:22:49 -0000 Mailing-List: contact users-help@isis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@isis.apache.org Delivered-To: mailing list users@isis.apache.org Received: (qmail 9654 invoked by uid 99); 26 Aug 2015 13:22:49 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 13:22:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id D29E1182100 for ; Wed, 26 Aug 2015 13:22:48 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.994 X-Spam-Level: ** X-Spam-Status: No, score=2.994 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id HGadLarPYiEZ for ; Wed, 26 Aug 2015 13:22:39 +0000 (UTC) Received: from smtp1.pocos.nl (smtp1.pocos.nl [109.235.32.66]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 91914334FA for ; Wed, 26 Aug 2015 13:22:38 +0000 (UTC) Received: from [109.235.34.226] (helo=[10.0.3.211]) by smtp1.pocos.nl with esmtp (Exim 4.84) (envelope-from ) id 1ZUaeB-0001JY-Aa for users@isis.apache.org; Wed, 26 Aug 2015 15:21:52 +0200 Message-ID: <55DDBD6B.7030209@pocos.nl> Date: Wed, 26 Aug 2015 15:21:47 +0200 From: Erik de Hair User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: users@isis.apache.org Subject: Re: Exception while deploying application using (1.9.0-SNAPSHOT) References: <55DC5BCB.4080904@pocos.nl> <55DDAD10.4020608@pocos.nl> In-Reply-To: Content-Type: multipart/alternative; boundary="------------040808080406020805050706" --------------040808080406020805050706 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit >> that existed in isis-core-metamodel-1.8.0 but doesn't exist anymore in >> isis-core-metamodel-1.9.0-SNAPSHOT, while PersistenceSessionFactory from >> isis-core-runtime-1.9.0-SNAPSHOT still has the following assignment: >> >> >> private final ServicesInjectorSpi servicesInjector = new >> ServicesInjectorDefault(); (line 66) >> >> >> Can you confirm this? > > > I think you are picking up an old version of PersistenceSessionFactory. > The current version of that class is: > > https://github.com/apache/isis/blob/master/core/runtime/src/main/java/org/apache/isis/core/runtime/system/persistence/PersistenceSessionFactory.java#L66 > I've got a file isis-core-runtime-1.9.0-SNAPSHOT.jar in my local mvn repo. The corresponding source file shows the same content as in [1] but when decompiling the class it shows an old version containing the default constructor. There's a file isis-core-runtime-1.9.0-20150825.065820-165.jar that has the right content in the source as well when decompiling. The jar in my WEB-INF/lib has the wrong version of the class also. Is the jar in the central repo correct? Erik > HTH > Dan > > --------------040808080406020805050706--