[xwiki-users] New xwiki request: evkirche-rueppurr

2008-06-08 Thread Matthias Albert
to a domain and servlet hosting provider. How can I get administration rights? Thank you in advance! Matthias Albert -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIS5t499dNHzj143ARAqGzAJsEpxiuAvP6pO6oP0DZs1lnyaiVhQCcDFku

[xwiki-users] New xwiki request: evkirche-rueppurr

2008-06-08 Thread Matthias Albert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, now I have registered on myxwiki. My username is matalb. The proposed server name is: evkirche-rueppurr.myxwiki.org. Thank you in advance Matthias Albert -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG

[xwiki-users] Todo Application question

2008-06-29 Thread Matthias Albert
a different name. There is an example of a page that shows a table with all todo items, and allowing to add new items. Is it also possible to write a page listing all items and a second generic page for editing a single selectable todo item, e.g. with a parameter in the URL? Thank you Matthias Albert

[xwiki-users] Exception on PDF export

2008-07-25 Thread Matthias Albert
in advance Matthias Albert | Error number 11015 in 11: Exception while exporting Wrapped Exception: Error number 12002 in 12: Exception while exporting PDF Wrapped Exception: /var/www/web4752/./.fop/fop-fonts.cache (No such file or directory) com.xpn.xwiki.XWikiException: Error number 11015 in 11

[xwiki-users] Using XWiki Classes und Objects

2013-11-05 Thread Matthias Albert
Hi all, I am interested in the Classes and objects feature. I managed to create a class from a xwiki page and to add several properties. I also was able to create some objects of this class. My question is: how can I display the list of objects nicely scripting with Velocity/groovy? Is there a

[xwiki-users] Error importing standard pages (XWiki Enterprise 5.2.1)

2013-12-02 Thread Matthias Albert
After trying to import the standard XWiki-5.2.1 pages, I could not import all the default pages. The resulting error message counted ca. 10-20% of all pages as erroneous. I could manage to import a small number aof pages (2-3). I am using a MySQL database configuration. In the Tomcat error log,

[xwiki-users] Howto access property values of a document's class

2014-01-28 Thread Matthias Albert
Hi all, after I managed to create a class structure using AppWithinMinutes, I could create objects of this class in the Application's start page. Now I am trying to create a different xwiki page, that should show a filtered table view of the objects created using velocity statements. I could

[xwiki-users] AppWithinMinutes and more

2014-02-06 Thread Matthias Albert
Hi, using the AppWithinMinutes extension, I managed to create a simple app for managing events. En Event class has properties like dateTime, place, description etc. I can create new Event class instances that are shown in an extra space with WebHome start page. The problem is that each event is

[xwiki-users] XWQL documentation

2014-02-12 Thread Matthias Albert
After searching for documentation on XWQL I found comprehensive documentation about HQL (http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/queryhql.html). Could someone give me a hint to existing XWQL description, please? I am interested since XWQL seems to be more compact than HQL.

[xwiki-users] Howto access a static groovy class method from velocity

2014-03-15 Thread Matthias Albert
Hi all, after I managed to write a groovy class with a static method within a groovy block: {{groovy}} class MyClass { static myFunction(out) { out.println hello world } MyClass.myFunction(out) {{/groovy}} I would like to invoke thos static groovy class function from within a Velocity

Re: [xwiki-users] Howto access a static groovy class method from velocity

2014-03-17 Thread Matthias Albert
groovy class like in: {{groovy}} class MyClass { myFunction(out) { out.println hello world } mytool = new MyClass() {{/groovy}} {{velocity}} $mytool.myFunctionnction(out) {{/velocity}} On Sat, Mar 15, 2014 at 9:12 PM, Matthias Albert matthias.alb...@gmx.de wrote: Hi all

Re: [xwiki-users] [TO THE ADMIN]Howto access a static groovy class method from velocity

2014-03-17 Thread Matthias Albert
To the admin: Important: Could you delete my last posting, please? Matthias ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Howto delete objects on a page

2014-06-04 Thread Matthias Albert
Hi all, after successfully adding objects of a certain class to a page document via groovy, I cannot find any hint in API nor in the documentation, how to delete an object. Can anybody help, please? Matthias ___ users mailing list users@xwiki.org

Re: [xwiki-users] Howto delete objects on a page

2014-06-04 Thread Matthias Albert
Here is the answer to my own question: doc.removeObject(object) Matthias ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] How to add multiple objects to a page

2014-06-28 Thread Matthias Albert
In the dev guide, there is a description, how to add a single object to a page (http://platform.xwiki.org/xwiki/bin/view/DevGuide/APIGuide#HAddobjectstoapage). Unfortunately, adding multiple objects does not work this way. Is there any example how to do this? Thank you in advance, Matthias

Re: [xwiki-users] How to add multiple objects to a page

2014-06-29 Thread Matthias Albert
. Invoking doc.save() within the iteration does not improve this. The groovy class and the XWiki class are named the same (Event, Main.Event, respectively). Could this be a problem? Thank you, Matthias Am 29.06.2014 09:14, schrieb Thomas Mortagne: On Sat, Jun 28, 2014 at 9:23 PM, Matthias Albert

[xwiki-users] General macro exception on installing Scripting Documentation Application

2016-02-01 Thread Matthias Albert
I am testing the current XWiki Enterprise 7.4 on Manjaro Linux as local installation with default wiki content. To test scripting, I wrote a few pages with a class and some objects. After installing the "Scripting Documentation Application" extension, nothing is running normally any more. All

[xwiki-users] java.lang.RuntimeException: Component manager has not been initialized before lookup

2016-04-20 Thread Matthias Albert
ter.java:208) org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111) -- Matthias Albert Rastatter Straße 26 76199 Karlsruhe Tel. +49 (0)721 885744 Email: matthias.alb...@posteo.de ___ users mailing list users@xw

Re: [xwiki-users] java.lang.RuntimeException: Component manager has not been initialized before lookup

2016-04-21 Thread Matthias Albert
have another error before this one, if you don't see anything > it probably means you need to enable Tomcat startup log. > > See > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationTomcat#HSEVERE:ErrorlistenerStart. > > On Wed, Apr 20, 2016 at 10:43 PM, Matthias Al