hm... no ideas yet?
Could it be that the Liferay 6.1.0 doesn't contain
com.liferay.portal.service.BaseLocalService and therefore I get this error?
Or does Liferay 6.1.0 load this class other then 6.1.1 does? Or is this class in another package/location in the different versions?
Another more general question: What is the best way to get a Portlet with higher version running in a Portal with lower version?
I can think of two possibilities:
1. Download the SDK of the desired Portal-Version and replace it in the eclipse project, then rebuild and solve all erorrs.(what I did so far)
2. Just try to install the Portlet in the desired Portal and resolve all errors.(tried first of course, but got same errors)
P.S. See
stackoverflow for latest infos