The connection to the internet is needed when sax parser is trying to fetch the 
DTD or xsd files for validating the shema.

This usually happens when you have pages.xml that has different version of seam 
shema than version of seam.

for instance the pages.xml schema for seam 2.0 should be
<pages 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.0.xsd";
  | 
and not pages-1.2.xsd.(as of seam 1.2.x)

did you upgrade seam and didn't update the shemas on your configuration 
documents?

cheers,
tomaz

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072231#4072231

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4072231
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to