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
{{ message }}
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.
with liferay-ce-portal-7.0-ga5 , ddm prints Could not establish connection (Error 403 ) to terminal even though authentication credentials are correct when i try to debug i found that problem is not about authentication.
'com.liferay.portal.kernel.jsonwebservice.NoSuchJSONWebServiceException: No JSON web service action with path /classname/fetch-class-name-id and method null for null'
after that i checked the http://localhost:8080/api/jsonws and server was telling the truth only services contains classname was fetch-by-class-name-id and fetch-class-name no fetch-class-name-id i'm assuming this is due to difference between rest api of liferay versions.
in conclusion ddm is not usable with liferay-ce-portal-7.0-ga5
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
with liferay-ce-portal-7.0-ga5 , ddm prints
Could not establish connection (Error 403 )
to terminal even though authentication credentials are correct when i try to debug i found that problem is not about authentication.To debug when i add
to after
liferay-ddmtool/lib/getData.js
Line 37 in 35593d8
it throw a message which contains
after that i checked the http://localhost:8080/api/jsonws and server was telling the truth only services contains classname was
fetch-by-class-name-id
andfetch-class-name
nofetch-class-name-id
i'm assuming this is due to difference between rest api of liferay versions.in conclusion ddm is not usable with liferay-ce-portal-7.0-ga5
The text was updated successfully, but these errors were encountered: