gatein_wsrp_trunk_sun5 #143: Still Failing
No tests ran.
No tests ran.
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
Changes for Build #141
[chris.laprun(a)jboss.com] - Use empty details String to avoid message repetition.
[chris.laprun(a)jboss.com] - GTNWSRP-117: Import button is now only enabled if we have
enough information to perform an import.
[chris.laprun(a)jboss.com] - GTNWSRP-113: Improved size of columns.
[chris.laprun(a)jboss.com] - GTNWSRP-110: Removed display of expiration time as it's not
currently used.
[chris.laprun(a)jboss.com] - GTNWSRP-109: Properly catch all exceptions so that we can
display an error message instead of crashing.
[chris.laprun(a)jboss.com] - GTNWSRP-116: avoid NPE when there's no cause in the parent
exception.
Changes for Build #142
[chris.laprun(a)jboss.com] - GTNWSRP-118: replaced EndpointConfigurationInfo.forceRefresh
method implementation by call to new ServiceFactory.refresh method. This also has the
advantage of not tying EndpointConfigurationInfo to WSRP classes.
- GTNWSRP-120: improved handling of ProducerInfo.refresh when WSDL is not correct.
Improved error message as well.
[chris.laprun(a)jboss.com] - GTNWSRP-119: Properly log exceptions.
Changes for Build #143
[chris.laprun(a)jboss.com] - GTNWSRP-117: automatically select window if there's only
one associated with selected page to bypass the fact that select event might not be
triggered by JSF
- GTNWSRP-143: pass selected exported portlet handle to assignPortletToWindow method so
that it can be used to update the window name.
Public URL:
https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/143
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/143/