mauricesepe / reservation-app

3 stars 4 forks source link

Unable to deploy modules #1

Open java-boy opened 3 years ago

java-boy commented 3 years ago

First of all, I'd like to thank you for making this great sample. I'm new to Liferay and have read a lot of documentation about it. I built the project following the instructions in the README.md file, it downloaded the dxp-7.2-fp7 and I could deploy modules, but when I want to open Liferay it asks me to enter the license, but I don't have the license. I changed the Liferay version to : liferay.workspace.bundle.url=https://releases-cdn.liferay.com/portal/7.3.3-ga4/liferay-ce-portal-tomcat-7.3.3-ga4-20200701015330959.tar.gz

Then run the Liferay 7.3.3-ga4 and after running blade gw deploy in the modules directory, I got the following error:

What changes should I make to project configurations to be able to deploy modules of this sample into the 7.3.3-ga4 or any higher version of Liferay? Best wishes.

mauricesepe commented 3 years ago

Thank your for your feedback!

I think right now, this is only supported on Liferay DXP (which requires a license). I'll try to see what we can do to make it work with the CE versions.

java-boy commented 3 years ago

@mauricesepe Thank you very much, Maurice, I'm waiting for your update. I want to be able to build and deploy this sample on one of the versions of Liferay 7.x

mauricesepe commented 3 years ago

@java-boy

I've versioned up the repo and branched it here. https://github.com/mauricesepe/reservation-app/tree/portal-7.3-ga6

So far all features are working, but there's is an issue wherein the index updates are slower (maybe because it's not enterprise). If you delete some entities in the SPA pages, the changes might not reflect immediately until you refresh them. I think this issue can be fixed easily by modifying the React Pages. Feel free to send a PR :)