New Build System - no openjms
Gene McCullough <[email protected]> Wed, 12 May 2004 13:28:33 -0500
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
At my wits end, didn't take long either. I've downloaded the latest cvs, and followed the manual's directions for setting up a project. Everything seems to build ok. (I have to manually copy my webapp to my tomcat installation. I don't know if there is already a setting somewhere to do that, or if it needs added. I had it working fine with old build system) Now i get this message: exception javax.servlet.ServletException: Exception during model execution: org.keel.clients.struts.ModelAction.execute(ModelAction.java:82) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) javax.servlet.http.HttpServlet.service(HttpServlet.java:743) javax.servlet.http.HttpServlet.service(HttpServlet.java:856) root cause org.keel.clients.ClientException: null, org.keel.comm.openjms.clients.KeelJmsClientOpenJMS org.keel.clients.AbstractClientConnector.createClients(AbstractClientConnector.java:133) ... ----------------------------------------- java.lang.ClassNotFoundException: org.keel.comm.openjms.clients.KeelJmsClientOpenJMS i added: comm.internal=true to my projects ant.properties, which seems to be what would include the comm layer i prefer. at one point I added comm.openjms=true, and got a little further in the webapp, but as I know basically nothing about openjms, i had nothing configured and got a JNDI lookup error. help please. I dove head first into this new build. I belief it will make development much faster between builds, but I can't get a working deployment now. I run ant build-all, then copy the webapp dir to my /usr/local/tomcat/webapps/myapp dir. tia gene ps Is the list moderator out of town? I posted a few days ago, sending accidentally as the wrong user, and have not seen it show up on the list yet.