docdoku / docdoku-plm

The project purpose is to develop a comprehensive, robust open source PLM (Product LifeCycle Management) solution.
http://www.docdokuplm.com
GNU Affero General Public License v3.0
241 stars 98 forks source link

[languages] and [timezones] web services generate WELD-001334 #1181

Closed ludoBarel closed 6 years ago

ludoBarel commented 6 years ago

Use of HTTP requests : $curl -i --header "Content-Type: application/json" --request GET -k http://localhost:8080/eplmp-server-rest/api/languages

$ curl -i --header "Content-Type: application/json" --request GET -k http://localhost:8080/eplmp-server-rest/api/timezones

generate status code 500 with the following response :

Unhandled system error : org.jboss.weld.bean.builtin.InstanceImpl.checkBeanResolved threw org.jboss.weld.exceptions.UnsatisfiedResolutionException: WELD-001334: Unsatisfied dependencies for type ObjectProvider<FilterProvider> with qualifiers @Default in InstanceImpl.java at line 240

ludoBarel commented 6 years ago

fixed here