[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
noboyanyone wrote : i flow your step,but it not work. | when i click the create new web sale order,it throw the exception : | javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; |

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
noboyanyone wrote : i flow your step,but it not work. | when i click the create new web sale order,it throw the exception : | javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; |

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
noboyanyone wrote : i flow your step,but it not work. | when i click the create new web sale order,it throw the exception : | javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver; |

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread ASH
sorry for multiple post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952651#3952651 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3952651 All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-06-22 Thread kukeltje
Besides the duplicate posts (can happen) I do not get why you propose this solution and how you get the impresssion this is related View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3952678#3952678 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-29 Thread kukeltje
please no thread-hijacking and double postings. Keep postings in thread related to the subject the have View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947261#3947261 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3947261

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-28 Thread LeeMeg420
How about running jbpm on openxava. My environment list: jbpm-3.0.1; eclipse 3.1.2; jdk 1.5.0_01; mysql-5.0.18-win32; apache-ant-1.6.5; openxava-2.0-jetspeed2 Thax View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947255#3947255 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-26 Thread noboyanyone
i flow your step,but it not work. when i click the create new web sale order,it throw the exception : javax.faces.FacesException: javax.servlet.jsp.PageContext.getVariableResolver()Ljavax/servlet/jsp/el/VariableResolver;

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-26 Thread markroy
I'm using JDK 1.5.0_06 and Tomcat 5.5.17, if that helps. Also, I have found that improperly configured Hibernate will result in some seemingly unrelated errors. Check hibernate.cfg.xml. Also, adjust log4j.properties as necessary. Look through the log for any errors or warnings reported prior

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-25 Thread markroy
After much trial and error, I got it to work (on Windows XP, btw). Two things: I couldn't get Hibernate to work with Tomcat JNDI (not sure why, I've gotten JNDI working with another app) and, I had to put all of the jars in WEB-INF/lib. I was getting some bizarre errors when I initially put the

[JBoss-user] [JBoss jBPM] - Re: how to do jbpm run on tomcat?

2006-05-25 Thread markroy
Just noticed -- META-INF\context.xml not required -- it's left over from my attempts to get JNDI configured. Also, the mysql-...jar would be replaced by whatever db driver you need. Again, not necessarily the optimal deployment, but working for me, which is good enough for now. View the