Hi Alejandro,
It is possible to sharing the fda7 in WebSphere as a shared library. The top level process are:
1. In the web project, delete fda7 jar file in WEB-INF/lib folder
2. Resolve workspace error by adding fda7 jar file in Java Build Path
3. Run the web project in WebSphere
4. Define shared library in Websphere (Admin Console->Environment->Shared libraries. Give the library a name and add the classpath to the fda7 jar file)
5. Add the shared library to the web application (Admin Console->Applications->(Your application)->Shared Library References)
------------------------------
Jiyong Huang
------------------------------