Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/labs/011_connect_vdb.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,10 @@ NOTE: Starting with Red Hat JBoss Data Virtualization 6.3.0 OData v4 is supporte
image:demo-odata.png[]

==== How to access the data
When you have successfully deployed the Financials VDB into the JBoss Data Virtualization server, the OData protocol support is implicitly provided by the JBoss Data Virtualization server without any further configuration.
When you have successfully deployed the Financials VDB into the JBoss Data Virtualization server, the OData protocol support is implicitly provided by the JBoss Data Virtualization server without any further configuration.

NOTE: You may need to add the role "odata" to the teiidUser in application-roles.properties if you get an error stating that the "Access to the requested resource has been denied"

Now, open up a browser and point it to the following URL: http://localhost:8080/odata4/Financials.1/All_Customers/CUSTOMER.
If you are requested to type in a username/password enter teiidUser/redhat1!. This is similar to making a JDBC/ODBC connection and issuing a SQL call as

Expand Down