During fixes for 2.3 it was discovered that the xmlJavaTypeAdapter implementations were not consistently implemented across the board for Webservices. In some cases the adapter was only needed on one side(client/server) for implementations tested. These should be consistently implemented. Additionally for all the locations where @XmlTransients were applied to eliminate cycles for serializations and an XmlJavaType adapter is being used, it would be a useful enhancement to return those additional ids to the client as list of integers to the client. This would be a convenience to the WS clients so that it would be clearer how to reconstruct the full object trees if such a thing is desired.
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2455
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug
making sure we're not missing any bugs in rhq_triage
WS are gone.