[ http://issues.apache.org/jira/browse/JUDDI-10?page=history ]
Steve Viens closed JUDDI-10:
----------------------------
Assign To: Steve Viens
Resolution: Duplicate
Fix Version: 0.9
This is a duplicate of JUDDI-6 which has already been fixed and closed.
> Null ptr exception with find_service
> ------------------------------------
>
> Key: JUDDI-10
> URL: http://issues.apache.org/jira/browse/JUDDI-10
> Project: jUDDI
> Type: Bug
> Reporter: Anou Manavalan
> Assignee: Steve Viens
> Fix For: 0.9
>
> When using find_service to locate all services using a
> given TModel, i.e.:
> ServiceList serviceList =
> proxy.getProxy().find_service(null, null, null,
> tModelBag, null, 5);
> Where tModelBag is:
> TModelBag tModelBag = new TModelBag();
> tModelBag.add(new
> TModelKey("uuid:AF6C2B90-02CE-11D8-AB90-D846D1751D29") );
> Works a treat on the IBM UDDI Test Registry (returning
> a list of services that are using the given TModel);
> but, when run with JUDDI, I get a SOAP error:
> java.lang.NullPointerException
> at org.uddi4j.UDDIElement.<init>(UDDIElement.java:37)
> at
> org.uddi4j.response.ServiceList.<init>(ServiceList.java:92)
> at
> org.uddi4j.client.UDDIProxy.find_service(UDDIProxy.java:707)
> at
> rave.uddi.Services.getMatchingServices(Services.java:65)
> at
> rave.ogsa.data.Client.TestClient.main(TestClient.java:83)
> Is JUDDI assuming one of the arguments to be non-null?
> I think perhaps the name of the service?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira