Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread Matt Pavlovich
> On Dec 5, 2023, at 3:04 AM, ski n wrote: > > http://activemq.apache.org/schema/core/ I’ve contacted the committer who did the release, and he will finish pushing the XSDs out. You should see new schemas up shortly. >

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread Matt Pavlovich
Glad to hear =) > On Dec 5, 2023, at 9:58 AM, ski n wrote: > > Short update on the upgrade to AMQ 6. After checking the dependency tree > with Gradle I found out that ActiveMQ was downgraded to 5.18.3. I changed > that and now it works fine.Thnx > > Raymond > > On Tue, Dec 5, 2023 at 10:04 AM

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread ski n
Short update on the upgrade to AMQ 6. After checking the dependency tree with Gradle I found out that ActiveMQ was downgraded to 5.18.3. I changed that and now it works fine.Thnx Raymond On Tue, Dec 5, 2023 at 10:04 AM ski n wrote: > And does there is also a new version of the activemq.xsd

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread ski n
And does there is also a new version of the activemq.xsd schema? http://activemq.apache.org/schema/core/ Can't find a 6.0 compatible one. The old one has also for example: The trouble is some libs were changed from javax to jakarta, but some stayed the same as they are not related to the

Re: Xbean with ActiveMQ Classic 6

2023-12-05 Thread ski n
I think you are right. I for example, thought I updated all dependencies to Jakarta, but still got: jakarta.servlet.ServletException: Handler dispatch failed: java.lang.IncompatibleClassChangeError: Class org.apache.activemq.ActiveMQConnectionFactory does not implement the requested interface

Re: Xbean with ActiveMQ Classic 6

2023-12-04 Thread Matt Pavlovich
Hi Raymond- There are a ton of unit tests that use the xbean factory. I suspect a classpath issue. If you can share a simplified code project via GitHub, I’d be happy to look at it this week. Thanks, Matt Pavlovich > On Dec 4, 2023, at 4:16 PM, ski n wrote: > > I'm currently upgrading to

Xbean with ActiveMQ Classic 6

2023-12-04 Thread ski n
I'm currently upgrading to the new ActiveMQ 6 (from 5.18.3 to 6.0.1). I'm starting an embedded with the help of xbean: https://activemq.apache.org/broker-xbean-uri Using the " xbean:file:filePathResource ". My code is like this: //get the path of activemq.xml file String brokerPath =