pjfanning opened a new pull request, #145:
URL: https://github.com/apache/incubator-pekko-connectors/pull/145

   Have to work this compile issue
   
   ```
   [error] -- [E049] Reference Error: 
/Users/pj.fanning/code/incubator-pekko-connectors/jms/src/main/scala/org/apache/pekko/stream/connectors/jms/impl/JmsAckSourceStage.scala:52:73
 
   [error] 52 |      new JmsAckSession(connection, session, 
createDestination(session), destination, maxPendingAcks)
   [error]    |                                                                 
        ^^^^^^^^^^^
   [error]    |              Reference to destination is ambiguous,
   [error]    |              it is both defined in class JmsAckSourceStage
   [error]    |              and inherited subsequently in class 
JmsAckSourceStageLogic
   [error]    |
   [error]    | longer explanation available when compiling with `-explain`
   [error] -- [E049] Reference Error: 
/Users/pj.fanning/code/incubator-pekko-connectors/jms/src/main/scala/org/apache/pekko/stream/connectors/jms/impl/JmsConsumerStage.scala:55:78
 
   [error] 55 |      new JmsConsumerSession(connection, session, 
createDestination(session), destination)
   [error]    |                                                                 
             ^^^^^^^^^^^
   [error]    |               Reference to destination is ambiguous,
   [error]    |               it is both defined in class JmsConsumerStage
   [error]    |               and inherited subsequently in class 
JmsConsumerStageLogic
   [error]    |
   [error]    | longer explanation available when compiling with `-explain`
   [error] -- [E049] Reference Error: 
/Users/pj.fanning/code/incubator-pekko-connectors/jms/src/main/scala/org/apache/pekko/stream/connectors/jms/impl/JmsTxSourceStage.scala:49:78
 
   [error] 49 |      new JmsConsumerSession(connection, session, 
createDestination(session), destination)
   [error]    |                                                                 
             ^^^^^^^^^^^
   [error]    |               Reference to destination is ambiguous,
   [error]    |               it is both defined in class JmsTxSourceStage
   [error]    |               and inherited subsequently in class 
JmsTxSourceStageLogic
   [error]    |
   [error]    | longer explanation available when compiling with `-explain`
   [warn] three warnings found
   [error] three errors found
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to