Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPD-16638 Expando throws NoSuchColumnException #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

julschong
Copy link
Member

@julschong julschong commented Feb 3, 2024

@ngriffin7a Hi Neil,
This is Julius from Core. Recently there was a Liferay Faces functional test that failed see here: https://liferay.atlassian.net/browse/LPD-16638

After investigation, we think there are two things that are causing it:

  1. ExpandoColumnLocalServiceUtil getColumn method impl now throws NoSuchColumnException (it showed up in the functional test) See ref: https://liferay.atlassian.net/browse/LPD-12631, liferay/liferay-portal@23da8740 ----> this PR just catch the exception so that's like the old behavior

  2. log4j1.2 is removed from portal. We need to remove log4j1.2 dependency completely. This part I tried to see what I could do but ultimately could not since I'm not very familiar with all the liferay-faces repos. But I see that you have a ticket here for it almost done: https://liferay.atlassian.net/browse/FACES-3698

Could you please help us take lead and finish removing log4j1.2?
This issue is a release blocker and need to take care soon.
https://liferay.atlassian.net/browse/LPD-16638

Thank you!

…oSuchColumnExpection on portal instead of returning null. Need try-catch to deal with this.

See ref: https://liferay.atlassian.net/browse/LPD-12631
liferay/liferay-portal@23da8740
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant