Hi Christian, did you find this in the CVS HEAD version (3.x)? There, I have fixed this bug a few days ago. It was caused by a wrong JNDI URL in the *Util.java files. To fix it, I had to replace <utilobject/> by </utilobject kind="physical" />
The officially released version 2.x does not contain this bug. Hope this helps... Matthias > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Christian > Sent: Friday, November 21, 2003 2:14 AM > To: [EMAIL PROTECTED] > Subject: [Andromda-user] Car rental error > > > hi everybody, > > I have tried to deploy the car rental sample but I > usually got the following error: > > 2003-11-21 09:06:33,421 WARN [org.jboss.jbossweb] > WARNING: Exception for > /carrental-ejb/AdminLoginAction.do > javax.servlet.ServletException: ejb not bound > at > org.andromda.samples.carrental.admins.web.AdminLoginAction.per > form(Unknown > Source) > at > org.apache.struts.action.ActionServlet.processActionPerform(Ac > tionServlet.java:1787) > at > org.apache.struts.action.ActionServlet.process(ActionServlet.j > ava:1586) > at > org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:760) > at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853) > at > org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:366) > at > org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebAp > plicationHandler.java:284) > at > org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler > .java:577) > at > org.mortbay.http.HttpContext.handle(HttpContext.java:1674) > at > org.mortbay.jetty.servlet.WebApplicationContext.handle(WebAppl > icationContext.java:544) > at > org.mortbay.http.HttpContext.handle(HttpContext.java:1624) > at > org.mortbay.http.HttpServer.service(HttpServer.java:875) > at org.jboss.jetty.Jetty.service(Jetty.java:541) > at > org.mortbay.http.HttpConnection.service(HttpConnection.java:785) > at > org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:935) > at > org.mortbay.http.HttpConnection.handle(HttpConnection.java:802) > at > org.mortbay.http.SocketListener.handleConnection(SocketListene > r.java:200) > at > org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:294) > at > org.mortbay.util.ThreadPool$JobRunner.run(ThreadPool.java:743) > at java.lang.Thread.run(Thread.java:536) > > Anybody who can help me on this? Thanks > > Christian > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > Does SourceForge.net help you be more productive? Does it > help you create better code? SHARE THE LOVE, and help us > help YOU! Click Here: http://sourceforge.net/donate/ > _______________________________________________ > Andromda-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-user > ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
