Skip to content

Commit

Permalink
Merge pull request #847 from vhalbert/teiid-3520
Browse files Browse the repository at this point in the history
TEIID-4621 add script to install the swagger translator
  • Loading branch information
rareddy committed Dec 5, 2016
2 parents c8bcc5b + 590dfa4 commit 37a679f
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 37a679f

Please sign in to comment.