[JBoss JIRA] (ISPN-4129) Add Query, CDI, JCache, LevelDB and REST to the AS modules
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-4129?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4129:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1076093
> Add Query, CDI, JCache, LevelDB and REST to the AS modules
> ----------------------------------------------------------
>
> Key: ISPN-4129
> URL: https://issues.jboss.org/browse/ISPN-4129
> Project: Infinispan
> Issue Type: Feature Request
> Components: Build process
> Affects Versions: 7.0.0.Alpha1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.Final, 7.0.0.Alpha2
>
>
> Query, CDI, JCache, LevelDB and REST modules need to be added to the AS modules we ship
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4129) Add Query, CDI, JCache, LevelDB and REST to the AS modules
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-4129?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4129:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2447
> Add Query, CDI, JCache, LevelDB and REST to the AS modules
> ----------------------------------------------------------
>
> Key: ISPN-4129
> URL: https://issues.jboss.org/browse/ISPN-4129
> Project: Infinispan
> Issue Type: Feature Request
> Components: Build process
> Affects Versions: 7.0.0.Alpha1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.Final, 7.0.0.Alpha2
>
>
> Query, CDI, JCache, LevelDB and REST modules need to be added to the AS modules we ship
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4129) Add Query, CDI, JCache, LevelDB and REST to the AS modules
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-4129:
-------------------------------------
Summary: Add Query, CDI, JCache, LevelDB and REST to the AS modules
Key: ISPN-4129
URL: https://issues.jboss.org/browse/ISPN-4129
Project: Infinispan
Issue Type: Feature Request
Components: Build process
Affects Versions: 7.0.0.Alpha1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 7.0.0.Final, 7.0.0.Alpha2
Query, CDI, JCache, LevelDB and REST modules need to be added to the AS modules we ship
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4128) After netty4.0.x integration the keyset() method will not work for replicated jdbc-store caches in C/S mode
by Wolf-Dieter Fink (JIRA)
Wolf-Dieter Fink created ISPN-4128:
--------------------------------------
Summary: After netty4.0.x integration the keyset() method will not work for replicated jdbc-store caches in C/S mode
Key: ISPN-4128
URL: https://issues.jboss.org/browse/ISPN-4128
Project: Infinispan
Issue Type: Bug
Environment: C/S mode
HotRod client
string-keyed-jdbc-store (MySQL DB)
Reporter: Wolf-Dieter Fink
Assignee: Adrian Nistor
If a HotRod client try to use .keyset() for a replicated cache with jdbc-store it fails with a timeout, other operations (get/put, etc. are working)
Exception at client side (no server Exception):
org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation logErrorAndThrowExceptionIfNeeded
ERROR: ISPN004007: Exception encountered. Retry 0 out of 0
org.infinispan.client.hotrod.exceptions.TransportException:: java.net.SocketTimeoutException
at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.readByte(TcpTransport.java:169)
at org.infinispan.client.hotrod.impl.protocol.Codec10.readHeader(Codec10.java:66)
at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
at org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation.executeOperation(BulkGetKeysOperation.java:38)
at org.infinispan.client.hotrod.impl.operations.BulkGetKeysOperation.executeOperation(BulkGetKeysOperation.java:20)
at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:49)
at org.infinispan.client.hotrod.impl.RemoteCacheImpl.keySet(RemoteCacheImpl.java:612)
at org.jboss.quickstart.wfink.SimpleStringKeyedDbCacheDemo.printKeys(SimpleStringKeyedDbCacheDemo.java:205)
at org.jboss.quickstart.wfink.SimpleStringKeyedDbCacheDemo.main(SimpleStringKeyedDbCacheDemo.java:247)
Caused by: java.net.SocketTimeoutException
at sun.nio.ch.SocketAdaptor$SocketInputStream.read(SocketAdaptor.java:229)
at sun.nio.ch.ChannelInputStream.read(ChannelInputStream.java:103)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.readByte(TcpTransport.java:164)
... 8 more
The first bad commit is ba7c3900c457088b4fced91a8b06f7b7a3473241
[ISPN-3915] Port infinispan to Netty 4.0.x
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years
[JBoss JIRA] (ISPN-4058) GreetingServiceIT always fails
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-4058?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-4058:
-------------------------------------
Assignee: Tristan Tarrant (was: Mircea Markus)
> GreetingServiceIT always fails
> ------------------------------
>
> Key: ISPN-4058
> URL: https://issues.jboss.org/browse/ISPN-4058
> Project: Infinispan
> Issue Type: Bug
> Components: CDI Integration, Test Suite - Server
> Affects Versions: 6.0.1.Final
> Reporter: Dan Berindei
> Assignee: Tristan Tarrant
> Labels: testsuite_stability
> Fix For: 7.0.0.Final
>
>
> http://ci.infinispan.org/viewLog.html?buildId=6721&tab=buildResultsDiv&bu...
> {noformat}
> java.lang.RuntimeException: Could not invoke deployment method: public static org.jboss.shrinkwrap.api.spec.WebArchive org.infinispan.test.integration.as.cdi.GreetingServiceIT.deployment()
> at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:422)
> at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:374)
> at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:365)
> at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:232)
> at org.jboss.shrinkwrap.resolver.impl.maven.MavenRepositorySystem.loadPom(MavenRepositorySystem.java:140)
> at org.jboss.shrinkwrap.resolver.impl.maven.MavenRepositorySystem.loadPom(MavenRepositorySystem.java:126)
> at org.jboss.shrinkwrap.resolver.impl.maven.MavenBuilderImpl.loadMetadataFromPom(MavenBuilderImpl.java:153)
> at org.jboss.shrinkwrap.resolver.impl.maven.MavenBuilderImpl.loadReposFromPom(MavenBuilderImpl.java:174)
> at org.infinispan.test.integration.as.cdi.Deployments.baseDeployment(Deployments.java:28)
> at org.infinispan.test.integration.as.cdi.GreetingServiceIT.deployment(GreetingServiceIT.java:24)
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years