gatein_wsrp_trunk_sun5 #119: Still Failing
No tests ran.
No tests ran.
Changes for Build #109
[chris.laprun(a)jboss.com] - GTNWSRP-68: added test case.
[chris.laprun(a)jboss.com] - Changed name of environment variable from JBOSS_TEST_HOME to
JBOSS_5_1_0_HOME for the clean AS version to use in tests to align with PC tests, thus
making it easier for people. Thanks, theute! :)
[chris.laprun(a)jboss.com] - If no ExportManager has been set, use the default one.
[chris.laprun(a)jboss.com] - Moved ExportManager accessors to WSRPProducer as the
integration in GateIn doesn't distinguish between both versions and the WSRP 1
producer actually delegates to the WSRP 2 version so it needs to be properly configured.
[chris.laprun(a)jboss.com] - Fixed exception handling.
[chris.laprun(a)jboss.com] - GTNWSRP-61: Added primitive export capability to admin GUI.
Still needs work, obviously! :)
- Added MigrationService and ExportInfo to manage exported data over time.
[chris.laprun(a)jboss.com] - Added new option to be able to only deploy the admin gui
portlet to AS deploy directory. Requires removing wsrp-admin-gui.war from gatein.ear and
application.xml.
[chris.laprun(a)jboss.com] - GTNWSRP-68: Only check for NS inconsistency if the NS is either
WSRP 1 or WSRP 2. Ignore ports with unknown namespaces.
- Fixed typo.
Changes for Build #110
[mwringe] GTNWSRP-64: remove lifetime class references (WSRP 2.0 specific class) in the
export manager apis. Still need to throw new, non WSRP 2.0 specific exceptions. Ugly right
now, still need to find a better more clean solution.
GTNWSRP-69: Update the persistence manager classes to work a bit better. The
TestMockExportPersistenceManager is very close to being an in memory solution.
[chris.laprun(a)jboss.com] - GTNWSRP-61: improved many aspects of the UI
+ now require a consumer refresh to see import/export actions since we need to check
that the operation is available first
+ implemented export list view
+ started adding implementations for export list actions
+ added ExportInfoDisplay and FailedPortletsDisplay classes to better control how an
ExportInfo is displayed
- Added getHumanReadable* methods on ExportInfo to display times in human readable
format.
- Added WSRPConsumer.isSupportsExport method to determine whether a given consumer
supports import/export (right now, only checks protocol version)
[chris.laprun(a)jboss.com] - Minor reformatting.
[chris.laprun(a)jboss.com] - GTNWSRP-61: Again, not sure what's going on... :(
[chris.laprun(a)jboss.com] - GTNWSRP-61: Fixed weird issues with spaces.
Changes for Build #111
[chris.laprun(a)jboss.com] - GTNWSRP-61:
+ Added prototype user experience for import fonctionality relying on the new API class
PortalStructureProvider.
+ MigrationService currently provides a dummy PortalStructureProvider implementation.
Changes for Build #112
[chris.laprun(a)jboss.com] - Commented out test that won't work without VPN access.
Changes for Build #113
[chris.laprun(a)jboss.com] - Started implementing importPortlets on the consumer.
- Added injection of MigrationService on ConsumerRegistry.
- Added export context support on ExportInfo.
- Added BaseMigrationInfo and ImportInfo classes.
- Mostly synchronization commit.
Changes for Build #114
[chris.laprun(a)jboss.com] - GTNWSRP-61: Improved navigation.
[chris.laprun(a)jboss.com] - GTNWSRP-61: Started hooking up import capability with backend.
Still needs work.
- Added isSupportsExport and isAvailableExportInfosEmpty methods.
[chris.laprun(a)jboss.com] - GTNWSRP-61: More work on import capability.
+ Changed signature of PortalStructureProvider.assignPortletToWindow to use a
PortletContext instead of a portlet handle and fixed typo.
+ Fixed NPE in importPortlets and promoted method to WSRPConsumer interface.
+ Added ImportInfo.getPortletContextFor method.
[chris.laprun(a)jboss.com] - Should compile properly now.
Changes for Build #115
[chris.laprun(a)jboss.com] - GTNWSRP-61: Minor improvements, mostly synchronization commit.
+ Updated to use PC 2.2.0-Beta02-SNAPSHOT to access reference method.
+ Reference portlet contexts (so that the portal can find the proper PortletInvoker).
Not sure this is actually needed seeing it doesn't seem to improve the problem of
portal not finding the portlet state when displaying an imported portlet. Need to
investigate more.
+ Sort portlet displays.
+ Do not show error message if there are no failed portlets.
[chris.laprun(a)jboss.com] - Fixed stupid formatting error. >_<
[chris.laprun(a)jboss.com] - Use proper PC version. Should fix compilation issue.
Changes for Build #116
[chris.laprun(a)jboss.com] - Fixed trailing _ in namespaces (adapted test cases).
Changes for Build #117
[chris.laprun(a)jboss.com] - Adapted to upcoming changes in ContainerURL interface.
[chris.laprun(a)jboss.com] - GTNWSRP-61: Made MigrationService an interface so that we can
have a JCR backend in GateIn integration code.
- Minor error reporting improvement.
Changes for Build #118
[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-Alpha02
[chris.laprun(a)jboss.com] - Copyright update.
[chris.laprun(a)jboss.com] - Updated to use PC 2.2.0-Beta03.
[mwringe] GTNWSRP-69: Update javadoc for ExportPersistenceManager. Change
UpdateExportPortletData to include reference to the exportContextId which the portlet data
is assigned to.
[mwringe] GTNWSRP-71: Add copy portlet support.
[mwringe] GTNWSRP-72: Add portlet context handling to registrations. Allows for
registrations to have a filtered list of portlet contexts. RegistrationPolicy currently
setup to handle filtering so that only cloned created from a particular registration has
access.
Changes for Build #119
[mwringe] GTNWSRP-74: shouldn't have been removed with late commit, its still needed
to add the listener on producer start.
[mwringe] GTNWSRP-74: move the registration PortletContextListener so that when the policy
is updated the listener also gets recreated.
[mwringe] GTNWSRP-74: removed creation of the nonregisted consumer and registration from
RegistrationHandler and create getNonregisteredRegistration to the RegistraionManager
instead.
[mwringe] GTNWSRP-73: another issues with non-registered consumers, the awful hack need to
the set the registrationStatus for non-registered consumers to work properly. Next step,
implement this correctly and remove hack.
[chris.laprun(a)jboss.com] Renamed next version to Alpha03 instead of Beta01
[mwringe] GTNWSRP-72: add a RegistrationPortletContextListener to handle when portlet
contexts get updated for a registration. Add listener to the RegistrationPolicy so it can
handle when to save portlet contexts.
Make the registrationManager always have a registration policy, fixes an NPE when the
producer has isRegistrationRequired false.
Public URL:
https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/119
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/119/