Hi,
I'm trying to get the above working and am making some progress.  I've 
applied the petstore patch and followed the instructions.  I'm actually 
using Interbase as my database and the boot up of JBoss with the deployed 
petstore looks clean.  However doing 
http://localhost:8080/petstore/index.html and then clicking on the enter 
store hyperlink gives me the following exception.  Am I right in saying 
that the patch file jboss-web.xml file should fix this sort of problem.  It 
has been deployed and is found in the 
$jboss_root$\tmp\deploy\Default\petstore.war\web1001\WEB-INF.

com.sun.j2ee.blueprints.petstore.control.GeneralFailureException: 
TheShoppingClientController not bound
         at 
com.sun.j2ee.blueprints.petstore.control.web.ModelManager.getSCCEJB(ModelManager.java:130)
         at 
com.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl.(ShoppingClientControllerWebImpl.java:61)
         at 
com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest(RequestProcessor.java:94)
         at 
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:61)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
         at 
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
         at org.apache.tomcat.core.Handler.service(Handler.java:286)
         at 
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
         at 
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
         at 
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
         at 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:210)
         at 
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
         at 
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
         at java.lang.Thread.run(Thread.java:484)

Any help gratefully accepted.

Regards,

Shaun O'Hagan
London UK.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to