On Wed, 19 May 2004, Sebastian wrote: > I always get the following warnings, what does it mean and how can I > solve it? > > [DEFAULT] WARN: [PlatformFactory] problems with platform > org.apache.ojb.broker.platforms.PlatformMysqlImpl: > org.apache.ojb.broker.platforms.PlatformMysqlImpl > [DEFAULT] WARN: [PlatformFactory] OJB will use PlatformDefaultImpl instead
It means that your platform identifier in the connection descriptor is spelled wrong: not Mysql but MySQL (the case is import here). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
