User development,

A new message was posted in the thread "Tools 3.1 CR1 generation issue":

http://community.jboss.org/message/519049#519049

Author  : David Hibbs
Profile : http://community.jboss.org/people/sage.sam

Message:
--------------------------------------------------------------
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:
 
{code:xml}<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">{code}
 
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!

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/519049#519049


_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to