Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: 1.8.1
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :1
Description
When using Fabric3 Maven iTest Plugin with Maven Jetty Plugin (http://docs.codehaus.org/display/JETTY/Maven+Jetty+Plugin) the build fails because Jetty gets started twice (causing "address already in use" error).
Attached is a simple test case demonstrating this (constructed from F3's own test-binding-rs module).
-
Hide
- test-binding-rs-1.9-JettyTest-src.zip
- 18/Aug/11 12:07 PM
- 22 kB
- Teemu Hiltunen
-
- test-binding-rs-1.9-JettyTest/NOTICE.txt 0.6 kB
- test-binding-rs-1.9-JettyTest/pom.xml 5 kB
- test-binding-rs-1.9-JettyTest/LICENSE.txt 11 kB
- test-binding-rs-1.9-JettyTest/.../JsonMessageService.java 2 kB
- test-binding-rs-1.9-JettyTest/.../InterfaceService.java 1 kB
- test-binding-rs-1.9-JettyTest/.../Message.java 0.5 kB
- test-binding-rs-1.9-JettyTest/.../StatelessService.java 1 kB
- test-binding-rs-1.9-JettyTest/.../Reason.java 0.5 kB
- test-binding-rs-1.9-JettyTest/.../MessageService.java 2 kB
- test-binding-rs-1.9-JettyTest/.../UsernamePasswordToken.java 2 kB
- test-binding-rs-1.9-JettyTest/.../SecureService.java 1 kB
- test-binding-rs-1.9-JettyTest/.../InterfaceServiceImpl.java 1 kB
- test-binding-rs-1.9-JettyTest/.../sca-contribution.xml 0.6 kB
- test-binding-rs-1.9-JettyTest/.../TestClient.java 4 kB
- test-binding-rs-1.9-JettyTest/.../SecureTestClient.java 5 kB
- test-binding-rs-1.9-JettyTest/.../web.xml 0.4 kB
- test-binding-rs-1.9-JettyTest/.../itest.composite 2 kB
I think this is actually an issue with the Jetty plugin:
https://jira.codehaus.org/browse/JETTY-1405
Teemu, if you think it is with F3 or we can do something better to work around the problem, please re-open the issue and we can look into it further.