Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Trunk
-
None
Description
Build and deploy current trunk.
Configuration scenario 1:
---------------------------------
- James.xml:
<enableVirtualHosting> true </enableVirtualHosting>
- domainlist.xml :
<!-- comment this if you use JDBCDomainList -->
<!--
<domainnames>
<domainname>localhost</domainname>
</domainnames>
-->
<!-- uncomment this if you use JDBCDomainList -->
<repositoryPath>db://maildb/domain</repositoryPath>
<sqlFile>file://conf/sqlResources.xml</sqlFile>
- springbeans.xml
use the <bean id="domainlist" class="org.apache.james.domain.JDBCDomainList"/>
and not the <bean id="domainlist" class="org.apache.james.domain.XMLDomainList"/>
run.sh gives an exception
Caused by: org.apache.commons.configuration.ConfigurationException: Configured defaultdomain could not get added to DomainList
run.sh a second time, everything's ok
Configuration scenario 2:
-----------------------------------
Same, but don't comment the domainnames in domainlist.xml
run.sh gives the same exception
run.sh a second time, everything's ok
PS : By the way, with the embedded derby out-of-the-box, could the default config be enableVirtualHosting=true and JDBCDomainList.