Return-Path: Delivered-To: apmail-tiles-users-archive@locus.apache.org Received: (qmail 52551 invoked from network); 29 Jun 2007 21:27:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jun 2007 21:27:13 -0000 Received: (qmail 96312 invoked by uid 500); 29 Jun 2007 21:27:16 -0000 Delivered-To: apmail-tiles-users-archive@tiles.apache.org Received: (qmail 96290 invoked by uid 500); 29 Jun 2007 21:27:16 -0000 Mailing-List: contact users-help@tiles.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@tiles.apache.org Delivered-To: mailing list users@tiles.apache.org Received: (qmail 96275 invoked by uid 99); 29 Jun 2007 21:27:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 14:27:16 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of thechrispratt@gmail.com designates 64.233.166.183 as permitted sender) Received: from [64.233.166.183] (HELO py-out-1112.google.com) (64.233.166.183) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 14:27:12 -0700 Received: by py-out-1112.google.com with SMTP id f31so2412186pyh for ; Fri, 29 Jun 2007 14:26:51 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=YvH1fXaaAfgidaocTkwdGhy9qsi9K1/Wvu5qAa8FHYwgSsCLgadi/4SM/YAAnspYhhfTtxkQAFvSXO/A0bFuJdx4kS8Ollx02NSNVIcmNWN8j+zGYqRhdJP2hX3yNSHo3ByU2SyVuw2Sdj3tOW+IZblV19FqBtQZh97dpIHhoeA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ZYe+1TxZWWeHB1fm8mtQPWrptgIxGZiYVUHV3FrUB/xNvEQXBJ6yF/9/2y+UpjHOdc7b06DlgwDBrJv52MRnR6gKJfRw0Xmj7MZtvA55ZaFEtTPCyf3V5wFsgeTkmvEogeKc1uqKR6Y4QZp9RK3g6S2GRruiJFa5IEvmD1PMU1Y= Received: by 10.65.98.12 with SMTP id a12mr6133655qbm.1183152411212; Fri, 29 Jun 2007 14:26:51 -0700 (PDT) Received: by 10.64.47.17 with HTTP; Fri, 29 Jun 2007 14:26:51 -0700 (PDT) Message-ID: <42db7f0a0706291426k5260b6b9y8ee1fe940e04d623@mail.gmail.com> Date: Fri, 29 Jun 2007 14:26:51 -0700 From: "Chris Pratt" To: users@tiles.apache.org Subject: Re: Tiles 2 and MyFaces example In-Reply-To: <91478db0706291254t6b166b66i66c02ac070a63db6@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_64886_29244808.1183152411177" References: <42db7f0a0706291209x521ea8cerec49fccd0ee5b3fc@mail.gmail.com> <46856060.9000000@kamakuraco.com> <91478db0706291254t6b166b66i66c02ac070a63db6@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_64886_29244808.1183152411177 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline You may not have run into this because you are using Struts 1 (I'm attempting to use straight MyFaces with Tiles 2), but when the web app starts up, I get the an exception, is there any way to prevent this? (*Chris*) java.lang.NoClassDefFoundError: org/apache/struts/tiles/DefinitionsFactoryException at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2357) at java.lang.Class.getConstructor0(Class.java:2671) at java.lang.Class.getConstructor(Class.java:1629) at org.apache.myfaces.config.FacesConfigurator.getApplicationObject( FacesConfigurator.java:677) at org.apache.myfaces.config.FacesConfigurator.configureApplication( FacesConfigurator.java:602) at org.apache.myfaces.config.FacesConfigurator.configure( FacesConfigurator.java:148) at org.apache.myfaces.webapp.StartupServletContextListener.initFaces( StartupServletContextListener.java:68) at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized( StartupServletContextListener.java:51) at com.caucho.server.webapp.Application.start(Application.java:1647) at com.caucho.server.deploy.DeployController.startImpl( DeployController.java:621) at com.caucho.server.deploy.DeployController.restartImpl( DeployController.java:584) at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.alarm( StartAutoRedeployAutoStrategy.java:176) at com.caucho.server.deploy.DeployController.handleAlarm( DeployController.java:742) at com.caucho.util.Alarm.handleAlarm(Alarm.java:339) at com.caucho.util.Alarm.run(Alarm.java:309) at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:516) at com.caucho.util.ThreadPool.run(ThreadPool.java:442) at java.lang.Thread.run(Thread.java:595) On 6/29/07, Greg Reddin wrote: > > On 6/29/07, Ray Clough wrote: > > > > I have an app using S2, S1, MyFaces, and Tiles. We are using > > Tiles-2.0.4 in all three modules, so we are not using the Struts-Tiles > > plugins either in S1 or S2. All pages are Tiles, even the JSF pages. > > > > Wow! That's impressive!. Thanks for sharing. > ------=_Part_64886_29244808.1183152411177--