Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
ArgumentsResolver in Liferay version 7.3.4-GA5
When I set my target workspace to my Liferay version 7.3.4-GA5 in gradle.properties
liferay.workspace.modules.dir = modules
microsoft.translator.subscription.key =
liferay.workspace.product = portal-7.3-ga5
target.platform.index.sources = false
liferay.workspace.target.platform.version=7.3.4
And then try to execute gradle/deploy task, I see the following compile error
MyPersistenceImpl.java:27: error: cannot find symbol
import com.liferay.portal.kernel.dao.orm.ArgumentsResolver;
Is this not in the Liferay-7.3.4-GA5 version?? When the Target platform is version 7.3.5-GA6 the code compiles. But I cannot deploy it to my server since the Target version is 7.3.4-GA5... Did ArgumentsResolver dissappear in this version????