hi,
i would like to move all the configuration information from the jbpm.cfg.xml file to my spring IoC configuration, but i do not know how to do this. currently i do have the following jbpm...
Type: Posts; User: Locomotyphus; Keyword(s):
hi,
i would like to move all the configuration information from the jbpm.cfg.xml file to my spring IoC configuration, but i do not know how to do this. currently i do have the following jbpm...
Hi,
i do face the following problem: we have split our project into many subprojects reflecting the modularity and dependancies. two of the subprojects (lets call them P and Q) do access the...
The Taste class is just an example. We build up the enumeration lazy, on the event of first fetch. But bevor the first instance is available all the enumerations have been build. The instances of...
Hi,
i try to return instances of org.apache.commons.lang.enums.Enum as the result of some method call using HttpInvoker. i do get always null as a result and cant imagine why this happens. Enum...