gatein_wsrp_trunk_sun5 #140: Still Failing
No tests ran.
No tests ran.
Changes for Build #130
[chris.laprun(a)jboss.com] - GTNWSRP-45: Make ServiceDescriptionHandler extend
ManagedObjectRegistryEventListener so that they can react to portlet deploy/undeploy
events to
update the ServiceDescription cache. WSRPProducer also extends the interface so we can
register it without polluting clients which already know about
the producer but not ServiceDescriptionHandler and then delegate event handling to that
last one.
- Only skeletton code in ServiceDescriptionHandler so far.
Changes for Build #131
[chris.laprun(a)jboss.com] - Removed unused logger. It was shadowing the one in
WSRPPortletURL anyway.
[chris.laprun(a)jboss.com] - Fixed improper grammar.
[mwringe] GTNWSRP-98: make consumer rewriting work for consumers other than just 1.0.
Update tests for this change.
[chris.laprun(a)jboss.com] - GTNWSRP-49: If there was an exception un-/marshalling the
payload, just ignore that particular event but log the exception.
Changes for Build #132
[chris.laprun(a)jboss.com] - GTNWSRP-97, GTNWSRP-99:
+ Significantly improved URL templates by providing values where none were previously
provided, including parameters that cannot be handled by
PortletInvocationContext.renderURL method.
+ Parameters that cannot be handled regularly are passed around using the Invocation
attribute mechanism. Note that this will require support from the portal side.
- Should now properly handle public navigational state provided via URL templates as well,
though this hasn't been tested yet.
- Adapted to changes in PC CacheLevel.
- Moved public NS encoding and decoding methods from WSRPRenderURL to WSRPUtils.
- Use PC 2.2.0-BETA06-SNAPSHOT.
Changes for Build #133
[chris.laprun(a)jboss.com] - GTNWSRP-103: if we don't have a resource id and
wsrp-requiresRewrite has not been specified, set it to false for better compatibility.
Should be harmless to do so without a need for a compatibility mode.
[mwringe] GTNWSRP-101: update how we handle markup contexts so that at handled more
correctly, we need to take into consideration the isUseCachedMarkup when determining if
the required values are set. Update tests to check for this behaviour.
[chris.laprun(a)jboss.com] - GTNWSRP-102: Fixed copy constructor.
[chris.laprun(a)jboss.com] [maven-release-plugin] prepare for next development iteration
[chris.laprun(a)jboss.com] [maven-release-plugin] prepare release 2.0.0-Beta02
[chris.laprun(a)jboss.com] - Updated to PC 2.2.0-Beta06.
Changes for Build #134
[chris.laprun(a)jboss.com] - Removed comment on GTNWSRP-36 as this is actually done in
SessionHandler.
[chris.laprun(a)jboss.com] - GTNWSRP-31: Removed side-effects from Producer configuration
screen.
+ Introduced intermediary RegistrationConfiguration object in ProducerBean to store
modifications to producer configuration until either saved (in which case it's
replicated to the real configuration)
or cancelled (in which case, the modifications are discarded).
+ Added copy constructor on ProducerRegistrationRequirementsImpl and
setRegistrationProperties(Map) method to support needs from ProducerBean.
+ addEmptyRegistrationProperty and removeRegistrationProperty methods now return the
new/removed registration property.
+ Made sure that listeners are not triggered when not needed.
- Made PropertyDescription comparable.
- Added reloadConfiguration(boolean triggerListeners) method on
ProducerConfigurationService to be able to decide whether or not listeners should be
triggered (by default, they are not anymore).
- Minor improvements.
[chris.laprun(a)jboss.com] - GTNWSRP-103: Commented out test case since we now allow missing
wsrp-requiresRewrite.
[chris.laprun(a)jboss.com] - GTNWSRP-94: refresh consumers which are marked as active but
haven't been activated when the consumers list is requested.
Changes for Build #135
[chris.laprun(a)jboss.com] - GTNWSRP-104: add version of WSRP to consumer name.
[chris.laprun(a)jboss.com] - Try to be smarter with exceptions display and show more
details. It's unfortunate that JSF default renderer does not identify the detail part
of the message so that progressive disclosure could be used. :(
Changes for Build #136
[mwringe] GTNWSRP-79: remove the height for the wsrp portlet messages, this will allow for
multi lines messages to display properly and not overlap with other components.
Changes for Build #137
[chris.laprun(a)jboss.com] [maven-release-plugin] prepare for next development iteration
[chris.laprun(a)jboss.com] [maven-release-plugin] prepare release 2.0.0-Beta03
[chris.laprun(a)jboss.com] - Oops, tired! We need to only process the string if it's NOT
null or empty.
[chris.laprun(a)jboss.com] - Make it compile on Java 5.
- Minor clean-ups.
[chris.laprun(a)jboss.com] - GTNWSRP-67: Re-considered approach of event payload handling:
encapsulate them in SerializablePayload classes and deal with them in a specific
PortletInvokerInterceptor since
we can get access to the portlet application class loader there so that we don't
need to deploy the event classes separately on the consumer anymore.
- NetUnity producer event test portlets should now work properly as well.
[chris.laprun(a)jboss.com] - GTNWSRP-108: change error handling behavior so that events with
no payloads work again.
[mwringe] GTNWSRP-105: don't try and process empty markup for rewriting.
URLTools.replaceURLsBy doesn't support passing empty or null strings.
Changes for Build #138
[mwringe] GTNWSRP-60: add the form parameters from the resource invocation to the
resourceParam.
Changes for Build #139
[chris.laprun(a)jboss.com] [maven-release-plugin] prepare for next development iteration
[chris.laprun(a)jboss.com] [maven-release-plugin] prepare release 2.0.0-Beta04
[chris.laprun(a)jboss.com] - Removed now unneeded ServiceWrapper class as the ports were
actually not wrapped anymore.
- Moved setTimeout and getServiceWrapper (which has been more appropriately renamed to
customizePort) methods and related constants to SOAPServiceFactory.
- Made logger static (no need to create one per instance).
[chris.laprun(a)jboss.com] - Moved version to 2.0.0-Beta04 instead of CR01 since some issues
still remain with PBR and RF over WSRP. :(
- Upgraded to use PC 2.2.0-CR01.
- Minor clean-ups and notes to investigate parallel "computer" to run tests in
parallel. See:
http://github.com/krosenvold/configurable-parallel-computer
[chris.laprun(a)jboss.com] - GTNWSRP-107: Port handling was not thread-safe.
Changes for Build #140
[thomas.heute(a)jboss.com] [maven-release-plugin] prepare for next development iteration
[thomas.heute(a)jboss.com] [maven-release-plugin] prepare release 2.0.0-Beta05
[thomas.heute(a)jboss.com] GTNWSRP-115: Upgrade PortletBridge to 2.1.0 CR1
Public URL:
https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/140
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/140/