[jbossts-issues] [JBoss JIRA] (JBTM-1734) RTS subsystem compilation errors with AbstractRTSService.java

Amos Feng (JIRA) jira-events at lists.jboss.org
Mon Jun 3 01:50:54 EDT 2013


Amos Feng created JBTM-1734:
-------------------------------

             Summary: 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: Gytis Trikleris
             Fix For: 5.0.0.M4


http://172.17.131.2/view/Narayana+BlackTie/job/narayana/79/TESTS=MAIN,jdk=jdk7.latest,label=linux/console

{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: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list