[JBoss JIRA] (AS7-4418) Atrribute <factory-type> is not parsed correctly in configuration of connection-factory
by Miroslav Novak (JIRA)
[ https://issues.jboss.org/browse/AS7-4418?page=com.atlassian.jira.plugin.s... ]
Miroslav Novak closed AS7-4418.
-------------------------------
Issue is fixed. Closing jira.
> Atrribute <factory-type> is not parsed correctly in configuration of connection-factory
> ---------------------------------------------------------------------------------------
>
> Key: AS7-4418
> URL: https://issues.jboss.org/browse/AS7-4418
> Project: Application Server 7
> Issue Type: Bug
> Components: JMS
> Reporter: Miroslav Novak
> Assignee: Jeff Mesnil
> Fix For: 7.1.2.Final-redhat1
>
>
> Attribute factory-type in configuration connection factory is not parsed correctly and default "CF" type is always used.
> Following configuration should register XAConnectionFactory but attribute factory-type is ignored:
> {code}
> <connection-factory name="RemoteConnectionFactory">
>
> <jms-connection-factories>
> ...
> <connection-factory name="RemoteConnectionFactory">
> <factory-type>XA_GENERIC</factory-type>
> <connectors>
> <connector-ref connector-name="netty"/>
> </connectors>
> <entries>
> <entry name="RemoteConnectionFactory"/>
> <entry name="java:jboss/exported/jms/RemoteConnectionFactory"/>
> </entries>
> <ha>true</ha>
> </connection-factory>
> ...
> </jms-connection-factories>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (AS7-4539) Can't access management interface when binding to IPv6 addresses
by Richard Achmatowicz (JIRA)
Richard Achmatowicz created AS7-4539:
----------------------------------------
Summary: Can't access management interface when binding to IPv6 addresses
Key: AS7-4539
URL: https://issues.jboss.org/browse/AS7-4539
Project: Application Server 7
Issue Type: Bug
Components: Console
Affects Versions: 7.1.1.Final
Environment: Fedora 16, x86_64
[nrla@lenovo bin]$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02, mixed mode)
Reporter: Richard Achmatowicz
Assignee: Heiko Braun
Fix For: 7.1.2.Final-redhat1
Can't connect to the management console when I bind the server to an IPv6 address:
{noformat}
[nrla@lenovo bin]$ ./standalone.sh --server-config standalone-ha.xml -Djboss.bind.address=3ffe:ffff:100:f101::2 -Djboss.bind.address.management=3ffe:ffff:100:f101::2 -Djboss.bind.address.unsecure=3ffe:ffff:100:f101::2
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /tmp/serverB
JAVA: /opt/jdk-1.6.0_26/bin/java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=false -Djava.net.preferIPv6Addresses=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml
=========================================================================
10:51:11,675 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
10:51:11,822 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
10:51:11,861 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" starting
10:51:12,797 INFO [org.xnio] XNIO Version 3.0.3.GA
10:51:12,803 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
10:51:12,809 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
10:51:12,823 INFO [org.jboss.remoting] JBoss Remoting version 3.2.4.GA
10:51:12,847 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
10:51:12,852 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
10:51:12,864 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.
10:51:12,888 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 37) JBAS010260: Activating JGroups subsystem.
10:51:12,906 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013101: Activating Security Subsystem
10:51:12,932 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011940: Activating OSGi Subsystem
10:51:12,938 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
10:51:12,958 INFO [org.jboss.as.connector] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
10:51:12,965 INFO [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.7.Final
10:51:12,990 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
10:51:13,003 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
10:51:13,025 INFO [org.jboss.as.naming] (MSC service thread 1-7) JBAS011802: Starting Naming Service
10:51:13,051 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) JBAS015400: Bound mail session [java:jboss/mail/Default]
10:51:13,191 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-7) JBoss Web Services - Stack CXF Server 4.0.2.GA
10:51:13,261 INFO [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-3) Starting Coyote AJP/1.3 on ajp--3ffe_ffff_100_f101_0_0_0_2-2-8009
10:51:13,262 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Starting Coyote HTTP/1.1 on http--3ffe_ffff_100_f101_0_0_0_2-2-8080
10:51:13,330 INFO [org.jboss.modcluster.ModClusterService] (MSC service thread 1-5) Initializing mod_cluster 1.2.1.Beta2
10:51:13,364 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-5) Listening to proxy advertisements on ff0e:0:0:0:0:0:0:1:23,364
10:51:13,430 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
10:51:13,448 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
10:51:13,563 INFO [org.jboss.as.remoting] (MSC service thread 1-6) JBAS017100: Listening on /3ffe:ffff:100:f101:0:0:0:2%2:4447
10:51:13,563 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /3ffe:ffff:100:f101:0:0:0:2%2:9999
10:51:13,585 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-8) JBAS015012: Started FileSystemDeploymentService for directory /tmp/serverB/standalone/deployments
10:51:13,607 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
10:51:13,761 WARNING [org.jgroups.protocols.UDP] (pool-14-thread-1) send buffer of socket java.net.DatagramSocket@39126d91 was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
10:51:13,762 WARNING [org.jgroups.protocols.UDP] (pool-14-thread-1) receive buffer of socket java.net.DatagramSocket@39126d91 was set to 20MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
10:51:13,763 WARNING [org.jgroups.protocols.UDP] (pool-14-thread-1) send buffer of socket java.net.MulticastSocket@15e3d24a was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
10:51:13,763 WARNING [org.jgroups.protocols.UDP] (pool-14-thread-1) receive buffer of socket java.net.MulticastSocket@15e3d24a was set to 25MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
10:51:13,768 INFO [stdout] (pool-14-thread-1)
10:51:13,768 INFO [stdout] (pool-14-thread-1) -------------------------------------------------------------------
10:51:13,769 INFO [stdout] (pool-14-thread-1) GMS: address=lenovo/web, cluster=web, physical address=3ffe:ffff:100:f101:0:0:0:2:55200
10:51:13,770 INFO [stdout] (pool-14-thread-1) -------------------------------------------------------------------
10:51:15,992 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-2) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
10:51:15,997 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-7) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
10:51:16,170 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://[3ffe:ffff:100:f101:0:0:0:2%2]:9990
10:51:16,171 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" started in 4674ms - Started 134 of 268 services (133 services are passive or on-demand)
{noformat}
Trying to access the console:
{noformat}
[nrla@lenovo bin]$ ./jboss-cli.sh
You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands.
[disconnected /] connect controller=3ffe:ffff:100:f101:0:0:0:2
The controller is not available at controller=3ffe:ffff:100:f101:0:0:0:2
[disconnected /] connect controller=3ffe:ffff:100:f101:0:0:0:2%2
The port must be a valid non-negative integer: '[controller=3ffe:ffff:100:f101:0:0:0:2%2]'
[disconnected /] connect controller=[3ffe:ffff:100:f101:0:0:0:2%2]
The controller is not available at controller=[3ffe:ffff:100:f101:0:0:0:2%2]:9999
[disconnected /] connect controller=[3ffe:ffff:100:f101:0:0:0:2%2]:9990
The controller is not available at controller=[3ffe:ffff:100:f101:0:0:0:2%2]:9990
[disconnected /]
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (AS7-4048) JSF deployment failing on domain mode with ViewExpiredException but works in standalone
by Galder Zamarreño (JIRA)
Galder Zamarreño created AS7-4048:
-------------------------------------
Summary: JSF deployment failing on domain mode with ViewExpiredException but works in standalone
Key: AS7-4048
URL: https://issues.jboss.org/browse/AS7-4048
Project: Application Server 7
Issue Type: Bug
Components: JSF
Affects Versions: 7.1.0.Final
Reporter: Galder Zamarreño
Assignee: Stan Silvert
I'm trying to run https://github.com/galderz/infinispan-quickstart/tree/t_710final/jboss-as7 in AS 7.1.0.Final domain mode but it fails.
It does work fine in standalone mode. And it works fine domain too if you only hit one of the nodes, but not after both have been hit.
So, in domain mode (regardless of browser, tried with Chrome and Firefox), once two servers are up and running and the app has been deployed to both nodes, when I try to enter a new cache entry in one of the nodes, I get:
{code}Caused by: javax.faces.application.ViewExpiredException: viewId:/home.jsf - View /home.jsf could not be restored.
at com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:205) [jsf-impl-2.1.5-jbossorg-1.jar:2.1.5-SNAPSHOT]{code}
This is pretty cryptic. After adding some logging, I see an exception being thrown earlier in the code:
{code}11:58:57,844 FINE [javax.enterprise.resource.webcontainer.jsf.application] (MSC service thread 1-3) java.lang.NoSuchMethodException: org.jboss.as.web.deployment.jsf.JandexAnnotationProvider.<init>(javax.servlet.ServletContext, com.sun.faces.spi.AnnotationProvider): java.lang.NoSuchMethodException: org.jboss.as.web.deployment.jsf.JandexAnnotationProvider.<init>(javax.servlet.ServletContext, com.sun.faces.spi.AnnotationProvider)
at java.lang.Class.getConstructor0(Class.java:2706) [classes.jar:1.6.0_29]
at java.lang.Class.getDeclaredConstructor(Class.java:1985) [classes.jar:1.6.0_29]
at com.sun.faces.spi.ServiceFactoryUtils.getProviderFromEntry(ServiceFactory.java:83) [jsf-impl-2.1.5-jbossorg-1.jar:2.1.5-SNAPSHOT]
at com.sun.faces.spi.AnnotationProviderFactory.createAnnotationProvider(AnnotationProviderFactory.java:70) [jsf-impl-2.1.5-jbossorg-1.jar:2.1.5-SNAPSHOT]
at com.sun.faces.config.ConfigManager$AnnotationScanTask.<init>(ConfigManager.java:808) [jsf-impl-2.1.5-jbossorg-1.jar:2.1.5-SNAPSHOT]
at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:349) [jsf-impl-2.1.5-jbossorg-1.jar:2.1.5-SNAPSHOT]
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225) [jsf-impl-2.1.5-jbossorg-1.jar:2.1.5-SNAPSHOT]
at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.10.Final.jar:]
at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.10.Final.jar:]
at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) [jboss-as-web-7.1.0.Final.jar:7.1.0.Final]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_29]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_29]{code}
I don't know whether this is relevant at all.
Please find attached a war and server.log files with TRACE on:
org.jboss.weld
org.jboss.solder
javax.enterprise.resource.webcontainer.jsf (a very "intuitive" package for com.sun.faces, grrr)
javax.faces
org.infinispan
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] Created: (AS7-1627) Handle NPE for missing destination property on hornetq MDB activation.
by Jeremy Whiting (JIRA)
Handle NPE for missing destination property on hornetq MDB activation.
----------------------------------------------------------------------
Key: AS7-1627
URL: https://issues.jboss.org/browse/AS7-1627
Project: Application Server 7
Issue Type: Enhancement
Components: JMS
Affects Versions: 7.1.0.Alpha1
Environment: RHEL 5.5
Reporter: Jeremy Whiting
Assignee: Clebert Suconic
Priority: Minor
When a destination property is missing on the hornetq activationConfig the AS7 server throws a NPE. Instead the HornetQActivation object could catch the exception and log a message telling the user to define the missing property.
This is the exception stack trace when AS7 starts up.
14:36:55,642 ERROR [org.hornetq.ra.inflow.HornetQActivation]
(jca-short-running-threads-threads - 6) Unable to reconnect
org.hornetq.ra.inflow.HornetQActivationSpec(ra=org.hornetq.ra.HornetQResourceAdapter@2f8541f5
destination=null destinationType=javax.jms.Queue ack=Auto-acknowledge
durable=false clientID=null user=null maxSession=15):
java.lang.NullPointerException
at javax.naming.NameImpl.<init>(NameImpl.java:281) [:1.6.0_20]
at javax.naming.CompositeName.<init>(CompositeName.java:231) [:1.6.0_20]
at org.jboss.as.naming.util.NameParser.parse(NameParser.java:49)
at org.jboss.as.naming.NamingContext.parseName(NamingContext.java:393)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
at javax.naming.InitialContext.lookup(InitialContext.java:409)
[:1.6.0_20]
at org.hornetq.ra.Util.lookup(Util.java:174)
[hornetq-ra-2.2.7.Final.jar:]
at
org.hornetq.ra.inflow.HornetQActivation.setupDestination(HornetQActivation.java:436)
[hornetq-ra-2.2.7.Final.jar:]
at
org.hornetq.ra.inflow.HornetQActivation.setup(HornetQActivation.java:283) [hornetq-ra-2.2.7.Final.jar:]
at
org.hornetq.ra.inflow.HornetQActivation.handleFailure(HornetQActivation.java:548)
[hornetq-ra-2.2.7.Final.jar:]
at
org.hornetq.ra.inflow.HornetQActivation$SetupActivation.run(HornetQActivation.java:591)
[hornetq-ra-2.2.7.Final.jar:]
at org.jboss.jca.core.workmanager.WorkWrapper.run(WorkWrapper.java:212)
at
org.jboss.threads.SimpleDirectExecutor.execute(SimpleDirectExecutor.java:33)
at org.jboss.threads.QueueExecutor.runTask(QueueExecutor.java:801)
at org.jboss.threads.QueueExecutor.access$100(QueueExecutor.java:45)
at org.jboss.threads.QueueExecutor$Worker.run(QueueExecutor.java:821)
at java.lang.Thread.run(Thread.java:636) [:1.6.0_20]
at org.jboss.threads.JBossThread.run(JBossThread.java:122)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (AS7-4624) Virtual-host from jboss-web.xml not applied to deployments
by Stefan Negrea (JIRA)
Stefan Negrea created AS7-4624:
----------------------------------
Summary: Virtual-host from jboss-web.xml not applied to deployments
Key: AS7-4624
URL: https://issues.jboss.org/browse/AS7-4624
Project: Application Server 7
Issue Type: Bug
Reporter: Stefan Negrea
Priority: Critical
Using a standalone server, deployed a war with jboss-web.xml. The jboss-web.xml had only one entry for virtual-host (but it was not the default one). The virtual host was defined on the server prior to the deployment. The virtual-host setting was not applied correctly and the web subsystem under the deployment was reporting virtual-host as 'default-host'.
The sample jboss-web.xml used:
<jboss-web>
<virtual-host>test</virtual-host>
</jboss-web>
CLI output:
[standalone@localhost:9999 subsystem=web] pwd
/deployment=hellothere.war/subsystem=web
[standalone@localhost:9999 subsystem=web] :read-resource
{
"outcome" => "success",
"result" => {
"context-root" => "/hellothere",
"servlet" => undefined,
"virtual-host" => "default-host"
},
"response-headers" => {"process-state" => "reload-required"}
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (EJBTHREE-2282) JBoss EJB3 Plugin is not installed in jboss-5.1.0.GA
by muthukrishnan.muthu (JIRA)
muthukrishnan.muthu created EJBTHREE-2282:
---------------------------------------------
Summary: JBoss EJB3 Plugin is not installed in jboss-5.1.0.GA
Key: EJBTHREE-2282
URL: https://issues.jboss.org/browse/EJBTHREE-2282
Project: EJB 3.0
Issue Type: Bug
Environment: OS: Windows 7, Java 1.6, jboss-5.1.0.GA
Reporter: muthukrishnan.muthu
Not able to install the JBoss EJB3 Plugin in Jboss 5, it shows the below error message.
i tried with below steps,
java -jar jboss-osgi-installer-1.1.0.jar %JBOSS_HOME%
java -jar jboss-osgi-installer-1.1.0.jar $JBOSS_HOME
java -jar jboss-osgi-installer-1.1.0.jar F:/jboss-5.1.0.GA
Error message:
C:\Users\admin\Downloads>java -jar jboss-osgi-installer-1.1.0.jar $JBOSS_HOME
- ERROR -
java.io.FileNotFoundException: $JBOSS_HOME (The system cannot find the file specified)
java.io.FileNotFoundException: $JBOSS_HOME (The system cannot find the file specified)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.getXMLData(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.<init>(Unknown Source)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
or
C:\Users\admin\Downloads>java -jar jboss-osgi-installer-1.1.0.jar %JBOSS_HOME%
- ERROR -
java.io.FileNotFoundException: F:\BancTec\eFPTest\jboss-5.1.0.GA (Access is denied)
java.io.FileNotFoundException: F:\BancTec\eFPTest\jboss-5.1.0.GA (Access is denied)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.getXMLData(Unknown Source)
at com.izforge.izpack.installer.AutomatedInstaller.<init>(Unknown Source)
at com.izforge.izpack.installer.Installer.main(Unknown Source)
C:\Users\admin\Downloads>
how to inmplement EJB3 plug-in in Jboss 5
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (JBRULES-3376) ActivationCancelledEvent causes process to stay in current node
by Mario Fusco (JIRA)
Mario Fusco created JBRULES-3376:
------------------------------------
Summary: ActivationCancelledEvent causes process to stay in current node
Key: JBRULES-3376
URL: https://issues.jboss.org/browse/JBRULES-3376
Project: Drools
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Mario Fusco
Assignee: Mario Fusco
Description of problem:
If the activation is cancelled by AgendaFilter (getCause() == FILTER) the
Ruleflow stops at current Rule Task node and the process never ends.
Version-Release number of selected component (if applicable):
BRMS-5.3.0.dev5
How reproducible:
Every time
Steps to Reproduce:
1. Insert events to create Activations
2. Start process with rule task and add event listeners (Process, Agenda)
3. call fireAllRules with AgendaFilter parameter
Actual results:
Process is never finished nor it moves to next node once no activations are
left to fire.
Expected results:
Process continues once all rules are fired and eventually completes.
Additional info:
Included workaround shows this problem on StatefulKnowledgeSession although the
same problem is on stateless.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months