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
RE: Property hook for LdapAttributeTransformer in Liferay DXP
Hi
I need to create a property hook to override LDAP Attribute transformer .In liferay 6.2 it was much easy. But in liferay DXP i could not find anything to create property hook.
Can you please help me out to create property hook in liferay DXP to override ldap.attrs.transformer.impl property
I need to create a property hook to override LDAP Attribute transformer .In liferay 6.2 it was much easy. But in liferay DXP i could not find anything to create property hook.
Can you please help me out to create property hook in liferay DXP to override ldap.attrs.transformer.impl property
Property hooks are dead, the portal-ext.properties is not used to configure what it used to.
Instead you would create a .config (or .cfg) file and drop into the osgi/configs directory with the appropriate name and contents.
Instead you would create a .config (or .cfg) file and drop into the osgi/configs directory with the appropriate name and contents.
Hi David,
Is there any document mentioned in liferay that for which property i need to add which config file.