Re: [xwiki-users] XWiki on Weblogic 12.2.1

2016-10-24 Thread Thomas Mortagne
On Mon, Oct 24, 2016 at 3:18 PM, Qkxy wrote: > Hi, > > I have managed to deploy XWiki 8.3 to Weblogic 12.2.1 on a not supported > way: > I have disabled JAX-RS support in the server by deleting the > After it the deployer still missings the class so I have put Jersey-1.19.1 > server and core jar

Re: [xwiki-users] XWiki on Weblogic 12.2.1

2016-10-24 Thread Qkxy
Hi, I have managed to deploy XWiki 8.3 to Weblogic 12.2.1 on a not supported way: I have disabled JAX-RS support in the server by deleting the After it the deployer still missings the class so I have put Jersey-1.19.1 server and core jars into the WEB-INF/lib. Application deployed and started,

[xwiki-users] XWiki on Weblogic 12.2.1

2016-10-19 Thread Qkxy
Hi, I tried to install XWiki 8.3 WAR on Weblogic 12.2.1 but it failed on XWikiJaxRsApplication because it extends the javax.ws.rs.core.Application class and the container tries to set up this as a JAX-RS 2 servlet and of course it not find the servlet configuration. I'm unable to find any option