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 "Javier Botana (JIRA)" <sc...@ws.apache.org> on 2007/11/06 19:02:51 UTC

[jira] Created: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Service descriptions and corresponding service bindings are not returned when querying by service
-------------------------------------------------------------------------------------------------

                 Key: SCOUT-56
                 URL: https://issues.apache.org/jira/browse/SCOUT-56
             Project: Scout
          Issue Type: Bug
         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
            Reporter: Javier Botana
            Assignee: Anil Saldhana


When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Cunningham updated SCOUT-56:
--------------------------------

    Attachment: BusinessQueryManagerImpl.java.patch

Attaching patch to grab Service description and bindings information.

> Service descriptions and corresponding service bindings are not returned when querying by service
> -------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-56
>                 URL: https://issues.apache.org/jira/browse/SCOUT-56
>             Project: Scout
>          Issue Type: Bug
>         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
>            Reporter: Javier Botana
>            Assignee: Kurt Stam
>             Fix For: 1.0rc2
>
>         Attachments: BusinessQueryManagerImpl.java.patch
>
>
> When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Reopened: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Posted by "Javier Botana (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Javier Botana reopened SCOUT-56:
--------------------------------


Sorry for the inconvenience but this issue is still present with the current trunk.

Service descriptions are null and the service binding collections is empty.

> Service descriptions and corresponding service bindings are not returned when querying by service
> -------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-56
>                 URL: https://issues.apache.org/jira/browse/SCOUT-56
>             Project: Scout
>          Issue Type: Bug
>         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
>            Reporter: Javier Botana
>            Assignee: Anil Saldhana
>
> When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam closed SCOUT-56.
--------------------------

    Resolution: Fixed

Applied patch

> Service descriptions and corresponding service bindings are not returned when querying by service
> -------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-56
>                 URL: https://issues.apache.org/jira/browse/SCOUT-56
>             Project: Scout
>          Issue Type: Bug
>         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
>            Reporter: Javier Botana
>            Assignee: Kurt Stam
>             Fix For: 1.0rc2
>
>         Attachments: BusinessQueryManagerImpl.java.patch
>
>
> When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Posted by "Javier Botana (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Javier Botana closed SCOUT-56.
------------------------------

    Resolution: Fixed

This issue has already been resolved...

> Service descriptions and corresponding service bindings are not returned when querying by service
> -------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-56
>                 URL: https://issues.apache.org/jira/browse/SCOUT-56
>             Project: Scout
>          Issue Type: Bug
>         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
>            Reporter: Javier Botana
>            Assignee: Anil Saldhana
>
> When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Posted by "Tom Cunningham (JIRA)" <sc...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/SCOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12547005 ] 

Tom Cunningham commented on SCOUT-56:
-------------------------------------

The problem here is that ScoutUddiJaxrHelper.getService(ServiceInfo, LifeCycleManager) does not populate the bindings or the description.

> Service descriptions and corresponding service bindings are not returned when querying by service
> -------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-56
>                 URL: https://issues.apache.org/jira/browse/SCOUT-56
>             Project: Scout
>          Issue Type: Bug
>         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
>            Reporter: Javier Botana
>            Assignee: Kurt Stam
>             Fix For: 1.0rc2
>
>
> When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Updated: (SCOUT-56) Service descriptions and corresponding service bindings are not returned when querying by service

Posted by "Kurt Stam (JIRA)" <sc...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/SCOUT-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kurt Stam updated SCOUT-56:
---------------------------

    Fix Version/s: 1.0rc2
         Assignee: Kurt Stam  (was: Anil Saldhana)

> Service descriptions and corresponding service bindings are not returned when querying by service
> -------------------------------------------------------------------------------------------------
>
>                 Key: SCOUT-56
>                 URL: https://issues.apache.org/jira/browse/SCOUT-56
>             Project: Scout
>          Issue Type: Bug
>         Environment: MacOS X 10.4.10, J2SE build 1.5.0_07-164, sample code run from console with scout-1.0rc1.jar and jaxr-api-1.0rc1.jar from the Scout web site against current jUDDI snapshot deployed in Tomcat 5.5.20 and JBoss 4.0.2
>            Reporter: Javier Botana
>            Assignee: Kurt Stam
>             Fix For: 1.0rc2
>
>
> When I query for services by name with BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePatterns, Collection classifications, Collection specifications), the services are found but have no description and no service bindings, although this data is stored in the jUDDI database. This is related to https://issues.apache.org/jira/browse/SCOUT-22

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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