Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in running Progress Tool on Sakai 19 and 20 #2

Open
sajidghufran opened this issue Mar 6, 2020 · 4 comments
Open

Error in running Progress Tool on Sakai 19 and 20 #2

sajidghufran opened this issue Mar 6, 2020 · 4 comments

Comments

@sajidghufran
Copy link

sajidghufran commented Mar 6, 2020

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.

@yasir1brahim
Copy link

Hi,
I am facing the same error. Any help would be much appreciated.

@MeenaSachithanandan
Copy link

Hi,
Am also facing the same issue in Sakai 20. Is there any solution?
Any suggestion and response will be greatly appreciated.

@ddelblanco
Copy link
Collaborator

Hello, this project is not continued. But if you find a solution, feel free to send a pull request and we can merge it. Thanks

@JoseLuisIc
Copy link

For Sakai 19.3 with MySql i dont have error, if you need help, writen in jose.caamal@alumnos.udg.mx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants