Skip to content

Commit

Permalink
Fix JAXB version and XML namespace for jms-spec-wsdl.xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
reta committed Dec 9, 2024
1 parent b4c84fa commit e92a08b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:soapjms="http://www.w3.org/2010/soapjms/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:jaxb="https://jakarta.ee/xml/ns/jaxb"
targetNamespace="http://www.w3.org/2010/soapjms/"
elementFormDefault="qualified" jaxb:version="2.0">
elementFormDefault="qualified" jaxb:version="3.0">

<xs:element name="jndiContextParameter" type="soapjms:jndiContextParameterType" />
<xs:element name="jndiConnectionFactoryName" type="soapjms:jndiConnectionFactoryNameType" />
Expand Down

0 comments on commit e92a08b

Please sign in to comment.