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
Nueva Activity Social para DLFileEntry
Beatriz Valdés Suárez, modified 6 Years ago.
Junior Member
Posts: 50
Join Date: 3/31/14
Recent Posts
Hola,
(Liferay DXP7) Estoy tratando de generar nuevas Activity Social para documentos, con el siguiente xml,
y he creado la clase Configurator
Pero cuando lo despliego, no me aparece dentro del menú de Actividades Sociales del site para habilitar....
¿Alguien le ha pasado algo similar?
(Liferay DXP7) Estoy tratando de generar nuevas Activity Social para documentos, con el siguiente xml,
<activity>
<model-name>com.liferay.document.library.kernel.model.DLFileEntry</model-name>
<activity-type>${com.xxxx.xxxx.social.keys.DLFileEntryActivityKeys.FILE_VISITED}</activity-type>
<language-key>FILE_VISITED</language-key>
<log-activity>true</log-activity>
<contribution-value>1</contribution-value>
<participation-value>1</participation-value>
<counter>
<name>asset.visited</name>
<owner-type>asset</owner-type>
</counter>
<counter>
<name>user.visited</name>
<owner-type>actor</owner-type>
</counter>
</activity>
y he creado la clase Configurator
@Component(immediate = true, service = DLFileEntrySocialActivityConfigurator.class)
public class DLFileEntrySocialActivityConfigurator {
@Activate
protected void activate() throws Exception {
Class<!--?--> clazz = getClass();
String xml = new String(
FileUtil.getBytes(
getClass(), "/META-INF/social/liferay-social.xml"));
SocialConfigurationUtil.read(
clazz.getClassLoader(), new String[] {xml});
}
@Reference(target = ModuleServiceLifecycle.PORTAL_INITIALIZED, unbind = "-")
protected void setModuleServiceLifecycle(
ModuleServiceLifecycle moduleServiceLifecycle) {
}
}
Pero cuando lo despliego, no me aparece dentro del menú de Actividades Sociales del site para habilitar....
¿Alguien le ha pasado algo similar?
Copyright © 2025 Liferay, Inc
• Privacy Policy
Powered by Liferay™