Hello all,
I'm working with JUnit and OpenEJB to do integration tests in my project
but I'm experiencing a problem deploying a MBean. I have two classpaths:
{project.dir}/bin and {project.dir}/test/bin. The project EJBs are
placed in {project.dir}/bin and they are correctly deployed by the
OpenEJB, the testing MBean are placed {project.dir}/test/bin and it
isn't deployed by OpenEJB (only if I copy it to the other place.
Anyone have any idea why is this happening? I've already checked if
changing the order of the classpath it will work but without success.
Best Regards,
Carlos Rodrigues