Return-Path: X-Original-To: apmail-cayenne-dev-archive@www.apache.org Delivered-To: apmail-cayenne-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC9204C8B for ; Sun, 19 Jun 2011 02:13:51 +0000 (UTC) Received: (qmail 49894 invoked by uid 500); 19 Jun 2011 02:13:51 -0000 Delivered-To: apmail-cayenne-dev-archive@cayenne.apache.org Received: (qmail 49860 invoked by uid 500); 19 Jun 2011 02:13:51 -0000 Mailing-List: contact dev-help@cayenne.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cayenne.apache.org Delivered-To: mailing list dev@cayenne.apache.org Received: (qmail 49851 invoked by uid 99); 19 Jun 2011 02:13:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 02:13:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of esudharaka@gmail.com designates 209.85.212.43 as permitted sender) Received: from [209.85.212.43] (HELO mail-vw0-f43.google.com) (209.85.212.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Jun 2011 02:13:44 +0000 Received: by vws10 with SMTP id 10so4344145vws.16 for ; Sat, 18 Jun 2011 19:13:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=deWHEbGWg5iThIiyXsEOm2LXtRJaYK8m93V3sMhpscU=; b=bUk59/TM2Bf0hCaW+dU0+OoWmv/6oUbGCsYTIvxnohuSgF8NMQiqyTjtQw/0BRZZTC 9g5VOtax1uVhPFOewLJw/PLeE+kcl8PP3Ir2A31zB55uvrpcoNtE7CX/pobzAkGicSX9 /TAC+I9LP2IlYJcUMAxhZIZiwjd1DdHYnjT6A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=vxOx0G7oZx7UpKh/p0AfZ9sTSAKkiPNcUICrns0wGbAXEQkpT1UriwOTREojzKepCk Ipn3vAgm/ScxSjPmD0Uo2ToAZcaNaJBFD3s2diIDthdhK87E0EmNKrMY6CLJ1k7vGphp +9NDgvZA8jjun7wNpys8h7GhV9amb6TrNQ228= MIME-Version: 1.0 Received: by 10.52.97.8 with SMTP id dw8mr1751407vdb.150.1308449603165; Sat, 18 Jun 2011 19:13:23 -0700 (PDT) Received: by 10.52.182.67 with HTTP; Sat, 18 Jun 2011 19:13:23 -0700 (PDT) Date: Sun, 19 Jun 2011 07:43:23 +0530 Message-ID: Subject: Binding Exception From: Eshan Sudharaka To: dev@cayenne.apache.org Content-Type: multipart/alternative; boundary=20cf307d01e4cd9d9804a6072979 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307d01e4cd9d9804a6072979 Content-Type: text/plain; charset=ISO-8859-1 Hi , I am trying to to following binding. binder.bind(Application.class).to(PluginApplication.class); PluginApplication class does not have a default constructor(has a constructor with args) and the Application class is the one in the modeler. And i am getting following exception. http://pastebin.com/PuJJRBZC What is the reason for this exception ? -- *~Thanks & Regards~* *** * P.A.Eshan Sudharaka Dept of Computer Science and Engineering University of Moratuwa Sri Lanka http://esudharaka.blogspot.com/ --20cf307d01e4cd9d9804a6072979--