On Aug 26, 2006, at 1:31 PM, David Blevins wrote:
I'll take a look at this and get back to you later today.
The patch looks good, you're just missing a few files. Not a big
deal, you just need to 'svn add' them so svn will include them in the
patch. Give that a try and attach a new patch file here: http://
jira.codehaus.org/browse/OPENEJB-171
On Aug 26, 2006, at 10:59 AM, Mohammed Nour wrote:
Hi Daves...
I followed the steps you explained to me, but I have a couple of
stupid questions :) :
I don't see any thing the build output which indicates that the
test case was running, why?
It's just the way the surefire plugin works. It only displays the
names of the tests that are in that module and we have all the itests
in another module. If it fails though, there will be a report under
openejb-core/target/surefire-reports/
What is the use of spring.xml, is it for assembling the components
of the EJB container? If yes, do I have to read about spring to
know the details of this XML file ?
Yes, and it's experimental. You don't need to understand it to work
on OpenEJB. You'll need to add OpenEJB deployments to it whenever
you add them to the ejb-jar.xml, but we can help with that if the
need comes up again.
-David