This is an All-In-One (AIO) project for Alfresco SDK 3.0 that demonstrates a bug in Alfresco Share 5.2.6.
The bug is that when a property is marked as mandatory, either in the model or in Share form configuration, it breaks custom field validation messages when using the doclib-simple-metadata form. The document details form is unaffected.
The problem affects text fields and multi-select fields. I did not test single-select fields, but I suspect they are also affected.
The fix is to either mark the property as optional, downgrade to 5.2.3, or upgrade to 6.x.
Run with mvn clean install -DskipTests=true alfresco:run
or ./run.sh
and verify that it
- Runs the embedded Tomcat + H2 DB
- Runs Alfresco Platform (Repository)
- Runs Alfresco Solr4
- Runs Alfresco Share
- Packages both as JAR and AMP assembly for modules
- No parent pom
- No WAR projects, all handled by the Alfresco Maven Plugin
- No runner project - it's all in the Alfresco Maven Plugin
- Standard JAR packaging and layout
- Works seamlessly with Eclipse and IntelliJ IDEA
- JRebel for hot reloading, JRebel maven plugin for generating rebel.xml, agent usage:
MAVEN_OPTS=-Xms256m -Xmx1G -agentpath:/home/martin/apps/jrebel/lib/libjrebel64.so
- AMP as an assembly
- Configurable Run mojo in the
alfresco-maven-plugin
- No unit testing/functional tests just yet
- Resources loaded from META-INF
- Web Fragment (this includes a sample servlet configured via web fragment)
- Abstract assembly into a dependency so we don't have to ship the assembly in the archetype
- Purge
- Functional/remote unit tests