This is Jetty warning you that you don't have a JTA Transaction manager registered. You shouldn't need this unless you want to have transactions that span multiple resources. If you need this, you'll need to register one with Jetty (or use an app server that has one out-of-the-box) and then change the transactionManager bean to lookup from JNDI.
Matt On 9/25/07, gederer <[EMAIL PROTECTED]> wrote: > > Hi, > > When I run mvn jetty:run, I get this message in the output: > > [INFO] Starting jetty 6.1.5 ... > 2007-09-25 19:36:29.709::INFO: jetty-6.1.5 > 2007-09-25 19:36:29.963::INFO: No Transaction manager found - if your > webapp requires one, please configure one. > > Not having a transaction manager seems to be causing problems with my > application. > > I have traced this message to > http://www.mortbay.org/xref/org/mortbay/jetty/plus/webapp/Configuration.html > org.mortbay.jetty.plus.webapp.Configuration . Do I need to add something to > my web.xml (or some Jetty config file) to let Jetty know about my > transaction manager? > > Thanks! > > Greg > -- > View this message in context: > http://www.nabble.com/No-Transaction-manager-found-tf4519655s2369.html#a12892872 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
