[JBoss JIRA] (WFLY-7772) Distributed cache is created in REPLICATED mode
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-7772?page=com.atlassian.jira.plugin.... ]
Radoslav Husar reassigned WFLY-7772:
------------------------------------
Assignee: Radoslav Husar (was: Paul Ferraro)
> Distributed cache is created in REPLICATED mode
> -----------------------------------------------
>
> Key: WFLY-7772
> URL: https://issues.jboss.org/browse/WFLY-7772
> Project: WildFly
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 10.1.0.Final
> Reporter: Richard Janík
> Assignee: Radoslav Husar
>
> While trying to verify a different issue, I configured a {{<distributed-cache>}} with {{l1-lifespan=300000}} and added a Clusterbench deployment. The EAP start failed with:
> {code}
> ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service org.wildfly.clustering.infinispan.cache-configuration.web.routing: org.jboss.msc.service.StartException in service org.wildfly.clustering.infinispan.cache-configuration.web.routing: Failed to start service
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1919)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000350: Enabling the L1 cache is only supported when using DISTRIBUTED as a cache mode. Your cache mode is set to REPLICATED
> at org.infinispan.configuration.cache.L1ConfigurationBuilder.validate(L1ConfigurationBuilder.java:97)
> at org.infinispan.configuration.cache.ClusteringConfigurationBuilder.validate(ClusteringConfigurationBuilder.java:108)
> at org.infinispan.configuration.cache.ConfigurationBuilder.validate(ConfigurationBuilder.java:203)
> at org.infinispan.configuration.cache.ConfigurationBuilder.build(ConfigurationBuilder.java:246)
> at org.infinispan.configuration.cache.ConfigurationBuilder.build(ConfigurationBuilder.java:236)
> at org.wildfly.clustering.infinispan.spi.service.ConfigurationBuilder.start(ConfigurationBuilder.java:88)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1963)
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1896)
> ... 3 more
> {code}
> The full config is here:
> http://pastebin.test.redhat.com/437800
> The cache has {{owners=1}}, but that does not matter, the exception is thrown with the default {{owners=2}} as well.
> And the full server log is here:
> http://pastebin.test.redhat.com/437799
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (WFLY-7787) Upgrade RESTEasy to 3.1.0.Final
by Alessio Soldano (JIRA)
Alessio Soldano created WFLY-7787:
-------------------------------------
Summary: Upgrade RESTEasy to 3.1.0.Final
Key: WFLY-7787
URL: https://issues.jboss.org/browse/WFLY-7787
Project: WildFly
Issue Type: Component Upgrade
Components: REST
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: 11.0.0.Alpha1
Upgrade RESTEasy from 3.1.0.CR3 to 3.1.0.Final
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (ELY-829) ClearPassword.rawPassword should clone password
by Jean-Francois Denise (JIRA)
Jean-Francois Denise created ELY-829:
----------------------------------------
Summary: ClearPassword.rawPassword should clone password
Key: ELY-829
URL: https://issues.jboss.org/browse/ELY-829
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jean-Francois Denise
Assignee: Darran Lofthouse
No cloning occurs:
static ClearPassword createRaw(String algorithm, char[] password) {
return new RawClearPassword(algorithm, password);
}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (DROOLS-1107) Upgrade to JPA 2.1 and Hibernate 5
by Petr Široký (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1107?page=com.atlassian.jira.plugi... ]
Petr Široký commented on DROOLS-1107:
-------------------------------------
The upgrade is ongoing, should be merged into master in the next few days.
> Upgrade to JPA 2.1 and Hibernate 5
> ----------------------------------
>
> Key: DROOLS-1107
> URL: https://issues.jboss.org/browse/DROOLS-1107
> Project: Drools
> Issue Type: Enhancement
> Reporter: Petar Tahchiev
> Assignee: Petr Široký
>
> Hello,
> my app is running with Hibernate5 and JPA2.1 and when I try to use latest {{drools-persistence-jpa}} I get this exception:
> {code}
> Caused by: java.lang.NoSuchMethodError: javax.persistence.CollectionTable.indexes()[Ljavax/persistence/Index;
> at org.hibernate.cfg.AnnotationBinder.bindJoinedTableAssociation(AnnotationBinder.java:2378)
> at org.hibernate.cfg.AnnotationBinder.processElementAnnotations(AnnotationBinder.java:2094)
> at org.hibernate.cfg.AnnotationBinder.processIdPropertiesIfNotAlready(AnnotationBinder.java:906)
> at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:733)
> {code}
> Hibernate5 is already stable. Please update to it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (DROOLS-1107) Upgrade to JPA 2.1 and Hibernate 5
by Petr Široký (JIRA)
[ https://issues.jboss.org/browse/DROOLS-1107?page=com.atlassian.jira.plugi... ]
Petr Široký reassigned DROOLS-1107:
-----------------------------------
Assignee: Petr Široký (was: Mark Proctor)
> Upgrade to JPA 2.1 and Hibernate 5
> ----------------------------------
>
> Key: DROOLS-1107
> URL: https://issues.jboss.org/browse/DROOLS-1107
> Project: Drools
> Issue Type: Enhancement
> Reporter: Petar Tahchiev
> Assignee: Petr Široký
>
> Hello,
> my app is running with Hibernate5 and JPA2.1 and when I try to use latest {{drools-persistence-jpa}} I get this exception:
> {code}
> Caused by: java.lang.NoSuchMethodError: javax.persistence.CollectionTable.indexes()[Ljavax/persistence/Index;
> at org.hibernate.cfg.AnnotationBinder.bindJoinedTableAssociation(AnnotationBinder.java:2378)
> at org.hibernate.cfg.AnnotationBinder.processElementAnnotations(AnnotationBinder.java:2094)
> at org.hibernate.cfg.AnnotationBinder.processIdPropertiesIfNotAlready(AnnotationBinder.java:906)
> at org.hibernate.cfg.AnnotationBinder.bindClass(AnnotationBinder.java:733)
> {code}
> Hibernate5 is already stable. Please update to it.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months