[JBoss JIRA] (ISPN-7897) WARN messages shown during startup for Infinispan CDI modules
by Sebastian Łaskawiec (JIRA)
[ https://issues.jboss.org/browse/ISPN-7897?page=com.atlassian.jira.plugin.... ]
Sebastian Łaskawiec updated ISPN-7897:
--------------------------------------
Status: Open (was: New)
> WARN messages shown during startup for Infinispan CDI modules
> -------------------------------------------------------------
>
> Key: ISPN-7897
> URL: https://issues.jboss.org/browse/ISPN-7897
> Project: Infinispan
> Issue Type: Bug
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
>
> The following WARN messages are shown if an application with module dependencies are started.
> WARN [org.jboss.as.weld] JBAS016017: Using deployment classloader to load proxy classes for module org.infinispan.jcache:jdg-7.1. Package-private access will not work. To fix this the module should declare dependencies on [org.jboss.weld.core, org.javassist]
> WARN [org.jboss.as.weld] JBAS016017: Using deployment classloader to load proxy classes for module org.infinispan.cdi.embedded:jdg-7.1. Package-private access will not work. To fix this the module should declare dependencies on [org.jboss.weld.core, org.javassist]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7897) WARN messages shown during startup for Infinispan CDI modules
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-7897:
-----------------------------------------
Summary: WARN messages shown during startup for Infinispan CDI modules
Key: ISPN-7897
URL: https://issues.jboss.org/browse/ISPN-7897
Project: Infinispan
Issue Type: Bug
Reporter: Sebastian Łaskawiec
Assignee: Sebastian Łaskawiec
The following WARN messages are shown if an application with module dependencies are started.
WARN [org.jboss.as.weld] JBAS016017: Using deployment classloader to load proxy classes for module org.infinispan.jcache:jdg-7.1. Package-private access will not work. To fix this the module should declare dependencies on [org.jboss.weld.core, org.javassist]
WARN [org.jboss.as.weld] JBAS016017: Using deployment classloader to load proxy classes for module org.infinispan.cdi.embedded:jdg-7.1. Package-private access will not work. To fix this the module should declare dependencies on [org.jboss.weld.core, org.javassist]
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7086) Writes via memcached server cause UnknownOperationException
by Wolfram Huesken (JIRA)
[ https://issues.jboss.org/browse/ISPN-7086?page=com.atlassian.jira.plugin.... ]
Wolfram Huesken updated ISPN-7086:
----------------------------------
Affects Version/s: 9.0.1.Final
(was: 9.0.0.CR3)
> Writes via memcached server cause UnknownOperationException
> -----------------------------------------------------------
>
> Key: ISPN-7086
> URL: https://issues.jboss.org/browse/ISPN-7086
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.2.6.Final, 9.0.1.Final
> Environment: Ubuntu 16.04.1 LTS
> openjdk version "1.8.0_91"
> OpenJDK Runtime Environment (build 1.8.0_91-8u91-b14-3ubuntu1~16.04.1-b14)
> OpenJDK 64-Bit Server VM (build 25.91-b14, mixed mode)
> The bug can be reproduced with OS X and other Linux distributions as well
> Reporter: Wolfram Huesken
> Labels: memcached
>
> We're using the stable server version (http://infinispan.org/download/) as a memcached replacement in a PHP application. When we're writing keys (or values) with different sizes via memcached, we encounter the following exception:
> {{17:14:42,531 ERROR [org.infinispan.server.memcached.RequestResolver$] (MemcachedServerWorker-8-1) ISPN005003: Exception reported: org.infinispan.server.memcached.UnknownOperationException: Unknown operation: }}
> When the exception occurs, the data is not stored.
> We're currently closing and reopening the connection after an error like that occurred, but it's slowing down the data transfer quite a lot.
> The bug is not only related to the server, but happens with the embedded version of infinispan, too.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7896) Support for on-demand data conversion in caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7896?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-7896:
------------------------------------
Description:
Currently conversions between the storage format of a cache and the read/write format are done via a combination of TypeConverters, interceptors, converters and ad-hoc transformers.
In order to support reading and writing to/from a cache using multiple formats (e.g. read as Json, or as byte[]), it's necessary to isolate all those conversions and expose an API to specify on a per usecase basis the necessary conversion.
was:
Currently conversions between the storage format of a cache and the read/write format are done via a combination of TypeConverters, interceptors, converters and ad-hoc transformers.
In order to support reading and writing to/from a cache using multiple formats (e.g. read as Json, or as byte[]), it's necessary to isolate all those conversions and expose an API to specify on a per use case basis the necessary conversions.
> Support for on-demand data conversion in caches
> -----------------------------------------------
>
> Key: ISPN-7896
> URL: https://issues.jboss.org/browse/ISPN-7896
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.1.0.Final
>
>
> Currently conversions between the storage format of a cache and the read/write format are done via a combination of TypeConverters, interceptors, converters and ad-hoc transformers.
> In order to support reading and writing to/from a cache using multiple formats (e.g. read as Json, or as byte[]), it's necessary to isolate all those conversions and expose an API to specify on a per usecase basis the necessary conversion.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months
[JBoss JIRA] (ISPN-7896) Support for on-demand data conversion in caches
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-7896?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-7896:
------------------------------------
Description:
Currently conversions between the storage format of a cache and the read/write format are done via a combination of TypeConverters, interceptors, converters and ad-hoc transformers.
In order to support reading and writing to/from a cache using multiple formats (e.g. read as Json, or as byte[]), it's necessary to isolate all those conversions and expose an API to specify the conversions required.
was:
Currently conversions between the storage format of a cache and the read/write format is done via a combination of TypeConverter, interceptors, converters and ad-hoc class.
In order to support reading and writing to/from a cache using multiple formats (e.g. read as Json, or as byte[]), it's necessary to isolate all those conversions and expose an API to specify the conversions required.
> Support for on-demand data conversion in caches
> -----------------------------------------------
>
> Key: ISPN-7896
> URL: https://issues.jboss.org/browse/ISPN-7896
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.1.0.Final
>
>
> Currently conversions between the storage format of a cache and the read/write format are done via a combination of TypeConverters, interceptors, converters and ad-hoc transformers.
> In order to support reading and writing to/from a cache using multiple formats (e.g. read as Json, or as byte[]), it's necessary to isolate all those conversions and expose an API to specify the conversions required.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 10 months