toast-tk / toast-tk-engine

The core automation framework for your acceptance tests
http://toast-tk.io
Other
12 stars 5 forks source link

Repository Impl Case Class #101

Closed skokaina closed 8 years ago

skokaina commented 8 years ago

On the webapp side, there's a collision between scala case class and java DAO bean RepositoryImpl:

io.toast.tk.dao.domain.impl.repository.RepositoryImpl cannot also be a controllers.mongo.RepositoryImpl
[warn] case repository:RepositoryImpl => {
[warn] ^
skokaina commented 8 years ago

fixed and merged in master

skokaina commented 8 years ago

it can be tested now

NathCoco commented 8 years ago

Tested Ok.

Had to do :

$ git clone https://gitlab.talanlabs.com/sallah-kokaina/toast-tk-play-webapp.git $ cd toast-tk-play-webapp $ sbt $ dist $ exit (pour sortir du sbt) $ cd /app/assets/ $ npm install $ bower install $ gulp $ cd ../.. $ sbt run

And clean my browser then call the url "localhost:9000" and it works