Hi,
mayby the dev-list was the wrong place for this, so again:
had my own xwiki where i wrote my diploma thesis. Got server problems and
have to move on :)
Would like to have a xwiki instance again for my wiki (subject, -> semantic
web, knowledge management, web 2.0 and some personal stuff)
My user name on myxwiki.org is hel. My preffered servername is
semantic-web.myxwiki.org
Thanks
hel.
-----
semantic-web.hel.at
hel(a)hel.at
--
View this message in context: http://xwiki.475771.n2.nabble.com/myxwiki-new-wiki-request-tp4973884p497388…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I use the stat application and I would like to show the most active
contributors to the user. But I would like to show stats to the user only on
the users of the same group.
I'm a beginner in XWiki and I thought use directly in a document a query
seems like
$xwiki.search("select distinct docu.author from XWikiDocument as docu where
doc.author != ''", 0, 0)
Could you help me?
Thanks
Regards
Ben
--
View this message in context: http://xwiki.475771.n2.nabble.com/Stats-Application-tp4973836p4973836.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
maybe it's just a very simple solutiuon I'm not seeing yet, however,
I'm wondering if it's possible to create a short *internal* link to a
user-profile?
Sure, I can create an externel link incl. protocoll etc., but I'd
rather have an internal link.
Any hints?
TIA
Gregor
--
just because you're paranoid, don't mean they're not after you...
gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2
gpgp-key available
@ http://pgpkeys.pca.dfn.de:11371
@ http://pgp.mit.edu:11371/
skype:rc46fi
The XWiki development team is pleased to announce the release of XWiki
Enterprise and XWiki Enterprise Manager 2.2.6.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a bug fix release for the 2.2 branches.
Fixes since 2.2.5:
* [XWIKI-4378] - Should never deny resources access through skin URL
* [XWIKI-5004] - Inactive user should be able to access the same UI than
XWikiGuest
* [XWIKI-5005] - Form displayed to inactive user after login for account
activation does not submit to correct URL
* [XWIKI-5064] - Issue escaping " [ " when located in front of an URL
* [XWIKI-5113] - Id block inside header is badly rendered
* [XWIKI-5114] - Allow controlling the depth of headers to look for when
generating titles from document's content (configuration in xwiki.cfg)
* [XWIKI-5126] - Link to force editing a locked user is wrong in new UI
* [XWIKI-5127] - #googlecalcustom macro mixup front and background colors,
and also use a "Test" title
* [XWIKI-5128] - XWiki doesn't check groups permissions correctly in
multiwiki environment
* [XWIKI-5131] - PropUpdateAction use wrong XWiki#flushCache method
* [XAADMINISTRATION-134] - Users->add new user not using XWiki.Registration
with field validation.
* [XAADMINISTRATION-131] - Hide color theme setting from space
administration (currently unsupported at the level)
For more information see the Releases notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise226
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM226
Thanks
-The XWiki dev team
Hi all,
I have installed XWiki 2.2.3 in a Tomcat 6.0.20 servlet container using
Oracle 10g as database. The database connection settings are done on the
default way in the WEB-INF/hibernate.cfg.xml file. XWIKI is running
without any problems or exceptions.
Now I want to "replace" the database settings in hibernate.cfg.xml by
using a Tomcat container managed JNDI data source. The advantage for us
is the usage of Tomcat's server.xml as a central place where we can
manage all data sources of every webbapp within Tomcat.
I have red the articles under
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HInstallan…
and
http://java.dzone.com/articles/xwiki-installation-jboss-using
(it's a JBoss relatet documentation but many information pieces are
usefull for Tomcat too).
My JNDI configuration is as following:
a) definition of the JNDI datasource in Tomcat's server.xml
(defining the Oracle JNDI resource can't be the problem
because we use other Oracle JNDI data sources without any
problems)
<Resource name="jdbc/XWikiDS" auth="Container"
type="javax.sql.DataSource"
username="XWIKI"
password="*************"
driverClassName="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@myoraserver:1521:MYORAINSTANCE"
connectionProperties="useUnicode=true;characterEncoding=utf8;"
maxActive="10"
maxIdle="2"
maxWait="5000"
testOnBorrow="true"
validationQuery="SELECT 1 FROM DUAL"
removeAbandoned="true"
removeAbandonedTimeout="60"
logAbandoned="true"
/>
b) settings in xwiki/WEB-INF/hibernate.cfg.xml
<property
name="connection.datasource">java:/comp/env/jdbc/XWikiDS</property>
<property
name="dialect">org.hibernate.dialect.Oracle10gDialect</property>
<property name="statement_cache.size">2</property>
<property
name="hibernate.connection.SetBigStringTryClob">true</property>
<property name="hibernate.jdbc.batch_size">0</property>
<mapping resource="xwiki.oracle.hbm.xml"/>
<mapping resource="feeds.oracle.hbm.xml"/>
<mapping resource="activitystream.hbm.xml"/>
c) settings in xwiki/WEB-INF/web.xml
<resource-ref>
<description>DB Connection</description>
<res-ref-name>jdbc/XWikiDS</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
</resource-ref>
(using
<ResourceLink name="jdbc/XWikiDS" global="jdbc/XWikiDS"
type="javax.sql.DataSource" />
instead wan't help)
********************************************
Using this JNDI configuration causes the following errors:
2010-04-28 12:55:25,071 ERROR [org.hibernate.util.JDBCExceptionReporter]
Cannot create JDBC driver of class '' for connect URL 'null'
2010-04-28 12:55:25,072 ERROR
[com.xpn.xwiki.store.XWikiHibernateBaseStore] Failed creating schema
update script
org.hibernate.exception.GenericJDBCException: Cannot open connection
at
org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:103)
at
org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:91)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:43)
at
org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:29)
at
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:426)
at
org.hibernate.jdbc.ConnectionManager.getConnection(ConnectionManager.java:144)
at org.hibernate.jdbc.JDBCContext.connection(JDBCContext.java:119)
at org.hibernate.transaction.JDBCTransaction.begin(JDBCTransaction.java:57)
at org.hibernate.impl.SessionImpl.beginTransaction(SessionImpl.java:1326)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateBaseStore.java:749)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.beginTransaction(XWikiHibernateBaseStore.java:674)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.getSchemaUpdateScript(XWikiHibernateBaseStore.java:419)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:287)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.updateSchema(XWikiHibernateBaseStore.java:257)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.checkHibernate(XWikiHibernateBaseStore.java:566)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.execute(XWikiHibernateBaseStore.java:1057)
at
com.xpn.xwiki.store.XWikiHibernateBaseStore.executeRead(XWikiHibernateBaseStore.java:1101)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.getDBVersion(XWikiHibernateMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.AbstractXWikiMigrationManager.<init>(AbstractXWikiMigrationManager.java:68)
at
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager.<init>(XWikiHibernateMigrationManager.java:51)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.xpn.xwiki.XWiki.createClassFromConfig(XWiki.java:1070)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:772)
at com.xpn.xwiki.XWiki.<init>(XWiki.java:717)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:354)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:435)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:118)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454)
at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot create
JDBC driver of class '' for connect URL 'null'
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1150)
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.getConnection(BasicDataSource.java:880)
at
org.hibernate.connection.DatasourceConnectionProvider.getConnection(DatasourceConnectionProvider.java:69)
at
org.hibernate.jdbc.ConnectionManager.openConnection(ConnectionManager.java:423)
... 59 more
Caused by: java.lang.NullPointerException
at sun.jdbc.odbc.JdbcOdbcDriver.getProtocol(JdbcOdbcDriver.java:507)
at sun.jdbc.odbc.JdbcOdbcDriver.knownURL(JdbcOdbcDriver.java:476)
at sun.jdbc.odbc.JdbcOdbcDriver.acceptsURL(JdbcOdbcDriver.java:307)
at java.sql.DriverManager.getDriver(DriverManager.java:253)
at
org.apache.tomcat.dbcp.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:1143)
*******************************************************
Very probably XWIKI can not resolve the connection settings defined as
JNDI data source in Tomcat's server.xml.
But where is my mistake or my misunderstanding regarding the XWIKI JNDI
settings?
Kind regards
Thomas
I trying to use snipplet "Import users from LDAP" from code zone
(http://code.xwiki.org/xwiki/bin/view/Snippets/ImportUsersFromLDAPSnippet),
but it failed with error:
Error number 4002 in 4: Error while parsing groovy page Sandbox.TestPage8
Wrapped Exception: startup failed: Script1.groovy: 20: unexpected token:
wikicreatelink @ line 20, column 45. + res.get("cn") + "
Line 20 is:
print ("" + res.get("cn") + " <a class="wikicreatelink"
href="/xwiki/bin/edit...
As I see, this snipplet is too old, maybe now need to change something.
Unfortunatly, I am not a good programmer in a XWiki - I am a administrator.
Maybe someone can help me ...
I need to import users from LDAP. I already setup LDAP Authentication (AD) -
all is greatly working: when new user logging - xwiki account automaticaly
was creating. But I need to import some users beforehand, because I need to
setup some rights in XWiki before user logged in.
Ideal solution for me - not import all users from LDAP - but only some of
them (or one by one) - filtered directly by SAMAccountName (filtered list of
usernames from AD).
Thanks in advice!
--
View this message in context: http://xwiki.475771.n2.nabble.com/Snipplet-Import-users-from-LDAP-failed-tp…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
I tried to install the V2.3 using the WAR file provided on a new an clean Debian/5.0.4 - everything seems fine until I do call XE the first time - it fails - always - during debugging I realise it doesn't create the database table (in mysql here) during startup.
Just to proove my theory V2.3 is broken I did a clean setup on the same box using V2.2.5 WAR - this works straight forward and creates the needed tables.
Questions:
Anyone else experienced this too?
Is the Upgrade from V2.2.2 to V2.3 supported and tested or might the schema-update not work?
Regards
Harald Kapper / kapper.net
Hello,
I'm a CS major in my 2nd year of school. I've been using XWiki for a
personal wiki project and have run into a wall with a few things. I've
frequently run into issues where I give a group the access rights to
view a page, which overrides default settings and forces me to specify
viewing permissions for the groups that should have access to that
page based on the space settings. This is quite cumbersome when there
are many groups that should have access to the page. Are there plans
to include a feature that would optionally allow the page to inherit
permissions from the space and merge them with the current page
settings?
Thanks, Carlos
Hey,
We actually increased the JVM size to 1.5GB, but the maximum attached size support only increased by 30 MB to 50MB (used to be 20MB), which is definitely a great improvement! Now, big files that are greater than 20MB cannot be deleted through the GUI, emanating the same bug that used to happen for all attachments in version 2.1 and below.
The watchlist also doesn't seem to work for users or admins sometimes. Some users are not getting their subscribed emails when changes are made to their subscribed pages or spaces. Is the watchlist restricted to admins certain types of admins? Some admins don't receive emails for their watched spaces and many users don't get emails back for pages they've watched. They are all mapped by LDAP. Is this behavior common?
Thank you,
Felix
----- Original Message ----
From: Meng Wu <mengxwu(a)yahoo.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Thu, April 15, 2010 10:43:43 PM
Subject: Re: [xwiki-users] Flash video files over 20MB errors
Hey Sergiu,
Both of your solutions worked. Thanks!
Felix
----- Original Message ----
From: Sergiu Dumitriu <sergiu(a)xwiki.com>
To: XWiki Users <users(a)xwiki.org>
Sent: Sun, April 11, 2010 1:32:54 PM
Subject: Re: [xwiki-users] Flash video files over 20MB errors
On 04/11/2010 06:31 PM, Meng Wu wrote:
> Sergiu,
>
> We will try that and get back to you.
>
> On another note, we were also having some slowness problems: the object editing screen takes around 1 and a half minutes to upload on pages where XWiki.Rights or XWiki.GlobalRights are located. Taking them out fixes the problem. The access rights editing page is also slower, especially loading the groups, albeit not as slow as object editing. I suspect that LDAP might have something to do with it, though I am not sure. Our XWiki has exploded and now hosts a huge group of people (thanks to you :) ) who are all mapped by LDAP, which may slow the site down if the LDAP authentication mechanism calls LDAP everytime a page is loaded, or object edited. Am I on the right track here, or is this problem attributed to something else?
Probably it's because you have too many users, the rights objects by
default list all users in a drop-down list, which takes some time to
generate and transfer.
You should edit the XWiki.XWikiRights and XWiki.XWikiGlobalRights
classes and unselect the Uses list option for users and groups properties.
> Thanks for your help,
>
> Felix
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Error 500--Internal Server Error
java.lang.NoSuchMethodError:
org.apache.commons.lang.StringUtils.replaceEach(Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Ljava/lang/String;
at org.xwiki.model.internal.reference.DefaultStringEntityReferenceSerializer.serializeEntityReference(DefaultStringEntityReferenceSerializer.java:90)
at org.xwiki.model.internal.reference.LocalStringEntityReferenceSerializer.serializeEntityReference(LocalStringEntityReferenceSerializer.java:50)
at org.xwiki.model.internal.reference.DefaultStringEntityReferenceSerializer.serialize(DefaultStringEntityReferenceSerializer.java:77)
at org.xwiki.model.internal.reference.DefaultStringEntityReferenceSerializer.serialize(DefaultStringEntityReferenceSerializer.java:41)
at com.xpn.xwiki.doc.XWikiDocument.getFullName(XWikiDocument.java:922)
at com.xpn.xwiki.store.XWikiCacheStore.getKey(XWikiCacheStore.java:241)
at com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:262)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1408)
at com.xpn.xwiki.XWiki.getDocument(XWiki.java:1451)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2193)
at com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:2225)
at com.xpn.xwiki.render.XWikiMacrosMappingRenderer.loadPreferences(XWikiMacrosMappingRenderer.java:118)
at com.xpn.xwiki.render.XWikiMacrosMappingRenderer.(XWikiMacrosMappingRenderer.java:85)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.(DefaultXWikiRenderingEngine.java:61)
at com.xpn.xwiki.XWiki.resetRenderingEngine(XWiki.java:1087)
at com.xpn.xwiki.XWiki.initXWiki(XWiki.java:783)
at com.xpn.xwiki.XWiki.(XWiki.java:717)
at com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:354)
at com.xpn.xwiki.XWiki.getXWiki(XWiki.java:435)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:129)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:304)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
I've deployed the xwiki-enterprise-web-2.2.5.war in Oracle WebLogic
Server, and configured hibernate.cfg.xml for an Oracle database
Before trying with WebLogic, I tried whith OAS 10.2 but could not
solve the problem "oracle.oc4j.admin.internal.DeployerException:
Unknown assembly root-tag attribute: xmlns. deploy failed"...
Please advice
Thanks in advance
Alfonso
The XWiki development team is pleased to announce the release of
XWiki Enterprise and XWiki Enterprise Manager 2.3.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
The highlights of this release are: the ability to annotate text in a
document, a Color Theme visual editor and the ability to require
anonymous users to solve a CAPTCHA before adding a comment to a
document.
Main changes from XWiki Enterprise 2.2.5:
* New Annotations Feature
* New Color Theme Visual Editor
* Anonymous commenting with Captcha
* Easier development of configurable applications using XWiki.ConfigurableClass
* Many bug fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise23
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM23
Thanks
-The XWiki dev team
Hi,
the registration mail gets a random encoding
I tried to set it to UTF-8 and it works sometimes.
But after rebooting from cron it delivers
charset=ANSI_X3.4-1968
However, I put the following lines in front of the mail message
Subject: Aktivieren Ihres Benutzerkonto auf $wikiname
Content-Type: text/plain; charset=utf-8
What is wrong with that?
Stefan Bachert
http://gwtworld.de
Hi,
I would like to connect small microcontrollers via HTTP to the wiki, but since the MCU has only 2K RAM we have to minimize the HTTP response to the only necessary byte (about 100 byte). Is there a way to suppress the standard response (with all the stylesheet and things like that) in a groovy script ?
thanks Stephan
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
Hello all,
I'm a newbie to XWiki, but have used and developed plugins for another Java-based wiki. I've got a few days in which to find out what I'm letting myself in for if I switch from that other Wiki to XWiki.
I've spend a couple of hours reading the web site documentation, but can't find out if / how certain features I need are supported.
I'd be ever so grateful if someone who knows their way round XWiki could just give me a quick indication of how much is going to be involved to provide the following features. Just a quick 'OOB' (out of the box), 'AP' (available plugin), 'DN' (development by me needed) or similar against each feature I need would be really helpful.
The application is an on-line training programme for a closed charitable community. The overall training material is structured into modules. Students have modules 'unlocked' for them on an individual basis as they proceed. Each module contains a number of chapters, each chapter will be structured into sections for readability - a section corresponding to a Wiki page.
Now for the unusual (?) features I need:
- Single login shared with an associated Database programme (a servlet), using JAAS. (Preference is to run database and Wiki on a single Jetty instance, as I have 6 years Jetty experience).
- That shared login also supplies user's group membership (student, editor, admin, etc)
- Info obtained from database indicating which module(s) the student is permitted to view (could be done by multiple-group membership),
- Security permissions for individual pages inferred by inheriting permissions from the module containing that page,
- Inter-page references only shown if user is permitted to read those pages OR (preferably) alternate paragraph-sized blocks of Wiki text are displayed depending on whether an embedded link may be followed i.e. IF page_X_can_be_viewed THEN show_text_A ELSE show_text_B.
- Output to database programme (by API or HTML call) or to machine-readable log, on time/date each page viewed by each student, so that student-specific log may be compiled,
- 'Print Chapter' command - produces single printable document containing all the sections (Wiki Pages) comprising that chapter,
- The above 'Print Chapter' command to omit any embedded 'eye-candy' images from that printed chapter (by use of CSS @media ?)
- 'Help me on this topic' button. Sends private email help request to tutor with hot-link annotation showing the tutor where the student was when help was requested. Must at least identify location by Section (Wiki Page), preferably identify by paragraph in section.
Preferable: simple, automatic next page / previous page buttons working through
- Quality feedback form at end of each chapter, form data sent to database (see linkage options above).
Import of pre-written, formatted documents: I've found the XWiki method which uses an Open Office instance running on the server, but I'm not sure if the virtual server we can afford has enough RAM to cope with this. Is there any other way of uploading pre-formatted documents, or of doing the format conversion before upload. I think we only need simple formatting such as headings, bold, italic text. No tables. Some chapters have already been written in M$ Word (can't be helped :-(
Many TIA,
Chris
I am exporting my XWiki site into static HTML pages for "offline" viewing.
This is working pretty well, but would like to remove the menus (Export,
Actions, Watch, <user>, Log Out) from the top of each page in the HTML
files.
I have been playing with view.vm in \skins\colibri of the Zip file, to try
and figure out what is controlling that content, but have not stumbled upon
any way to disable it.
Any help with this would be appreciated.
Thanks,
-Rob
--
View this message in context: http://xwiki.475771.n2.nabble.com/Export-HTML-Remove-Menus-at-top-of-page-t…
Sent from the XWiki- Users mailing list archive at Nabble.com.
When using the HTML Export feature to output static HTML pages for an entire
space, each HTML file contains that main content of each wiki page twice.
Interestingly enough the HTML page does not contain the Comment
/Attachments/History/Information box that appears at the bottom of each
page, but instead replicates all of the info from the main page.
I am trying to create a local (offline) copy of my wiki using HTML and this
doubling is really causing me a problem. Possibly related to this, the
static HTML page is generating this error in my browser:
http://n2.nabble.com/forum/FileDownload.jtp?type=n&id=4946996&name=Error.png
The doubling occurs both in IE 7.0 and Chrome 4.1.
Any help with how to resolve this would be appreciated.
Thanks,
-Rob
--
View this message in context: http://xwiki.475771.n2.nabble.com/Export-HTML-creates-files-that-show-doubl…
Sent from the XWiki- Users mailing list archive at Nabble.com.
HI,
I have this issue with the installation of xwiki 2.4. I 've tried with
previous versions, but the result it's the same; the URL is duplicated:
http://$server/xwiki-enterprise-web-2.4-20100422.100532-35http://
$server/xwiki-enterprise-web-2.4-20100422.100532-35/bin/login/XWiki/XWikiLogin?srid=Inpt8Uqd
If I delete the first part
(http://$server/xwiki-enterprise-web-2.4-20100422.100532-35)
the connection is OK, but for further movements into de wiki, it turns
duplicate URL again and shows this tomcat message:
HTTP 404 - /xwiki-enterprise-web-2.4-20100422.100532-35http://
$server/xwiki-enterprise-web-2.4-20100422.100532-35/bin/login/XWiki/XWikiLogin
I have revised hibernate.xml, xwiki.xml and web.xml. Also, if I replace the
conf. files with the 2.2 version conf, files, the error persists although
the version 2.2 is running OK. There's no error on Tomcat Logs, only
database sentences.
Thanks in advance.
Hi,
I found a snapshot of Xword2003. It installs with no errors but nothing
shows up in Word 2003. I noticed that Word 2003 add-in is not on the roadmap
anymore. Are there still plans to add support for Word 2003?
Daniel
--
View this message in context: http://n2.nabble.com/Xword-2003-tp4938676p4938676.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
I want to install a new xwiki using tomcat and MSSQL. I already successfully installed this combination with an older version of xwiki. But however when I try to import the XAR File into XWiki I always get the following error in german:
Importiere xwiki-enterprise-wiki-2.2.5.xar: Fehler während der Vorbereitung des Imports
Translated into English this would mean about: There has been an error during the preparation of the import.
What is the reason for that, is it possible that the XAR file on the xwiki website may be corrupted? Or is this a MSSQL problem.
Please help me!
Thanks,
Florian
Hi!
Ifor some time I have written a macro which dsiplays the content of a space in a list. I wrote it as velocity macro. The makro works fine but in the meantime I realized that if a user is not logged on instead of the content of a space the following error is written:
The "spacecontent" macro is not in the list of registered macros
If the user is logged on everything is fine. What do I have to change that the macro also works if the user is not logged on. The macro is stored under this path: TechWiki<http://wiki.nettania.at/xwiki/bin/view/Main/> > XWiki Space > SpaceContent. I do not use a wiki farm only a single wiki installation. Therefore this link does not help me:
http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial#HPrereq…
What am I doing wrong, I already changed that the unregistered user can read the page. And I also removed the XWiki Space from the hidden Spaces in xwiki.vars. This did not helped me.
Thanks,
Florian
Hi,
I have an XWiki object with properties. I am using the object in a html form
to apply XWiki style validation as described in *
http://platform.xwiki.org/xwiki/bin/view/DevGuide/Creating%20a%20form%20wit…
*. I am setting some properties (*
com.xpn.xwiki.objects.classes.StaticListClass) dynamically. Like this:*
*
*
*
valdoc.getxWikiClass().get(propertyName).getPropertyClass().setValues(value)
*
*valdoc.save()*
* My problem is that the properties of the object preserve its value between
accesses to the page that contains the form. So when I go to the page that
contains the form the first time everything is ok, but on subsequent
accesses to the page some properties already have a value. I tried to clear
the value of the properties using:*
*
*
*
valdoc.getxWikiClass().get(propertyName).getPropertyClass().setValues("")
valdoc.save()
*
*
*
*But strangely that leaves the last selected values.*
*
*
*I though that I could change the selected value of the staticList property.
But I couldn't find out how to do that.*
*
*
*I have two questions:*
*
*
*1. How can I clear the value of those properties?*
*2. How can I set the selected value(s) of a List property?*
*
*
*Abel*
*
*
*
*
Xwiki allows to redirect from one xwiki page to other using
$response.sendRedirect("http://new_url") code.
Though response header status ir 302 (found, i.e. moved temporarily),
but I need 301 (moved permanently).
Is it way to set this status for response?
Valdis