posted 7 years ago
I'm using WebSphere Liberty in Eclipse NEON and I'm trying the hardest to get my server.xml to cooperate with me.
I am deploying an EAR that has a <classloader></classloader> config on it which I want to do the following:
<classloader apiTypeVisibility="api,ibm-api,spec,third-party"/>
However, everytime I clean or start the server - somehow Eclipse automatically reverts the server.xml setting so it only shows <classloader apiTypeVisibility="api,ivm-api,spec"> without my "third-party".
I can't figure out why it keeps doing this. Does anyone know? I need the "third-party" API to be visible here...