Bug 899697 (JBPAPP6-158)
| Summary: | Allow alternate location for native libraries | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Mladen Turk <mturk> | ||||
| Component: | Server | Assignee: | Jason Greene <jason.greene> | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 6.0.0 | CC: | 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: |
|
||||||
Patch for jboss-modules that fully supports multiple entries in -mp Attachment: Added: 0001-Add-alternative-common-location-for-all-native-modul.patch Patch can be seen at: https://github.com/krutm/jboss-modules/commit/63d42480dcf025b888f174b66d36957920aae08c 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. Docs QE Status: Removed: NEW Fixing Affects and Fix in Version Hmm, think this issue need to be closed cause it was rejected with won't fix. 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. |
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