Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REST service not deploying #23

Open
pinkdevelops opened this issue Apr 13, 2015 · 0 comments
Open

REST service not deploying #23

pinkdevelops opened this issue Apr 13, 2015 · 0 comments

Comments

@pinkdevelops
Copy link

I noticed when creating a single source VDB (MongoDB datasource), once i deployed it the REST war was never deployed therefore i could not access it. Odata deployed fine, and everything else worked fine. In order to get the REST war to work, i had to download the vdb copy, and remove some properties. Then i manually deployed it and it worked, i could access through rest/odata. I copied the differences, not sure why the REST didn't deploy automatically.

At the end, these were the only properties i allowed in the VDB to get REST to work:

property name="{http://teiid.org/rest}auto-generate" value="true"
property name="{http://teiid.org/rest}security-type" value="none"

Security didn't have a factor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant