Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-wsrp
Commit: 9a28f97e251624c76adbc17d89ee60cce2ccc25b
https://github.com/gatein/gatein-wsrp/commit/9a28f97e251624c76adbc17d89ee...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M admin-gui/src/main/webapp/WEB-INF/faces-config.xml
Log Message:
-----------
Exclude i18n from bridge request scope to avoid serialization issue.
Commit: d72cd0c7aca7cce23730ccb7c1f41ede1b616621
https://github.com/gatein/gatein-wsrp/commit/d72cd0c7aca7cce23730ccb7c1f4...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M consumer/src/main/java/org/gatein/wsrp/services/SOAPServiceFactory.java
Log Message:
-----------
No need to set the endpoint address in request context, avoids issues in clusters where
the address would reference address of the node instead of loadbalancer, resulting in
errors during failover.
Commit: 0f49afc5daf03c958f4b5bde32bed131b2935b4b
https://github.com/gatein/gatein-wsrp/commit/0f49afc5daf03c958f4b5bde32be...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
producer/src/main/java/org/gatein/wsrp/producer/handlers/ServiceDescriptionHandler.java
Log Message:
-----------
Throw InvalidHandle if we can't find a description associated to the specified
handle. Cleaner. Scenario was previously resulting in IllegalArgumentException instead.
Commit: b1fcf90f0a7324dc96a01d72071f883a84a31904
https://github.com/gatein/gatein-wsrp/commit/b1fcf90f0a7324dc96a01d72071f...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/ProducerConfigurationMapping.java
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/RegistrationRequirementsMapping.java
M producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerConfigurationImpl.java
Log Message:
-----------
Move ProducerConfiguration persistence to BaseMapping and add ability to use
LastModifiedMixin.
Commit: 30a245cc1087565bb868d05ec6db5f5b2c80cddc
https://github.com/gatein/gatein-wsrp/commit/30a245cc1087565bb868d05ec6db...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
If policy is null, we need to reload it. Also avoids potential NPE.
Commit: e42e25e4ba8ab7f8317dd37eadb0812002ae70e6
https://github.com/gatein/gatein-wsrp/commit/e42e25e4ba8ab7f8317dd37eadb0...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M consumer/src/test/java/org/gatein/wsrp/consumer/ProducerInfoTestCase.java
M
consumer/src/test/java/org/gatein/wsrp/consumer/registry/ConsumerRegistryTestCase.java
Log Message:
-----------
Tests improvements.
Commit: 90f7487d464f254ac3826fc9209775f0a96e95fc
https://github.com/gatein/gatein-wsrp/commit/90f7487d464f254ac3826fc92097...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
A common/src/main/java/org/gatein/wsrp/SupportsLastModified.java
M consumer/src/main/java/org/gatein/wsrp/consumer/ProducerInfo.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
Extracted lastModified handling into a SupportsLastModified class to share behavior.
Commit: f07e115cc9e76836ecc9bb68be5a52f8441d9aa7
https://github.com/gatein/gatein-wsrp/commit/f07e115cc9e76836ecc9bb68be5a...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
Removing useless comment.
Commit: c5313d5c2554dd33e52ba3681f49869b1220c415
https://github.com/gatein/gatein-wsrp/commit/c5313d5c2554dd33e52ba3681f49...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
Log Message:
-----------
Better handling of last modified time. Should now be marked as modified a little less
often.
Commit: 4e1a2e018ffc13c22711140866d6ef4304a9cd96
https://github.com/gatein/gatein-wsrp/commit/4e1a2e018ffc13c22711140866d6...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/ProducerConfigurationMapping.java
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/mapping/RegistrationRequirementsMapping.java
M producer/src/main/java/org/gatein/wsrp/producer/config/ProducerConfiguration.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirements.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerConfigurationImpl.java
Log Message:
-----------
Made ProducerConfiguration and ProducerRegistrationRequirements properly support last
modified time.
Commit: 1e2e9a1296abe7ca390310c813f7f730bff6a2a0
https://github.com/gatein/gatein-wsrp/commit/1e2e9a1296abe7ca390310c813f7...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
Log Message:
-----------
Better Chromattic session handling on error and avoiding to save when not needed.
Commit: d1feae597e67da4f3cf431cc487691debac127ca
https://github.com/gatein/gatein-wsrp/commit/d1feae597e67da4f3cf431cc4876...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-11-15 (Thu, 15 Nov 2012)
Changed paths:
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/config/JCRProducerConfigurationService.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/AbstractProducerConfigurationService.java
Log Message:
-----------
GTNWSRP-302 Added ability to reload the ProducerConfiguration if we detect that it has
persisted changes more recent than what we've done locally.
Compare:
https://github.com/gatein/gatein-wsrp/compare/c9834d6a1588...d1feae597e67