[jboss-user] [JBoss jBPM] - Re: the best way for this kind of assignment?

2008-04-09 Thread rsdickerson
I haven't implemented this yet, but here's what I'm planning to do for this senerio: Create a servlet or webservice that the external application can access to signal the process execution. The signal that is sent from the external application would match up to one of the defined transitions.

[jboss-user] [JBoss jBPM] - Re: HTTP Status 403 - Access to the requested resource has b

2008-03-28 Thread rsdickerson
Oops. I left out this change in web.xml: anonymous wrote : | security-constraint | web-resource-collection | web-resource-nameSecure Area/web-resource-name | url-pattern/sa/*/url-pattern | http-methodGET/http-method |

[jboss-user] [JBoss jBPM] - Re: HTTP Status 403 - Access to the requested resource has b

2008-03-28 Thread rsdickerson
I think that URL should be /sa/tasks.jsf. You can post errata you find on the book's support site. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4139646#4139646 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4139646

[jboss-user] [JBoss jBPM] - Re: HTTP Status 403 - Access to the requested resource has b

2008-03-27 Thread rsdickerson
The problem is that the users the book has you add do not have a security-role association. Here's what you can do to resolve this problem: Insert a row in the JBPM_ID_MEMBERSHIP table for each new user to associate the user with one of the security-roles (manager, participant or

[jboss-user] [JBoss jBPM] - Re: Cannot get variables names to save on a Start Task

2008-03-19 Thread rsdickerson
Try pressing after you type in the variable name. I believe is normal behavior for Eclipse, but that a request to have it altered to not require a has been submitted. I'm working through the same book right now and will be glad to assist you if you need any help. Scott View the original

[jboss-user] [JBoss jBPM] - Re: Cannot get variables names to save on a Start Task

2008-03-19 Thread rsdickerson
Oops. RETURN is not displaying in my reply, but you probably get it point. I did need to sync up with the project in CVS and rebuild to get some things to work as described in the book. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4137716#4137716 Reply to

[jboss-user] [JBoss jBPM] - Re: I want to use jBPM, but am concerned about issue backlog

2008-03-10 Thread rsdickerson
Ok. I'll start a topic on Design of JBoss jBPM to discuss 3.2.x issue tracking. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135408#4135408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135408

[jboss-user] [JBoss jBPM] - Re: jBPM Console - login failed

2008-03-07 Thread rsdickerson
I had to tweak the sql above a little bit for MS SQLServer. This worked for me. SET IDENTITY_INSERT JBPM_ID_GROUP ON; | INSERT INTO JBPM_ID_GROUP (ID_, CLASS_, NAME_, TYPE_, PARENT_ ) VALUES (1,'G','sales','organisation',NULL); | INSERT INTO JBPM_ID_GROUP (ID_, CLASS_, NAME_, TYPE_, PARENT_

[jboss-user] [JBoss jBPM] - Re: I want to use jBPM, but am concerned about issue backlog

2008-03-05 Thread rsdickerson
Thanks. That helps. I figured that was the case, but needed to ask anyway. I saw somewhere that the next major version would be out by August and a minor release will be sooner. Even so, it sounds like the current release will be sufficient for us to get started developing. As for helping out,

[jboss-user] [JBoss jBPM] - I want to use jBPM, but am concerned about issue backlog

2008-03-04 Thread rsdickerson
I've been experimenting some with jBPM and that's been going fine. Now I'm on the verge of recommending a candidate architecture that include jBPM for a new product my company is developing. Before I go ahead with that recommendation I would like to get feedback on the current state of the