[JBoss-user] [EJB/JBoss] - Re: value-object getter causes EJBException

2006-02-15 Thread ceeper
Who has an idea what the problem could be? I use jboss 3.2.7 for about 1 year and never had such problems. cep View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923982#3923982 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [EJB/JBoss] - value-object getter causes EJBException

2006-02-13 Thread ceeper
I defined a value-object and added two methods within the bean: public abstract BeanValue getBeanValue(); public abstract void setBeanValue( BeanValue value ); Every access to this methods causes an EJBException. The method ist not a CMP field or a select method. I tried it with jboss 4.0.1 and