I have a Websphere 6.1 EAR that I am trying to deploy and I am currently getting the following message when I add javassist-3.4.GA.jar to the EAR.
Facet version for Enterprise Application project IntegrationEARProject must be 5.0 to contain Java EE 5.0 project lib //{path to file}/hibernate/R3_3_1/jars/javassist-3.4.GA.jar.
Currently the Project Facets are set as folows: EAR version is 1.4 Websphere version is 6.1
Please note that we do not have any of the feature packs installed currently and I do not have the option to install the feature packs.
Is there anything that can be done to get around this issue? I am coding using java 1.5.
Thank you very much.