From commits-return-27668-archive-asf-public=cust-asf.ponee.io@netbeans.apache.org Tue Feb 11 18:26:02 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id CEBEB18063F for ; Tue, 11 Feb 2020 19:26:01 +0100 (CET) Received: (qmail 42689 invoked by uid 500); 11 Feb 2020 18:26:01 -0000 Mailing-List: contact commits-help@netbeans.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@netbeans.apache.org Received: (qmail 42680 invoked by uid 99); 11 Feb 2020 18:26:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Feb 2020 18:26:01 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 8D6D8E0901 for ; Tue, 11 Feb 2020 18:26:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 06C9A7803DD for ; Tue, 11 Feb 2020 18:26:00 +0000 (UTC) Date: Tue, 11 Feb 2020 18:26:00 +0000 (UTC) From: "Kenneth Fogel (Jira)" To: commits@netbeans.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NETBEANS-3859) Deployment of war file with glassfish-resources.xml inordinately slow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Kenneth Fogel created NETBEANS-3859: --------------------------------------- Summary: Deployment of war file with glassfish-resources.xml i= nordinately slow Key: NETBEANS-3859 URL: https://issues.apache.org/jira/browse/NETBEANS-3859 Project: NetBeans Issue Type: Bug Affects Versions: 11.2 Environment: Windows 10, Java 11, Payara 11.2, Jakarta 8.0, Eclips= eLink Reporter: Kenneth Fogel Fix For: Next If a web app managed by Maven has a glassfish-resources.xml file the time t= o deploy is a minimum of 50 seconds to Payara. Manually deploying the war t= o Payara's autodeploy folder or by using the Maven Cargo plugin occurs almo= st instantly. Renaming glassfish-resources.xml to payara-resources.xml resolves the probl= em. Changing the dtd reference from=C2=A0"http://glassfish.org/dtds/glassfi= sh-resources_1_5.dtd" to=C2=A0"https://raw.githubusercontent.com/payara/Pay= ara-Server-Documentation/master/schemas/payara-resources_1_6.dtd" also reso= lves the problem. Yet, the dtd is already in Payara at=C2=A0/glassfish/lib/dtds/ . I suspect but cannot prove that something in NetBeans, possibly the Payara = plugin, attempts to access the dtd file on the web where it does not exist.= The URL for the server in this environment is localhost:8080. This issue did not occur in older versions of netbeans such as 8.2 =C2=A0 -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org For additional commands, e-mail: commits-help@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists