Re: [Hibernate] ObjectFactory

2004-10-06 Thread Gavin King
Thanks! Emmanuel Bernard wrote: done Gavin King wrote: Drop it :) Emmanuel Bernard wrote: Sun fixed the backward compatibility bug we had on javax.nnaming.spi.ObjectFactory.getObjectInstance(Object, Name, Context, Hashtable); by changing Hashtable to HashTable We now have 2 options: - keep the jdk

Re: [Hibernate] ObjectFactory

2004-10-06 Thread Emmanuel Bernard
done Gavin King wrote: Drop it :) Emmanuel Bernard wrote: Sun fixed the backward compatibility bug we had on javax.nnaming.spi.ObjectFactory.getObjectInstance(Object, Name, Context, Hashtable); by changing Hashtable to HashTable We now have 2 options: - keep the jdk15 hack I did in the build proce

Re: [Hibernate] ObjectFactory

2004-10-06 Thread Gavin King
Drop it :) Emmanuel Bernard wrote: Sun fixed the backward compatibility bug we had on javax.nnaming.spi.ObjectFactory.getObjectInstance(Object, Name, Context, Hashtable); by changing Hashtable to HashTable We now have 2 options: - keep the jdk15 hack I did in the build process and gain a more rob

[Hibernate] ObjectFactory

2004-10-06 Thread Emmanuel Bernard
Sun fixed the backward compatibility bug we had on javax.nnaming.spi.ObjectFactory.getObjectInstance(Object, Name, Context, Hashtable); by changing Hashtable to HashTable We now have 2 options: - keep the jdk15 hack I did in the build process and gain a more robust implementation (generics usage)