[CMA-8] nodeService.getChildAssocs(...) returns null. Created: 16/Apr/08 Updated: 14/May/08 Resolved: 22/Apr/08 |
|
| Status: | Closed |
| Project: | Remote Alfresco API rivet |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | vjalilov | Assignee: | sumer |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
nodeService.getChildAssocs(ticket, productNodeRef, RegexQNamePattern.MATCH_ALL, RegexQNamePattern.MATCH_ALL); returns null But, nodeService.getChildAssocs(ticket, productNodeRef); returns a list of 6 ChildAssociationRef s :-) |
| Comments |
| Comment by hlim [ 18/Apr/08 ] |
| can you take a look at this? |
| Comment by schalasani [ 18/Apr/08 ] |
| QNamePattern is not Serializable. We cannot do anything else. |
| Comment by hlim [ 22/Apr/08 ] |
|
QNamePatterns are not serializable and cannot be constructed from string values. getChildAssocs, getParentAssocs, getSourceAssocs, getTargetAssocs will take QNames only until we come up with another resolution. |