Hi,
Sorry for the delayed response.
You need to create a file called libraries.xml under the META-INF folder of EAR at the following path : META-INF/ibmconfig/cells/defaultCell/nodes/defaultNode/servers/defaultServer/libraries.xml
When you open Websphere Configuration Editor it creates ibmconfig folder under META-INF.
The example content of the libraries.xml is as shown below:
<?xml version=”1.0″ encoding=”UTF-8″?>
<xmi:XMI xmi:version=”2.0″ xmlns:xmi=”http://www.omg.org/XMI” xmlns:libraries=”http://www.ibm.com/websphere/appserver/schemas/5.0/libraries.xmi”>
<libraries:Library xmi:id=”Library_1392892063963″ name=”SharedLib” description=”Lib1″ isolatedClassLoader=”true”>
<classPath>cpentry</classPath>
</libraries:Library>
<libraries:Library xmi:id=”Library_1392892125764″ name=”SharedLib2″ description=”Lib2″ isolatedClassLoader=”false”>
<classPath>cpentry1</classPath>
<classPath>cpentry2</classPath>
<nativePath>nativecp</nativePath>
<nativePath>nativecp2</nativePath>
</libraries:Library>
</xmi:XMI>
You will need to experiment with the contents of the file accordingly.
Let us know how it works for you.