Author: fguillaume
Date: Thu Sep 24 11:58:29 2009
New Revision: 818454
URL: http://svn.apache.org/viewvc?rev=818454&view=rev
Log:
CMIS-53: load types properly in APPRepository#getTypes
Modified:
incubator/chemistry/trunk/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
Modified:
incubator/chemistry/trunk/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
URL:
http://svn.apache.org/viewvc/incubator/chemistry/trunk/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java?rev=818454&r1=818453&r2=818454&view=diff
==============================================================================
---
incubator/chemistry/trunk/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
(original)
+++
incubator/chemistry/trunk/chemistry/chemistry-atompub-client/src/main/java/org/apache/chemistry/atompub/client/APPRepository.java
Thu Sep 24 11:58:29 2009
@@ -118,6 +118,7 @@
}
public Collection<Type> getTypes(String typeId) {
+ loadTypes();
return typeManager.getTypes(typeId);
}