[ https://issues.apache.org/jira/browse/AMQ-3987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13440308#comment-13440308
]
Timothy Bish commented on AMQ-3987:
-----------------------------------
The test case imports javax.jms.Message and builds an runs fine on every system I've ever
used. Can you elaborate on where you get this error from?
> For JMSUsecaseTest, incompatible types found : javax.jms.Message required: org.apache.activemq.Message
> ---------------------------------------------------------------------------------------------------------
>
> Key: AMQ-3987
> URL: https://issues.apache.org/jira/browse/AMQ-3987
> Project: ActiveMQ
> Issue Type: Bug
> Components: Test Cases
> Affects Versions: 5.7.0
> Reporter: Christian Posta
> Priority: Trivial
> Attachments: Patch_for_AMQ-3987.patch
>
>
> Cannot compile the JMSUsecaseTest because the Message class on line 121 has a type mismatch:
> incompatible types
> found : javax.jms.Message
> required: org.apache.activemq.Message
> patch attached
--
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
|