> Does your ejbCreate method have "throws CreateException" in its definition
> and the interfaces?
> > 
> > Bean: Identifier
> > Method: public String ejbCreate(String)
> > Section: 10.6.4
> > Warning: The throws clause must define the javax.ejb.CreateException

Turns out the ejbCreate method did throw CreateException, but
the bean had a superclass with an ejbCreate that did not throw
the exception.

Still don't know what "expected one strategy tag" means.

Thanks.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to