
| Key: |
QB-120
|
| Type: |
Bug
|
| Status: |
Resolved
|
| Resolution: |
Cannot Reproduce
|
| Priority: |
Critical
|
| Assignee: |
Robin Shen
|
| Reporter: |
Matthew Inger
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
QuickBuild
Created: 21/Aug/06 02:32 PM
Updated: 01/Sep/06 04:46 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
It seems that when using the Remoting API, some of the items returned in the ConfigurationFacade are of type HashMap, rather than the actual Facade they should be. Specifically, the "repositories" and "variables" property are returning
List<HashMap> rather than List<RepositoryFacade> and List<VariableFacade> as they should be. As a result, when I modify the configuration, and send it back to quickbuild, it complains that i'm passing invalid classes:
com.caucho.hession.io.HessianServiceException: java.lang.RuntimeException(Invalid facade class: java.util.HashMap).
|
|
Description
|
It seems that when using the Remoting API, some of the items returned in the ConfigurationFacade are of type HashMap, rather than the actual Facade they should be. Specifically, the "repositories" and "variables" property are returning
List<HashMap> rather than List<RepositoryFacade> and List<VariableFacade> as they should be. As a result, when I modify the configuration, and send it back to quickbuild, it complains that i'm passing invalid classes:
com.caucho.hession.io.HessianServiceException: java.lang.RuntimeException(Invalid facade class: java.util.HashMap).
|
Show » |
| No work has yet been logged on this issue.
|
|