[jboss-dev-forums] [Design of EJB 3.0] - Which is the best place to write a test case for ejb3-test m
jaikiran
do-not-reply at jboss.com
Thu Aug 7 02:26:05 EDT 2008
I have stumbled upon an issue in the ejb3 test framework (ejb3-test module). I have written a small test case to reproduce this. The test case currently resides in the ejb3-proxy module in my local workspace. I was planning to create a JIRA issue and attach this patch to it. Before doing that, i want to make sure that this test case is in the right module. Since this is related to the ejb3-test module, i decided to move it there. But the test case has dependencies on the ejb3-proxy component (imports classes from org.jboss.ejb3.test.proxy.common).
So is it a right thing to add a dependency of ejb3-proxy in the pom of ejb3-test? In general, is it OK to add dependencies on ejb3 modules in the pom of ejb3-test?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4169188#4169188
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4169188
More information about the jboss-dev-forums
mailing list