Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 899697 (JBPAPP6-158)

Summary: Allow alternate location for native libraries
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Mladen Turk <mturk>
Component: ServerAssignee: Jason Greene <jason.greene>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: ales.justin, atangrin, mturk, vtunka
Target Milestone: ---   
Target Release: EAP 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBPAPP6-158
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-11-05 02:38:33 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
0001-Add-alternative-common-location-for-all-native-modul.patch none

Description Mladen Turk 2012-01-07 10:42:33 UTC
Complexity: Low
project_key: JBPAPP6

Allow alternate location for loading native modules.
Instead modules/{module}/main/lib/{os}-${arch}
allow simpler layout with
modules/native/lib[64]

This would also require from EAP-native packagers to add one
extra directory in the path so instead current
jboss-eap-6.0/native/lib
we would have
jboss-eap-6.0/module/native/lib

Comment 1 Mladen Turk 2012-01-07 10:44:12 UTC
Patch for jboss-modules that fully supports multiple entries in -mp

Comment 2 Mladen Turk 2012-01-07 10:44:12 UTC
Attachment: Added: 0001-Add-alternative-common-location-for-all-native-modul.patch


Comment 4 Rajesh Rajasekaran 2012-03-06 23:11:33 UTC
Closing JIRA's that are productization tasks, that QE does not have anything to verify on the actual builds, so these does not show up in our filter of issues to verify and close.

Comment 5 Anne-Louise Tangring 2012-11-04 14:33:00 UTC
Docs QE Status: Removed: NEW 


Comment 6 Anne-Louise Tangring 2012-11-05 02:37:50 UTC
Fixing Affects and Fix in Version

Comment 7 Mladen Turk 2013-03-06 15:39:31 UTC
Hmm, think this issue need to be closed cause it was rejected with won't fix.

Comment 8 Vaclav Tunka 2013-03-08 14:11:30 UTC
For Windows and Solaris I used following setup:
jboss-eap-native
b="$RPM_BUILD_ROOT/jboss-eap-6.1/modules/system/layers/base/org/jboss/as/web/main/lib"

jboss-eap-native-utils
b="$RPM_BUILD_ROOT/jboss-eap-6.1/modules/system/layers/base/native"

jboss-eap-native-webserver-connectors
b="$RPM_BUILD_ROOT/jboss-eap-6.1/modules/system/layers/base/native"


The patch by Brian is here:
https://github.com/jbossas/jboss-as/commit/659621a4ccfa9b45416537aebb14cda0419bb82d

Jira:
https://issues.jboss.org/browse/AS7-6344

Documentation:
https://community.jboss.org/wiki/LayeredDistributionsAndModulePathOrganization

In the documentation nothing explicitly mentions native.