gatein_pc_trunk_sun6_tomcat6_tomcat7_jboss5_jboss423_jboss6 #137: Still Failing
No tests ran.
No tests ran.
Changes for Build #132
[chris.laprun(a)jboss.com] - Updated semantics of PortletContext.getApplicationName() to
include prefix so that it's not confusing. Will need to be checked upstream but usage
lookup in WSRP and GateIn show that this shouldn't be an issue.
- Added support for PortletContext formatted as invokerId./application.portlet
- Added documentation and test case.
[chris.laprun(a)jboss.com] - Removed unneeded use of jBoss Unit.
[chris.laprun(a)jboss.com] - Reference docs-aggregator instead of pc-parent as parent to
please Maven 3.
Changes for Build #133
[chris.laprun(a)jboss.com] - GTNPC-58: Added support for clones. Moved cloning constants to
PortletContext so that they can be used elsewhere.
[chris.laprun(a)jboss.com] - GTNPC-58: Use constants and change portlet id value so that it
passes PortletContext validation.
[chris.laprun(a)jboss.com] - GTNPC-58: Make code compile. :(
[chris.laprun(a)jboss.com] - GTNPC-58: Provided validation of currently known
PortletContexts format. Now validates input by default. Added inner
PortletContextComponents class to record components extracted during validation so that
they can be used if needed.
Changes for Build #134
[chris.laprun(a)jboss.com] - GTNPC-58: Fixed improper tests that were actually passing due
to too lenient implementation of PortletContext.
[chris.laprun(a)jboss.com] - GTNPC-58: Added support for consumer clones.
Changes for Build #135
[chris.laprun(a)jboss.com] - GTNPC-58: Improved test cases so that they use properly
formatted PortletContexts and extracted constants to avoid inadvertent collisions of
values without the same semantics (i.e. same String "foo" being used for
different purposes).
- GTNPC-61: Used new improved PortletContext to properly resolve invoker from compound
PortletContext.
Changes for Build #136
[chris.laprun(a)jboss.com] - GTNPC-58: Added constant for error message in case an id is
interpreted as invalid to facilitate downstream processing (i.e. allow discrimination of
IllegalArgumentException via exception message) :/
Changes for Build #137
[chris.laprun(a)jboss.com] - GTNPC-58: Fixed test case. Note that the previous commit
changed the value of INVOKER_SEPARATOR which used to be '.' to '+'
to make sure that there wasn't any unintentional collisions with SEPARATOR value
('.') in the parsing and outputing code.
[chris.laprun(a)jboss.com] - GTNPC-58:
+ Moved logic for federated portlet context creation to PortletContext. Still needs to
be better abstracted (in particular, reference and dereference methods).
+ Changed PortletContextComponents to an interface and introduced
UninterpretedPortletContextComponents so that now a PortletContext always has components,
interpreted or not.
Public URL:
https://hudson.jboss.org/hudson/job/gatein_pc_trunk_sun6_tomcat6_tomcat7_...
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_pc_trunk_sun6_tomcat6_tomcat...