[xwiki-users] Unable to create localized page in 8.4

2016-11-15 Thread Qkxy
Hi All,

I have downloaded the zip package of XWiki 8.4, started it and logged in as
Admin.
I have changed the Localization to support two languages.
When I created a page on the default laguage it is OK.
When I try to translate the page I get the editor but when I save the
document the
default page overwritten and the localized page not created.
I have created a screen capture of my trial: https://youtu.be/4K3lWqaKRxg

Did I forget to modify some settings or it is a bug in XWiki 8.4?

--
Best regards,
Zoltán




--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Unable-to-create-localized-page-in-8-4-tp7601840.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki translated page strange behaviour

2016-11-14 Thread Qkxy
Hi All,

I have two XWiki 8.3 instances, both are set up for multilangue support:
default language hu, enabled languages en, hu.
I have created a page by script in instance 1 and created a hu translation
for this page by the editor.
The page has many objects.
I have exported the page as xar from instance 1 and imported into instance
2.
When I access the localized page in instance 2 it does not lists its
objects,
the $doc.getxWikiObjects() in velocity returns an empty map.
Do you have any idea what can cause this?
What could be missing in instance2?





The XML content almost identical on instance1, but the
$doc.getxWikiObjects() gives a non empty result
when the localized page rendered.







--
View this message in context: 
http://xwiki.475771.n2.nabble.com/XWiki-translated-page-strange-behaviour-tp7601835.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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, DW run successfully but some requests
failed by CCE:


I have found  a similar post   
so I have modified the XWikiServletRequest to extend
javax.servlet.http.HttpServletRequestWrapper.
Now I have a working XWiki on WLS but I have to do it without modifying the
server binaries.

Do you have any ide how to disable JAX-RS in WLS 12.2.1 for a deployment
only?

Thanks, Zoltán



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/XWiki-on-Weblogic-12-2-1-tp7601654p7601697.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[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 to tell to the WLS to not use JAX-RS.

I have found  this JIRA ticket   ,
but it helps nothing to solve this problem.

Do you have any idea/experience how to install XWiki on WLS 12.2.1?

Thanks, Zoltán.



--
View this message in context: 
http://xwiki.475771.n2.nabble.com/XWiki-on-Weblogic-12-2-1-tp7601654.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users