[
https://issues.jboss.org/browse/WFLY-4842?page=com.atlassian.jira.plugin....
]
Syed Mahdi edited comment on WFLY-4842 at 10/26/15 7:55 PM:
------------------------------------------------------------
Hello David,
does this seem like a similar issue:
http://stackoverflow.com/questions/33250140/wildfly-class-loading-issue-w...
The only difference is that the Jira issue related to the library inside the RAR not able
to be read within from RAR while my issue is an external EAR with an embedded EJB Jar that
refrences the jar inside the RAR. and it cannot get the class inside the Jar inside the
RAR.
It seems different but i am thinking if the root cause is the same for both.
Thanks
Syed
was (Author: armahdi):
Hello David,
does this seem like a similar issue:
http://stackoverflow.com/questions/33250140/wildfly-class-loading-issue-w...
The only difference is that the Jira issue related to the library inside the RAR while my
issue is an external EAR where an embedded EJB Jar refrences the jar inside the RAR.
It seems different but i am thinking if the root cause is the same for both.
Thanks
Syed
A resource packaged in a RAR file fails to call a native library
packaged in the same RAR.
------------------------------------------------------------------------------------------
Key: WFLY-4842
URL:
https://issues.jboss.org/browse/WFLY-4842
Project: WildFly
Issue Type: Bug
Components: Class Loading
Affects Versions: 8.2.0.Final, 9.0.0.CR2
Environment: Windows 7, 64-bit
Reporter: Alex Lashchuk
Assignee: David Lloyd
JSR322, section 20.2.0.2, specifies that native libraries, packaged at an arbitrary
location in a resource adapter's RAR file, will be made available to resource
adapter's managed code. In fact, section 20.2.0.1 requires that the platform-specific
libraries be packaged with the resource adapter module instead of being placed on
java.library.path. However, attempting to access a native library included in a RAR from
resource adapter code on WildFly results in an UnsatisfiedLinkError.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)