[ http://issues.apache.org/jira/browse/OJB-108?page=all ]

Armin Waibel resolved OJB-108.
------------------------------

    Fix Version/s: 1.0.5
       Resolution: Fixed

Make Platform class instantiation more tolerant against used platform token. 
Allow full qualified custom Platform names.

Example:
platform="mysql" -> now match MySQL
platform="hsql" -> now match Hsqldb
platform="my.PlatformImpl" -> match the specified class 

> Unsupported platforms stay unreported
> -------------------------------------
>
>                 Key: OJB-108
>                 URL: http://issues.apache.org/jira/browse/OJB-108
>             Project: OJB
>          Issue Type: Bug
>          Components: RDBMS platform-specific support
>    Affects Versions: 1.0.3
>            Reporter: Stefan Podkowinski
>             Fix For: 1.0.5
>
>
> Unsupported platforms specified in the jdbc-connection-descriptor are 
> currently ignored and case sensitive.
> Example: 
> platform="mysql" -> default platform impl
> platform="MySQL" -> mysql specific platform impl
> IMO an exception or error message should be rised, if the configured platform 
> cannot be resolved.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to