Bug 1256688 - CDI and Secure embedded quickstarts unable to deploy
Summary: CDI and Secure embedded quickstarts unable to deploy
Keywords:
Status: VERIFIED
Alias: None
Product: JBoss Data Grid 6
Classification: JBoss
Component: Build
Version: 6.5.1
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: CR1
: 6.5.1
Assignee: Tristan Tarrant
QA Contact: Martin Gencur
URL:
Whiteboard:
Depends On:
Blocks: 1257913
TreeView+ depends on / blocked
 
Reported: 2015-08-25 09:28 UTC by Jiri Holusa
Modified: 2023-09-30 08:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
: 1257913 (view as bug list)
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)

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 :)


Note You need to log in before you can comment on or make changes to this bug.