actframework / act-ebean

The ebean plugin that uses latest ebeanorm and requrie java 8 support
Apache License 2.0
2 stars 1 forks source link

Disable Ebean classpath search #21

Closed greenlaw110 closed 6 years ago

greenlaw110 commented 6 years ago

Otherwise it cause trouble with multiple datasource using ebean as when entity class is not supplied by act (via @Db annotation specified) it will be loaded by Ebean using a different class loader than Act's app class loader, and cause type casting issue.