I'm starting an automatic primary key generation for Entity Beans that covers two possible database vendors (with a facade/proxy, etc) for my currently assigned project at work. The point is, I think it could be possible to (with a little more effort) implement something similar that fits into jboss and stays as a value-added key generation scheme. This would be my first contribution (on my spare time), and I'm not sure if this is desireable, needed, or possible. If the idea is good, I would need some directions. The point that I have in mind (because I don't like the patterns on this subject in theserverside.com) is to use SEQUENCES where possible (that is, if the database permits it), automatic database vendor check, and customizable behaviour. To check the "majority needs". ============================================ Ignacio Coloma Escribano Verdino Sistemas de Informaci�n 629 151 669 - http://www.iverdino.com _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
