Subject Netbeans
Author waltermarsi
Hi, I'm trying to develop a java application with Netbeans. I've installed Jaybird and everything seems to be ok, but when I run my application I got this messages:

[TopLink Info]: 2009.09.09 08:43:25.234--ServerSession(14726901)--TopLink, version: Oracle TopLink Essentials - 2.0.1 (Build b09d-fcs (12/06/2007))
[TopLink Info]: 2009.09.09 08:43:29.968--Not able to detect platform for vendor name [Firebird 2.1)WI-V2.1.2.18118 Firebird 2.1/tcp (pc)/P10]. Defaulting to [oracle.toplink.essentials.platform.database.DatabasePlatform]. The database dialect used may not match with the database you are using. Please explicitly provide a platform using property toplink.platform.class.name.

This means that Firebird is accessed using Oracle SQL Dialect, causing queries to crash and rise exceptions. I found the toplink.platform.class.name parameter inside persistent.xml file but got no idea about the proper settings (I've searched internet but found no clues).

Can somebody help me ? There some way to make Netbeans and Firebird work or should I change java IDE ? There is a better one ?

Best regards