Help

Controls

PermLinkWikiLink

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Forum: Seam Users Forum ListTopic List
22. Apr 2010, 14:54 America/New_York | Link

i am using seam 2.1.2 i tried a configuration with jbmp when i used @CreateProcess with a process

2 Replies:
22. Apr 2010, 15:01 America/New_York | Link

i am using seam 2.1.2 i tried a configuration with jbmp when i used @CreateProcess like the below one @CreateProcess(definition="MyWorkflow", processKey ="#{myObject.id}")

it is giving an error saying that processKey may not be null please can anyone say that what does this means or i am missing something in the configuration or something i should take care of

22. Apr 2010, 15:04 America/New_York | Link

and if i remove the processKey it ask for a processKey please tell me where the error is