[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-21 Thread NiB
Tried everything as Array (then the desired checkboxes are pre-checked) and List, Collection The problem occurs, when the checkbox-states are saved into the jbpm-variable. The jsf-engine doesn't know how to handle this. View the original post :

[jboss-user] [EJB 3.0] - Calling MessageDrivenBean from another JBOSS-Server

2007-01-21 Thread NiB
Hi, I have one SessionBean (Stateless) and i want to call a messagedrivenbean from another server. But I Have the following Problem: anonymous wrote : INFO [STDOUT] javax.naming.NoInitialContextException: Cannot instantiate class: org.jboss.naming:org.jnp.interfaces [Root exception is

[jboss-user] [EJB 3.0] - Re: Calling MessageDrivenBean from another JBOSS-Server

2007-01-21 Thread NiB
Another hint anonymous wrote : | [..] | ERROR [STDERR] Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.naming:org.jnp.interfaces I have no problem accessing it with my client application, but I must use a SessionBean View the original post :

[jboss-user] [JBoss jBPM] - JBPMContext.close cause Exception

2007-01-20 Thread NiB
Hi, I am using jBPM 3.2 Alpha 2 and trying to start the a process from an ejb3 messagedrivenbean by: | private void kickOffProcess(String processname, String [] attrnames, java.io.Serializable[] attrvalues) { | org.jbpm.JbpmConfiguration jbpmConfiguration =

[jboss-user] [JBoss jBPM] - Re: JBPMContext.close cause Exception

2007-01-20 Thread NiB
Okay forgot about the transition thing. I made a wrong xhtml-form. But what about the exception? Also it seems that it has no effects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004248#4004248 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
Hi I use h:selectManyCheckbox and it works the form is shown with the desired attributes. But when I choose to select a transition, I get the follwoing error. | INFO: WARNING: FacesMessage(s) have been enqueued, but may not have been displayed. | sourceId=j_id76:j_id85[severity=(ERROR 2),

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
How do I do this? It seems to be that the selected (integervalues) are not stored in the vairable because jsf don't know how to handle it. Should I initialize the variable choseones before? Using e.g. TextAreas is no problem. View the original post :

[jboss-user] [JBoss jBPM] - Re: Forms

2007-01-20 Thread NiB
This is the part of the form: anonymous wrote : jbpm:datacell | f:facet name=header | h:outputText value=Choose:/ | /f:facet | h:selectManyCheckbox layout=pageDirection value=#{var['chosenones']} | f:selectItems

[jboss-user] [JBoss jBPM] - Re: Lists or Arrays in jbpm-console 3.2

2007-01-20 Thread NiB
I have the same problem: http://www.jboss.com/index.html?module=bbop=viewtopict=95712 Did you find a solution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4004308#4004308 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Action fires more times in a processinstance

2007-01-18 Thread NiB
Actions within events can't propagate execution via leaveNode() Only Actions defined directly on the node. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003293#4003293 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4003293

[jboss-user] [JBoss jBPM] - Re: Howto get the running processID before it's persisted to

2007-01-18 Thread NiB
I use executionContext.getProcessInstance().getId() within an action. Or do you use an external application? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4003517#4003517 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: How to define DataTypes in a JPDL file????

2007-01-17 Thread NiB
Why do you want to do this? Process variables are java Objects and Objects represent the variable type. JDPL is not exactly XPDL compatible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002839#4002839 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: where to put processimage.jpg

2007-01-17 Thread NiB
You can use the jbpm designer in eclipse to offline deploy process archives (meaning: create a process archive.par with all files) and use the deployfunction in the jbpm-api to deploy a process archive.par. View the original post :

[jboss-user] [JBoss jBPM] - Re: How to Deploy JBPM definition WITHOUT the designer?

2007-01-16 Thread NiB
You can use the jbpm-api: http://docs.jboss.org/jbpm/v3/userguide/tutorial.html Have a look at chapter 3.2 Database Example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002287#4002287 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Form validation jBPM 3.2

2007-01-16 Thread NiB
Thank you. I think I can manage that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002285#4002285 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4002285 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: How to Deploy JBPM definition WITHOUT the designer?

2007-01-16 Thread NiB
You can use the jbpm-api: http://docs.jboss.org/jbpm/v3/userguide/tutorial.html Have a look at chapter 3.2 Database Example View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002288#4002288 Reply to the post :

[jboss-user] [JBoss jBPM] - jBPM 3.2 Form elements and arrays

2007-01-16 Thread NiB
Hi, I have an array of Strings and I want to display for each array entry one checkbox, e.g. [ ] user 1 [ ] user 2 [ ] user 3 I don't know how to do this, can you help me out? Thank you! Greetz, Nib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002286

[jboss-user] [JBoss jBPM] - Re: Assigning a group to a task...jbpm3.2Alpha1

2007-01-15 Thread NiB
Can you post the db-entries: jbpm_jd_group jbpm_id_membership jbpm_id_user View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002039#4002039 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4002039

[jboss-user] [JBoss jBPM] - Form validation jBPM 3.2

2007-01-15 Thread NiB
Does anyone has an idea how I can validate a form of a task node? I mean the values e.g. in an inputText View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4002040#4002040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4002040

[jboss-user] [JBoss jBPM] - Re: Assigning a group to a task...jbpm3.2Alpha1

2007-01-14 Thread NiB
| transition to='next' / | /task-node | Greetz, NiB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4001545#4001545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4001545

[jboss-user] [JBoss jBPM] - Re: Assigning a group to a task...jbpm3.2Alpha1

2007-01-11 Thread NiB
What does the server log say? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000365#4000365 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4000365 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Exception when calling jbpmcontext.save

2007-01-11 Thread NiB
Hi, I Get the following error when I call the following source anonymous wrote : | DEBUG [Services] executing default save operations | DEBUG [HibernateSaveOperation] saving process instance | DEBUG [SaveLogsOperation] ignoring logs. no logging service available. | DEBUG

[jboss-user] [JBoss jBPM] - Re: Exception when calling jbpmcontext.save

2007-01-11 Thread NiB
P.S.: I call this code from a messagedriven bean... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4000370#4000370 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4000370 ___

[jboss-user] [JBoss jBPM] - Re: Starting Process Instance and Webapp

2007-01-09 Thread NiB
Does no one has an idea or any tips what I can try? Can I improve the source for kicking off a process? Thank you in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3999426#3999426 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Starting Process Instance and Webapp

2007-01-09 Thread NiB
@assigment The console told me it assigned the task to ernie, but I can look in the db. Also this won't help me much, because I wouldn't know how to fix it ;-) @tasklist form yes it should be correct because it is from the (working) websale example. Even if the form is wrong there should be a

[jboss-user] [JBoss jBPM] - Re: Strange .leaveNode() Behaviour

2007-01-07 Thread NiB
Solved that one. In Actions within an event you can't propagate execution (.leaveNode(transition)). So I defined an action handler directly on the node and it works. But unfortunately the forms created with the designer do not work (jBPM 3.2 alpha 2 and beta 1). View the original post :

[jboss-user] [JBoss jBPM] - Starting Process Instance and Webapp

2007-01-07 Thread NiB
Hi, I start an process instance from a mdb via the following code: | private void kickOffProcess(String processname, String [] attrnames, java.io.Serializable[] attrvalues) { | try { | // Logging | log.info(!!! MDB: KickOff +processname); |

[jboss-user] [JBoss jBPM] - Re: Starting Process Instance and Webapp

2007-01-07 Thread NiB
And by the way: WARN [ProxyWarnLog] Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks == What does that mean? The line before that is DEBUG [GraphElement] event 'node-enter' on 'TaskNode(Check Customer)' for 'Token(/Customer)' 2 View the original post :

[jboss-user] [JBoss jBPM] - Re: Starting Process Instance and Webapp

2007-01-07 Thread NiB
My code is mainly based on the websale example in the 3.2 alpha 2 suite. The exception is that I have some Node Nodes until the Task Node is executed (the node nodes do start). In the DB is a copy of the process instance. View the original post :

[jboss-user] [JBoss jBPM] - Re: Strange .leaveNode() Behaviour

2007-01-06 Thread NiB
Node node |/ \ | / (left)\ (right) | Node nodeNode fork | / \ | / \ |Node Task Node task |

[jboss-user] [JBoss jBPM] - Strange .leaveNode() Behaviour

2007-01-06 Thread NiB
Hi, if have the following problem: I have a Node node which has two leaving transitions. In the actionHandler (event: Node-Enter) I choose the right transition. It works fine and it executes two tasknodes (fork/join) and they are assigend to a user. But then something goes wrong: The Node node

[jboss-user] [JBoss jBPM] - Re: Strange .leaveNode() Behaviour

2007-01-06 Thread NiB
Addition: When Entering the first Node node I get the following: DEBUG [Token] token[8] is locked by token[8] After executing both Node tasks I get: DEBUG [Token] token[8] is unlocked by token[8] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3998588#3998588

[jboss-user] [JBoss jBPM] - jBPM-Console Source 3.2 Alpha 2

2006-12-20 Thread NiB
Hi where can I find the sourcecode for the jbpm-console 3.2. alpha 2? Thank you. NiB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995263#3995263 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995263

[jboss-user] [JBoss jBPM] - Problems starting process from MDB (EJB3, JBPm 3.2 alpha 2)

2006-12-19 Thread NiB
MessageDrivenBean (with the code above). The beans work correct. I removed the logging-lines so that the code is more readable. I am not quite sure how to start a process correctly (with non-deprecated api functions) so any hints would be great ;-) Thank you! Greetz NiB View the original post

[jboss-user] [JBoss jBPM] - Re: Problems starting process from MDB (EJB3, JBPm 3.2 alpha

2006-12-19 Thread NiB
Solved that one! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995138#3995138 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995138 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Problems jbpm 3.2alpha2 ejb3 rc9

2006-12-14 Thread NiB
Hi, If I install ejb3 rc9 on the jbpm3.2alpha2 suite server, the server throws a lot of exceptions at startup. Does anyone have a solution? Thanks in advance. Greetz, NiB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3993935#3993935 Reply to the post : http

[jboss-user] [JBoss jBPM] - Installing jBPM 3.2

2006-12-04 Thread NiB
to configure it for jbpm. anonymous wrote : | type Status report | | message /jbpm-console/j_security_check | | description The requested resource (/jbpm-console/j_security_check) is not available. | Can anyone give me the right link? ;-) Thank you! Greetz NiB View the original post

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Both :-) Default module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989361#3989361 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3989361 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM EJB3

2006-11-28 Thread NiB
Ahh I got some trouble: I use the newest package: RC9. After i install it with ant I can't start the jmx-console anymore :-( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989362#3989362 Reply to the post :

[jboss-user] [EJB 3.0] - jBPM EJB 3 Installation

2006-11-28 Thread NiB
Hi how do I install jBPM EJB3 in one jboss server. Every time I tried, there is always one of the two which doesn't work :-( Can anyone help me? Thank you! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989427#3989427 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-28 Thread NiB
Yes i see that might be possible. Nevertheless for a real business application not acceptable. Has anyone developed a replacement for this role model? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3989476#3989476 Reply to the post :

[jboss-user] [JBoss jBPM] - Role Management

2006-11-27 Thread NiB
Hallo, is it possible to assign roles and not user names to tasks in processes? In this case how do I assign user names to roles? NiB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988969#3988969 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: Role Management

2006-11-27 Thread NiB
P.S.: I don't mean swimlanes because you have to assign user names to every process and in my application user names change in time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988970#3988970 Reply to the post :

[jboss-user] [JBoss jBPM] - Forms

2006-11-27 Thread NiB
Hi is it possible to use checkboxes, comboboxes ... in TaskNodes. How can I do this? NiB View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3988978#3988978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3988978