[JBoss jBPM] - Re: Instance Scoped Groups
by kukeltje
anonymous wrote : I am evaluating Jbpm as a possible solution for a new project. Although in general users often belong to specific groups, it is possible on the instance level that a user may need to be added/removed from a group for that instance only.
No
anonymous wrote : Based on what I've seen looking at the jbpm source code something like this would have to be an extension, and is not currently supported. Have I missed something or is this an accurate statement?
|
It is accurate
anonymous wrote : Assuming I'm right about this not currently being supported, is this a feature the community would use? or does this seem like an uncommon requirement?
|
I would not, since I can always add the individual actorid to the pooledactors list, besides the basic groupname for the* swimalaneinstance*
anonymous wrote :
| To clarify what I'm talking about, imagine a develop new software process. In general the same groups/people will handle each task. However assume that you have multiple contractors working at your company. These contractors need to be added on a per instance basis, because they are only contributing to the specific instance, not to every new instance of the process.
As mentioned before, you can use swimlanes for this
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224708#4224708
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224708
17 years
[Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.2.2 mem issue
by PeterJ
This does not look that unusual for JBoss AS, though it would be interesting to see how many threads it is running.
The one that has me concerned is the EgMainAgent app - it's VSZ is 1.2GB, so it is using up a larger chunk of the available memory (RAM+Swap) than JBoss AS, even though most of it is currently swapped out.
What are the thread counts for both processes, and what it the ps result, and thread count 1 hour, 4 hours, 8 hours and 12 hours later?
By the way, memory usage for a Java process includes:
a) The heap (-Xms, -Xms)
b) The threads (-Xss * #-threads)
c) Various C/C++ data structures used by the JVM
d) The java executable and all of the *.so it loads
e) Any memory used by native code
(Hope I didn't forget anything...)
Typically, the memory used for d) and e) is shared among all java processes (through it shows up as part of VSZ for each process).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224705#4224705
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224705
17 years
[JBoss jBPM] - Instance Scoped Groups
by akriel
I am evaluating Jbpm as a possible solution for a new project. Although in general users often belong to specific groups, it is possible on the instance level that a user may need to be added/removed from a group for that instance only.
Based on what I've seen looking at the jbpm source code something like this would have to be an extension, and is not currently supported. Have I missed something or is this an accurate statement?
Assuming I'm right about this not currently being supported, is this a feature the community would use? or does this seem like an uncommon requirement?
To clarify what I'm talking about, imagine a develop new software process. In general the same groups/people will handle each task. However assume that you have multiple contractors working at your company. These contractors need to be added on a per instance basis, because they are only contributing to the specific instance, not to every new instance of the process.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224704#4224704
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224704
17 years
[Installation, Configuration & DEPLOYMENT] - Re: IIS redirects to JBoss
by arunagirinathan.v
Hi ,
I am a not test my application Still Now
I am using JBoss 4.0.1 SP1 with IIS 6 (Windows 2003)
can any one provide me the exact steps
below is the isapi_redirect.log
[Thu Apr 09 18:31:27 2009] [6132:3648] [debug] init_jk::jk_isapi_plugin.c (1109): Using worker file E:\jboss-4.0.3SP1\server\default\conf\workers.properties.
[Thu Apr 09 18:31:27 2009] [6132:3648] [debug] init_jk::jk_isapi_plugin.c (1110): Using worker mount file E:\jboss-4.0.3SP1\server\default\conf\uriworkermap.properties.
[Thu Apr 09 18:31:27 2009] [6132:3648] [debug] init_jk::jk_isapi_plugin.c (1112): Using uri select 0.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] jk_shm_open::jk_shm.c (91): Initialized shared memory size=66560 free=65536 addr=0x27f0048
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1103): Using registry.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1106): Using log file E:\jboss-4.0.3SP1\server\default\conf\isapi_redirect.log.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1107): Using log level 1.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1108): Using extension uri /jakarta/isapi_redirect.dll.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1109): Using worker file E:\jboss-4.0.3SP1\server\default\conf\workers.properties.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1110): Using worker mount file E:\jboss-4.0.3SP1\server\default\conf\uriworkermap.properties.
[Thu Apr 09 18:35:10 2009] [4656:4912] [debug] init_jk::jk_isapi_plugin.c (1112): Using uri select 0.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224701#4224701
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224701
17 years