Return-Path: Delivered-To: apmail-openejb-commits-archive@www.apache.org Received: (qmail 4293 invoked from network); 6 Sep 2009 21:38:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Sep 2009 21:38:22 -0000 Received: (qmail 50270 invoked by uid 500); 6 Sep 2009 21:38:22 -0000 Delivered-To: apmail-openejb-commits-archive@openejb.apache.org Received: (qmail 50252 invoked by uid 500); 6 Sep 2009 21:38:22 -0000 Mailing-List: contact commits-help@openejb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openejb.apache.org Delivered-To: mailing list commits@openejb.apache.org Received: (qmail 50243 invoked by uid 99); 6 Sep 2009 21:38:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2009 21:38:22 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2009 21:38:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7C591234C044 for ; Sun, 6 Sep 2009 14:37:57 -0700 (PDT) Message-ID: <2064057551.1252273077491.JavaMail.jira@brutus> Date: Sun, 6 Sep 2009 14:37:57 -0700 (PDT) From: "Jonathan Gallimore (JIRA)" To: commits@openejb.apache.org Subject: [jira] Updated: (OPENEJB-1057) Ignore .DS_Store files when deploying in Tomcat In-Reply-To: <837163628.1249412894880.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/OPENEJB-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Gallimore updated OPENEJB-1057: ---------------------------------------- Attachment: openejb-1057.diff look at excludes attribute on deployments in openejb.xml > Ignore .DS_Store files when deploying in Tomcat > ----------------------------------------------- > > Key: OPENEJB-1057 > URL: https://issues.apache.org/jira/browse/OPENEJB-1057 > Project: OpenEJB > Issue Type: Improvement > Components: tomcat > Reporter: Jonathan Gallimore > Assignee: Jonathan Gallimore > Priority: Minor > Attachments: openejb-1057.diff, openejb-1057.diff > > > From Riaz: > Hello, > Is there a way to make OpenEJB3 not constantly try to initialize .DS_Store > within webapps (or wherever) and throwing a repeated error which is making > my Eclipse console eternally long with pointless errors. > The error is: > Error deploying application /Developer/Tomcat/webapps/.DS_Store > org.apache.openejb.config.UnknownModuleTypeException: Unable to determine > module type for jar: file:/Developer/Tomcat/webapps/.DS_Store: Unknown > module type: url=file:/Developer/Tomcat/webapps/.DS_Store > at > org.apache.openejb.config.DeploymentLoader.load(DeploymentLoader.java:122) > at > org.apache.openejb.tomcat.catalina.TomcatWebAppBuilder.checkHost(TomcatWebAppBuilder.java:467) > at > org.apache.openejb.tomcat.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:74) > at > org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1337) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1601) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1610) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1590) > at java.lang.Thread.run(Thread.java:637) > Caused by: org.apache.openejb.config.UnknownModuleTypeException: Unknown > module type: url=file:/Developer/Tomcat/webapps/.DS_Store > at > org.apache.openejb.config.DeploymentLoader.discoverModuleType(DeploymentLoader.java:1176) > at > org.apache.openejb.config.DeploymentLoader.load(DeploymentLoader.java:120) > According to Mac forums, .DS_Store cannot be disable on a local drive. > I googled around and found out that on the Geronimo task list, there was > mention of 'Ignore .DS_Store when scanning'. > Anything similar in OpenEJB? thanks -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.