The auto generated table name alias_mailuserslocal_mailuser_aliaseslocal is to long for PostgreSQL, so you will need to specify the exact table name. Take a look at the dtd for info (it's documented). It is on the todo list to check the metadata for max lengths.
-dain Leon Doud wrote: > --- Leon Doud <[EMAIL PROTECTED]> wrote: > >>Date: Fri, 5 Apr 2002 12:10:57 -0800 (PST) >>From: Leon Doud <[EMAIL PROTECTED]> >>Subject: RE: [JBoss-user] Problem creating tables >>during deployment >>To: Eric Jain <[EMAIL PROTECTED]> >> >>I don't specify them in jbosscmp-jdbc.xml so I'm >>guessing they would be the same as what is created >>in >>HyperSonicSQL: >> >>mailuser >>customer >>contact >>alias >>alias_mailuserslocal_mailuser_aliaseslocal >>address >>virtualhost >>fringeserver >>forwardingemail >> >>--- Eric Jain <[EMAIL PROTECTED]> wrote: >> >>>>During deployment an entity bean appears to have >>>> >>>an >>> >>>>error in the SQL statement it uses create its >>>> >>>table. >>> >>>>A couple other entity beans do successfully >>>> >>create >> >>>>their tables before this error occurs. This is >>>> >>>the >>> >>>>error: >>>> >>>What exactly are your table names? >>> >>> >>>-- >>>Eric Jain >>> >>> >> >>__________________________________________________ >>Do You Yahoo!? >>Yahoo! Tax Center - online filing with TurboTax >>http://taxes.yahoo.com/ >> >> > > > __________________________________________________ > Do You Yahoo!? > Yahoo! Tax Center - online filing with TurboTax > http://taxes.yahoo.com/ > > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
