Hi all good people,
I have a desire to startup my appfuse based app in IntelliJ IDEA (6.0) using
JDK 1.5 on WinXP.
I get the below error. Googling the error yielded postings for sitemesh
and how "decorators.xml" and its formating might be the culprit. Also
someone mentioned moving "decorators"
I realize its in Confluence.
Is it possible to download the documentation, including the very helpful
tutorial and rest of reference manual ? Or do I need to be connected to the
Internet to view them ?
thanks much.
--
View this message in context:
http://www.nabble.com/Downloading-documentat
Hi,
I am using AppFuse 2.0 and my POJO annotated as @Entity.
this field:
public Timestamp getTimestamp() {
return timestamp;
}
gets created as column type "datetime" eventhough Hibernate is supposed to
underestand Timestamp.
What I am trying to do is to use mysql "timestamp"