I have some Entity Beans(CMP) deploy on JBoss 3.0.4 access FireBird BD.
 
I can create de bean normaly, but I can't read attributes of bean. I create the bean,
bean = home.create("attribute"); but executing bean.getName(); the error occurs..
 
My database has auto-increment primarykey value. I don't want use key generating whith paterns or JDBC3 keyGenerator.
 
I only need access the attributes after create the bean.
 
Do someone know I resolve this problem?
 
thanks a lot.
 
Maykel

Reply via email to