When using stateless session beans you must have only one create method without arguments.
That's because all instances of the class must be interchangeable, so if you use
parameters in create method, then they became not interchangeable.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4024806#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...