Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 94182 invoked from network); 3 Jul 2008 21:47:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Jul 2008 21:47:31 -0000 Received: (qmail 49914 invoked by uid 500); 3 Jul 2008 21:47:31 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 49894 invoked by uid 500); 3 Jul 2008 21:47:31 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 49883 invoked by uid 99); 3 Jul 2008 21:47:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 14:47:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of rhuddusa@gmail.com designates 72.14.220.153 as permitted sender) Received: from [72.14.220.153] (HELO fg-out-1718.google.com) (72.14.220.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2008 21:46:39 +0000 Received: by fg-out-1718.google.com with SMTP id l27so703722fgb.43 for ; Thu, 03 Jul 2008 14:46:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=+vr65uJIWsEd27Q2aO4RZBqgTmRf4XAA/Huq2Kwb0IM=; b=RKotL5g+4SJwv3+jNQy51hTzYazIWvaeDLsPWCIH8UJXWKIj28WWZvWOUK5cI/wjZy vX8ZoKJReC8UAoJ8EZeTYQUeQbiIWNlhDTLDQU+FhTuBGW1nCLjcweJ1xcbl+wh7sD+J A0VFgtd3cYlpPLUeib1pYc7JDaxMQcgXKKKFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=IMU3KN9Fv2/MgNdnaLkHai9sHe78+qJTCUaApMtHRAJeFx/uRLHdSHHEJbtl0hIQSl LXkZ9fgW//Pvm+foFKi112h8Jk1i0UlNWkLgTYLmeFM1TbsNQ69Fz7RL9JOMliEOKUzC BcYTUyR1SkAvKDiNHe+GbXSiDPHYJtcFzS5Ss= Received: by 10.86.23.17 with SMTP id 17mr276901fgw.32.1215121619646; Thu, 03 Jul 2008 14:46:59 -0700 (PDT) Received: by 10.86.53.13 with HTTP; Thu, 3 Jul 2008 14:46:59 -0700 (PDT) Message-ID: <548938550807031446q487d5840l939932689832619d@mail.gmail.com> Date: Thu, 3 Jul 2008 17:46:59 -0400 From: "Richard Huddleston" To: "Jackrabbit Users" Subject: StartupServletContextListener jboss 5 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to use jcr-explorer in jboss 5 and i want to remove the jcr-explorer dependencies on apache myfaces. what should i replace org.apache.myfaces.webapp.StartupServletContextListener with in jboss 5?