This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224344

Summary: NullPointerException at com.pointbase.net.netJDBCDatabaseMetaData.getDefaultTransactionIsolation
Product: db Reporter: emiddio <emiddio>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197034
Attachments: stacktrace

Description emiddio 2012-12-31 20:53:48 UTC
Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
emiddio: connecting to pointbase db connection




Stacktrace: 
java.lang.NullPointerException
   at com.pointbase.net.netJDBCDatabaseMetaData.getDefaultTransactionIsolation(netJDBCDatabaseMetaData.java:1251)
   at org.netbeans.lib.ddl.adaptors.DefaultAdaptor.getDefaultTransactionIsolation(DefaultAdaptor.java:3024)
   at org.netbeans.modules.db.explorer.node.ConnectionNode.updateLocalProperties(ConnectionNode.java:271)
   at org.netbeans.modules.db.explorer.node.ConnectionNode.access$200(ConnectionNode.java:75)
   at org.netbeans.modules.db.explorer.node.ConnectionNode$2.run(ConnectionNode.java:320)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411)
Comment 1 emiddio 2012-12-31 20:53:50 UTC
Created attachment 129792 [details]
stacktrace
Comment 2 Jaroslav Havlin 2013-01-03 10:53:54 UTC
> Strace:
> java.lang.NullPointerException
>    at com.pointbase.net.netJDBCDatabaseMetaData
>       .getDefaultTransactionIsolation(netJDBCDatabaseMetaData.java:1251)
>    ...

This is a bug in the Pointbase JDBC driver, it cannot be fixed in NetBeans. Please report the bug to Pointbase developers. Thanks for understanding.