Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-wsrp
Commit: b7f12864427bff88328c26347e7e04d4cf0a605e
https://github.com/gatein/gatein-wsrp/commit/b7f12864427bff88328c26347e7e...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/webapp/jsf/consumers/exports/import.xhtml
Log Message:
-----------
GTNWSRP-321 Call importPortlets with the appropriate parameter
Commit: d3e789a80afb0ab86b7463334aa3eb1c3d43758c
https://github.com/gatein/gatein-wsrp/commit/d3e789a80afb0ab86b7463334aa3...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
Log Message:
-----------
Output error so that it doesn't disappear completely.
Commit: 8e361a357e53959d3b5254b1f794e38fd7e5c042
https://github.com/gatein/gatein-wsrp/commit/8e361a357e53959d3b5254b1f794...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/ConsumerBean.java
M consumer/src/main/java/org/gatein/wsrp/consumer/WSRPConsumerImpl.java
M consumer/src/main/java/org/gatein/wsrp/consumer/migration/BaseMigrationInfo.java
M consumer/src/main/java/org/gatein/wsrp/consumer/migration/ImportInfo.java
Log Message:
-----------
QName is not Comparable so cannot be used as key in a SortedMap.
Kinda wishing Java compiler would realize this and prevent compilation.
Commit: b5759c4701f2e675545668089fd5590769be0070
https://github.com/gatein/gatein-wsrp/commit/b5759c4701f2e675545668089fd5...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M jcr-impl/src/main/java/org/gatein/wsrp/jcr/BaseChromatticPersister.java
M jcr-impl/src/main/java/org/gatein/wsrp/jcr/ChromatticPersister.java
M
jcr-impl/src/main/java/org/gatein/wsrp/producer/state/JCRPortletStatePersistenceManager.java
Log Message:
-----------
JCR 1.15 is stricter on session operations, so tighten up session usage on our side.
Compare:
https://github.com/gatein/gatein-wsrp/compare/d3d787d3314a...b5759c4701f2