05-25-2006 04:14 PM
db.driver=com.sybase.jdbc2.jdbc.SybDataSource
db.name=alfresco
db.url=jdbc:sybase:Tds:devdb1:4100/alfresco?JCONNECT_VERSION=6
db.username=alfresco
db.password=alfresco
hibernate.dialect=org.hibernate.dialect.SybaseDialect
05-25-2006 11:55 PM
dir.root=/srv/alfresco/data (replace this with whatever you like)
<beans>
<!– overriding to point to custom properties –>
<bean id="repository-properties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders">
<value>true</value>
</property>
<property name="locations">
<list>
<value>classpath:alfresco/repository.properties</value>
<value>classpath:alfresco/version.properties</value>
<value>classpath:alfresco/domain/transaction.properties</value>
<!– override core properties –>
<value>file:[JBossHome]/server/default/conf/alfresco/extension/custom-data-location.properties</value>
<value>file:[JBossHome]/server/default/conf/alfresco/extension/custom-db-connection.properties</value>
</list>
</property>
</bean>
<!– override Hibernate properties –>
<bean id="hibernateConfigProperties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="locations">
<list>
<value>classpath:alfresco/domain/hibernate-cfg.properties</value>
<value>file:[JBossHome]/server/default/conf/alfresco/extension/custom-hibernate-dialect.properties</value>
</list>
</property>
</bean>
</beans>
05-26-2006 09:22 AM
<beans>
<!– overriding to point to custom properties –>
<bean id="repository-properties" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreUnresolvablePlaceholders">
<value>true</value>
</property>
<property name="locations">
<list>
<value>classpath:alfresco/repository.properties</value>
<value>classpath:alfresco/version.properties</value>
<value>classpath:alfresco/domain/transaction.properties</value>
<!– override core properties –>
<value>file:/JBoss/jboss-portal-2.2.1-bundled/server/default/conf/alfresco/extension/custom-data-location.properties</value>
<value>file:jboss-portal-2.2.1-bundled/server/default/conf/alfresco/extension/custom-db-connection.properties</value>
</list>
</property>
</bean>
<!– override Hibernate properties –>
<bean id="hibernateConfigProperties" class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="locations">
<list>
<value>classpath:alfresco/domain/hibernate-cfg.properties</value>
<value>file:jboss-portal-2.2.1-bundled/server/default/conf/alfresco/extension/custom-hibernate-dialect.properties</value>
</list>
</property>
</bean>
</beans>
05-26-2006 09:40 AM
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE beans PUBLIC '-//SPRING//DTD BEAN//EN' 'http://www.springframework.org/dtd/spring-beans.dtd'>
at the top of custom-db-and-data-context.xmlfile:jboss-portal-2.2.1-bundled/
with the full path starting with /(e.g. /opt/jbossAS/jboss-portal-2.2.1-bundled/….)
Regards,05-26-2006 09:47 AM
05-26-2006 09:54 AM
<root>
<priority value="INFO" />
<appender-ref ref="CONSOLE"/>
<appender-ref ref="FILE"/>
</root>
Cheers,05-26-2006 02:07 PM
05-26-2006 04:20 PM
soffice "-accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager" -nologo -headless &
Hope this helps.05-26-2006 04:40 PM
05-26-2006 05:36 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.