amusarra / liferay-portal-database-all-in-one-support

This is the driver implementation to add support for Oracle, SQL Server and DB2 database for Liferay 7, 7.1, 7.2, 7.3 and 7.4 CE
http://bit.ly/2IQ6X4n
GNU Lesser General Public License v2.1
5 stars 7 forks source link

Liferay 7.1 GA2/3 #1

Closed jlafuenteribera closed 5 years ago

jlafuenteribera commented 5 years ago

Hi im trying to use your module for giving Oracle support to my liferay. But GA2/3 versions are not supported.

What can I do to modify your module to make it support that versions.

Thank you.

amusarra commented 5 years ago

Hi @jlafuenteribera The latest version of the module is certainly compatible with Liferay 7.1 GA1. I have not had time to take a test with GA2 or GA3 but I do not think there should be any difference compared to GA1. Can you tell me the error you get?

jlafuenteribera commented 5 years ago

I got it,

the only thing i had to change is in your pom.xml:

<liferay.portal.impl.version>3.0.0</liferay.portal.impl.version>
<liferay.portal.kernel.version>3.0.0</liferay.portal.kernel.version>
<liferay.petra.lang>2.0.5</liferay.petra.lang>

TO:

<liferay.portal.impl.version>3.22.20</liferay.portal.impl.version>
<liferay.portal.kernel.version>3.39.2</liferay.portal.kernel.version>
<liferay.petra.lang>2.0.7</liferay.petra.lang>

And it work on GA2 perfectly.

Thx for your answer.

jlafuenteribera commented 5 years ago

For GA3, we need

4.0.0 4.0.0 But they havent uploaded that versions to maven repo, so i think its not possible yet, we will have to wait.
amusarra commented 5 years ago

For GA3 shuold be:

com.liferay.portal.impl=3.26.4 com.liferay.portal.kernel=3.46.2 com.liferay.petra.lang=2.0.8

Now I will see to release the driver for the GA2 and GA3 versions.

amusarra commented 5 years ago

I'm glad you found this driver for Oracle useful.

amusarra commented 5 years ago

Hi @jlafuenteribera I released version 1.1.1 of the driver for Liferay 7.1 GA2 on Maven liferay-portal-database-all-in-one-support

amusarra commented 5 years ago

Hi @jlafuenteribera I released version 1.1.2 of the driver for Liferay 7.1 GA3 on Maven liferay-portal-database-all-in-one-support

amusarra commented 5 years ago

Hi @jlafuenteribera let me know if I can close the ticket.

jlafuenteribera commented 5 years ago

Hi, really thank you.

You can close it sure.

rabongo77 commented 5 years ago

Hey,

I have followed the steps in this issue and even used the new drivers but I am still having issues. I am using liferay CE 7.1.2 GA3.

I have attached the relevant section of the error log.

Can you assist.

The error lo liferay.2019-02-05.log

amusarra commented 5 years ago

Hi. Which version of SQL SERVER? The supported version is SQL Server 2016 https://web.liferay.com/documents/14/21598941/Liferay+DXP+7.1+Compatibility+Matrix/9f9c917a-c620-427b-865d-5c4b4a00be85

rabongo77 commented 5 years ago

It is SQL 2012, I will upgrade the database and give it another shot.

Thanx for the reply