From wink-user-return-410-apmail-incubator-wink-user-archive=incubator.apache.org@incubator.apache.org Tue May 22 12:20:59 2012 Return-Path: X-Original-To: apmail-incubator-wink-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-wink-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 315C49509 for ; Tue, 22 May 2012 12:20:59 +0000 (UTC) Received: (qmail 37349 invoked by uid 500); 22 May 2012 12:20:59 -0000 Delivered-To: apmail-incubator-wink-user-archive@incubator.apache.org Received: (qmail 37305 invoked by uid 500); 22 May 2012 12:20:58 -0000 Mailing-List: contact wink-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: wink-user@incubator.apache.org Delivered-To: mailing list wink-user@incubator.apache.org Received: (qmail 37294 invoked by uid 99); 22 May 2012 12:20:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 12:20:58 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of edd@eddgrant.com does not designate 216.139.236.26 as permitted sender) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 May 2012 12:20:53 +0000 Received: from jim.nabble.com ([192.168.236.80]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SWo4n-0007mC-8a for wink-user@incubator.apache.org; Tue, 22 May 2012 05:20:33 -0700 Date: Tue, 22 May 2012 05:20:33 -0700 (PDT) From: Edd Grant To: wink-user@incubator.apache.org Message-ID: <1337689233238-7570933.post@n2.nabble.com> Subject: How do I configure a custom HandlersFactory when configuring Wink through Spring? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I am using Wink (1.2.0-incubating) with Spring support (using Spring 3.1.1-RELEASE). I can't for the life of me figure out how to register a custom HandlersFactory implementation. Currently I'm doing this in my Spring/Wink application context file as per the instructions here: http://incubator.apache.org/wink/1.0/html/5.5%20Spring%20Integration.html WEB-INF/wink.properties customPropertiesFactory Spring is starting up and Wink is being initialised at start-up, I have tested this through the fact that I can successfully call the 'healthChecker' Spring bean via an HTTP GET. However my HandlersFactory class never gets registered or called. This used to work fine when using the init-param servlet Style configuration but has stopped working when moving over to Spring. I can't find anything in the docs to explain how to configure this when using Spring. Please could someone advise? Many thanks, Edd -- View this message in context: http://apache-wink-users.3471013.n2.nabble.com/How-do-I-configure-a-custom-HandlersFactory-when-configuring-Wink-through-Spring-tp7570933.html Sent from the Apache Wink Users mailing list archive at Nabble.com.