[JBoss JIRA] (WFLY-5640) No EJB receiver available for handling
by Ivan Straka (JIRA)
[ https://issues.jboss.org/browse/WFLY-5640?page=com.atlassian.jira.plugin.... ]
Ivan Straka moved JBEAP-1775 to WFLY-5640:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-5640 (was: JBEAP-1775)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: Clustering
EJB
Test Suite
(was: Clustering)
(was: EJB)
(was: Test Suite)
Target Release: (was: 7.0.0.GA)
Affects Version/s: 10.0.0.CR4
(was: 7.0.0.DR12)
> No EJB receiver available for handling
> --------------------------------------
>
> Key: WFLY-5640
> URL: https://issues.jboss.org/browse/WFLY-5640
> Project: WildFly
> Issue Type: Bug
> Components: Clustering, EJB, Test Suite
> Affects Versions: 10.0.0.CR4
> Environment: hp-ux 11v3 - hpjdk1.8
> solaris 10,11 - x86 and x86_64, rhel 6 - x86 and x86_64, rhel 7 x86_64 - openjdk1.8, ibmjdk1.8, oraclejdk1.8
> Reporter: Ivan Straka
> Assignee: Paul Ferraro
> Attachments: logs
>
>
> There are two tests failing in exteded tests in clusteringejb2 package in AS TS.
> org.jboss.as.test.clustering.extended.ejb2.stateless.RemoteStatelessFailoverTestCase(SYNC-tcp-extended)#testLoadbalanceSpecifiedByDescriptor
> org.jboss.as.test.clustering.extended.ejb2.stateless.RemoteStatelessFailoverTestCase(SYNC-tcp-extended)#testLoadbalanceAnnotatedBean
> both with exception
> {code}
> Error Message
> EJBCLIENT000025: No EJB receiver available for handling [appName:, moduleName:stateless-ejb2-failover-test, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@54acff7d
> Stacktrace
> java.lang.IllegalStateException: EJBCLIENT000025: No EJB receiver available for handling [appName:, moduleName:stateless-ejb2-failover-test, distinctName:] combination for invocation context org.jboss.ejb.client.EJBClientInvocationContext@54acff7d
> at org.jboss.ejb.client.EJBClientContext.requireEJBReceiver(EJBClientContext.java:798)
> at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:112)
> at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:186)
> at org.jboss.ejb.client.EJBInvocationHandler.sendRequestWithPossibleRetries(EJBInvocationHandler.java:255)
> at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:200)
> at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:183)
> at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:146)
> at com.sun.proxy.$Proxy28.create(Unknown Source)
> at org.jboss.as.test.clustering.extended.ejb2.stateless.RemoteStatelessFailoverTestCase.loadbalance(RemoteStatelessFailoverTestCase.java:262)
> at org.jboss.as.test.clustering.extended.ejb2.stateless.RemoteStatelessFailoverTestCase.testLoadbalanceAnnotatedBean(RemoteStatelessFailoverTestCase.java:224)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (WFLY-5590) Shared object store recovery problem
by Hayk Hovsepyan (JIRA)
[ https://issues.jboss.org/browse/WFLY-5590?page=com.atlassian.jira.plugin.... ]
Hayk Hovsepyan closed WFLY-5590.
--------------------------------
Resolution: Rejected
Problem was on side of Test XA Resource.
> Shared object store recovery problem
> ------------------------------------
>
> Key: WFLY-5590
> URL: https://issues.jboss.org/browse/WFLY-5590
> Project: WildFly
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 10.0.0.CR3
> Reporter: Hayk Hovsepyan
> Assignee: Hayk Hovsepyan
> Priority: Critical
> Attachments: Server1.log, Server2.log
>
>
> There is a problem with recovery of crashed transactions on two servers when they share the same object store.
> The server which starts the recovery second, has problems with processing the logs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months
[JBoss JIRA] (DROOLS-970) Missing date coercion in constraint using an instance field or a declaration
by Mario Fusco (JIRA)
[ https://issues.jboss.org/browse/DROOLS-970?page=com.atlassian.jira.plugin... ]
Mario Fusco closed DROOLS-970.
------------------------------
Resolution: Done
> Missing date coercion in constraint using an instance field or a declaration
> ----------------------------------------------------------------------------
>
> Key: DROOLS-970
> URL: https://issues.jboss.org/browse/DROOLS-970
> Project: Drools
> Issue Type: Bug
> Reporter: Mario Fusco
> Assignee: Mario Fusco
>
> Automatic String to Date coercion is not performed in case the accessed field is not a getter method but an instance field of the class as in:
> {code}
> public class Person {
> public java.util.Date date;
> }
> rule x when
> Person( date < "1-Jan-2000" ) // Error flagged here, if...
> then ...end
> {code}
> or when the class has proper a getter method but the constraint is expressed with a binding declaration as in:
> {code}
> rule x when
> Person( $date: date, $date < "1-Jan-2000" )
> then ...end
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 8 months