[JBoss JIRA] (ISPN-3004) NPE in Total Order when tries to unblock blocked PrepareCommand twice (or more)
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-3004:
---------------------------------
Summary: NPE in Total Order when tries to unblock blocked PrepareCommand twice (or more)
Key: ISPN-3004
URL: https://issues.jboss.org/browse/ISPN-3004
Project: Infinispan
Issue Type: Bug
Components: Transactions
Affects Versions: 5.3.0.Alpha1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 5.3.0.Final
When the prepares fails, it unblocks waiting prepares immediately. However, when a rollback arrives, it tries to unblock them again, throwing a NPE.
fix in TotalOrderManager:
{code}
if (synchronizedBlock == null) {
//already released!
return;
}
{code}
--
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
11 years, 9 months
[JBoss JIRA] (ISPN-3003) Version 5.2.5.Final of infinispan-cdi test dependencies
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-3003?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant reassigned ISPN-3003:
-------------------------------------
Assignee: Tristan Tarrant (was: Pete Muir)
> Version 5.2.5.Final of infinispan-cdi test dependencies
> -------------------------------------------------------
>
> Key: ISPN-3003
> URL: https://issues.jboss.org/browse/ISPN-3003
> Project: Infinispan
> Issue Type: Bug
> Components: CDI integration
> Affects Versions: 5.2.5.Final
> Reporter: Gregor Kovač
> Assignee: Tristan Tarrant
> Attachments: TestInfinispan.zip
>
>
> infinispan-cdi has a test dependency on infinispan-server-core:
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>infinispan-server-core</artifactId>
> <type>test-jar</type>
> </dependency>
> which is wrong since it is missing the <scope>test</scope>, so every time I want to use infinispan-cdi in my projects I get:
> Failed to initialize ear modules: Unknown artifact type[test-jar]
--
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
11 years, 9 months