[JBoss JIRA] (GTNPORTAL-2404) Site Import/Export Error
by Julien Viet (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2404?page=com.atlassian.jira.pl... ]
Julien Viet resolved GTNPORTAL-2404.
------------------------------------
Resolution: Done
> Site Import/Export Error
> ------------------------
>
> Key: GTNPORTAL-2404
> URL: https://issues.jboss.org/browse/GTNPORTAL-2404
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Management
> Environment: JBoss Enterprise Portal Platform 5.2
> Reporter: Biljana Kramer
> Assignee: Nick Scavelli
> Fix For: 3.3.0.CR01
>
> Attachments: gatein-portal-ds.xml, gatein-sample-extension.ear, import-export-error.txt, sample-portlets-web.war
>
>
> When I try to export a site that contains pages with WSRP portlet, it fails with the following exception:
> Caused by: org.gatein.management.api.binding.BindingException: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:75)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:49)
> at org.exoplatform.portal.mop.management.exportimport.PageExportTask.export(PageExportTask.java:77)
> at org.gatein.management.core.api.binding.zip.ExportResourceModelMarshaller.marshal(ExportResourceModelMarshaller.java:78)
> ... 28 more
> Caused by: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.AbstractMarshaller.marshalModelObject(AbstractMarshaller.java:79)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshalPage(PageMarshaller.java:145)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:64)
> ... 31 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (GTNPORTAL-2404) Site Import/Export Error
by Nick Scavelli (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2404?page=com.atlassian.jira.pl... ]
Nick Scavelli updated GTNPORTAL-2404:
-------------------------------------
Git Pull Request: https://github.com/gatein/gatein-portal/pull/13
> Site Import/Export Error
> ------------------------
>
> Key: GTNPORTAL-2404
> URL: https://issues.jboss.org/browse/GTNPORTAL-2404
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Management
> Environment: JBoss Enterprise Portal Platform 5.2
> Reporter: Biljana Kramer
> Assignee: Nick Scavelli
> Fix For: 3.3.0.CR01
>
> Attachments: gatein-portal-ds.xml, gatein-sample-extension.ear, import-export-error.txt, sample-portlets-web.war
>
>
> When I try to export a site that contains pages with WSRP portlet, it fails with the following exception:
> Caused by: org.gatein.management.api.binding.BindingException: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:75)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:49)
> at org.exoplatform.portal.mop.management.exportimport.PageExportTask.export(PageExportTask.java:77)
> at org.gatein.management.core.api.binding.zip.ExportResourceModelMarshaller.marshal(ExportResourceModelMarshaller.java:78)
> ... 28 more
> Caused by: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.AbstractMarshaller.marshalModelObject(AbstractMarshaller.java:79)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshalPage(PageMarshaller.java:145)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:64)
> ... 31 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (GTNPORTAL-2404) Site Import/Export Error
by Nick Scavelli (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2404?page=com.atlassian.jira.pl... ]
Nick Scavelli updated GTNPORTAL-2404:
-------------------------------------
Assignee: Nick Scavelli (was: Chris Laprun)
Fix Version/s: 3.3.0.CR01
WSRP is now supported in pages.xml, export/import needs to support this as well.
> Site Import/Export Error
> ------------------------
>
> Key: GTNPORTAL-2404
> URL: https://issues.jboss.org/browse/GTNPORTAL-2404
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Management
> Environment: JBoss Enterprise Portal Platform 5.2
> Reporter: Biljana Kramer
> Assignee: Nick Scavelli
> Fix For: 3.3.0.CR01
>
> Attachments: gatein-portal-ds.xml, gatein-sample-extension.ear, import-export-error.txt, sample-portlets-web.war
>
>
> When I try to export a site that contains pages with WSRP portlet, it fails with the following exception:
> Caused by: org.gatein.management.api.binding.BindingException: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:75)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:49)
> at org.exoplatform.portal.mop.management.exportimport.PageExportTask.export(PageExportTask.java:77)
> at org.gatein.management.core.api.binding.zip.ExportResourceModelMarshaller.marshal(ExportResourceModelMarshaller.java:78)
> ... 28 more
> Caused by: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.AbstractMarshaller.marshalModelObject(AbstractMarshaller.java:79)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshalPage(PageMarshaller.java:145)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:64)
> ... 31 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (GTNPORTAL-2404) Site Import/Export Error
by Chris Laprun (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2404?page=com.atlassian.jira.pl... ]
Chris Laprun commented on GTNPORTAL-2404:
-----------------------------------------
Moved to proper tracker, JBPORTAL is for the old JBoss Portal project that has been replaced by GateIn. Since you are a JBoss EPP customer, you might want to open a Salesforce ticket in addition to this request.
> Site Import/Export Error
> ------------------------
>
> Key: GTNPORTAL-2404
> URL: https://issues.jboss.org/browse/GTNPORTAL-2404
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Management
> Environment: JBoss Enterprise Portal Platform 5.2
> Reporter: Biljana Kramer
> Assignee: Chris Laprun
> Attachments: gatein-portal-ds.xml, gatein-sample-extension.ear, import-export-error.txt, sample-portlets-web.war
>
>
> When I try to export a site that contains pages with WSRP portlet, it fails with the following exception:
> Caused by: org.gatein.management.api.binding.BindingException: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:75)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:49)
> at org.exoplatform.portal.mop.management.exportimport.PageExportTask.export(PageExportTask.java:77)
> at org.gatein.management.core.api.binding.zip.ExportResourceModelMarshaller.marshal(ExportResourceModelMarshaller.java:78)
> ... 28 more
> Caused by: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.AbstractMarshaller.marshalModelObject(AbstractMarshaller.java:79)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshalPage(PageMarshaller.java:145)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:64)
> ... 31 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (GTNPORTAL-2404) Site Import/Export Error
by Chris Laprun (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2404?page=com.atlassian.jira.pl... ]
Chris Laprun moved JBPORTAL-2489 to GTNPORTAL-2404:
---------------------------------------------------
Project: GateIn Portal (was: JBoss Portal)
Key: GTNPORTAL-2404 (was: JBPORTAL-2489)
Issue Type: Feature Request (was: Bug)
Workflow: GIT Pull Request workflow (was: jira)
Component/s: Management
(was: Portal WSRP)
Security: Public (was: Public)
> Site Import/Export Error
> ------------------------
>
> Key: GTNPORTAL-2404
> URL: https://issues.jboss.org/browse/GTNPORTAL-2404
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Management
> Environment: JBoss Enterprise Portal Platform 5.2
> Reporter: Biljana Kramer
> Assignee: Chris Laprun
> Attachments: gatein-portal-ds.xml, gatein-sample-extension.ear, import-export-error.txt, sample-portlets-web.war
>
>
> When I try to export a site that contains pages with WSRP portlet, it fails with the following exception:
> Caused by: org.gatein.management.api.binding.BindingException: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:75)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:49)
> at org.exoplatform.portal.mop.management.exportimport.PageExportTask.export(PageExportTask.java:77)
> at org.gatein.management.core.api.binding.zip.ExportResourceModelMarshaller.marshal(ExportResourceModelMarshaller.java:78)
> ... 28 more
> Caused by: javax.xml.stream.XMLStreamException: WSRP portlet marshalling not supported.
> at org.exoplatform.portal.mop.management.binding.xml.AbstractMarshaller.marshalModelObject(AbstractMarshaller.java:79)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshalPage(PageMarshaller.java:145)
> at org.exoplatform.portal.mop.management.binding.xml.PageMarshaller.marshal(PageMarshaller.java:64)
> ... 31 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months