Hi,
 
I am trying to figure out CMP 2.0 with the current CVS version of JBoss
at the moment, but ran in a first problem:
 
I declared a createUser() method in the home interface and implemented
a ejbCreateUser() method in the entity bean's bean class.
 
When I was deploying my bean, the container complained about not
finding a matching method to the createUser() method in the home interface.
 
Now I tried to track this down and I found out, that the container is looking
for a ejbHomeCreateUser() method which I thought would not be necessary
for create-Methods.
 
Or did I just misunderstand the EJB 2.0 Specification ?
 
Regards,
 
Wei-ju Wu
 
 
 
 

Reply via email to