Bug 1256688

Summary: CDI and Secure embedded quickstarts unable to deploy
Product: [JBoss] JBoss Data Grid 6 Reporter: Jiri Holusa <jholusa>
Component: BuildAssignee: Tristan Tarrant <ttarrant>
Status: VERIFIED --- QA Contact: Martin Gencur <mgencur>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.5.1CC: jdg-bugs
Target Milestone: CR1   
Target Release: 6.5.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1257913 (view as bug list) 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:    
Bug Blocks: 1257913    

Description Jiri Holusa 2015-08-25 09:28:26 UTC
When testing quickstarts with 6.5.1.ER1, I found that CDI and secured embedded quickstart are not working during deployment.

The exception on server side is: java.lang.NoClassDefFoundError: javax/cache/annotation/CacheResult

The reason for this is that javax.cache:cache-api and infinispan-jcache were made separate and cache-api is not provided by the EAP. Hence we need to add the dependency to WAR.

PR's with fix for every branch comming soon.

Comment 2 Jiri Holusa 2015-08-26 15:23:00 UTC
PR for 6.5: https://github.com/jboss-developer/jboss-jdg-quickstarts/pull/94
PR for 6.6: https://github.com/jboss-developer/jboss-jdg-quickstarts/pull/95

PR for master branch will come later with complete quickstarts review. Also apologize for sending PR's today, GitHub was under DDoS yesterday :)