Automatically rejected mail
by Mail Delivery Subsystem
Your message was automatically rejected by Dovecot Mail Delivery Agent.
The following reason was given:
Quota exceeded
17 years, 8 months
[JBoss jBPM] - pooled actors ?
by memius
I am reading in 'open source soa' and came across 'finding all pooled tasks for an actor' (we need smt like that)
Wat I understand from there is that the field 'pooled actors' should be filled with one or more actor ids (which match an individual user )
I think this is conceptually wrong.
Wouldn't it be wiser to have a set of 'roles' there ?
Otherwise ... you would have to change your process definition every time a person leaves your company or when someone is hired (who can perform the task of course).
Anyway ... at this time we will use the pooled actors as 'roles', the actor id as a user id ( username).
When searching for a task list, we will pass the user id and its roles (which will be fetched in the application.
Any ideas or remarks ?
Is there a better way ?
Sincerely,
Dieter D'haeyere
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171997#4171997
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171997
17 years, 8 months
[Installation, Configuration & DEPLOYMENT] - Re: JBoss5 deployment scanner configuration
by jaikiran
"wdfink" wrote :
| Do you know how to deactivate scanning? scanPeriod=0 ???
|
Add the scanEnabled attribute and set it to false:
<!-- Hotdeployment of applications -->
| <bean name="HDScanner"
| class="org.jboss.system.server.profileservice.hotdeploy.HDScanner">
| <property name="mainDeployer"><inject bean="MainDeployer"/></property>
| <!-- Workaround for JBMICROCONT-176
| -->
| <property name="controller"><inject bean="jboss.kernel:service=KernelController"/></property>
| <!-- Broken due to JBMICROCONT-176
| <property name="controller"><inject bean="jboss.kernel:service=Kernel" property="controller"/></property>
| -->
| <property name="profileService"><inject bean="ProfileService"/></property>
| <property name="scanPeriod">5000</property>
| <property name="scanEnabled">false</property>
| <property name="scanThreadName">HDScanner</property>
| </bean>
"wdfink" wrote :
| And how to deactivate farming?
Clustering related? Sorry, i don't have an answer on this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171992#4171992
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171992
17 years, 8 months
[Remoting] - Re: Compression marshalling
by robert.geisler
hi, ron,
we are using JBoss 4.2.2.GA and want to use compression for EJB2.1 and EJB3.0 invocations.
i tried to activate the compression marshaller without success. replacing the InvokerLocator of ejb3 remoting connector in /server/compression/deploy/ejb3.deployer/META-INF/jboss-service.xml
<attribute name="InvokerLocator">socket://${jboss.bind.address}:3873</attribute>
with
<attribute name="InvokerLocator">socket://${jboss.bind.address}:3873/?dataType=serializable
| &marshaller=org.jboss.remoting.marshal.compress.CompressingMarshaller
| &unmarshaller=org.jboss.remoting.marshal.compress.CompressingUnMarshaller</attribute>
|
doesnt reduce the amount of data transferred (measured with WireShark: http://www.wireshark.org/).
would be very nice if you could explain me in detail how to install compression.
thanks in advance.
robert
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171990#4171990
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171990
17 years, 8 months