[jboss-user] [JBoss Seam] - Seam 2 Beta: XSD missing for transaction: and web: namespace
ASavitsky
do-not-reply at jboss.com
Wed Jun 27 14:42:33 EDT 2007
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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4058359#4058359
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4058359
More information about the jboss-user
mailing list