4 Replies Latest reply on Jan 20, 2010 9:42 AM by six-p4ck

    Tools 3.1 CR1 generation issue

    sage.sam

      I did a fresh install from the ground up of Eclipse and the full JBoss tools suite to give them a whirl.  I also downloaded the 2.2.0 GA release of SEAM and used that in my setup of the tools.

       

      As a first experiment, I decided to take a shot at reverse engineering the components for the open18 demo from Seam In Action.  I struggled a bit at first as it kept telling me it couldn't connect to the database (H2, after all, only allows a single connection) but was able to get past that finally by telling the DB perspective to work in offline mode.

       

      Generation accomplished, now it's time to look at what was created!

       

      When I checked my problems view, I found a STACK of errors, all the same:


      cvc-elt.1: Cannot find the declaration of element 'page'.

       

      This, as one would expect, points at the top element of the page:

       

      <page xmlns="http://jboss.com/products/seam/pages"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.2.xsd"
            no-conversation-view-id="/CourseList.xhtml"
            login-required="true">

       

      If I change this to pages-2.1.xsd, the error is cleared.  Is this an enhancement that is in the current SEAM nightly builds, or am I missing something?

       

      In case it's relevant, I used the ZIP version of the download site for its quick setup/install.

       

      Any input is appreciated!