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.
| Online: | 17 Members of 9438 |
| Forum: Seam Users |
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
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
and if i remove the processKey it ask for a processKey please tell me where the error is