]
Tom Jenkinson updated JBTM-1734:
--------------------------------
Assignee: Michael Musgrove (was: Gytis Trikleris)
RTS subsystem compilation errors with AbstractRTSService.java
-------------------------------------------------------------
Key: JBTM-1734
URL:
https://issues.jboss.org/browse/JBTM-1734
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Application Server Integration
Reporter: Amos Feng
Assignee: Michael Musgrove
Fix For: 5.0.0.M4
http://172.17.131.2/view/Narayana+BlackTie/job/narayana/79/TESTS=MAIN,jdk...
{noformat}
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
/home/hudson/workspace/narayana/TESTS/MAIN/jdk/jdk7.latest/label/linux/jboss-as/rts/src/main/java/org/wildfly/extension/rts/service/AbstractRTSService.java:[56,36]
method registerDeployment in class org.wildfly.extension.undertow.Host cannot be applied
to given types;
required: io.undertow.servlet.api.Deployment,io.undertow.server.HttpHandler
found: io.undertow.servlet.api.DeploymentInfo,io.undertow.server.HttpHandler
reason: actual argument io.undertow.servlet.api.DeploymentInfo cannot be converted to
io.undertow.servlet.api.Deployment by method invocation conversion
[ERROR]
/home/hudson/workspace/narayana/TESTS/MAIN/jdk/jdk7.latest/label/linux/jboss-as/rts/src/main/java/org/wildfly/extension/rts/service/AbstractRTSService.java:[64,36]
method unregisterDeployment in class org.wildfly.extension.undertow.Host cannot be applied
to given types;
required: io.undertow.servlet.api.Deployment
found: io.undertow.servlet.api.DeploymentInfo
reason: actual argument io.undertow.servlet.api.DeploymentInfo cannot be converted to
io.undertow.servlet.api.Deployment by method invocation conversion
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: