[jboss-jira] [JBoss JIRA] Commented: (JBAS-4931) Fix ejb3 ClientLaucher
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Wed Oct 31 05:58:45 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4931?page=comments#action_12385237 ]
Thomas Diesler commented on JBAS-4931:
--------------------------------------
Tests may be excluded from the compile target by the exclude file
https://svn.jboss.org/repos/jbossws/stack/native/branches/jbossws-native-2.0.2/src/test/resources/test-excludes-jboss500.txt
This allows us to detect regression and have a unified testsuite across all supported containers
You will need to comment the exclude before you run tests-main
> Fix ejb3 ClientLaucher
> ----------------------
>
> Key: JBAS-4931
> URL: http://jira.jboss.com/jira/browse/JBAS-4931
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Reporter: Thomas Diesler
> Assigned To: Carlo de Wolf
> Fix For: JBossAS-5.0.0.Beta3
>
>
> [tdiesler at tddell jbossws-native-2.0.2]$ ant -Dtest=org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefClientTestCase
> one-test:
> [junit] Running org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefClientTestCase
> [junit] Tests run: 3, Failures: 0, Errors: 1, Time elapsed: 4.82 sec
> [junit] Test org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefClientTestCase FAILED
> java.lang.RuntimeException: NYI
> at org.jboss.ejb3.client.ClientLauncher.loadXML(ClientLauncher.java:116)
> at org.jboss.ejb3.client.ClientLauncher.loadXML(ClientLauncher.java:99)
> at org.jboss.ejb3.client.ClientLauncher.launch(ClientLauncher.java:186)
> at org.jboss.test.ws.jaxws.samples.webserviceref.WebServiceRefClientTestCase.testApplicationClient(WebServiceRefClientTestCase.java:80)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list