You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scout-dev@ws.apache.org by "osman findik (JIRA)" <sc...@ws.apache.org> on 2005/12/12 16:02:46 UTC

[jira] Created: (SCOUT-10) Publish requests to JUDDI do not include ServiceBinding information.

Publish requests to JUDDI do not include ServiceBinding information.
--------------------------------------------------------------------

         Key: SCOUT-10
         URL: http://issues.apache.org/jira/browse/SCOUT-10
     Project: Scout
        Type: Bug
  Components: Scout - jUDDI Interface  
    Versions: 1.0    
    Reporter: osman findik
 Assigned to: Anil Saldhana 
    Priority: Blocker


We are trying to register a service with binding information. We could not succeed to include binding information to the service. 

The service is registered but there is no binding information within the service.

I am using tcpmon to observe the messages and the request message does not include binding information.

So I think this must be a bug related with JAXR or Scout.

This is the code part adding Service Binding:

        Service service = businessLifeCycleManager.createService("Fly Away Airline Reservation Service");
        service.setDescription(businessLifeCycleManager.createInternationalString("Flight Reservation Service"));
 
        // Create serviceBinding
        ServiceBinding serviceBinding = businessLifeCycleManager.createServiceBinding();
        serviceBinding.setDescription(businessLifeCycleManager.
               createInternationalString("Information for airline reservation service access"));
 
        //Turn validation of URI off
        serviceBinding.setValidateURI(false);
        serviceBinding.setAccessURI("http://www.airlinetravel.com:8080/services.reservations.html ");
 
        // Add the serviceBinding to the service
        service.addServiceBinding(serviceBinding);
 
I think this bug is related with `getBusinessServiceFromJAXRService` method of `org.apache.ws.scout.util.ScoutJaxrUddiHelper` class.

It does not add the servicebindings to BusinessService

Regards,
Osman



-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Resolved: (SCOUT-10) Publish requests to JUDDI do not include ServiceBinding information.

Posted by "Anil Saldhana (JIRA)" <sc...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/SCOUT-10?page=all ]
     
Anil Saldhana resolved SCOUT-10:
--------------------------------

    Resolution: Fixed

Fixed in v0.7.

).7rc1 release pending Apache Vote.

> Publish requests to JUDDI do not include ServiceBinding information.
> --------------------------------------------------------------------
>
>          Key: SCOUT-10
>          URL: http://issues.apache.org/jira/browse/SCOUT-10
>      Project: Scout
>         Type: Bug

>   Components: Scout - jUDDI Interface
>     Versions: v0.5
>     Reporter: osman findik
>     Assignee: Anil Saldhana
>     Priority: Blocker
>      Fix For: v0.7

>
> We are trying to register a service with binding information. We could not succeed to include binding information to the service. 
> The service is registered but there is no binding information within the service.
> I am using tcpmon to observe the messages and the request message does not include binding information.
> So I think this must be a bug related with JAXR or Scout.
> This is the code part adding Service Binding:
>         Service service = businessLifeCycleManager.createService("Fly Away Airline Reservation Service");
>         service.setDescription(businessLifeCycleManager.createInternationalString("Flight Reservation Service"));
>  
>         // Create serviceBinding
>         ServiceBinding serviceBinding = businessLifeCycleManager.createServiceBinding();
>         serviceBinding.setDescription(businessLifeCycleManager.
>                createInternationalString("Information for airline reservation service access"));
>  
>         //Turn validation of URI off
>         serviceBinding.setValidateURI(false);
>         serviceBinding.setAccessURI("http://www.airlinetravel.com:8080/services.reservations.html ");
>  
>         // Add the serviceBinding to the service
>         service.addServiceBinding(serviceBinding);
>  
> I think this bug is related with `getBusinessServiceFromJAXRService` method of `org.apache.ws.scout.util.ScoutJaxrUddiHelper` class.
> It does not add the servicebindings to BusinessService
> Regards,
> Osman

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org


[jira] Updated: (SCOUT-10) Publish requests to JUDDI do not include ServiceBinding information.

Posted by "Anil Saldhana (JIRA)" <sc...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/SCOUT-10?page=all ]

Anil Saldhana updated SCOUT-10:
-------------------------------

    Fix Version: v0.7
        Version: v0.5
                     (was: 1.0)

> Publish requests to JUDDI do not include ServiceBinding information.
> --------------------------------------------------------------------
>
>          Key: SCOUT-10
>          URL: http://issues.apache.org/jira/browse/SCOUT-10
>      Project: Scout
>         Type: Bug

>   Components: Scout - jUDDI Interface
>     Versions: v0.5
>     Reporter: osman findik
>     Assignee: Anil Saldhana
>     Priority: Blocker
>      Fix For: v0.7

>
> We are trying to register a service with binding information. We could not succeed to include binding information to the service. 
> The service is registered but there is no binding information within the service.
> I am using tcpmon to observe the messages and the request message does not include binding information.
> So I think this must be a bug related with JAXR or Scout.
> This is the code part adding Service Binding:
>         Service service = businessLifeCycleManager.createService("Fly Away Airline Reservation Service");
>         service.setDescription(businessLifeCycleManager.createInternationalString("Flight Reservation Service"));
>  
>         // Create serviceBinding
>         ServiceBinding serviceBinding = businessLifeCycleManager.createServiceBinding();
>         serviceBinding.setDescription(businessLifeCycleManager.
>                createInternationalString("Information for airline reservation service access"));
>  
>         //Turn validation of URI off
>         serviceBinding.setValidateURI(false);
>         serviceBinding.setAccessURI("http://www.airlinetravel.com:8080/services.reservations.html ");
>  
>         // Add the serviceBinding to the service
>         service.addServiceBinding(serviceBinding);
>  
> I think this bug is related with `getBusinessServiceFromJAXRService` method of `org.apache.ws.scout.util.ScoutJaxrUddiHelper` class.
> It does not add the servicebindings to BusinessService
> Regards,
> Osman

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: scout-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: scout-dev-help@ws.apache.org