gatein_wsrp_trunk_sun5 #115: Still Failing
No tests ran.
No tests ran.
Changes for Build #105
[mvanco(a)REDHAT.COM] WSRP sample portets:
- added copyrights at java classes and edited code conventions
[mvanco(a)REDHAT.COM] WSRP2 sample test portlets + 2 unit tests at wsrp-producer-war
(MarkupTestCase)
- tests verify eventing between 2 portlets, one test is using sample event (with String
value), another one is using TestObject
- test testGetMarkupWithEventsAndObjects reproduces error:
javax.xml.ws.soap.SOAPFaultException: Couldn't marshall payload TestObject with
expected type {##default}##default
- simple portlets contain these features: events, events with object, portlet modes
- added assembly descriptors to generate separate war archives
Changes for Build #106
[chris.laprun(a)jboss.com] - Fixed improper test. Should now pass.
[mwringe] GTNWSRP-46: Update wsrp test setup to handle portlet tlds.
[mvanco(a)REDHAT.COM] WSRP2 Sample portlets
- edited formatting and headers of java files
- added new sample test portlet - public render parameter
- added descriptor for creating separate jar archive with TestObject (this archive should
be put at consumer side when testing events with complex types - more info will be at
GTNWSRP-67)
[chris.laprun(a)jboss.com] - Minor output formatting so that state is better seen.
[chris.laprun(a)jboss.com] - Comment out testGetMarkupWithEventsAndObjects as it's not
currently possible to recreate a complex event object on the consumer. See GTNWSRP-67.
- Re-formatted.
[chris.laprun(a)jboss.com] - Re-formatted and fixed copyright.
[chris.laprun(a)jboss.com] - GTNWSRP-66: Do not use the annotation information to get type
information as if no information is given to the annotation, this will result in ##default
and an improprer value to be serialized.
Changes for Build #107
[mvanco(a)REDHAT.COM] WSRP2 Sample portlets
- added new tests for prp, portlet modes (default + custom) - all of them are passing
now
- edited test for events with object to have same structure as test for simple events
Changes for Build #108
[mwringe] GTNWSRP-43: update calls to WSRP 2 type constructors to use the WSRPTypeFactory
instead of directly.
GTNWSRP-42: update WSRPTypeFactory to be conform to the xsd.
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.
Public URL:
https://hudson.jboss.org/hudson/job/gatein_wsrp_trunk_sun5/115
Private URL:
http://hudson.qa.jboss.com/hudson/job/gatein_wsrp_trunk_sun5/115/