New to Jboss/Eclipse here. I am using the jBPM 3.1-beta3 startes kit.
I followed the instructions in http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted and they worked very smoothly. Nice. After that I followed the graphical process designer guide (http://docs.jboss.com/jbpm/v3/gpd/) but when I try to deploy the process via the "Deploy Process Archive" in Eclipse, I get the error pasted in the end. I saw a couple of other folks having similar problems on this forum and looks like this is a bug (???) I then try the ant route to deploy the hello.par process. Here is my ant file: <?xml version="1.0"?> description [ The document mentions using DeployParTask, but I didnt find any such class in the jar file. Also, cfg seems to be a mandatory attribute something not mentioned in the docs] When I run this, I get the error: BUILD FAILED java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory So I added the commons logging jar files to the project and put them in the classpath etc. Even then I am getting the same error. I searched around on this forum and google but no hints so far. Any pointers on how to proceed will be really helpful. ------ Exception with the "Deploy Process Archive" from Eclpise: java.io.IOException: Server returned HTTP response code: 500 for URL: http://localhost:8080/jbpm/upload at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at org.jbpm.ui.util.ProcessDeployer.deployProcessWithServlet(Unknown Source) at org.jbpm.ui.util.ProcessDeployer.access$2(Unknown Source) at org.jbpm.ui.util.ProcessDeployer$1.run(Unknown Source) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291) at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3934967#3934967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3934967 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
