Branch: refs/heads/master
Home:
https://github.com/gatein/gatein-wsrp
Commit: f926ae3e5187cd9d8d23d9bf29685679701d86ad
https://github.com/gatein/gatein-wsrp/commit/f926ae3e5187cd9d8d23d9bf2968...
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/ProducerBean.java
Log Message:
-----------
Return null where appropriate so that we don't unnecessarily recreate the bean when
not needed.
Commit: acf39efc528eb3420f0686c870617c074aea94ca
https://github.com/gatein/gatein-wsrp/commit/acf39efc528eb3420f0686c87061...
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/ProducerBean.java
M admin-gui/src/main/webapp/jsf/producer/producer.xhtml
Log Message:
-----------
Pass the selected prop when needed instead of remembering it.
Commit: 2719b214d4be98b897c83946ce6a9e3d02ab85ab
https://github.com/gatein/gatein-wsrp/commit/2719b214d4be98b897c83946ce6a...
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/ProducerBean.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirements.java
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
M
producer/src/test/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirementsTestCase.java
Log Message:
-----------
There really isn't any need to pass a Map in setRegistrationProperties.
Makes it easier to call the method.
Commit: e9c9177484e939c395e93f1066514021178c71e2
https://github.com/gatein/gatein-wsrp/commit/e9c9177484e939c395e93f106651...
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/BeanContext.java
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/JSFBeanContext.java
M admin-gui/src/test/java/org/gatein/wsrp/admin/ui/BeanContextTestCase.java
M admin-gui/src/test/java/org/gatein/wsrp/admin/ui/ConsumerBeanTestCase.java
Log Message:
-----------
Added support for Flash scope.
Commit: bbcdc6e42820f4810100fa9a01d0dd55a49004ae
https://github.com/gatein/gatein-wsrp/commit/bbcdc6e42820f4810100fa9a01d0...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M
producer/src/main/java/org/gatein/wsrp/producer/config/impl/ProducerRegistrationRequirementsImpl.java
M
producer/src/test/java/org/gatein/wsrp/producer/config/ProducerRegistrationRequirementsTestCase.java
Log Message:
-----------
Fixed tests.
Commit: 5090f77957511b4e0c0222ce43f14249a01ecb2f
https://github.com/gatein/gatein-wsrp/commit/5090f77957511b4e0c0222ce43f1...
Author: Chris Laprun <metacosm(a)gmail.com>
Date: 2012-10-24 (Wed, 24 Oct 2012)
Changed paths:
M admin-gui/src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
Use servlet 3.0 to be able to use EL 2.2.
Commit: fa0dbd79e99d52f05806ce7eac1e2191ab192b84
https://github.com/gatein/gatein-wsrp/commit/fa0dbd79e99d52f05806ce7eac1e...
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/JSFBeanContext.java
Log Message:
-----------
Make Flash scope remember values across redirects (though I haven't managed to make
Flash scope work so far) :(
Commit: c72f3f50eff8a863f25c6640a416fa33d89eb24b
https://github.com/gatein/gatein-wsrp/commit/c72f3f50eff8a863f25c6640a416...
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/ProducerBean.java
M admin-gui/src/main/webapp/jsf/producer/confirmPropDeletion.xhtml
M admin-gui/src/main/webapp/jsf/producer/producer.xhtml
Log Message:
-----------
Cleaned-up ProducerBean to make it easier to switch to a view scope (and therefore
easier to move across cluster nodes) but I still need to properly figure out the Flash
scope I think.
Commit: cba71042d490767f3761a97bbc3b70145b8aa296
https://github.com/gatein/gatein-wsrp/commit/cba71042d490767f3761a97bbc3b...
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/BeanContext.java
M admin-gui/src/main/java/org/gatein/wsrp/admin/ui/JSFBeanContext.java
Log Message:
-----------
Added documentation and tweaks to try to make it work but it still doesn't.
Commit: d3d787d3314a520be41b14e987cac53eeff7ba44
https://github.com/gatein/gatein-wsrp/commit/d3d787d3314a520be41b14e987ca...
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/ProducerBean.java
M admin-gui/src/main/webapp/WEB-INF/faces-config.xml
Log Message:
-----------
Add local configuration to session temporarily (should really use flash if I could get
it to work) and make ProducerBean view-scoped.
Compare:
https://github.com/gatein/gatein-wsrp/compare/29fb0d629903...d3d787d3314a