Fórumok

Can there be two ext plugins?

thumbnail
Fakhruddin S Mushki, módosítva 10 év-val korábban

Can there be two ext plugins?

Junior Member Bejegyzések: 78 Csatlakozás dátuma: 2013.04.10. Legújabb bejegyzések
Using Liferay 6.2 bundled with JBoss7 AS.

Can there be two ext plugins installed in a portal? If yes, wont there be any conflict between the common files? Like portlet-ext.xml etc..



Please guide.
thumbnail
Mika Koivisto, módosítva 10 év-val korábban

RE: Can there be two ext plugins?

Liferay Legend Bejegyzések: 1519 Csatlakozás dátuma: 2006.08.07. Legújabb bejegyzések
In theory there can be more than one but as you've pointed out many common files that are in the plugin will collide and only one of the them will be applied. Also using direct-deploy might overwrite files from other ext plugin.
thumbnail
Fakhruddin S Mushki, módosítva 10 év-val korábban

RE: Can there be two ext plugins?

Junior Member Bejegyzések: 78 Csatlakozás dátuma: 2013.04.10. Legújabb bejegyzések
So is it recommended to keep only one ext plugin ?
thumbnail
Jeffrey Handa, módosítva 10 év-val korábban

RE: Can there be two ext plugins? (Válasz)

Liferay Master Bejegyzések: 541 Csatlakozás dátuma: 2008.12.01. Legújabb bejegyzések
Hi Fakhruddin,

Check out the Creating An Ext Plugin section in the Liferay Developer Guide.

There is a tip that suggests:
After creating an Ext plugin, remove the files you don’t need to customize from

Liferay keeps track of the files deployed by each Ext plugin and won’t let you deploy multiple Ext plugins that override the same file. If you remove unnecessary (uncustomized) files, you’ll avoid collisions with Ext plugins deployed alongside yours.
thumbnail
Fakhruddin S Mushki, módosítva 10 év-val korábban

RE: Can there be two ext plugins?

Junior Member Bejegyzések: 78 Csatlakozás dátuma: 2013.04.10. Legújabb bejegyzések
Thanks Jeffery. That is exactly what I was searching for. Thanks once again.