I have followed the JBoss-IDE 1.2.2 Tutorial Guide to the letter and created a stateless session bean as instructed.
Upon deployment I get the message...
A Session bean must define at least one ejbCreate method.
My bean HAS got:-
/**
* Default create method.
* @throws CreateException
* @ejb.create-method
*/
public void ebjCreate() throws CreateException {
System.out.println("ejbCreate() called");
}Oh dear. Oh dear. Oh.dear.
Please ignore my post.
(ebjCreate != ejbCreate)
Trev
~~~