Re: [appfuse-user] Appfuse DateConverter not working?

2007-11-19 Thread Josef Cacek
atetime.format'. * @return a string representing the date pattern on the UI * @see #getDatePattern() */ public static String getDateTimePattern() { return getPatternFromResources("datetime.format", getDatePat

Re: [appfuse-user] Dialect class not found: org.hibernate.dialect.Oracle9iDialect

2007-11-12 Thread Josef Cacek
Don't use Oracle9iDialect in the .pom file, but only Oracle9Dialect (it's "deprecated", but some tasks still need it). -- jc. On Nov 12, 2007 9:26 AM, Matthew Wu <[EMAIL PROTECTED]> wrote: > Today, when I execute "mvn appfuse:gen-model". there is a error says: > [INFO] Scanning for projects... [I

Re: [appfuse-user] Type mapping in hibernate.reveng.xml

2007-11-08 Thread Josef Cacek
Hi Matt, On 11/7/07, Matt Raible <[EMAIL PROTECTED]> wrote: > On Nov 7, 2007, at 8:20 AM, Josef Cacek wrote: > > It's really my own file used. When I've tried to use the default one, > > oracle tried to get tables from all schemes (so the schema-selection >

Re: [appfuse-user] Type mapping in hibernate.reveng.xml

2007-11-07 Thread Josef Cacek
7;ve tried to test it with MySql. It generates 'short' members with the default hibernate.reveng. If I use my own hibernate.reveng it generates 'java.lang.Short', so the problem is somehow linked with Oracle. (I don't like bu

[appfuse-user] Type mapping in hibernate.reveng.xml

2007-11-07 Thread Josef Cacek
s not source of the problem.) Could you give me advice how to fix this problem, please? Best Regards, -- Josef Cacek - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]