[jbdevstudio-users] OData Error

Jaideep Joshi jbdevstudio-users at lists.jboss.org
Tue Oct 14 13:39:35 EDT 2014


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/emoticons/sad.png|__jive_emoticon_name=sad} 
<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


More information about the jbdevstudio-users mailing list