Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0.0
-
Component/s: DSL for Business Domain
-
Labels:None
-
Number of attachments :
Description
The property file environment.properties used in applicationContextBase.xml but is not initially generated.
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="location">
<value>classpath:environment.properties</value>
</property>
</bean>
Fixed.
In future versions it could be desirable to have environment properties based on profiles. Eg production-, acceptation- or test- environments. This can be achieved by using Maven profiles and filters. But its out of scope for this issue.