When I start jetty, following line appears in Log:
:INFO:oejpw.PlusConfiguration:No Transaction manager found
- if your webapp requires one, please configure one.
Typically if you need one, you know you need one.
Transaction managers like Atomikos or JOTM are what are being referred to here. Used for distributed transactions leveraging the JTA api:
So in jetty's case it is an informational message that no such api has been bound via jndi on startup when using the jetty-plus configuration. jetty-plus in of itself is a module for integrating to resources that are outside of the strict servlet-api sense but are still often useful for people.
I also have this warn message and have config transaction manager in spring config-file.
But everything is normal,so,i think you can ignore this message.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With