Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-tck-dev] How to correct: Expecting namespace 'http://jakarta.ee/xml/ns/jakartaee', but the target namespace of the schema document is 'https://jakarta.ee/xml/ns/jakartaee'

I would suggest using https everywhere.

Ivar

On Thu, Jun 11, 2020 at 7:52 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:
Hi,


"
Error occurred during deployment: Exception while deploying the app [ejb_sam_Hello] : org.xml.sax.SAXParseExceptionpublicId: file:/root/vi/glassfish6/glassfish/lib/schemas/ejb-jar_4_0.xsd; lineNumber: 26; columnNumber: 20; Deployment descriptor file META-INF/ejb-jar.xml in archive [ejb_sam_Hello_ejb_jar]. TargetNamespace.1: Expecting namespace 'http://jakarta.ee/xml/ns/jakartaee', but the target namespace of the schema document is 'https://jakarta.ee/xml/ns/jakartaee'
"

Glassfish is using https in its ejb-jar_4_0.xsd (looks the same as https://jakarta.ee/xml/ns/jakartaee/ejb-jar_4_0.xsd), however in the Platform TCK, we previously referred to http://java.sun.com/xml/ns/j2ee and are now referring to http://jakarta.ee/xml/ns/jakartaee.

Should we change the Platform TCK to instead use https when referring to jakarta.ee/xml/ns/jakartaee??

Or something else?

Scott
_______________________________________________
jakartaee-tck-dev mailing list
jakartaee-tck-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jakartaee-tck-dev


--

Ivar Grimstad

Jakarta EE Developer Advocate | Eclipse Foundation, Inc.

Community. Code. Collaboration. 

Join us at our virtual event:
EclipseCon 2020 - October 20-22


Back to the top