[
https://issues.jboss.org/browse/AS7-1731?page=com.atlassian.jira.plugin.s...
]
Alessio Soldano resolved AS7-1731.
----------------------------------
Fix Version/s: 7.1.0.Beta1
Resolution: Done
Now that ws is included in standalone.xml by default, I can successfully run:
mvn -Dtest=org.jboss.as.test.integration.ws.ejb.* -DfailIfNoTests=false test -PallTests
...
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.jboss.as.test.integration.ws.ejb.SimpleStatelessWebserviceEndpointTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.892 sec
Running org.jboss.as.test.integration.ws.ejb.EJBWebServicesTestCase
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 sec
Results :
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.464s
[INFO] Finished at: Wed Oct 26 12:49:51 CEST 2011
[INFO] Final Memory: 38M/339M
Fix org.jboss.as.testsuite.integration.wsejb.EJBWebServicesTestCase -
got error if running this TestCase alone
--------------------------------------------------------------------------------------------------------------
Key: AS7-1731
URL:
https://issues.jboss.org/browse/AS7-1731
Project: Application Server 7
Issue Type: Bug
Components: Test Suite
Affects Versions: 7.0.1.Final
Reporter: Pavel Janousek
Assignee: Alessio Soldano
Priority: Critical
Fix For: 7.1.0.Beta1
When invole testsuite like:
{code}
mvn3 -Dtest=org.jboss.as.testsuite.integration.wsejb.* -DfailIfNoTests=false test
-PallTests
{code}
build fails with:
{code}
Tests in error:
testSingleton(org.jboss.as.testsuite.integration.wsejb.EJBWebServicesTestCase):
java.io.IOException: <html><head><title>JBoss Web/7.0.1.Final - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color
: black;}A.name {color : black;}HR {color : #525D76;}--></style>
</head><body><h1>HTTP Status 404 -
/ejbws-example/SingletonEndpoint</h1><HR size="1"
noshade="noshade"><p><b>type</b> Status
report</p><p><b>message</b>
<u>/ejbws-example/SingletonEndpoint</u></p><p><b>description</b>
<u>The requested resource (/ejbws-example/SingletonEndpoint) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>JBoss
Web/7.0.1.Final</h3></body></html>
testSingletonWSDL(org.jboss.as.testsuite.integration.wsejb.EJBWebServicesTestCase):
java.io.IOException: <html><head><title>JBoss Web/7.0.1.Final - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;}
H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;}
H3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;}
BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color
: black;}A.name {color : black;}HR {color : #525D76;}--></style>
</head><body><h1>HTTP Status 404 -
/ejbws-example/SingletonEndpoint</h1><HR size="1"
noshade="noshade"><p><b>type</b> Status
report</p><p><b>message</b>
<u>/ejbws-example/SingletonEndpoint</u></p><p><b>description</b>
<u>The requested resource (/ejbws-example/SingletonEndpoint) is not
available.</u></p><HR size="1"
noshade="noshade"><h3>JBoss
Web/7.0.1.Final</h3></body></html>
{code}
If testsuite is invoked like:
{code}
mvn3 test -PallTests
{code}
build success.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira