|
|
@ -1607,7 +1607,7 @@ you can see how to set things up. There is also a
|
|
|
|
in the Jersey 1.x sample that the spring-boot maven plugin has been configured to unpack
|
|
|
|
in the Jersey 1.x sample that the spring-boot maven plugin has been configured to unpack
|
|
|
|
some Jersey jars so they can be scanned by the JAX-RS implementation (because the sample
|
|
|
|
some Jersey jars so they can be scanned by the JAX-RS implementation (because the sample
|
|
|
|
asks for them to be scanned in its `Filter` registration). You may need to do the same if
|
|
|
|
asks for them to be scanned in its `Filter` registration). You may need to do the same if
|
|
|
|
any of your JAX-RS resources are packages as nested jars.
|
|
|
|
any of your JAX-RS resources are packaged as nested jars.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -3398,7 +3398,7 @@ property with a different value for each instance of your application.
|
|
|
|
|
|
|
|
|
|
|
|
=== Using a Bitronix transaction manager
|
|
|
|
=== Using a Bitronix transaction manager
|
|
|
|
Bitronix is another popular open source JTA transaction manager implementation. You can
|
|
|
|
Bitronix is another popular open source JTA transaction manager implementation. You can
|
|
|
|
use the `spring-boot-starter-jta-bitronix` starter POM to add the appropriate Birtronix
|
|
|
|
use the `spring-boot-starter-jta-bitronix` starter POM to add the appropriate Bitronix
|
|
|
|
dependencies to your project. As with Atomikos, Spring Boot will automatically configure
|
|
|
|
dependencies to your project. As with Atomikos, Spring Boot will automatically configure
|
|
|
|
Bitronix and post-process your beans to ensure that startup and shutdown ordering is
|
|
|
|
Bitronix and post-process your beans to ensure that startup and shutdown ordering is
|
|
|
|
correct.
|
|
|
|
correct.
|
|
|
|