-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.0.2 RC
-
Fix Version/s: 6.0.5 GA
-
Component/s: ~[Archived] WCM
-
Labels:None
The getTags method in AssetTagLocalServiceImpl calls itself over and over resulting in a stackoverflow
public List<AssetTag> getTags() throws SystemException
{ return getTags(); }This also means that getTagNames() has the same problem because it calls getTags