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
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