[JBoss JIRA] Created: (GTNWSRP-56) WSRP compatibility with MS Sharepoint 2007
by Michal Vanco (JIRA)
WSRP compatibility with MS Sharepoint 2007
------------------------------------------
Key: GTNWSRP-56
URL: https://jira.jboss.org/browse/GTNWSRP-56
Project: GateIn WSRP
Issue Type: Task
Components: Consumer
Environment: EPP5 GA, MS Sharepoint Server 2007 with WSRPToolkit
Reporter: Michal Vanco
Assignee: Chris Laprun
We have installed MS Sharepoint 2007 with WSRPToolkit in our environment to verify WSRP (V1) compatibility with EPP5/GateIn.
When I'm trying to add new consumer in EPP5 using MS Sharepoint wsdl, I get an error (log is attached).
Problem is that MS didn't follow the spec properly, wsdl contains:
<wsdl:service name="SharePointProducer">
but there should be:
<wsdl:service name="WSRPProducer">
Then it is used at:
service = Service.create(wsdlURL.toURL(), V1_SERVICE);
where V1_SERVICE is the qname associated with the name value above
private final static QName V1_SERVICE = new QName(WSRP_V1_URN, "WSRPService");
private static final String WSRP_V1_URN = "urn:oasis:names:tc:wsrp:v1:wsdl";
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years
[JBoss JIRA] Created: (GTNPORTAL-736) Properly support consumer-side WSRP state management
by Chris Laprun (JIRA)
Properly support consumer-side WSRP state management
----------------------------------------------------
Key: GTNPORTAL-736
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-736
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: WSRP integration
Affects Versions: 3.0.0-CR01
Reporter: Chris Laprun
Assignee: Chris Laprun
Current ModelAdapter for WSRP is not quite good as its getPortletContext returns a StatefulPortletContext<WSRP> which cannot be properly handled in the WSRP component as the WSRP class is not known there. So some sort of ModelAdapter<WSRP, byte[]> would seem to be needed except that we would then need a method to convert from byte[] to WSRP which is not feasible so there seems to be a fundamental design problem here.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years