Hello, I am using Sybase ASE backend and just switched to OJB 0.9.8. I found that there now is a PlatformSybaseASEImpl in the respective package, and that this class fixes the error with the "temporary" keyword previously had to work around.
When I use this class (setting platform="SybaseASE" in the jdbc-connection-descriptor element in repository.xml), this problem is indeed fixed, but I get the following log output: [Error] repository.xml:36:6: Attribute "platform" with value "SybaseASE" must have a value from the list "Db2 Hsqldb Informix MsAccess MsSQLServer MySQL Oracle PostgreSQL Sybase Sapdb ". Is this error an error? BTW: I saw that the classes PlatformSybaseASA�mpl and PlatformSybaseImpl are identical, but do not inherit from each other. Also PlatformSybaseASEImpl inherits directly from PlatformDefaultImpl. Is there a reason for that? I realize that PlatformSybaseImpl cannot be made an *abstract* super-class of the two others for backward compatibiliy reasons, but one could at least let PlatformSybaseASAImp (trivially) extend PlatformSybaseImp. Oliver Matz -- Dr. Oliver Matz ppi Media GmbH Deliusstra�e 10 D-24114 Kiel phone +49 (0) 43 1-53 53-422 fax +49 (0) 43 1-53 53-2 22 email mailto:[EMAIL PROTECTED] web www.ppi.de -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
