[jboss-jira] [JBoss JIRA] Commented: (JBPORTAL-1667) Problems for connecting a Weblogic 10 Portal WSRP Producer
Mehmet Salgar (JIRA)
jira-events at lists.jboss.org
Mon Sep 3 05:52:40 EDT 2007
[ http://jira.jboss.com/jira/browse/JBPORTAL-1667?page=comments#action_12374988 ]
Mehmet Salgar commented on JBPORTAL-1667:
-----------------------------------------
I had made little bit more research hier is a working request from WLP to register itself as WLP Producer.
I am copying here part of the request.... Complete request I would add as attachement in file WLP_self_registration.txt for WLP10.
<env:Body>
<v1:getServiceDescription xmlns:v1="urn:oasis:names:tc:wsrp:v1:types">
<v1:registrationContext xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="true"/>
</v1:getServiceDescription>
</env:Body>
and here is the JBoss request
<env:Body>
<ns1:getServiceDescription xmlns:ns1="urn:oasis:names:tc:wsrp:v1:types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns1:registrationContext xsi:nil="1"/>
<ns1:desiredLocales>en-US</ns1:desiredLocales>
<ns1:desiredLocales>en</ns1:desiredLocales>
</ns1:getServiceDescription>
</env:Body>
Only differences I can see the expression of the namespace 'xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"' in registrationContext command and '<ns1:registrationContext xsi:nil="1"/>'.
And off course there is a difference of "true" to "1" could these can be the reason of the problem?????
> Problems for connecting a Weblogic 10 Portal WSRP Producer
> ----------------------------------------------------------
>
> Key: JBPORTAL-1667
> URL: http://jira.jboss.com/jira/browse/JBPORTAL-1667
> Project: JBoss Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Portal WSRP
> Affects Versions: 2.6.1 Final, 2.6 Final
> Environment: Microsoft Windows 2000
> Sun JDK 1.5.06
> JBoss Portal 2.6.1 Final
> JBoss Portal 2.6 Final
> Reporter: Mehmet Salgar
> Assigned To: Chris Laprun
> Fix For: 2.6.2 Final, 2.8 Final
>
> Attachments: fullstacktrace.txt, jboss_portal_wlp10_wsdl_binding_tcp_mon.txt, jboss_portal_wlp10_wsdl_tcp_mon.txt, jboss_portal_wlp92_wsdl_tcp_mon.txt, jboss_portal_wlp92MP_wsdl_binding_tcp_mon.txt, jboss_portal_wlp_10_refresh_soap.txt, jboss_portal_wlp_92MP2_refresh_soap.txt, myPortalEAR.ear, WLP_self_registration.txt, wsrp_2_servicedescription.txt
>
>
> I have problem for connecting a Weblogic Portal 10 as a remote Producer. I am receiving a message
> 'ERROR [CallImpl] Call invocation failed with SOAPFaultException
> javax.xml.rpc.soap.SOAPFaultException: The given registrationHandle [null] is invalid.; nested exception is:
> java.lang.NumberFormatException: null'
> I have a simple Portal application for Weblogic Portal 10 which is inluding only a JSF portlet.
> When I try to connect from WSRP Admin portlet to the WSDL URL and refresh I am getting this exception.
> Funny part about it, I deployed the same portal application to the WLP 9.2 then I was able to access it with JBoss Portal without problem.
> Because of the some difficulties we are getting at WLP 9.2 I like to see the same portal at WLP 10, but we are getting this exception.
> I look to the WSDL off the WLP it looks like somethings are changed from 9.2 to 10, so I am guessing that is the reason for the problem.
> The reason that I report this as a bug, I think JBoss has to change something to stay compatible and draw attention to the problem.
> Btw, WLP 10 can connect to is own portlet as Remote Portlet over WSRP. So I think the implementation from Weblogic side is correct, at least for themselves.
> I would try to attach the Portal Project, while it is really simple and can function as reproducer and WLP 10 is freely downloadable for development purposes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list