1 Reply Latest reply on Jun 27, 2007 2:47 PM by norman.richards

    Seam 2 Beta: XSD missing for transaction: and web: namespace

      Unless I'm using the wrong URLs, it looks like the XSD definitions are missing for transaction and web namespaces. Here's my components.xml:

      <?xml version="1.0" encoding="UTF-8"?>
      <components xmlns="http://jboss.com/products/seam/components"
       xmlns:core="http://jboss.com/products/seam/core"
       xmlns:persistence="http://jboss.com/products/seam/persistence"
       xmlns:transaction="http://jboss.com/products/seam/transaction"
       xmlns:security="http://jboss.com/products/seam/security"
       xmlns:pdf="http://jboss.com/products/seam/pdf"
       xmlns:web="http://jboss.com/products/seam/web"
       xmlns:framework="http://jboss.com/products/seam/framework"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="
       http://jboss.com/products/seam/components http://jboss.com/products/seam/components-2.0.xsd
       http://jboss.com/products/seam/core http://jboss.com/products/seam/core-2.0.xsd
       http://jboss.com/products/seam/persistence http://jboss.com/products/seam/persistence-2.0.xsd
       http://jboss.com/products/seam/transaction http://jboss.com/products/seam/transaction-2.0.xsd
       http://jboss.com/products/seam/security http://jboss.com/products/seam/security-2.0.xsd
       http://jboss.com/products/seam/pdf http://jboss.com/products/seam/pdf-2.0.xsd
       http://jboss.com/products/seam/web http://jboss.com/products/seam/web-2.0.xsd
       http://jboss.com/products/seam/framework http://jboss.com/products/seam/framework-2.0.xsd">
      <<...snip...>>
      </components>
      


      All namespaces resolved fine, except http://jboss.com/products/seam/transaction-2.0.xsd and http://jboss.com/products/seam/web-2.0.xsd. I tried these links in browser, they are broken. All other XSD references are ok.