You can checkout the source code of the project using:
svn co
https://appfuse.dev.java.net/svn/appfuse/trunk/plugins/appfuse-maven-plugin
Username: guest
Password:
You can also copy the templates into your project and customize the one for
sample-data.
appfuse:copy-templates
HTH,
Matt
On We
Another problem we are also experiencing is when using enumerations:
We are storing enumerations as strings in our db with the following
annotations
on our property
@Enumerated(EnumType.STRING)
@Column(length=15, nullable=false)
public BankingType getMethod() {
return method;