I am trying to create a new itest jar (openejb-interceptor-beans) to
test the default interceptor. This jar has 2 beans both of which
implement the interfaces in the original openejb-itests-beans jar.
This jar is also added to the openejb-itests-app ear.

Now when the tests are run, I don't see the beans from this new jar
being created and deployed.

I can see my beans from the original openejb-itests-beans.jar being
created and deployed.

INFO - Created Ejb(deployment-id=BasicStatelessIntercepted,
ejb-name=BasicStatelessIntercepted, container=Default Stateless
Container)
INFO - Created Ejb(deployment-id=SecondBasicStatelessIntercepted,
ejb-name=SecondBasicStatelessIntercepted, container=Default Stateless
Container)
INFO - Created Ejb(deployment-id=BasicStatefulIntercepted,
ejb-name=BasicStatefulIntercepted, container=Default Stateful
Container)

Am I doing something here that's glaringly obviously wrong ?

Thanx
Prasad

Reply via email to