Ah, seems to be a classloader issue (surprise).
Hmm, not sure how to work around this.
So I have my Drools resource adapter (http://code.google.com/p/drools-jca/),
and I have the KnowledgeBase that it produces injected as a @Resource into a
stateless session bean:
@Resource
private Knowledge
I am attempting to set a global to the value of a looked-up session bean.
The global is defined as being of the business interface type.
When I look up this EJB, and attempt to set the global,
AbstractWorkingMemory barfs at line 615 (5.2.0 HEAD) saying that my EJB
reference is not in fact an inst