Skip to content

Commit

Permalink
TEIID-4621 add script to install the swagger translator
Browse files Browse the repository at this point in the history
  • Loading branch information
vhalbert committed Dec 5, 2016
1 parent 7bb9f5d commit 590dfa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
@@ -0,0 +1,2 @@
/subsystem=teiid/translator=swagger:add(module=org.jboss.teiid.translator.swagger)

@@ -1,2 +1,11 @@
Swagger uses the "webserice" resource adapter for connecting with source, take look at the webservice
resource adapter for configuration.
resource adapter for configuration.

If the swagger translator isn't configured, install the swagger translator by running the CLI script that located in docs/teiid/datasources/swagger/add-swagger-translator.cli

To run:

- cd ${server_install}/bin
- ./jboss-cli.sh --connect --file=../docs/teiid/datasources/swagger/add-swagger-translator.cli


0 comments on commit 590dfa4

Please sign in to comment.