2 Replies Latest reply on Jul 7, 2008 11:41 AM by tony.herstell1

    XSD seems to be out of date

    tony.herstell1
      I did what I was told in the warning messages and changed to this ... (now execute)
      `       <!-- Config for login re-direct -->
              <event type="org.jboss.seam.notLoggedIn">
                      <action execute="#{redirect.captureCurrentView}" expression="" />
              </event>

              <event type="org.jboss.seam.postAuthenticate">
                      <action execute="#{redirect.returnToCapturedView}"
                              expression="" />
              </event>`

      I looked in the examples directory to try to find what the new schema I was supposed to use was.
      Has it changed?

      It seems to be this still... but I am getting warnings in IDE about xml not matching xsd.

      `<?xml version="1.0" encoding="UTF-8"?>
      <components xmlns="http://jboss.com/products/seam/components"
              xmlns:core="http://jboss.com/products/seam/core"
              xmlns:security="http://jboss.com/products/seam/security"
              xmlns:transaction="http://jboss.com/products/seam/transaction"
              xmlns:mail="http://jboss.com/products/seam/mail"
              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:schemaLocation="http://jboss.com/products/seam/core http://jboss.com/products/seam/core-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/components http://jboss.com/products/seam/components-2.0.xsd
                       http://jboss.com/products/seam/mail http://jboss.com/products/seam/mail-2.0.xsd">`