|
| 5777 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/test/InstanceContextImpl.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | modified | chris.laprun@jboss.com | //trunk/federation/src/main/org/jboss/portal/federation/impl/FederatedPortletInvokerService.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | deleted | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletModifiedEvent.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/test/PortletController.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | modified | chris.laprun@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/instance/InstanceContextImpl.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerPortletInvoker.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerPortletInvoker.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | deleted | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletClonedEvent.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5777 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/StateEvent.java | Refactored StateEvent to use a type discriminator instead of sub-classes. |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/PropertyChange.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/SimplePropertyMap.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/core/src/main/org/jboss/portal/test/core/state/ProducerTestCase.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/container/PortletContainerInvoker.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/test/PortletController.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerPortletInvoker.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/test/support/PortletInvokerSupport.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | added | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/PortletStateChangeRequiredException.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/MarkupHandler.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/StateConversionException.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerPersistenceManager.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/AccessMode.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerState.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/StateConverter.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/instance/InstanceImpl.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerStateContext.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/AbstractPropertyContext.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/PropertyMap.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/ServiceDescriptionTestCase.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/Property.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerPersistenceManager.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerState.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/producer/WSRPProducerImpl.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletModifiedEvent.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/consumer/ConsumerStateContext.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/core/src/main/org/jboss/portal/core/portlet/management/PortletManagerBean.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/StateManagementPolicy.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/WSRPUtils.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/tck/TCKPortletController.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/AbstractPropertyMap.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/core/src/main/org/jboss/portal/core/impl/model/instance/PersistentInstanceContainer.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/federation/src/main/org/jboss/portal/federation/impl/FederatedPortletInvokerService.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/wsrp/consumer/portlet/WSRPPortlet.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/producer/ProducerPortletInvoker.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/PortletContext.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/NoSuchStateException.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/wsrp/src/main/org/jboss/portal/test/wsrp/v1/consumer/MarkupTestCase.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/PortletClonedEvent.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/DestroyCloneFailure.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/state/InvalidStateIdException.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |
| 5776 | modified | chris.laprun@jboss.com | //trunk/portlet/src/main/org/jboss/portal/portlet/StatefulPortletContext.java | - Refactored PortletContext to encapsulate state better (in particular, uses a factory method to create the appropriate object).- Added PortletStateChangeRequiredException thrown by ProducerPortletInvoker.invoke so that the WSRP can know when an attemptto modify a read-only portlet was made.- Tried to set up properties (how can we do that automatically instead of having to do it manually?) |