double event triggering and webui
by Matt Wringe
There is a strange issue with double events occuring between portlets,
but it only occurs in a very specific manner and seems to depend on how
the page is created and how the portlets are added to the page.
See https://jira.jboss.org/jira/browse/GTNPORTAL-17 for full details
(and patch)
We are seeing the double events occuring only when a portlet is added to
a page during the page creation. But not if a portlet is added to the
page after the page is already created.
If a user logs out, logs back in, or edits the page (with a save or an
abort), then the issue goes away.
Can someone who is familiar with webui and page creation please take a
look at this?
Thanks,
Matt Wringe.
15 years, 1 month
Deploying an archive to a specific server implementation
by Matt Wringe
I want to be able to deploy a different war on the Tomcat and JBoss
implementations of GateIn. This is the integration.war used to tie into
the wci.
Currently we are using the patch process to patch in the
integration.war. This war is now going to have a jar added and it makes
sense to create an actual archive than to continue using the patch
process.
Is it possible to deploy a war depending on which server is going to be
used?
I have looked through the packaging module and have tried adding a few
things to the server patch section but I can't seem to get it to work.
Or can this only be done by editing and updating exopackage/exobuild?
15 years, 2 months