Unknown Repository class on WAS8 with v1.5.0

2015-09-11 Thread akm
We have a repository that works fine in unit tests but when we deploy to WAS8 we get an error - Caused by: java.lang.RuntimeException: Unknown Repository classes [class com.myapp.resource.repository.BookingRepository$$DSPartialBeanProxy, class This happens with Deltaspike v1.5.0 It works when we

Re: Unknown Repository class on WAS8 with v1.5.0

2015-09-11 Thread Gerhard Petracek
hi, can you please checkout the source-code, revert commit 75fba93 and test it again. thx & regards, gerhard 2015-09-11 21:12 GMT+02:00 akm : > We have a repository that works fine in unit tests but when we deploy to > WAS8 > we get an error - > > Caused by: java.lang.RuntimeException: Unknow