Portlet Application deployment integration with 2.7 deployment.
---------------------------------------------------------------
Key: JBPORTAL-1906
URL:
http://jira.jboss.com/jira/browse/JBPORTAL-1906
Project: JBoss Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Julien Viet
Fix For: 2.7 Final
It covers:
- Use JBoss Portal 2.7 deployment life cycle callbacks to manage the life cycle of PC 2.0
containers.
- Dissociate 2.7 jboss-portlet.xml handling from the metadata system of PC 2.0. The 2.7
integration should keep a Map of Portlet Container to metadata. Those meta data are mostly
used by interceptors so interceptor should be somehow injected the service that manage the
jboss-portlet.xml metadata in order to apply the correct behavior at runtime.
For instance, the TX behavior configured in jboss-portlet.xml is made available to the
TransactionInterceptor and used like :
public PortletInvocationResponse invoke(PortletInvocation invocation) {
PortletContainer container =
(PortletContainer)invocation.getAttribute(PortletInvocation.INVOCATION_SCOPE,
PortletContainerInvoker.PORTLET_CONTAINER);
TXBehavior blah = portletContainerJBossPortletInfoService.getTransaction(container);
etc....
}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira