ERROR - Unable to read wsdl file null in
org.apache.openejb.core.stateless.JaxWsInvocationTest
----------------------------------------------------------------------------------------------
Key: OPENEJB-724
URL: https://issues.apache.org/jira/browse/OPENEJB-724
Project: OpenEJB
Issue Type: Task
Components: tests
Affects Versions: 3.0.x
Reporter: Jacek Laskowski
While running mvn -Dtest=JaxWsInvocationTest clean test in openejb-core the
following errors are reported:
Running org.apache.openejb.core.stateless.JaxWsInvocationTest
INFO - Configuring Service(id=Default JDK 1.3 ProxyFactory, type=ProxyFactory,
provider-id=Default JDK 1.3 ProxyFactory)
INFO - Configuring Service(id=Default Transaction Manager,
type=TransactionManager, provider-id=Default Transaction Manager)
INFO - Configuring Service(id=PseudoSecurityService, type=SecurityService,
provider-id=PseudoSecurityService)
INFO - Configuring Service(id=Default Stateless Container, type=Container,
provider-id=Default Stateless Container)
INFO - Configuring app: test
WARN - Unable to scrape for @Stateful, @Stateless or @MessageDriven
annotations. EjbModule URL not valid: test
ERROR - Unable to read wsdl file null
INFO - Loaded Module: test
INFO - Assembling app: test
INFO - Created Ejb(deployment-id=EchoBean, ejb-name=EchoBean, container=Default
Stateless Container)
INFO - Deployed Application(path=test)
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.516 sec
Although the test itself passes, ERROR message might lead to another conclusion
(after all ERRORs should lead to test failures, shouldn't they?). The ERROR
should be fixed so the necessary file's where it's expected to be.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.