Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0rc2
-
None
Description
If you look at the following bug (https://jira.jboss.org/jira/browse/JBESB-1675), it shows that when scout brings back a service with GetRegistryObject, it queries for the service, and then queries for the organization that the service belongs to (which brings in all of the services that that organization belongs to, and all of the ServiceBinding - essentially overquerying by a large amount.
What we should be doing is lazily loading the Organization only when it's queried.