Re: [xwiki-users] How to move page hierarchy between spaces?

2012-04-24 Thread Hamster
I bet someone can write a script which does exactly that...move parent page
with all children to a new location...

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/How-to-move-page-hierarchy-between-spaces-tp7491902p7494644.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] HTML code in document title

2012-04-24 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi,

Please, how could I enter HTML equivalents to UNICODE codes in document title? 
I didn't get them rendered while working with XE 2.4.30451.

Please, check this...

http://atriumkm.idisantiago.es/bin/download/ICT/UNICODE/085onTGFbeta.png

Beta is correctly rendered in breadcrumbs and body text, but not in document 
title.

Any solution? Thanks for your help!

Ricardo


--
Ricardo Rodríguez
Research Management and Promotion Technician
Technical Secretariat
Health Research Institute of Santiago de Compostela (IDIS)
http://www.idisantiago.es

Nota: A información contida nesta mensaxe e os seus posibles documentos 
adxuntos é privada e confidencial e está dirixida únicamente ó seu 
destinatario/a. Se vostede non é o/a destinatario/a orixinal desta mensaxe, por 
favor elimínea. A distribución ou copia desta mensaxe non está autorizada.

Nota: La información contenida en este mensaje y sus posibles documentos 
adjuntos es privada y confidencial y está dirigida únicamente a su 
destinatario/a. Si usted no es el/la destinatario/a original de este mensaje, 
por favor elimínelo. La distribución o copia de este mensaje no está autorizada.

See more languages: http://www.sergas.es/aviso_confidencialidad.htm
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.infinispan Exception?

2012-04-24 Thread mohit gupta
Hi All,

i have my application deployed as myApp1 on tomcat 6 service. Due to some
requirement, i copied myApp1 and pasted under webapp as myApp2.Now i
restarted tomcat
and hit my url for myApp1. Worked fine . But on hitting the url for app2 ,
i get org.infinispan.jmx.JmxDomainConflictException: Domain already
registered org.infinispan
.Below is the root cause section in exception stack trace



  root cause

org.infinispan.jmx.JmxDomainConflictException: Domain already
registered org.infinispan
org.infinispan.jmx.JmxUtil.buildJmxDomain(JmxUtil.java:73)
org.infinispan.jmx.CacheManagerJmxRegistration.updateDomain(CacheManagerJmxRegistration.java:92)
org.infinispan.jmx.CacheManagerJmxRegistration.buildRegistrar(CacheManagerJmxRegistration.java:86)
org.infinispan.jmx.AbstractJmxRegistration.registerMBeans(AbstractJmxRegistration.java:46)
org.infinispan.jmx.CacheManagerJmxRegistration.start(CacheManagerJmxRegistration.java:62)
org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:637)
org.infinispan.manager.DefaultCacheManager.init(DefaultCacheManager.java:319)
org.infinispan.manager.DefaultCacheManager.init(DefaultCacheManager.java:283)
org.xwiki.cache.infinispan.internal.InfinispanCacheFactory.initialize(InfinispanCacheFactory.java:134)
org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:295)
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:358)
org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:324)
org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:147)
org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultComponentManager.java:72)
org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:79)
org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:61)
com.xpn.xwiki.XWiki.getCacheFactory(XWiki.java:5887)

For the information,I am running the tomcat as service.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] org.infinispan.jmx.JmxDomainConflictException: Domain already registered org.infinispan Exception?

2012-04-24 Thread Thomas Mortagne
At init Infinispan register its cache manager to JMX server and does
not really like much when something is already registered with the
same domain name (IMO they should probably just print a warning).

In you case I think the best is to have a different JMX domain for
each instance of XWiki. You can configure it in
WEB-INF/cache/infinispan/config.xml, search for JMX.

On Tue, Apr 24, 2012 at 1:12 PM, mohit gupta motgu...@gmail.com wrote:
 Hi All,

 i have my application deployed as myApp1 on tomcat 6 service. Due to some
 requirement, i copied myApp1 and pasted under webapp as myApp2.Now i
 restarted tomcat
 and hit my url for myApp1. Worked fine . But on hitting the url for app2 ,
 i get org.infinispan.jmx.JmxDomainConflictException: Domain already
 registered org.infinispan
 .Below is the root cause section in exception stack trace



  root cause

        org.infinispan.jmx.JmxDomainConflictException: Domain already
 registered org.infinispan
 org.infinispan.jmx.JmxUtil.buildJmxDomain(JmxUtil.java:73)
 org.infinispan.jmx.CacheManagerJmxRegistration.updateDomain(CacheManagerJmxRegistration.java:92)
 org.infinispan.jmx.CacheManagerJmxRegistration.buildRegistrar(CacheManagerJmxRegistration.java:86)
 org.infinispan.jmx.AbstractJmxRegistration.registerMBeans(AbstractJmxRegistration.java:46)
 org.infinispan.jmx.CacheManagerJmxRegistration.start(CacheManagerJmxRegistration.java:62)
 org.infinispan.manager.DefaultCacheManager.start(DefaultCacheManager.java:637)
 org.infinispan.manager.DefaultCacheManager.init(DefaultCacheManager.java:319)
 org.infinispan.manager.DefaultCacheManager.init(DefaultCacheManager.java:283)
 org.xwiki.cache.infinispan.internal.InfinispanCacheFactory.initialize(InfinispanCacheFactory.java:134)
 org.xwiki.component.embed.InitializableLifecycleHandler.handle(InitializableLifecycleHandler.java:39)
 org.xwiki.component.embed.EmbeddableComponentManager.createInstance(EmbeddableComponentManager.java:295)
 org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:358)
 org.xwiki.component.embed.EmbeddableComponentManager.getComponentInstance(EmbeddableComponentManager.java:324)
 org.xwiki.component.embed.EmbeddableComponentManager.lookup(EmbeddableComponentManager.java:147)
 org.xwiki.component.internal.DefaultComponentManager.lookup(DefaultComponentManager.java:72)
 org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:79)
 org.xwiki.cache.internal.DefaultCacheManager.getCacheFactory(DefaultCacheManager.java:61)
 com.xpn.xwiki.XWiki.getCacheFactory(XWiki.java:5887)

 For the information,I am running the tomcat as service.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users



-- 
Thomas Mortagne
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users