Bug 745836 (EDG-69)

Summary: Version string 4.20.CR1 causes exceptions during EDG startup
Product: [JBoss] JBoss Data Grid 5 Reporter: Michal Linhard <mlinhard>
Component: InfinispanAssignee: Default User <jbpapp-maint>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: nobody
Target Milestone: ---   
Target Release: EAP 5.1.0 EDG TP   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/EDG-69
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-25 11:16:07 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Michal Linhard 2010-11-24 18:49:11 UTC
project_key: EDG

tried 4.2.0.CR1 in EDG and it had trouble on startup

missing . in version number in core/src/main/java/org/infinispan/Version.java
   public static final String version = major + "0.CR1";
(instead of
   public static final String version = major + ".0.CR1";)

causes 
java.lang.NumberFormatException: For input string: "CR1"

when starting DefaultCacheManager on EDG startup

Comment 1 Michal Linhard 2010-11-24 19:34:31 UTC
Link: Added: This issue is a dependency of ISPN-797


Comment 2 Michal Linhard 2010-11-24 19:35:10 UTC
noticed the tweet ...

Comment 3 Michal Linhard 2010-11-25 09:01:11 UTC
Link: Removed: This issue is a dependency of ISPN-797 


Comment 4 Michal Linhard 2010-11-25 09:01:32 UTC
Link: Added: This issue depends ISPN-797