You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to evaluate Progress Tool. Initially I had Sakai 19. But I tried to built it in Sakai 19. I faced little issues which were programmatic and not due to difference in versions. So I was able to fix them.
However I was not able to resolve following error
Bean named 'org.sakaiproject.progress.impl.ImplementationChooserImpl' is expected to be of type 'org.sakaiproject.progress.api.ImplementationControllerInterface' but was actually of type 'org.sakaiproject.progress.impl.ImplementationController'
I then undeployed progress tool and switched to sakai version 20 branch. Then cloned progress tool again and built whole project. But I am still getting above same error.
Hi,
I am trying to evaluate Progress Tool. Initially I had Sakai 19. But I tried to built it in Sakai 19. I faced little issues which were programmatic and not due to difference in versions. So I was able to fix them.However I was not able to resolve following error
Bean named 'org.sakaiproject.progress.impl.ImplementationChooserImpl' is expected to be of type 'org.sakaiproject.progress.api.ImplementationControllerInterface' but was actually of type 'org.sakaiproject.progress.impl.ImplementationController'
Here is the bean definition.
<bean id="org.sakaiproject.progress.impl.ImplementationChooserImpl" class="org.sakaiproject.progress.impl.ImplementationController"> </bean>
Code is crashing here when trying to inject bean.
@Resource(name = "org.sakaiproject.progress.impl.ImplementationChooserImpl") private ImplementationControllerInterface implementationChooser;
I then undeployed progress tool and switched to sakai version 20 branch. Then cloned progress tool again and built whole project. But I am still getting above same error.
Traceback of code can be found in following link https://paste.ubuntu.com/p/BtYzfVsdPh/
Any suggestion and response will be greatly appreciated.
The text was updated successfully, but these errors were encountered: