1. create project:
mvn archetype:create -DarchetypeGroupId=org.appfuse.archetypes -DarchetypeArtifactId=appfuse-basic-struts -DremoteRepositories=
http://static.appfuse.org/releases -DarchetypeVersion=2.0.1 -DgroupId=com.mycompany.app -DartifactId=myproject
2. mvn appfuse:full-source
3. mvn integration-test
exp: no exceptions, only org.springframework.dao.DataIntegrityViolationException and javax.persistence.EntityExistsException are occrued
act: NullPointerException is occured (see attachment)
https://issues.apache.org/struts/browse/WW-2471