1. Add New Content Model
http://ecmarchitect.com/archives/2007/06/09/756
2. Add New Mimetype
http://wiki.alfresco.com/wiki/Adding_a_Mime_Type
http://niketa-alfresco3.blogspot.com/2010/01/how-to-add-new-mime-type.html
3. Bug Fix
주의: mimetype 확장 버그
http://issues.alfresco.com/jira/browse/ALF-2695
Looks like this:
Should probably be changed to:
http://ecmarchitect.com/archives/2007/06/09/756
2. Add New Mimetype
http://wiki.alfresco.com/wiki/Adding_a_Mime_Type
http://niketa-alfresco3.blogspot.com/2010/01/how-to-add-new-mime-type.html
3. Bug Fix
주의: mimetype 확장 버그
http://issues.alfresco.com/jira/browse/ALF-2695
Looks like this:
<bean id="mimetypeConfigService" class="org.alfresco.config.xml.XMLConfigService" init-method="init">
<constructor-arg>
<bean class="org.alfresco.config.source.UrlConfigSource">
<constructor-arg>
<bean class="org.alfresco.config.source.UrlConfigSource">
Should probably be changed to:
<bean id="mimetypeConfigService" class="org.springframework.extensions.config.xml.XMLConfigService" init-method="init">
<constructor-arg>
<bean class="org.springframework.extensions.config.source.UrlConfigSource">
<constructor-arg>
<bean class="org.springframework.extensions.config.source.UrlConfigSource">
'정보기술 > 웹&데이터베이스' 카테고리의 다른 글
Shape file 을 PostGIS 데이터베이스에 넣는 방법 (0) | 2011.07.01 |
---|---|
Alfresco Database 직접 접근 - mysql (0) | 2010.12.06 |
Alfresco CIFS Files Service in Ubuntu 10.10 (0) | 2010.11.29 |
Alfresco PHP Library Installation Instructions - Ubuntu 10.10 기준 (0) | 2010.11.27 |
Ubuntu Linux 관리 Tip (Ubuntu Desktop 10.10) (0) | 2010.11.26 |