My project on JBoss 4.2.GA has the same problem.

I don't think the first message is connected to the problem. It is an Warning 
becouse you copy this from examples:


  |     <security-constraint> 
  |         <display-name>Restrict XHTML Documents</display-name>
  |         <web-resource-collection>
  |             <web-resource-name>XHTML</web-resource-name>
  |             <url-pattern>*.xhtml</url-pattern>
  |         </web-resource-collection>
  |         <auth-constraint>
  |             <role-name>NONE</role-name>
  |         </auth-constraint>
  |     </security-constraint>
  | 

Other people are announcing the same problem (I think):

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=108938

For now, I still using 4.0.5GA.


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

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

Reply via email to