John Ament
John Ament
I think there's some ways to do the integration without JNDI. Specifically, overriding the [Bittronix integration in hibernate](https://github.com/hibernate/hibernate-orm/blob/master/hibernate-core/src/main/java/org/hibernate/engine/transaction/jta/platform/internal/BitronixJtaPlatform.java) to not use JNDI to look up the user transaction. This would...
Also not true. We can implement `PersistenceUnitInfo` and provide the `DataSource` instance as needed.
Antoine and I spoke about this. We agreed, the best solution is to provide a "simple" JNDI like service for binding beans, probably just named beans, in a look up.
Yes, basically sometimes CXF initializes and other times it doesn't. There's two fixes that went in, one within CXF and one on my side. I'll be upgrading to CXF 3.2.2...
I'm not sure if this makes sense or not, needs some more thought.
@vy yep, i knew you were integrating at some point. from my POV, this isn't critical, but no we aren't planning to upgrade to 2.14 right now. For now we're...
I know the configuration is needed for the JMS stuff to work. I also know that when I made the change, it was based on some discussions we were having...
I'm also a bit curious where CDI support for Camel ended up. There was a short lived attempt by myself and Romain Manni-Bucau to try to revive it, ended up...
Honestly, for me the big thing missing in Camel CDI is support for outbound CDI events, as well as registration of inbound events. CDI support would gain so much from...
if you do `-pl jaspic` it only runs that one project, it doesn't run child modules. if you do `mvn -f jaspic/` you'll run jaspic and children.