Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-wsrp
Commit: 8554378133318d14e8598f0a43c6531717621a2a
https://github.com/gatein/gatein-wsrp/commit/8554378133318d14e8598f0a43c6...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2013-07-16 (Tue, 16 Jul 2013)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
M consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
M consumer/src/main/java/org/gatein/wsrp/consumer/RegistrationInfo.java
M consumer/src/main/java/org/gatein/wsrp/consumer/RegistrationProperty.java
M
jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/ProducerInfoMapping.java
M
jcr-impl/src/main/java/org/gatein/wsrp/consumer/registry/mapping/RegistrationPropertyMapping.java
Log Message:
-----------
GTNWSRP-370: ProducerInfo doesn't record modify registration needed information
anymore since it was getting out of sync, delegates it (as it should have) to
RegistrationInfo. Fixed ConsumerBean modifyRegistration method and let
RegistrationProperty work without a valid listener since we don't want the
restore-from-persistence use case to trigger property change events.