[jboss-user] [JBoss Seam] - Re: Page takes too long to load
kosiakk
do-not-reply at jboss.com
Fri Aug 24 04:09:25 EDT 2007
Double-check your *.page.xml
xmlns and xsi:schemaLocation should be set very carefully.
For example:
<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.0.xsd"
If xsd for namespace http://jboss.com/products/seam/pages would'n be found in LIBs, then xml-processor will download it from http://jboss.com/products/seam/pages-2.0.xsd, each time!!
You can check your firewall log
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4077646#4077646
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4077646
More information about the jboss-user
mailing list