Hi,
I committed this.
When manually deploying the ear and browsing to the URL of
the test servlet I wrote, an exception is thrown as
expected when I have not yet added a fix for the bug.
With my bug fix added, the servlet runs fine.
But when running the test using the WebIntegrationTestCase
the test case passes even if the bugfix is not applied.
This seems to be because the static boolean field
webServerAvailable defaults to false.
I am a bit confused about this.
For the web test suite to make sense, shouldn't this field
be true, and shouldn't the field baseURL have the value
"http://localhost:8080/" instead of the default null value?
If I make these changes, my UserTransaction test fails as
expected. Unfortunately also makes the testSnoopJSP,
testClientLoginServlet, testSecureServlet,
testSecureEJBAccess and testIncludeEJB tests fail.
Best Regards,
Ole Husgaard
Scott M Stark wrote:
>
> Its fine to include the jar in the web ear.
>
> ----- Original Message -----
> From: "Ole Husgaard" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 24, 2001 10:03 AM
> Subject: [JBoss-dev] jboss test dependencies
>
> > Hi,
> >
> > I am writing some code that will enable web components
> > in the JBoss server VM to use UserTransaction.
> > This is to fix bug #463790.
[snip]
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development