You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "MoonFruit (JIRA)" <ji...@apache.org> on 2016/06/12 08:02:20 UTC

[jira] [Created] (MSHADE-226) Shade with location for IBM's Websphere Application Server load error

MoonFruit created MSHADE-226:
--------------------------------

             Summary: Shade with location for IBM's Websphere Application Server load error
                 Key: MSHADE-226
                 URL: https://issues.apache.org/jira/browse/MSHADE-226
             Project: Maven Shade Plugin
          Issue Type: Bug
    Affects Versions: 2.4.3
         Environment: IBM's Websphere Application Server
            Reporter: MoonFruit


Mybatis 3.4.0 use shade to integrate javassist and ognl with relocation.

But when deploy war which has mybatis-3.4.0.jar to IBM's Websphere Application Server, the war cannot start because of the relocation of javassist.

Then I create a mybatis-3.4.0.jar without javassist and a independent javassist jar put it to my war. And deploy it to IBM's Websphere Application Server, everything is right.

So, I think maybe there is some error when shade plugin relocate javassist.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)