Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jersey-dev] [External] : Heroku archetype web.xml still broken
  • From: Maxim Nesen <maxim.nesen@xxxxxxxxxx>
  • Date: Fri, 26 Mar 2021 06:52:20 +0000
  • Accept-language: cs-CZ, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=oracle.com; dmarc=pass action=none header.from=oracle.com; dkim=pass header.d=oracle.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=0vTCgImDYctBwQw3Fv11DamGOH7SM0UmZ12cWVFwoNc=; b=R5wlJmVLQUQZ1fwVfVZJoRPlsYvk42vM/0KGHXtM3GJSd36JL7DEyyk53jR/afWatKgMcRsXGxBTEV8vudUMNJvuT9a0j13BhyzcXbBOwZHwZ21kY3VEaPQPpotv1PWWUZYaIn0llLbM/i1fppSYF6er26IUc5fR5zxYN042V1uIBqZDMivscSvso8kkY0aiLOFMIMiq+yj4rpU4VwflCL8kGYeBdWDFqZWotiOPJJ/68x0ocA2EF9twKeqmduIbs586td7xSUhad9a29Zb5TRx1Eh3tqezExrVDCiJfaKzsj1cUSJ1nGCd6pxIxXvGKbBY786fyBbhe6ORMBdNbRw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bPmb41w0Vlgrx8Z7xnxz9MyfMwO1zJQsjh99hiwCMCmVXnv3w0iHjSx+POI5gLE1jJu2p23Ghgwtx8pTAJt24ix6uLz3PGoSxyypteb/hzTBLEeEEXce7jujU1HVnOME7TIhnbKOfa7qqGz0htD6LzQcGhVbcB6JLfJ1xrgAISqSnL2qHMQk8UghkT0FfnvDp+lJyKMkjLSpg0iFYFeXAfZzQAxAWeRyiA9aYcpa2afQLnAtcBsxdq516bKbLQqx8HBpB1y9LRuoRAjDEBbTmLEdwqh6C3I55FtifyLnILQJag1hyDVjRudaxq3iPc0y/RDupWtr4SS+seSDqcZymw==
  • Delivered-to: jersey-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jersey-dev/>
  • List-help: <mailto:jersey-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jersey-dev>, <mailto:jersey-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXIfCzSiHoo9fNn0qBZnNhZzGn1KqV1EhX
  • Thread-topic: [External] : [jersey-dev] Heroku archetype web.xml still broken

Hi,


The issue with Heroku archetype NS was introduced while moving to Jakarta EE 9 NS. This NS was not properly transferred to Jakarta EE 9 NS.

This will be fixed. Same for the broken URLs in project-info pages on the web site.


Thanks for reporting,

Regards,
Maxim

Od: jersey-dev <jersey-dev-bounces@xxxxxxxxxxx> za uživatele Som Lima <somplasticllc@xxxxxxxxx>
Odesláno: pátek 26. března 2021 4:32
Komu: jersey developer discussions <jersey-dev@xxxxxxxxxxx>
Předmět: [External] : [jersey-dev] Heroku archetype web.xml still broken
 
Thanks for trying to fix the heroku  archetype  web.xml .
I really appreciate  you listening  but it is wrong.

This is WRONG

This is RIGHT

I copied and pasted from jersey/examples/bookstore-webapp/src/main/webapp/WEB-INF/web.xml

I know it is wrong because if you upload the created project into eclipse it lights up in red  with the message

Multiple annotations found at this line:
- There are '5' errors in 'web-app_5_0.xsd'.
- schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/javaee/
web-app_5_0.xsd', because 1) could not find the document; 2) the document could not be read;
3) the root element of the document is not <xsd:schema>.


I know it is 5 errors but lists only 3) . Could be 4. It is what it is.

Regards


Back to the top