[appfuse-user] Tomcat 5.5.2 and IDEA startup error: Cannot load excludes configuration file from jar

2007-06-23 Thread jlukar
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"

[appfuse-user] Downloading documentation for AppFuse 2.0

2007-05-05 Thread jlukar
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

[appfuse-user] Timestamp, Hibernate annotation and MySQL

2007-05-05 Thread jlukar
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"