Awesome
Experimental OSLC Bugzilla application
If you are looking for the OSLC tutorial on building an adaptor for Bugzilla, please refer to the tutorials under the OSLC Developer Guide.
This repository is an experimental variant that shows what Eclipse Lyo Designer can do.
This application uses the [OSLC4J] SDK to build up the adapter from Plain Old Java Objects and relatively simple JAX-RS web services.
Getting started
- Run Bugzilla:
docker run -p 80:80 --rm docker.io/smarx008/bugzilla-dev-lyo
- Run the adaptor:
mvn clean jetty:run-exploded
. If you run withjetty:run
only, the container will silently fail to load.* - Navigate to http://localhost:8180/BugzillaAdaptor/
- Use admin:password as credentials to log in. It will pass them to the Bugzilla server (as specified in
adaptor-bugzilla/src/main/webapp/WEB-INF/web.xml
).