[JBoss-user] [JBoss jBPM] - Newbie XML Question

2006-06-01 Thread sparx
Hello all, I'd like to include the forward slash character in my task names. When I try to do this I get an XML parsing error. Does anyone know a way I can do this? Thanks, Shannon Sumner View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948540#3948540 Repl

[JBoss-user] [JBoss Portal] - JBoss Portal and JBPM Weirdness

2006-04-06 Thread sparx
Hello all, I downloaded JBoss Portal Bundled RC2 and set it up to run on a PostgreSQL database. This worked fine. I also downloaded the JBPM starter kit and set it up to run on a PostgreSQL database. It worked fine. I wanted to set them up on the same AS. I moved the jbpm.sar and war from

[JBoss-user] [JBoss jBPM] - JBoss Portal and JBPM Weirdness

2006-04-06 Thread sparx
Hello all, I downloaded JBoss Portal Bundled RC2 and set it up to run on a PostgreSQL database. This worked fine. I also downloaded the JBPM starter kit and set it up to run on a PostgreSQL database. It worked fine. I wanted to set them up on the same AS. I moved the jbpm.sar and war from it's

[JBoss-user] [JBoss jBPM] - Simple class to close open tasks

2006-06-14 Thread sparx
Hello all, I would like to create a simple class to cloase all open tasks for a user and signal the start of the next task in the process. Here's my code: | package org.jbpm.servlet; | | import javax.servlet.http.*; | import org.jbpm.JbpmContext; | import org.jbpm.JbpmConfiguration;

[JBoss-user] [JBoss jBPM] - Re: Simple class to close open tasks

2006-06-15 Thread sparx
Thank you mrudulam, That did the trick, Shannon :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3951131#3951131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3951131 ___

[JBoss-user] [JBoss jBPM] - Re: install jbpm

2006-03-02 Thread sparx
Hello all, I need a lot of help. I've happily installed the prepackaged JBoss Portal. I'd like to drop the jbpm.war file from the JBPM starter kit into the deploy directory of JBoss portal and see magic. This does not happen. Does anyone know how I can get these two products to play togethe