Netbeans 4.0 gives this warning for inner class NorthwindDatabaseBroker.Factory:
=>
butler.demo.northwind.sql.NorthwindDatabaseBroker.Factory
is not is not abstract and does not override abstract method getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable<?,?>) in javax.naming.spi.ObjectFactory
=>
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Netbeans 4.0 gives this warning for inner class NorthwindDatabaseBroker.Factory:
=>
butler.demo.northwind.sql.NorthwindDatabaseBroker.Factory
is not is not abstract and does not override abstract method getObjectInstance(java.lang.Object, javax.naming.Name, javax.naming.Context, java.util.Hashtable<?,?>) in javax.naming.spi.ObjectFactory
=>
Are you using java 5.0? If yes, please try with java 1.4 and tell me if you get the same error.
Yes, this warning is visible in Netbeans 4.0 under Java 5.0 and not under Java 1.4.