[JBoss-user] [EJB/JBoss] - Re: ejbStore doesn't seem to be called in BMP Bean

2005-04-19 Thread hb_jan
Found the error: Seems that I forgot an important '@ejb.persistence'-Tag before some getXXX-Methods to indicate that an ejbStore() is necessary. Not it's working. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874479#3874479 Reply to the post : http://www.j

[JBoss-user] [EJB/JBoss] - Re: ejbStore doesn't seem to be called in BMP Bean

2005-04-18 Thread hb_jan
...I'm sorry: Instead of "When using BeanTA," it should be "When deploying the beans with the JBuilder". This mistake is due to the fact that in former times a different AS, namely BeanTA, was used. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874400#387440

[JBoss-user] [EJB/JBoss] - ejbStore doesn't seem to be called in BMP Bean

2005-04-18 Thread hb_jan
Hello all, I'm right new to JBoss so I still have the hope that there is a simple answer for my problem. I use an EntityBean 'ObjectNumberBean' for counting up diverse IDs. It is a BMP bean. I use this bean e.g. for a new user-account to provide a User-ID. A call looks something like 'objNum.ge