You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jason Sherman (Created) (JIRA)" <ji...@apache.org> on 2012/04/17 02:38:16 UTC

[jira] [Created] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

SpringXsltRouteFileTest and SpringXsltRouteTest Fail
----------------------------------------------------

                 Key: CAMEL-5182
                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
             Project: Camel
          Issue Type: Bug
          Components: camel-spring
    Affects Versions: 2.10.0
         Environment: OSX 10.7.3
            Reporter: Jason Sherman


When running either of the following tests, the following compilation error occurs from the camel-spring component:

mvn test -Dtest=SpringXsltRouteFileTest
mvn test -Dtest=SpringXsltRouteTest

Error:

[ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

Posted by "Jason Sherman (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255296#comment-13255296 ] 

Jason Sherman commented on CAMEL-5182:
--------------------------------------

Hi Willem,

I am seeing this with the 2.10-SNAPSHOT, I did a hard reset on my branch and I still see the issue. I tried the same test with the 2.9.1 branch and I don't see the problem.
                
> SpringXsltRouteFileTest and SpringXsltRouteTest Fail
> ----------------------------------------------------
>
>                 Key: CAMEL-5182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.10.0
>         Environment: OSX 10.7.3
>            Reporter: Jason Sherman
>            Assignee: Willem Jiang
>         Attachments: camel-5182.patch
>
>
> When running either of the following tests, the following compilation error occurs from the camel-spring component:
> mvn test -Dtest=SpringXsltRouteFileTest
> mvn test -Dtest=SpringXsltRouteTest
> Error:
> [ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

Posted by "Willem Jiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255286#comment-13255286 ] 

Willem Jiang commented on CAMEL-5182:
-------------------------------------

Hi,
Are you using the latest trunk code? As our daily build doesn't report this kind of building error.

I just checked the latest [DummyLifecycleStrategy|https://svn.apache.org/repos/asf/camel/trunk/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java], it just extends the LifecycleStrategySupport.

Willem

                
> SpringXsltRouteFileTest and SpringXsltRouteTest Fail
> ----------------------------------------------------
>
>                 Key: CAMEL-5182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.10.0
>         Environment: OSX 10.7.3
>            Reporter: Jason Sherman
>         Attachments: camel-5182.patch
>
>
> When running either of the following tests, the following compilation error occurs from the camel-spring component:
> mvn test -Dtest=SpringXsltRouteFileTest
> mvn test -Dtest=SpringXsltRouteTest
> Error:
> [ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

Posted by "Jason Sherman (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Sherman updated CAMEL-5182:
---------------------------------

    Attachment: camel-5182.patch

Attached patch to resolve compilation error.
                
> SpringXsltRouteFileTest and SpringXsltRouteTest Fail
> ----------------------------------------------------
>
>                 Key: CAMEL-5182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.10.0
>         Environment: OSX 10.7.3
>            Reporter: Jason Sherman
>         Attachments: camel-5182.patch
>
>
> When running either of the following tests, the following compilation error occurs from the camel-spring component:
> mvn test -Dtest=SpringXsltRouteFileTest
> mvn test -Dtest=SpringXsltRouteTest
> Error:
> [ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

Posted by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-5182.
---------------------------------

    Resolution: Cannot Reproduce
      Assignee: Willem Jiang
    
> SpringXsltRouteFileTest and SpringXsltRouteTest Fail
> ----------------------------------------------------
>
>                 Key: CAMEL-5182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.10.0
>         Environment: OSX 10.7.3
>            Reporter: Jason Sherman
>            Assignee: Willem Jiang
>         Attachments: camel-5182.patch
>
>
> When running either of the following tests, the following compilation error occurs from the camel-spring component:
> mvn test -Dtest=SpringXsltRouteFileTest
> mvn test -Dtest=SpringXsltRouteTest
> Error:
> [ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

Posted by "Jason Sherman (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255548#comment-13255548 ] 

Jason Sherman commented on CAMEL-5182:
--------------------------------------

Thanks for having a look Willem.  I did a hard reset on my git branch which I thought would revert all changes and the problem persisted. I just did a clean checkout from the git repo and it is working as expected.
                
> SpringXsltRouteFileTest and SpringXsltRouteTest Fail
> ----------------------------------------------------
>
>                 Key: CAMEL-5182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.10.0
>         Environment: OSX 10.7.3
>            Reporter: Jason Sherman
>            Assignee: Willem Jiang
>         Attachments: camel-5182.patch
>
>
> When running either of the following tests, the following compilation error occurs from the camel-spring component:
> mvn test -Dtest=SpringXsltRouteFileTest
> mvn test -Dtest=SpringXsltRouteTest
> Error:
> [ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CAMEL-5182) SpringXsltRouteFileTest and SpringXsltRouteTest Fail

Posted by "Willem Jiang (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13255391#comment-13255391 ] 

Willem Jiang commented on CAMEL-5182:
-------------------------------------

@Jason
Can you check if you modify the code?
If you are using git maybe you need checkout a new trunk branch from remote.
                
> SpringXsltRouteFileTest and SpringXsltRouteTest Fail
> ----------------------------------------------------
>
>                 Key: CAMEL-5182
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5182
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring
>    Affects Versions: 2.10.0
>         Environment: OSX 10.7.3
>            Reporter: Jason Sherman
>            Assignee: Willem Jiang
>         Attachments: camel-5182.patch
>
>
> When running either of the following tests, the following compilation error occurs from the camel-spring component:
> mvn test -Dtest=SpringXsltRouteFileTest
> mvn test -Dtest=SpringXsltRouteTest
> Error:
> [ERROR] /Users/jsherman/Development/sandbox/camel/components/camel-spring/src/test/java/org/apache/camel/spring/DummyLifecycleStrategy.java:[37,7] org.apache.camel.spring.DummyLifecycleStrategy is not abstract and does not override abstract method onErrorHandlerRemove(org.apache.camel.spi.RouteContext,org.apache.camel.Processor,org.apache.camel.ErrorHandlerFactory) in org.apache.camel.spi.LifecycleStrategy

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira