Hi folks! It seems that OpenEJB-4.5.1 is pretty eager to bind _any_ class to JNDI (and not only EJBs)
This happens in classic.Assembler, line 736. When using JBehave this leads to blowing up with an IllegalStateException on the class org.jbehave.core.steps.StepCreator$MethodInvoker when invoking matcher.appencReplacement(buf, value); Where buf = "" and value is the name of the class as stated above. LieGrue, strub
