add enterprise-acta-webapp - #7
Conversation
|
Doesn't currently work due to bean config issue but I'm having trouble figuring out what's missing. |
|
Currently failing in travis here with: |
|
I believe this means you're missing an entry for |
|
Did some digging but wasn't able to find any examples to build on. Maybe @sheldonabrown could offer a hint? |
|
You missed two beans in the config instructions: "externalGeocoderImpl" and "serviceAreaServiceImpl". Scroll to the last snippet. https://github.com/OneBusAway/onebusaway-application-modules/wiki/Enterprise-Webapp-Configuration They can both be empty beans to get started, but do need to be present. |
|
Thanks! Hmm, the config added by this PR already has both externalGeocoderImpl and serviceAreaServiceImpl entries, pretty sure I copied the config at the bottom of https://github.com/OneBusAway/onebusaway-application-modules/wiki/Enterprise-Webapp-Configuration to get started. Should one of those be creating the searchServiceImpl bean that error messages mention? |
|
Got this green! However, it probably only does the bare minimum to load the UI. Visiting a route page doesn't properly load the Google Map, for example, since there are no API keys. That will follow! |
|
🎉 |
Adds
onebusaway-enterprise-acta-webapp(i.e., v2 of the web UI) to the mix.For deployments of v2 interface see:
Some configuration instructions:
https://github.com/OneBusAway/onebusaway-application-modules/wiki/Enterprise-Webapp-Configuration