Re: ClassCastException in ConfigurationUtils.getHAPolicy

2024-06-04 Thread Bernd Köcke
Hello Justin, I saw the announcement for Artemis 2.34.0 and the fix for the migration from LiveOnly to PrimaryOnly. Thank you very much for your support. Regards, Bernd Am 03.05.24 um 08:34 schrieb Bernd Köcke: Hello Justin, thanks a lot for the ticket and your work! Regards Bernd Am 03.0

Re: ClassCastException in ConfigurationUtils.getHAPolicy

2024-05-02 Thread Bernd Köcke
Hello Justin, thanks a lot for the ticket and your work! Regards Bernd Am 03.05.24 um 06:54 schrieb Justin Bertram: I opened ARTEMIS-4759 [1] to deal with this and sent a PR. Thanks for the report! Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4759 On Wed, Apr 24, 2024 at 9:33 A

Re: ClassCastException in ConfigurationUtils.getHAPolicy

2024-05-02 Thread Justin Bertram
I opened ARTEMIS-4759 [1] to deal with this and sent a PR. Thanks for the report! Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4759 On Wed, Apr 24, 2024 at 9:33 AM Bernd Köcke wrote: > Hello, > > I'm using WildFly which uses Artemis as JMS provider. With WF 31 they > updated to Ar

ClassCastException in ConfigurationUtils.getHAPolicy

2024-04-24 Thread Bernd Köcke
Hello, I'm using WildFly which uses Artemis as JMS provider. With WF 31 they updated to Artemis 2.31.2. In this version the new PrimaryOnlyPolicyConfiguration appeared. The getType method of LiveOnlyPolicyConfiguration was changed and returns the enum from PrimaryOnly. But in class Configurat