Bug 1235656

Summary: Add cache-api to remote client
Product: [JBoss] JBoss Data Grid 6 Reporter: Dave Stahl <dstahl>
Component: BuildAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.5.0CC: jdg-bugs, mgencur, vjuranek
Target Milestone: DR2   
Target Release: 6.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1231117 Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1231117    
Bug Blocks:    

Comment 2 Jakub Markos 2015-08-06 10:44:01 UTC
infinispan-remote-6.4.0.DR1-redhat-1.jar doesn't contain the javax.cache package. 
The PR seems to only fix the client in eap modules distribution.

Comment 3 Martin Gencur 2015-08-06 11:28:46 UTC
I think the problem is not the fact that infinispan-remote jar does not contain the package. Generally, we don't want any javax packages in our own jar files. The problem is that the cache-api jar is missing from the jboss-datagrid-6.6.0.DR1-remote-java-client.zip It should be there as a separate jar file IIRC.