Bug 1288251

Summary: [GSS](6.4.z) JBEAP-2148 - Dependency for javassist not resolved for native Hibernate applications
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Stephen Fikes <sfikes>
Component: ServerAssignee: Stephen Fikes <sfikes>
Status: CLOSED CURRENTRELEASE QA Contact: Pavel Slavicek <pslavice>
Severity: unspecified Docs Contact: eap-docs <eap-docs>
Priority: unspecified    
Version: 6.4.3CC: bmaxwell, istudens, jason.greene, pmackay, smarlow
Target Milestone: CR1   
Target Release: EAP 6.4.6   
Hardware: Unspecified   
OS: Unspecified   
URL: https://github.com/jbossas/jboss-eap/pull/2655
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-17 11:43:53 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:
Embargoed:
Bug Depends On:    
Bug Blocks: 1235746    

Description Stephen Fikes 2015-12-03 23:37:14 UTC
Description of problem:
Native Hibernate applications require explicit dependency on a private module (org.javassist) which is not meant to be explicitly referenced.

Version-Release number of selected component (if applicable):


How reproducible:
See JBEAP-214

Steps to Reproduce:
See JBEAP-214

Actual results:
Either the application deployment raises an exception (if the dependency is not explicitly provided) or else it raises a warning about the inclusion of a dependency on a private module.

Expected results:
It should be possible to deploy native Hibernate applications without explicit reference to javassist.

Additional info:

Comment 1 Stephen Fikes 2015-12-03 23:40:33 UTC
The Steps to Reproduce should reference JBEAP-2148

Comment 5 Peter Mackay 2016-01-21 17:41:23 UTC
Verified with EAP 6.4.6.CP.CR2

Comment 6 Petr Penicka 2017-01-17 11:43:53 UTC
Retroactively bulk-closing issues from released EAP 6.4 cumulative patches.