I found and fixed this problem so please let me know if you're still experiencing difficulties.
Thanks, Dave On Fri, Dec 17, 2010 at 10:00 AM, Ralf Eichinger <[email protected]> wrote: > > > > David Johnson-28 wrote: >> >> Does it work if you do the steps below? >> >> cd trunk >> mvn install >> cd weblogger-webapp >> mvn jetty:run >> > > I did start "mvn jetty-run-war" in the weblogger-webapp directory, too... > Now I did start it like above (with "mvn jetty:run"), with the same result: > > 2010-12-17 15:48:14.429:WARN::Configuration problem at <resource-ref>| > <res-ref-name>jdbc/rollerdb</res-ref-name>| > <res-type>javax.sql.DataSource</res-type>| > <res-auth>Container</res-auth> | > <mapped-name>jdbc/roller</mapped-name>| </resource-ref>: > java.lang.IllegalStateException: Nothing to bind for name > javax.sql.DataSource/default > 2010-12-17 15:48:14.430:WARN::Failed startup of context > org.mortbay.jetty.plugin.jetty6pluginwebappcont...@1a88328{/roller,/home/ralf/Desktop/WORKSPACES/Workspace-DataZuul/apache-roller-project/weblogger-webapp/src/main/webapp} > > seems that jndi binding is not working... and where does "default" in > "javax.sql.DataSource/default" come from?... > > Is it working at your development machine after a fresh checkout of trunk? > -- > View this message in context: > http://old.nabble.com/trunk-mvn-jetty%3Arun-war-not-working-tp30465549s12275p30481636.html > Sent from the Roller - User mailing list archive at Nabble.com. > >
