[jboss-user] [JBoss jBPM] - Re: Id of process starter

2008-10-06 Thread Jump
"kukeltje" wrote : you cannot have an assignment in it just leave it empty and set the actor id with the api on the jbpm context when starting a process Would You please clear that for me. Do You mean, that I cannot use assignment statement inside swimlane | | | | | |

[jboss-user] [JBoss Seam] - Re: How to case seam components in different jars?

2008-01-21 Thread Jump
something like this | ... | | my.jar | | ... | ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121739#4121739 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121739 __

[jboss-user] [JBoss Seam] - How to case seam components in different jars?

2008-01-18 Thread Jump
I've decided to divide my project. So I've putted several components into separate jar, added blank components.xml and faces-config.xml to META-INF and putted that jar into EAR lib folder. I had no problems at deployment time, but at runtime I've got an exception | SEVERE: Error Rendering Vi

[jboss-user] [JBoss Seam] - Re: How to initialize List of custom object by means of comp

2007-10-04 Thread Jump
So, what am I doing wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091425#4091425 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091425 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Seam] - Re: How to initialize List of custom object by means of comp

2007-10-04 Thread Jump
I've changed List to ProcessDefinition[] and finally got an exception! :) anonymous wrote : | Caused by: java.lang.IllegalArgumentException: No converter for type: [Lmy.ProcessDefinition; | at org.jboss.seam.util.Conversions.getConverter(Conversions.java:55) | at org.jboss.seam.Co

[jboss-user] [JBoss Seam] - Re: How to initialize List of custom object by means of comp

2007-10-04 Thread Jump
Yes. Here is my package-info.java | @Namespace(value="http://my";, prefix="my") | package my; | | import org.jboss.seam.annotations.*; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091388#4091388 Reply to the post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - How to initialize List of custom object by means of componen

2007-10-03 Thread Jump
I have a stateful bean with a list of custom objects inside. anonymous wrote : | @Local | public interface Toolbar { | | public List getAvailableProcesses(); | public void create(); | public void destroy(); | | } | and implementation anonymous wrote : | @St

[jboss-user] [JBoss jBPM] - Task assignment #2

2007-07-23 Thread Jump
How to assign task to child group? For example, user u is a member of group p (with p_type group type), which is a parent for group c(with p_type group type). So, expression like previous->group(p_type)->group(c_type) looks correct for me, but not for jbpm identity. What am I dooing wrong? And

[jboss-user] [JBoss Seam] - Re: Abandon a taskInstance

2007-07-11 Thread Jump
Use @End annotation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4063160#4063160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4063160 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Seam] - Re: Feature request

2007-07-09 Thread Jump
For example, to make process graph available for workflow users. This can increase user acceptance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061884#4061884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061884 __

[jboss-user] [JBoss Seam] - Feature request

2007-07-05 Thread Jump
Would You plz provide additional information about process definition like gpd definition and corresponding jpg image. For example, now it looks like | | | workflows/material.jpdl.xml | | | but, I guess, in this way it would be more useful | |

[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-04 Thread Jump
yes. It works fine with seam 1.2.1GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060564#4060564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060564 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @DataModel problem

2007-07-04 Thread Jump
In this way it works | @DataModel | private List processDefinitions; | @DataModelSelection("processDefinitions") | private ProcessDefinition selectedProcess = null; | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060539#4060539 Re

[jboss-user] [JBoss Seam] - @DataModel problem

2007-07-04 Thread Jump
I have a simple bean with DataModel and DataModelSelection | @Stateful | @Name("toolbar") | @Scope(ScopeType.SESSION) | public class ToolbarImpl implements Toolbar { | |... | | @DataModel | public List getProcessDefinitions() { |

[jboss-user] [JBoss Seam] - Re: Generated application does not work

2007-07-04 Thread Jump
Looks like there is a problem in build.xml. There are no .class files in jar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060494#4060494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060494 __

[jboss-user] [JBoss Seam] - Re: Generated application does not work

2007-07-04 Thread Jump
Check my code. It's totally the same as yours View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060460#4060460 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060460 ___ jboss-use

[jboss-user] [JBoss Seam] - Generated application does not work

2007-07-04 Thread Jump
I used seam-gen to create simple test application. So here is generated code | package test20; | | import org.jboss.seam.annotations.In; | import org.jboss.seam.annotations.Logger; | import org.jboss.seam.annotations.Name; | import org.jboss.seam.log.Log; | import org.jboss.seam.se

[jboss-user] [JBoss Seam] - Re: jbpm and exception handling

2007-07-03 Thread Jump
If I'm not mistaken, there are embedded in seam ways to handle that (but not in jbpm). I meant, that there is no exception/compensation mechanism in jpdl. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059987#4059987 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Seam-gen. The prefix "bpm" not bound in generated components

2007-07-03 Thread Jump
PLZ add binding xmlns:bpm="http://jboss.com/products/seam/bpm"; to generated components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059975#4059975 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059975 __

[jboss-user] [JBoss Seam] - Re: jbpm and exception handling

2007-07-03 Thread Jump
You can read more about that here http://workflowpatterns.com/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059845#4059845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4059845

[jboss-user] [JBoss Seam] - Re: jbpm and exception handling

2007-07-03 Thread Jump
"leezard" wrote : Hi, | | What should I do to be able to use declarative (XML) exception handling together with pageflows? You should use another process definition language based on pi-calculations. Because exception handling, as far as I know, is not available for petri-net based languag

[jboss-user] [JBoss jBPM] - Re: utf problem

2007-06-06 Thread Jump
add -Dfile.encoding=UTF-8 to eclipse.ini View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051680#4051680 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051680 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
Maybe if I point javaModule to tmp directory... But jar's name changes from start to start. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051509#4051509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051509 __

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
There is no difference whether I define jsf-facelets.jar as javaModule or not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051507#4051507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051507

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
"Lightguard" wrote : Probably shouldn't matter, but try cleaning out your tmp and work directories in Jboss then redeploying. Also check the JBOSS_HOME/server/which_server_name_you_use/jbossweb-tomcat55.sar/jsf-libs dir and see if there's a copy of facelets in there (if you haven't already). A

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
So, are there any workarounds? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051305#4051305 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051305 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
But I had the only jsf-facelets.jar ( war.dir/WEB-INF/lib/jsf-facelets.jar). The other one was created by deployer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051285#4051285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
So, what is your recommended solution? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051279#4051279 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051279 ___ jboss-user maili

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
?he suggestion is to set true in jbossweb-tomcat55.sar/META-INF/jboss-service.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051259#4051259 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051259 __

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
the same problem http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102870 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051230#4051230 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051230 __

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-05 Thread Jump
and here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=92777 and no suggestion View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051231#4051231 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051231

[jboss-user] [JBoss Seam] - Re: Class loading problem

2007-06-04 Thread Jump
P.S. jboss-4.0.5ga, seam 1.2.1ga View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050929#4050929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050929 ___ jboss-user mailing lis

[jboss-user] [JBoss Seam] - Class loading problem

2007-06-04 Thread Jump
I have a custom tag handler | import com.sun.facelets.FaceletContext; | import com.sun.facelets.FaceletException; | import com.sun.facelets.tag.TagAttribute; | import com.sun.facelets.tag.TagConfig; | import com.sun.facelets.tag.TagHandler; | | public class InsertItemTagHandler ext

[jboss-user] [JBoss Seam] - Re: Seam 1.1.6 Security with ICEFaces

2007-02-22 Thread Jump
I dont use ICEFaces, but I have the same problem View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020679#4020679 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4020679 ___ jboss-

[jboss-user] [JBoss Seam] - Re: Migrating from 1.1.1 GA 2 1.1.6. Problem with injection

2007-02-08 Thread Jump
I'm an idiot. Plz drop this topic. I fogot 2 uncomment in components.xlm View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4013193#4013193 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4013193

[jboss-user] [JBoss Seam] - Migrating from 1.1.1 GA 2 1.1.6. Problem with injection occu

2007-02-08 Thread Jump
this code worked with 1.1.1 and now it does not | @Stateless | @Name("login") | public class DefaultLogin implements Login { | | @In(create=true) | private Actor actor; | .. | } | failed to inject actor View the original po

[jboss-user] [JBoss Seam] - Re: How to use org.jboss.seam.core.TaskInstance?

2007-01-11 Thread Jump
The solution is | @End | public String endTask() { | | org.jbpm.taskmgmt.exe.TaskInstance taskInstance = TaskInstance.instance(); | | | for(TaskFormParameter tfp : this.taskFormParameters){ | |

[jboss-user] [JBoss Seam] - Re: How to use org.jboss.seam.core.TaskInstance?

2007-01-11 Thread Jump
It works now. Have no any idea :) Closed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000376#4000376 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000376 ___ jboss-user mai

[jboss-user] [JBoss Seam] - How to use org.jboss.seam.core.TaskInstance?

2007-01-10 Thread Jump
I created a simple task manager which allows to start, end tasks and retrieve task's variables import org.jboss.seam.core.TaskInstance; @Stateful @Name("taskManager") @Scope(ScopeType.CONVERSATION) public class TaskManagerImpl implements TaskManager { @In(required=false) private Long taskId

[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-26 Thread Jump
"[EMAIL PROTECTED]" wrote : | No. Follow the example apps and the reference documentation. Don't try and invent new ways of doing things until you really understand how the standard way works. What are standart ways? TODO sample app? But what if I need to assign task firs and than start it?

[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
And by the way, are there any ways to pass "taskId" when I call endTask(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973894#3973894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3973894

[jboss-user] [JBoss Seam] - Re: JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
Well, actually I didnt. But pooledTask.assignToCurrentActor worked fine, does not that mean, that somebody already outjected taskId variable? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3973890#3973890 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - JBPM and Seam integration. What am I doing wrong?

2006-09-25 Thread Jump
So I created a process by means of the @CreateProcess annotation @Stateful @Name("createOrder") public class CreateOrderImpl implements CreateOrder, Serializable { @Logger Log log; @CreateProcess(definition="order issuin