Hi Ted.
Configuration in the web.xml looks correct, but still getting the same error
{emoticon:class=jive_macro
jive_emote|src=https://static.jboss.org/developer/6.0.3.60ddddd/images/em...
<security-role>
<description>security role</description>
<role-name>odata</role-name>
</security-role>
<security-constraint>
<display-name>require valid user</display-name>
<web-resource-collection>
<web-resource-name>Teiid Rest Application</web-resource-name>
<url-pattern>/*</url-pattern>
</web-resource-collection>
<auth-constraint>
<role-name>odata</role-name>
</auth-constraint>
</security-constraint>
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>localhost</realm-name>
</login-config>
Posted by forums
Original post:
https://developer.jboss.org/message/907059#907059