Rickard Oberg wrote:
>
> > I have done the following changes in org.jboss.tm:
> <snip good stuff>
>
> > As you can see these changes are not bug-fixes or new
> > functionality, but rather performance enhancements.
> >
> > If these changes pass my final testing, I hope to
> > commit later this evening if nobody have objections.
>
> Excellent work!!! If your stuff passes the tests (BTW, I have moved the
> TestBeans to the "jbosstest" module. Checkout, build, run
> /dist/bin/testbeantest.bat) I'm happy. Sounds like very nice improvements.
I just did this, but: I was unable to find a testbeantest.bat file
anywhere.
After hacking a testbeantest.sh /bin/sh script four of the eight
tests failed with an EOF IO exception, which reminded me of one change
that i might have forgot to mention: The transaction hash code has
been moved to XidImpl and is serialized, which means that the
jboss-client.jar file must be updated.
When i updated this file, all 8 tests ran fine.
Best Regards,
Ole Husgaard.