Facet Version Must be 5.0 - Using Javassist in Websphere
Posted
by
jwmajors81
on Stack Overflow
See other posts from Stack Overflow
or by jwmajors81
Published on 2009-09-01T20:51:20Z
Indexed on
2010/12/24
16:54 UTC
Read the original article
Hit count: 306
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.
© Stack Overflow or respective owner