[JBoss-user] [EJB/JBoss] - Re: One BMP for several postgresql tables

2004-12-13 Thread greishka
Many thanks James, I solved the problem by creating a unique sequence for all generic tables, that can give unique id for all my tables. Nicolas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858353#3858353 Reply to the post : http://www.jboss.org/index.html

[JBoss-user] [EJB/JBoss] - One BMP for several postgresql tables

2004-12-10 Thread greishka
Hi all, I want to solve a problem with a BMP which represent many tables in a Postgres database. Each tables have 3 columns : id, name and image. My problem is when I want to get the lines from a table, the ejbLoad() method is not done by the bean when the id have ever been known before for an ot