> Which LDAP authenticator are you using ? LDAPAuthServiceImpl or
> XWikiLDAPAuthServiceImpl ? Since XWiki 1.6 XWikiLDAPAuthServiceImpl is
> the default LDAP authenticator and have some differences in
> configurations.
I'm a bit confused. When I used 1.1-m1, there was only the old
implementation (LDAPAuthServiceImpl?). When I got 1.6, the xwiki.cfg
contained this by default:
#-# new LDAP authentication service
#xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
That is the new implementation, as I understand it, but it was commented
out. So, I assumed it was using the old one by default. Is this not the
case?
Regardless, I'd like to use the new one. So, in light of that, I've
uncommented that line now so that I am using XWikiLDAPAuthServiceImpl.
> By the way there is a bug in LDAP 1.6. It's already fixed and it will
> be included in 1.6.1. In the meantime you can use last snapshot of
> xwiki-core jar (download it at
>
http://maven.xwiki.org/snapshots/com/xpn/xwiki/platform/xwiki-core/1.6-SNAP…)
> or use the old authenticator (which is the one you used before I think
> as the new LDAP authenticator only exists since XWiki 1.3).
What is the bug? I searched JIRA breifly, but nothign jumped out at me.
-----------------------------------------
CONFIDENTIALITY STATEMENT:
This e-mail transmission contains information that is intended to
be confidential. It is intended only for the addressee named
above. If you receive this e-mail in error, please do not read,
copy, or disseminate it. If you are not the intended recipient,
any disclosure, copying, distribution or use of the contents of
this information is prohibited. Please reply to the message
immediately by informing the sender that the message was
misdirected. After replying, please erase it from your computer
system. Your assistance in correcting this error is appreciated.
I've got XWiki 1.6 now downloaded and installed. I've configured it to
authenticate using the LDAP implementation against my Active Directory
(which I already have working in an XWiki 1.1-m1 installation). However,
my attempts to log in are futile. I've turned on DEBUG logging and found
this:
LDAP Bind starting
LDAP Bind successfull
LDAP Bind returned with result true
LDAP searching user
LDAP searching found user
LDAP searching found DN: CN=Brij0429,CN=Users,DC=mid7000nt,DC=mlan
LDAP comparing password
LDAP Password check for user brij0429 failed with exception No Such
Attribute
LDAP check in finally block
LDAP Password check reverting to XWiki
Password check for user null failed
User brij0429 login has failed
The password check is failing? However, in my xwiki.cfg, I've left the
password validation DISABLED:
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
What am I missing?
Regards,
Brian.
-----------------------------------------
CONFIDENTIALITY STATEMENT:
This e-mail transmission contains information that is intended to
be confidential. It is intended only for the addressee named
above. If you receive this e-mail in error, please do not read,
copy, or disseminate it. If you are not the intended recipient,
any disclosure, copying, distribution or use of the contents of
this information is prohibited. Please reply to the message
immediately by informing the sender that the message was
misdirected. After replying, please erase it from your computer
system. Your assistance in correcting this error is appreciated.
Hi,
Ive just installed XWiki manually on a computer with Windows Server 2003.
This machine has JBoss Server 4.0.3 SP1 and MSSQL 2005.
I have followed (twice) the installation steps provided on the web site.
But when I point to the address http://localhost:8080/xwiki/ , I get the
following exception:
type Exception report
message
description The server encountered an internal error () that prevented it
from fulfilling this request.
exception
javax.servlet.ServletException: Servlet execution threw an exception
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilt
er.java:94)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFi
lter.java:287)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:112)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.ja
va:81)
root cause
java.lang.NoSuchFieldError: MANUAL
com.xpn.xwiki.store.XWikiHibernateStore.loadXWikiDoc(XWikiHibernateStore.jav
a:628)
com.xpn.xwiki.store.XWikiCacheStore.loadXWikiDoc(XWikiCacheStore.java:209)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1324)
com.xpn.xwiki.XWiki.getDocument(XWiki.java:1364)
com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:1942)
com.xpn.xwiki.XWiki.getXWikiPreference(XWiki.java:1968)
com.xpn.xwiki.render.XWikiMacrosMappingRenderer.loadPreferences(XWikiMacrosM
appingRenderer.java:75)
com.xpn.xwiki.render.XWikiMacrosMappingRenderer.<init>(XWikiMacrosMappingRen
derer.java:62)
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.<init>(DefaultXWikiRenderin
gEngine.java:61)
com.xpn.xwiki.XWiki.resetRenderingEngine(XWiki.java:1000)
com.xpn.xwiki.XWiki.initXWiki(XWiki.java:724)
com.xpn.xwiki.XWiki.<init>(XWiki.java:655)
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:315)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:386)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProces
sor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilt
er.java:94)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFi
lter.java:287)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFi
lter.java:112)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.ja
va:81)
I have seen that the tables have been created in the database.
So, what is the problem ?
Could someone help me please ?
Thank you in advance.
Marie-No
Hi,
I am a bit puzzled on the ACL setup. Currently unregistered users are not
able to "view" pages. It prompted for Login even the welcome page for xwiki.
I understand that we have Global/Space/Page ACL. This is what I have
currently got:
Global Right Unregistered Users: View, Register
Global Right XWikiAllGroup Users: View, Comment, Edit, Register
Prevent unregistered users from viewing pages, regardless of the page or
space rights: [not tick]
Prevent unregistered users from editing pages, regardless of the page or
space rights: [not tick]
Space Right: Blank for both Unregistered and groups
Page Right: Blank for both Unregistered and groups
I thought that with Space and Page ACL being blank it will pickup the global
one which unregistered users has View access. However, it still prompt for
login. Am I missing something?
Any advice is appreciated.
Thanks!
Art
--
View this message in context: http://n2.nabble.com/Unregistered-user-viewing-access-tp1303273p1303273.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Is there any way to check for logged in users if you have stats turned
off. We disabled stats to improve performance on our production
xwiki. I need to restart the tomcat and mysql services, but I can't
tell if people are logged in. Any ideas?
Sam
I as starting to plan to upgrade our older XWiki Enterprise installation to
1.6, but every time I try to download from the only available mirror (e.g.
http://download.forge.objectweb.org/xwiki/xwiki-enterprise-hsqldb-1.6.zip),
I get terrible throughput! It starts out ok, but then slows to a crawl
(estimated time remaning: 14 hours). I have a very fast INternet
connection and routinely get in the hundreds of KB per second. The site
doesn't have any mirrors listed (why not???) and I can't find any in the
wild via a Google search.
Regards,
Brian.
-----------------------------------------
CONFIDENTIALITY STATEMENT:
This e-mail transmission contains information that is intended to
be confidential. It is intended only for the addressee named
above. If you receive this e-mail in error, please do not read,
copy, or disseminate it. If you are not the intended recipient,
any disclosure, copying, distribution or use of the contents of
this information is prohibited. Please reply to the message
immediately by informing the sender that the message was
misdirected. After replying, please erase it from your computer
system. Your assistance in correcting this error is appreciated.
Hi All,
I have managed to limit the attachment upload size to 1MB by setting
"Maximum Upload Size:"
However, when users upload large attachment, it gave an error like this.
XWiki has a default limit of around 10Mb for attached files. This limit can
be changed using the upload_maxsize parameter. Check the FAQ for more
information.
Which it still saying the default value of 10Mb, how would I set so i pickup
my custom setting, 1MB?
Thanks
Art.
--
View this message in context: http://n2.nabble.com/Attachment-Limit-error-message-issue-tp1312233p1312233…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
another problem.
When you have a link that starts with 1 one becomes 1 when you edit the
page in the old WYSIWYG-Editor (didn't try with the new one). It only
happens for the first 1
1.1.1 test
becomes
1.1.1 test
Somtimes the 1 is displayed correctly when you save the page somtimes
not.
Is this a known-bug?
Thanks
Helmut
--
View this message in context: http://n2.nabble.com/1-in-Links-becomes---49--when-you-edit-in-WYSIWYG-tp13…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Guillaume,
My XWiki Workspaces has a 'Global admin' link at the top left.
Clicking that takes me to the XWikiPreferences page, which has the new
layout. From there, I click the 'General' link to get to the 'Basic
Settings' page. After clicking the 'Edit Settings' link, I find that
the 'Registration Settings' section of the form already has 'Deny' set
under 'Public Registration. This is equivalent to what I described
earlier. I was simply using the object editor on the XWikiPreferences
page.
Does it work? Well, there was nothing to change since Public
Registration was already set to 'Deny'. So, I still have the same
problem.
Dan
>
> Message: 2
> Date: Wed, 8 Oct 2008 22:57:19 +0200
> From: "Guillaume Lerouge" <guillaume(a)xwiki.com>
> Subject: Re: [xwiki-users] preventing registration on workspaces under
> xem
> To: "XWiki Users" <users(a)xwiki.org>
> Message-ID:
> <1c35d2320810081357k1ffa964dy279efe546520c3df(a)mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> In your XWiki Workspaces instance, click on the "Adminisration" link
> located
> at the top left of the top menu bar.
> On the Settings page, click on the "Edit settings" located at the
> top left.
>
> Then set "allow public registration" to false.
>
> Does this work ?
>
> Guillaume
>
> On Wed, Oct 8, 2008 at 7:48 PM, Daniel Svoboda
> <dsvoboda(a)structbio.pitt.edu>wrote:
>
>> Hi,
>>
>> I'm using workspaces 1.2M1 as a virtual xwiki under xem 1.3. I have
>> configured the XWikiServerClass object under XWikiServerServername to
>> have the visibility property set to 'Private'. When I look at
>> XWikiPreferences in the virtual xwiki, there are XWikiGlobalRights
>> objects configured Deny, Groups:,Levels:Register,Users:XWikiGuest,
>> and
>> Deny, Groups:XWikiAllGroup, Levels: edit, register, Users:
>>
>> The registration form still appears on the login page, and upon
>> filling in the fields and submitting, registration is successful.
>>
>> I need to not allow registration by anyone except Admin.
>>
>> Thanks,
>>
>> Dan Svoboda
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
Hello,
I'd like to made chart from Excel sheet in attachment.
Could I reference ExeclPlugin.getTable() call as it is radeo table?
Could I used other value of source chart macro argument?
Regards,
Arnaud.
I created a new Wiki and installed the Wiki Manager Plugin (for
mysql). I can see the default wiki page, but when I go to http://localhost:8080/xwiki/bin/view/WikiManager
or /WikiManager/WebHome, there's a blank page.
I have the xwiki-plugin-wiki-manager-1.4.jar, mysql-connector-
java-5.1.6-bin.jar installed along with the application xar's. I've
configured hibernate.cfg.xml file to use mysql. I've edited xwiki.cfg
to use the wikimanager and applicationmanager plugins. I've set
xwiki.virtual=1. I've given permissions to the mysql database.
Any ideas on what I'm doing wrong?
Hello,
The PDF export not works correctly for UTF-8...
The russian text exported as ??????.
Do you have any idea how to correct this?
Thanks,
Aleks Sokolov
--
View this message in context: http://n2.nabble.com/PDF-export-for-UTF-8-tp1125396p1125396.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Is there a way to get a list of currently logged in users? (Or users
that are editing a page)
For example when I have to restart XWiki I could ask these users to
logout. So that they don't loose any text, they may are editing at this
moment.
Thanks.
Greetings
Reto
Hi, I have downloaded xwiki watch on my PC (Wxp), but no way to start it: when I click on "start": i getthe DOS blackpop up window, nothing more when i click on "open", i get a message "impossible to open the page", with http://localhost:8080/xwiki/bin/view/Main Thanks in advance! Guy DEBAUX Marketing Intelligence CofaceMarketing International Department COFACE 01 49 02 12 79
**********************************************************************
Coface is a leader of B2B Trade Receivables management: receivables protection, receivables finance, ratings and business information, receivables management. A local service in 65 countries for 120,000 customers supported by 7,000 staff.
Coface est un des leaders de la gestion du Poste clients des entreprises: assurance-crédit, affacturage, notation et information d'entreprise, gestion de créances. Un service de proximité pour 120 000 clients, dans 65 pays, grâce à 7000 collaborateurs.
**********************************************************************
Hello,
My newly upgraded XWiki server 1.6 does not allow me to edit and save a page with a minor version increment. I check the "Is minor edit" checkbox, but still increments the major version. I remember reading from somewhere about a bug or setting that I need to do on xwiki.cfg, but I cannot recall it now, nor find it anymore on the Internet. Can someone help me with this problem?
Just for your information, I migrated my existing pages from my old buggy 1.5 xwiki server by first exporting the pages into a XAR and then import back only those related to my space into the new 1.6 server. After that, the minor versioning stopped working.
Many thanks in advanced.
Richard
_________________________________________________________________
Get more out of the Web. Learn 10 hidden secrets of Windows Live.
http://windowslive.com/connect/post/jamiethomson.spaces.live.com-Blog-cns!5…
Hi
I have a page created in XWiki and it has 2 translations German and French.
I added different tags for the 3 versions of the page (English,German &
French). But when I got to the 'Tags' page in Main where all the tags are
displayed, I am unable to see all the 3 tags which I have assigned. Only the
latest tag is displayed. Ie. if German is the latest version on which the
tag has been added or modified, the tags list will show only that. Is it a
bug with Tag functionality. I am using XE 1.6
Regards
Syam
--
View this message in context: http://n2.nabble.com/Tagging-different-translations-of-a-page-tp1302696p130…
Sent from the XWiki- Users mailing list archive at Nabble.com.
*In a web-app leveraging XWiki, is it possible to use a database with name
other than 'xwikidb'? If the answer is yes, what i have to amend?
*
I've started using XWiki recently to build a web-app. For the test with
local MySQL ( with local MySQl, i could create
database 'xwikidb' ) and local Tomcat, everything we 've developed run well.
However, we encountered database
connection troubles after uploading our work to a host.
To avoid datbase name conflicts, the hosting service adds a prefix to any
database name. Hence, we could not have
database 'xwikidb' with our current hosting service. Unfortunately, that
caused connection error as XWiki uses
somewhere the default parameter 'xwikidb' for the connection ( being a new
user, i have not been able to figure out
what has to be customized)
Hi Sharan,
Thanks for the reminder ;)
See below
On Mon, Sep 8, 2008 at 11:09 PM,
<sharanabasavaraj.x.mudgal(a)jpmchase.com> wrote:
> Hi!
>
> Could anyone point to any additonal resources for LDAP Authentication. The
> XWiki doc
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication does
> not deal in complete detail on all the possible attributes that can be
> configured in xwiki.cfg. I have configured LDAP authentication for XWik
> but have Some questions that I could not find answers to from the docs.
>
> 1) How can the LDAP configuration be debugged for any issues. I
> followed the log4j settings from
> http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Logging . There is no
> LDAP related logging in the xwiki log. The xwiki log shows that the
> user was Authenticatied with Xwiki.FormAuthenticator e.g this is the
> message in the log " [P1-19] INFO xwiki.MyFormAuthenticator - User
> xwiki:XWiki.testuser5 has been logged-in" (not sure if this would
> internally call the LDAP class). However, since only the ldap users are
> being authenticated, I think the .XWikiLDAPAuthServiceImpl is being used.
>
> I found on the web that
> com.xpn.xwiki.user.impl.LDAP=debug log seeting could be used for setting
> the LDAP loglevel to debug. However, this setting still does not log
> anything LDAP. Is this a valid setting for XWikiLDAPAuthServiceImpl?
> How can I conclusively say the authentication is done through LDAP?
Just added in http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication
The specific targets for LDAP authentication are:
log4j.logger.com.xpn.xwiki.plugin.ldap=debug
log4j.logger.com.xpn.xwiki.user.impl.LDAP=debug
The first line is for XWiki LDAP tools and the second is for
authentitication process itself.
>
> 2)Is it possible to replicate the groups in LDAP to groups in XWIKI and
> replicate the corresponding groupmemberships for a user during login so
> that the authorization is done through XWiki based on the user's group
> association in LDAP?
Just added in http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCa…
You can use xwiki."authentication.ldap.group_mapping" to link LDAP
groups to existing XWiki groups. The membership is updated when the
user log in.
>
> Thanks.
> Sharan.
>
>
> -----------------------------------------
> This communication is for informational purposes only. It is not
> intended as an offer or solicitation for the purchase or sale of
> any financial instrument or as an official confirmation of any
> transaction. All market prices, data and other information are not
> warranted as to completeness or accuracy and are subject to change
> without notice. Any comments or statements made herein do not
> necessarily reflect those of JPMorgan Chase & Co., its subsidiaries
> and affiliates.
>
> This transmission may contain information that is privileged,
> confidential, legally privileged, and/or exempt from disclosure
> under applicable law. If you are not the intended recipient, you
> are hereby notified that any disclosure, copying, distribution, or
> use of the information contained herein (including any reliance
> thereon) is STRICTLY PROHIBITED. Although this transmission and any
> attachments are believed to be free of any virus or other defect
> that might affect any computer system into which it is received and
> opened, it is the responsibility of the recipient to ensure that it
> is virus free and no responsibility is accepted by JPMorgan Chase &
> Co., its subsidiaries and affiliates, as applicable, for any loss
> or damage arising in any way from its use. If you received this
> transmission in error, please immediately contact the sender and
> destroy the material in its entirety, whether in electronic or hard
> copy format. Thank you.
>
> Please refer to http://www.jpmorgan.com/pages/disclosures for
> disclosures relating to UK legal entities.
> _______________________________________________
> devs mailing list
> devs(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/devs
>
--
Thomas Mortagne
Apologize for my newbness, however I am unable to locate instructions on
how to migrate over to MYSQL or Microsoft SQL from built in DB.
Philip Wright
Please consider the environment before printing this email
I'm trying to code some groovy string manipulation of database-extracted
data.
I can't post the actual code but it goes along these lines:
#set ($mydb=$xwiki.sql.getDatabase("jdbc/ABC"))
#set ($SQLstring = "select mycol from fw_notifiche")
#foreach($row in $mydb.executeQuery($SQLstring))
#set ($mycol = $row.getString("mycol"))
<%
vcontext = context.get("vcontext");
mycol = vcontext.get("mycol");
newmycol = mycol.replaceAll("2", "two");
vcontext.put("newmycol", newmycol);
%>
Here is the data: $newmycol <br>
#end
The problem is that only the each loop receives the processing of the vary
last row.
Let's say the the loop extracts three rows with values 1, 2, 3. The previous
code results in this output:
3
3
3
(i.e. unreplaced value from the last row)
While if I switch to mycol.replaceAll("3", "three"), the output is:
three
three
three
(i.e. each loop gets the replaced value from the last row)
Seems that velocity and groovy are incorrectly linked thru the context, or
what?
Cheers,
Stefano
--
View this message in context: http://n2.nabble.com/Context-variables-vs--foreach-tp1300473p1300473.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Jerome,
Now that I have workspaces running under xem, I want to import content
from a previous workspaces instance that I've exported as an archive.
The new Global admin page doesn't offer "Import", and entering the url
directly takes me to the Global admin page.
How can I import an archive?
Thanks,
Dan
Hello ,
I have installed XWiki 1.4.x . Then I have upgraded to 1.5.
The database is PostgreSQL. System is Windows XP.And I use
JBoss.
I can´t import something in the Administration Option.
It shows 0 Documents installed
0 Documents leaved
0 Documents with error
Thanks,
Rez
--
View this message in context: http://n2.nabble.com/I-can%C2%B4t-import-files%21-tp1117629p1117629.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I am trying to change the registration page, so that it redirects to the
pevious page after you have registered (like after you have logged in)
I know, that login.vm and registerinline.vm are called in global.vm. My
first try was to add xredirect=$xwiki.getURLEncoded($logredir) to the
$regurl, but it did work.
I now asume that sending the parameters (like current page/requested page)
is somehow handled when I call $doc.getURL("loginsubmit") like in login.vm.
Where can I find the template/page behind this url?
Or the other way round. What is responsible to call the
xwiki/bin/login/XWiki/XWikiLogin page everytime I click on "edit" a page?
I hope you can give me an answer.
Thanks!
Spinring
--
View this message in context: http://n2.nabble.com/Loginsubmit-tp1115532p1115532.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello, and thank you for your attention.
I'm in my first steps on xwiki which i chose with very high expectations.
After downloading the windows 1.6 installer I installed it in my desktop to
be able to do my first steps. First thing it happened when I installed it is
that it asked to install Java newer version, so it installed version 6.
After that, everything seemed to work fine except that when I clic on "Start
XWiki Enterprise" it opens a command window that gets hung.
This has happened me in two different computers, both have windows XP and
both have an Oracle database that is not running. In one of them I have Java
5 (so it didn't actualise) and the other one Java 6.
It doesn't write any log, but I've been able to catch the messages below
from the command window. I'd like to stress my absolute lack of knowledge of
Java, so if someone answers me please talk to a child.
Thank you for your help
* * * * * * * * * * * * * * * * * * * * * * * * * * *
10:08:49.199 INFO [main] org.mortbay.log.LogImpl.add(LogImpl.java:109)
>16> ad
ded org.mortbay.log.OutputStreamLogSink@16672d6
10:08:49.168 INFO [main]
org.mortbay.util.FileResource.<clinit>(FileResource.j
ava:60) >11> Checking Resource aliases
10:08:49.215 WARN!! [main]
org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >
13> Schema validation may not be supported
10:08:49.340 INFO [main]
org.mortbay.http.HttpServer.doStart(HttpServer.java:7
29) >10> Version Jetty/5.1.5
10:08:49.356 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >
14> Started org.mortbay.jetty.servlet.ServletHandler@1edc073
10:08:49.356 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >
11> Started ServletHttpContext[/,/]
10:08:49.356 INFO [main]
org.mortbay.http.SocketListener.start(SocketListener.
java:204) >11> Started SocketListener on 127.0.0.1:8081
10:08:49.356 INFO [main]
org.mortbay.util.Container.start(Container.java:74) >
09> Started org.mortbay.jetty.Server@1662dc8
10:08:49.402 INFO [main]
org.mortbay.http.HttpServer.setStatsOn(HttpServer.jav
a:1133) >18> Statistics on = false for org.mortbay.jetty.Server@121f1d
10:08:49.402 INFO [main]
org.mortbay.http.HttpServer.doStart(HttpServer.java:7
29) >10> Version Jetty/5.1.5
10:08:49.418 WARN!! [main]
org.mortbay.xml.XmlParser.<init>(XmlParser.java:81) >
20> Schema validation may not be supported
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.mortbay.start.Main.invokeMain(Main.java:151)
at org.mortbay.start.Main.start(Main.java:476)
at org.mortbay.start.Main.main(Main.java:94)
Caused by: java.lang.UnsupportedClassVersionError:
org/xwiki/container/servlet/X
WikiPlexusServletContextListener (Unsupported major.minor version 49.0)
at java.lang.ClassLoader.defineClass0(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:12
3)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:251)
at java.net.URLClassLoader.access$100(URLClassLoader.java:55)
at java.net.URLClassLoader$1.run(URLClassLoader.java:194)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:225)
at org.mortbay.http.ContextLoader.loadClass(ContextLoader.java:193)
at org.mortbay.http.HttpContext.loadClass(HttpContext.java:1262)
at
org.mortbay.jetty.servlet.XMLConfiguration.initListener(XMLConfigurat
ion.java:449)
at
org.mortbay.jetty.servlet.XMLConfiguration.initWebXmlElement(XMLConfi
guration.java:275)
at
org.mortbay.jetty.servlet.XMLConfiguration.initialize(XMLConfiguratio
n.java:210)
at
org.mortbay.jetty.servlet.XMLConfiguration.configureWebApp(XMLConfigu
ration.java:190)
at
org.mortbay.jetty.servlet.WebApplicationContext.configureWebApp(WebAp
plicationContext.java:425)
at
org.mortbay.jetty.servlet.WebApplicationContext.doStart(WebApplicatio
nContext.java:478)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.http.HttpServer.doStart(HttpServer.java:753)
at org.mortbay.util.Container.start(Container.java:72)
at org.mortbay.jetty.Server.main(Server.java:460)
... 7 more
--
View this message in context: http://n2.nabble.com/Windows-default-install-fails-to-start-tp1300388p13003…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I'd like to subscribe for Watch list email notification for my full XWiki.
I know that I can subscribe space per space, but it is too long and I want
to setup this later on user creation.
So, I take a look on objects attached to my page and I see that there is
third way to subscribe: QUERY.
But I found nothing about what QUERY should look like!
Can somebody provide a sample?
Regards,
Arnaud.
Hi
Is it possible to configure a property of an XWiki class mandatory in the
class editor? If not please provide me an alternate way to acheive this.I am
using XE 1.5.1
Regards
Syam
--
View this message in context: http://n2.nabble.com/Mandatory-Validation-for-a-property-field-tp1140940p11…
Sent from the XWiki- Users mailing list archive at Nabble.com.
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.6 final.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release spanned a bit more than 2 months starting on the 23rd of
July 2008 and ending on the 3rd of October 2008. During that period we
have implemented issues, fixed bugs and added new features such as:
* New experimental support for other syntaxes (Confluence, JSPWiki,
Creole, MediaWiki, TWiki and XHTML), including a new XWiki Syntax
v2.0.
* New experimental WYSIWYG editor (Work In Progress).
* Improved page footer displaying : comments, attachments, history,
various information
* New "Password Renewal and Forgot Username" feature
* Default account validation & confirmation emails provided in the
wiki preferences
* Rights Management interface now support adding groups into groups
* Improvement of Query Manager which was introduced in 1.6M1.
* New experimental XWiki Query Language called XWQL.
* Added .xml extensions to all exported wiki pages (XAR)
* The name of the main database in virtual wiki mode is not hardcoded
to 'xwiki' anymore, and in virtual mode all database names can be
prefixed with a configurable value
New or improved translations:
* german
* french
* czech
* norwegian
* ukrainian
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise16
Thanks
-The XWiki dev team
Greetings
I need to program a page that list all the files present in some folder, creating links to them. Similar to a
directory. It's possible to do this with velocity code? What is the best way to do it?
Best regards
Bruno Neves
Hy,
I am a new XWiki Workspaces user and I have many questions to ask you. :)
How to delete a member?
How to change the login's member?
How to deploy a new XWikiWorspaces version (ex 1.0 -> 1.1) without erasing current spaces and members but take new fonctionnalities into account?
How to activate the administration tool bar in spaces were member is administrator (cf attached file) ?
Thanks for your lights!
Nicolas
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.1 final.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This release spanned about 5 months (beginning of May to end of september), with a 2 months pause this summer. During that period we implemented 47 issues, fixing 24 bugs and adding new features such
as:
* Global groups management
* Email invitation manangement
* A Workstream application
* A Revamped global administration
* A new mode of publication : Open
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces11
Regards
-The XWiki dev team
I want to get the attachments to the current page into a database list
class dropdown menu. I figure that there's some specific hibernate
query that I can use, but I can't seem to figure it out. So, does
anyone know how to do this?
Thanks,
/Daniel
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Daniel T. Simon, PhD
Linköpings Universitet
Dept. of Science and Technology (ITN)
Hi,
We installed xwiki and are testing the administrative interfaces. We're
having a problem with the Panel Wizard. When we make a change to the
Page Layout (i.e. Moving the side column to the left instead of the
right) and hit save, the changes are never saved. A message pops up
saying the changes were successful but when you visit a page they are
not.
We are using XWiki Enterprise 1.5.1.12494.
Thanks,
Evan
I set up a Facebook profile where I can post my pictures, videos and events and I want to add you as a friend so you can see it. First, you need to join Facebook! Once you join, you can also create your own profile.
Thanks,
Michele
Here's the link:
http://www.facebook.com/p.php?i=1508470876&k=YWG5P2RXS34M5GFEQK53SS&r&v=2
___________________
This e-mail may contain promotional materials. If you do not wish to receive future commercial mailings from Facebook, please click on the link below. Facebook's offices are located at 156 University Ave., Palo Alto, CA 94301.
http://www.facebook.com/o.php?u=1525091027&k=ac5eac
Hello Dan,
Better reply to the list than to myself directly so that knowledge is
available for everybody and searchable through the archives.
Concerning your problem, I have a question : did you imported the
"prepared XAR" over an already imported XAR ? If this is the case, it
means you were probably logged-in with the local administrator, and not
the one from the manager wiki. In this case, you should first delete the
local administrator (delete the XWiki.Admin page) and reimport the
prepared xar, as global admin.
Hope this help, tell me if it was your problem.
Jerome.
Dan Svoboda wrote:
> Jerome,
>
> Thanks for taking the time to write the tutorial.
>
> I believe that I've followed the instructions to the letter, but still
> have the same result as before.
>
> I was a bit confused by the instruction to:
> "Connect to your newly create wiki, and *login with the credentials of
> an administrator of the manager wiki*."
>
> After creating the empty wiki from the wiki manager (logged in as
> Admin), I then go directly to the new, empty wiki. I'm now able to
> import the archive that was prepared according to your instructions,
> by navigating to "/bin/admin/XWiki/Import". (Am I already logged in
> correctly, or do I have to log out and re-log in as some other user
> name? I tried xwiki:Admin, and that gave an error.)
>
> After importing the archive, I still can't create workspaces, the
> Admin user is still listed as a Simple Member, and the arrows to
> promote members to Power User or Global Admin are still not present.
>
> Cheers,
>
> Dan
>
>> Hello Dan,
>>
>> Thank you for your interest in XWiki Workspaces.
>> I took advantage of your question to write a complete tutorial on how to
>> setup a XWiki Workspaces farm:
>> http://workspaces.xwiki.org/xwiki/bin/view/AdminGuide/VirtualXWikiWorkspace…
>>
>> You had all the initial steps right, so you can jump directly to the
>> last section
>> (http://workspaces.xwiki.org/xwiki/bin/view/AdminGuide/VirtualXWikiWorkspace…)
>> where I explain that several pages from the Workspaces XAR needs to be
>> saved with programming rights, and how you can "prepare" the XAR to have
>> this done automatically when importing it.
>>
>> A last step would be to create a template wiki or XAR package for a
>> smoother creation of XWiki Workspaces virtual instances. Unfortunately
>> we are sometimes facing an issue when doing this with XWiki Workspaces,
>> so I will only add this section once this is resolved.
>>
>> Regards,
>> Jerome.
>
>>
>>
>> Dan Svoboda wrote:
>>> First time question.
>>>
>>> I've been using workspaces with success for several months. I'm trying
>>> to have several virtual xwiki-workspaces sites under the enterprise
>>> manager system.
>>>
>>> Here's what I've done:
>>>
>>> 1. created a site from a war file using xwiki-workspaces-web-1.2-
>>> milestone-1.war
>>> 2. added the enterprise manager jar file to WEB-INF/lib
>>> 3. added a line in xwiki.cfg to activate enterprise manager plugin;
>>> set xwiki.virtual=1
>>> 4. created 'xwiki' database in mysql, gave xwiki user all rights on
>>> everything
>>> 5. started tomcat, and navigated to bin/main/view/WebHome
>>> 6. clicked on 'Administration' link, and arrived at the import page
>>> 7. imported xwiki-enterprise-manager-wiki-administrator-1.3.xar
>>> 8. created new site, giving Admin user all rights on new site,
>>> uploading xwiki-workspaces-wiki-1.2-milestone-1.xar
>>> 9. navigate to new site, and log in as Admin
>>>
>>> I used the workspaces war file for the main application since it uses
>>> v1.5.2 and enterprise manager war file would only supply v1.5.1
>>>
>>> Here's the problem:
>>>
>>> While the Admin user on the workspaces site can edit things,
>>> workspaces cannot be created. Moreover, on the user administration
>>> page, Administrator is listed as a simple member. Also, the arrows to
>>> promote members to power user or global admin are missing. I'm able to
>>> create users, but they're simple users as well.
>>>
>>> Thank you in advance for any help you can provide.
>>>
>>> Dan
>>
Oh, i see...
I've created the database user in advance to make sure he has the proper tablespace for data. It worked for my "wikitemplate" user.
Think i'll change the wiki manager skript just to inform me about already present database users and allow the creation of the virtual wiki.
Thanks a lot,
Rudi
>Hi,
>
>>On Mon, Sep 29, 2008 at 3:55 PM, Rudolf Tronicek <Tronicek at web.de> wrote:
>>
>>
>> Hi,
>>
>> i've got a problem with Virtual Wiki Manager.
>>
>> After deletion of a virtual wiki named "wikiit" it's not possible to create a new one with this name.
>>
>> $xwiki.wikimanager.isWikiNameAvailable("wikiit") returns "false".
>
>This methods looks directly into the database so I think the problem
>here is that there as some problem at delete and the database has not
>been deleted.
>
>>
>> I'm using XE 1.5.2, Wiki Manager 1.4, JBoss AS 4.2.1, Oracle 9iR2 Database.
>>
>> Where can i make the old name available again (document / object)? I've searched the database but hit no record - looking up velocity code was not successfull.
>>
>> Thanks for any help,
>>
>> Rudolf Tronicek
nach oben - nächste Nachricht
____________________________________________________________________
Psssst! Schon vom neuen WEB.DE MultiMessenger gehört?
Der kann`s mit allen: http://www.produkte.web.de/messenger/?did=3123
Oh, i see...
I've created the database user in advance to make sure he has the proper tablespace for data. It worked for my "wikitemplate" user.
Think i'll change the wiki manager skript just to inform me about already present database users and allow the creation of the virtual wiki.
Thanks a lot,
Rudi
>Hi,
>
>>On Mon, Sep 29, 2008 at 3:55 PM, Rudolf Tronicek <Tronicek at web.de> wrote:
>>
>>
>> Hi,
>>
>> i've got a problem with Virtual Wiki Manager.
>>
>> After deletion of a virtual wiki named "wikiit" it's not possible to create a new one with this name.
>>
>> $xwiki.wikimanager.isWikiNameAvailable("wikiit") returns "false".
>
>This methods looks directly into the database so I think the problem
>here is that there as some problem at delete and the database has not
>been deleted.
>
>>
>> I'm using XE 1.5.2, Wiki Manager 1.4, JBoss AS 4.2.1, Oracle 9iR2 Database.
>>
>> Where can i make the old name available again (document / object)? I've searched the database but hit no record - looking up velocity code was not successfull.
>>
>> Thanks for any help,
>>
>> Rudolf Tronicek
_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066
Dan Svoboda wrote:
> Hi Jerome,
>
> Something just occurred to me.
>
> In the tutorial, you say: "XWiki Workspaces XAR contains several pages
> that needs to be saved with programming rights to work properly."
>
> But then, the only alteration to the XAR that you describe is to
> change the backupPack property from true to false. What are these
> "several pages", and how do I change the programming rights?
I have no complete list of such pages as of today, I'll try to make it
when I have some time. The back up pack property affects the fact that
the author of imported page is the original one (the one written in the
XAR) when set to true, or the user actually doing the import, when set
to false.
You can give programming rights from the RMUI of the manager wiki.
(http://platform.xwiki.org/xwiki/bin/view/Features/RightsManagement)
Regards,
Jerome
>
> Cheers,
>
> Dan
>
> Begin forwarded message:
>
>> *From: *Dan Svoboda <dsvoboda(a)structbio.pitt.edu
>> <mailto:dsvoboda@structbio.pitt.edu>>
>> *Date: *September 29, 2008 10:44:29 AM EDT
>> *To: *jerome(a)xwiki.com <mailto:jerome@xwiki.com>
>> *Subject: **Re: virtual workspaces*
>>
>> Jerome,
>>
>> Thanks for taking the time to write the tutorial.
>>
>> I believe that I've followed the instructions to the letter, but
>> still have the same result as before.
>>
>> I was a bit confused by the instruction to:
>> "Connect to your newly create wiki, and *login with the credentials
>> of an administrator of the manager wiki*."
>>
>> After creating the empty wiki from the wiki manager (logged in as
>> Admin), I then go directly to the new, empty wiki. I'm now able to
>> import the archive that was prepared according to your instructions,
>> by navigating to "/bin/admin/XWiki/Import". (Am I already logged in
>> correctly, or do I have to log out and re-log in as some other user
>> name? I tried xwiki:Admin, and that gave an error.)
>>
>> After importing the archive, I still can't create workspaces, the
>> Admin user is still listed as a Simple Member, and the arrows to
>> promote members to Power User or Global Admin are still not present.
>>
>> Cheers,
>>
>> Dan
>>
>>> Hello Dan,
>>>
>>> Thank you for your interest in XWiki Workspaces.
>>> I took advantage of your question to write a complete tutorial on
>>> how to
>>> setup a XWiki Workspaces farm:
>>> http://workspaces.xwiki.org/xwiki/bin/view/AdminGuide/VirtualXWikiWorkspace…
>>>
>>> You had all the initial steps right, so you can jump directly to the
>>> last section
>>> (http://workspaces.xwiki.org/xwiki/bin/view/AdminGuide/VirtualXWikiWorkspace…)
>>> where I explain that several pages from the Workspaces XAR needs to be
>>> saved with programming rights, and how you can "prepare" the XAR to
>>> have
>>> this done automatically when importing it.
>>>
>>> A last step would be to create a template wiki or XAR package for a
>>> smoother creation of XWiki Workspaces virtual instances. Unfortunately
>>> we are sometimes facing an issue when doing this with XWiki Workspaces,
>>> so I will only add this section once this is resolved.
>>>
>>> Regards,
>>> Jerome.
>>
>>>
>>>
>>> Dan Svoboda wrote:
>>>> First time question.
>>>>
>>>> I've been using workspaces with success for several months. I'm
>>>> trying
>>>> to have several virtual xwiki-workspaces sites under the enterprise
>>>> manager system.
>>>>
>>>> Here's what I've done:
>>>>
>>>> 1. created a site from a war file using xwiki-workspaces-web-1.2-
>>>> milestone-1.war
>>>> 2. added the enterprise manager jar file to WEB-INF/lib
>>>> 3. added a line in xwiki.cfg to activate enterprise manager plugin;
>>>> set xwiki.virtual=1
>>>> 4. created 'xwiki' database in mysql, gave xwiki user all rights on
>>>> everything
>>>> 5. started tomcat, and navigated to bin/main/view/WebHome
>>>> 6. clicked on 'Administration' link, and arrived at the import page
>>>> 7. imported xwiki-enterprise-manager-wiki-administrator-1.3.xar
>>>> 8. created new site, giving Admin user all rights on new site,
>>>> uploading xwiki-workspaces-wiki-1.2-milestone-1.xar
>>>> 9. navigate to new site, and log in as Admin
>>>>
>>>> I used the workspaces war file for the main application since it uses
>>>> v1.5.2 and enterprise manager war file would only supply v1.5.1
>>>>
>>>> Here's the problem:
>>>>
>>>> While the Admin user on the workspaces site can edit things,
>>>> workspaces cannot be created. Moreover, on the user administration
>>>> page, Administrator is listed as a simple member. Also, the arrows to
>>>> promote members to power user or global admin are missing. I'm able
>>>> to
>>>> create users, but they're simple users as well.
>>>>
>>>> Thank you in advance for any help you can provide.
>>>>
>>>> Dan
>>>
>
>
>
Hi,
i've got a problem with Virtual Wiki Manager.
After deletion of a virtual wiki named "wikiit" it's not possible to create a new one with this name.
$xwiki.wikimanager.isWikiNameAvailable("wikiit") returns "false".
I'm using XE 1.5.2, Wiki Manager 1.4, JBoss AS 4.2.1, Oracle 9iR2 Database.
Where can i make the old name available again (document / object)? I've searched the database but hit no record - looking up velocity code was not successfull.
Thanks for any help,
Rudolf Tronicek
"50 erste Dates" mit Adam Sandler u. Drew Barrymore kostenlos anschauen!
Exklusiv für alle WEB.DE Nutzer. *http://www.blockbuster.web.de* [http://www.blockbuster.web.de]
First time question.
I've been using workspaces with success for several months. I'm trying
to have several virtual xwiki-workspaces sites under the enterprise
manager system.
Here's what I've done:
1. created a site from a war file using xwiki-workspaces-web-1.2-
milestone-1.war
2. added the enterprise manager jar file to WEB-INF/lib
3. added a line in xwiki.cfg to activate enterprise manager plugin;
set xwiki.virtual=1
4. created 'xwiki' database in mysql, gave xwiki user all rights on
everything
5. started tomcat, and navigated to bin/main/view/WebHome
6. clicked on 'Administration' link, and arrived at the import page
7. imported xwiki-enterprise-manager-wiki-administrator-1.3.xar
8. created new site, giving Admin user all rights on new site,
uploading xwiki-workspaces-wiki-1.2-milestone-1.xar
9. navigate to new site, and log in as Admin
I used the workspaces war file for the main application since it uses
v1.5.2 and enterprise manager war file would only supply v1.5.1
Here's the problem:
While the Admin user on the workspaces site can edit things,
workspaces cannot be created. Moreover, on the user administration
page, Administrator is listed as a simple member. Also, the arrows to
promote members to power user or global admin are missing. I'm able to
create users, but they're simple users as well.
Thank you in advance for any help you can provide.
Dan
Hi,
i just tried to install the DocumentTree Plugin but it doesn't seem to work.
i followed the instructions here.
http://code.xwiki.org/xwiki/bin/view/Plugins/DocumentTreePlugin
Downloaded the jar doctree-1.5.jar here
http://code.xwiki.org/xwiki/bin/view/Snippets/ChildPageSnippet
But when i restart my xwiki it doesn't work anymore.
In the log i find:
INFO: Starting service Catalina
23.09.2008 07:57:21 org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
23.09.2008 07:57:21 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive ROOT.war
23.09.2008 07:57:21 org.apache.catalina.core.StandardContext start
SCHWERWIEGEND: Error in dependencyCheck
java.util.zip.ZipException: invalid entry size (expected 1538260992 but got
25 bytes)
at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:393)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:165)
at java.util.jar.JarInputStream.read(JarInputStream.java:194)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:275)
at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
at java.util.jar.JarInputStream.getBytes(JarInputStream.java:105)
at java.util.jar.JarInputStream.<init>(JarInputStream.java:82)
at java.util.jar.JarInputStream.<init>(JarInputStream.java:60)
at
org.apache.catalina.util.ExtensionValidator.getManifest(ExtensionValidator.java:373)
at
org.apache.catalina.util.ExtensionValidator.validateApplication(ExtensionValidator.java:184)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4167)
at
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)
at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:829)
at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:718)
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:490)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1147)
at
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)
at
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at org.apache.catalina.core.StandardService.start(StandardService.java:516)
at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
at org.apache.catalina.startup.Catalina.start(Catalina.java:578)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
So it seems the jar provided for download is not working or did i make an
mistake?
Thanks
Helmut
--
View this message in context: http://n2.nabble.com/DocumentTree-Plugin-tp1111723p1111723.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Could somebody explain to me what risk we have when Xwiki application
developped on windows/mySql/jetty would be deployed on
linux/postgresql/apache/tomcat?
I have the "naieve" assumption that if the xwiki out-of-the-box
application runs on this Linux environment it can run "any" xwiki
application?
Gerritjan
On 9/26/08, Paul Libbrecht <paul(a)activemath.org> wrote:
>
>
> Le 26-sept.-08 à 15:28, Bey Youcef a écrit :
>
>> Note that you can also define in the administration-settings XWiki
>> documents that are resource-bundles, they will override the things below.
>> Somewhere close to these settings you can also define the supported
>> languages (and define whether it's multilingual!).
>>
>> Thanks so much.
>>
>> Translating all strings is time-consuming, the best way thus to get quick
>> idea about the arabic localization is MT (Machine Translation).
>> The MT can be used for the experimentation.
>>
>
> Honestly, it's a donkey work but if you type fast it should not take you
> more than 3-4 hours for XWiki I think.
> Curriki translation took a few days to our translators and it is several
> orders of magnitudes bigger.
As we are starting to collaborate together, I don't appreciate the word
*donkey*!
No harm.
But it seems that you're not award about the advantage of MT nowadays. It
can be used to save more than 50% in some fields. Personally, I translated
web sites using Google MT into Arabic. Let me say that it helped to save
more 50% of translation time (especially for editing) and the quality is
quit acceptable! The statistical MT are also more powerful.
As first step, I want to show the technical problems that can be produced
when shifting into Arabic, especially those related to RTL, css, ... The
translation as well as revision can be done efficiently by occasional
translators (e.g me and other communities). I'm not worried about this
issue.
> How about the translation of installation Wiki pages? They are not
>> in the resources! For example, where could we find strings of the main
>> pages
>> when XWiki is installed for the first time?
>>
>> The web-pages are content, they are wiki-editable.
>> Once multilingual, your wiki always offers you the possibility to
>> translate a page at editing time, that's what you want to use.
>>
>> This mean that the end-users have to translate these pages? I don't thing
>> so!
>> Not all of them are translators or willing to translate.
>>
>
> All users? Just one... the translator...
The translation must be done in translation environments rather in the
application itself.
Even XWiki offers open editing, it is not computer-aided translation tools
to be used for translation. Translating a Wiki page from English into
another language in Wiki editor is not good method. The source and target
document must be displayed in the same interface. This concept is proposed
by Alen Melby since 1982, when he proposed the concept of translation memory
(TM). This is very known for professional translators.
Strings must be stored in separated resource files, which can be translated
in specific environments like OmegaT, Pootle, poedit, etc.
Mozilla is translated into 70 languages in high quality. The translation is
never done in Mozilla itself, especially for documents. All strings are
saved in ".po" files and in object formats. This is why the translation is
efficient!!
The localization, once done, it must be done for all text in documentation
>> and GUI.
>>
>
> it is well known that translating documentation is long. It generally is
> delayed ;-))
Not exactly. It depends on size of documents. The translation of XWiki pages
(not documentation) can be done in acceptable time. I'm talking about the
Wiki pages, like the main page, and some help pages.
The scenario is simple : strings must be stored in separte files.
Translators recover these files and translate them in computer-aides
translation environments (e.g OmegaT). Once the translation is done, these
files are integrated into XWiki. The last step is QA!
The XWiki was not designed for localization that's why the resources
properties are used for conversion. In fact, these resources can't be used
for managing format of document. They don't support metadata...This is one
among another reasons for which LISA proposed the XLIFF standard.
Anyway, thanks for your help!
Youcef
Hi,
Is there a way to add users and manipulate permission via the XWiki API?
Can someone point me to documentation on how to do it (if it exists)?
Thanks,
Evan
Hi Paul,
On Fri, Sep 26, 2008 at 9:17 AM, Paul Libbrecht <paul(a)activemath.org> wrote:
> Hello Youcef,
>
>
> Le 26-sept.-08 à 02:42, Bey Youcef a écrit :
>
>> I installed the "xwiki-workspaces-distribution-hsqldb-1.0" version with
>> windows installer. As I'm using XWiki since many years, I'ven't faced any
>> problems with new versions.
>>
>> But I'm trying to find the application resources that you pointed out in
>> your mail. I couldn't found them. May I have to download and install them
>> to
>> get the localized version.
>>
>
> It's in (webapps)/xwiki/WEB-INF/lib/xwiki-core-xxxx.jar
>
> I think that it's easy for you to expand this jar, copy the properties
> files there to WEB-INF/classes and edit them there.
>
> I believe a restart is needed at every change.
>
> Note that you can also define in the administration-settings XWiki
> documents that are resource-bundles, they will override the things below.
> Somewhere close to these settings you can also define the supported
> languages (and define whether it's multilingual!).
Thanks so much.
Translating all strings is time-consuming, the best way thus to get quick
idea about the arabic localization is MT (Machine Translation).
The MT can be used for the experimentation.
>
>
> Another important things related to its localisation, It is known that
>> localization is not only limited on the translation of resources files
>> (Key=Value). The process is little bit more complex: How about the
>> consistency between documents and GUI strings and those of the system
>> messages?
>>
>
> XWiki tries its best... it is not fully achievable though depending on the
> availability of content.
Ok.
>
> How about the translation of installation Wiki pages? They are not
>> in the resources! For example, where could we find strings of the main
>> pages
>> when XWiki is installed for the first time?
>>
>
> The web-pages are content, they are wiki-editable.
> Once multilingual, your wiki always offers you the possibility to translate
> a page at editing time, that's what you want to use.
This mean that the end-users have to translate these pages? I don't thing
so! Not all of them are translators or willing to translate.
The localization, once done, it must be done for all text in documentation
and GUI.
>
> [...] The encoding of these files are not UTF-8, then how it will be
>> possible to
>> manage multilingual content by shifting from one language to another
>> during
>> runtime?
>>
>
> You definitely should make sure everything is utf-8 (e.g. in xwiki.cfg).
> Note that IRIs are not fully achieved though so document names with some
> arabic letters will give very ugly URLs (and may often fail) (note: URL is
> not title!).
> For some old legacy reasons there are still xwiki distributions that run
> other encodings, in particular iso-8859-1, but you should not take these in
> account or?
>
> There's one more dimension of Arabic translation which may byte and I am
> interested to see if that one is doable:
> left-to-right layout.
> I do not think XWiki developers have considered it thorougly thus far and
> only a good translation first approach can see what are the limits. The
> velocity files may need to be changed I think.
Thank you very much.
I'll let you know as soon as I do progress.
-- Youcef
Hi,
Could somebody explain to me what risk we have when Xwiki application
developped on windows/mySql/jetty would be deployed on
linux/postgresql/apache/tomcat?
I have the "naieve" assumption that if the xwiki out-of-the-box
application runs on this Linux environment it can run "any" xwiki
application?
Gerritjan
----- Mensaxe reenviada de alugris(a)uvigo.es -----
Data: Wed, 17 Sep 2008 17:07:53 +0200
De: alugris(a)uvigo.es
Responder-A: alugris(a)uvigo.es
Asunto: Re: [xwiki-users] Help: missing accented characters
Para: Vincent Massol <vincent(a)massol.net>
Hi Vincent, hi Marius:
Sorry I forgot to mention those details.
>> * What product are you using? XWiki Enterprise? Then what version?
My wiki viceversa is located in myxwiki, so I suppose it is XWiki
Enterprise 1.6
>> * What editor are you using? Wiki or WYSIWYG?
I'm workin in the WYSIWYG editor.
>> * Which are the steps to reproduce the problem?
When I saved after editing one of the pages I had in my wiki, every
accented character was turned into a string like
Ã?Æ'Ã?'Ã?â? 'Ã?Æ'ââ?¬Å¡Ã?â??Ã?³ which keeps growing larger everytime
I edit the page.
> We would also need to know your encoding configuration.
In Administration --> Preferences I get the message
"The administration application is not installed. Since XWiki
Enterprise 1.5 the Administration is distributed as an application.",
but I should say it is UTF-8 because I'm using the Galician
language module (ApplicationResources_gl.properies) and it has always
worked fine.
Thanks again!
Alberto
Vincent Massol <vincent(a)massol.net> escribiu:
> We would also need to know your encoding configuration.
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
>
> Thanks
> -Vincent
>
> On Sep 17, 2008, at 3:57 PM, Marius Dumitru Florea wrote:
>
>> Hi,
>>
>> We can't help you unless you give us specific information like:
>> * What product are you using? XWiki Enterprise? Then what version?
>> * What editor are you using? Wiki or WYSIWYG?
>> * Which are the steps to reproduce the problem?
>>
>> Thanks,
>> Marius
>>
>> alugris(a)uvigo.es wrote:
>>>
>>> Hello everyone!
>>>
>>> While editing an existing page, all accented characters have turned
>>> into evergrowing strings of ugly characters, such as
>>>
>>> Ã?Æ'Ã?'Ã?â? 'Ã?Æ'ââ?¬Å¡Ã?â??Ã?¡
>>>
>>> for á (acute accented a). They keep growing every time I edit the
>>> page. I have not made any changes in the site, neither encoding nor
>>> any other thing.
>>>
>>> How can I solve this? Thank you very much!!
>>>
>>> Albertyo
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
=======================================================================
Alberto Álvarez Lugrís <alugris(a)uvigo.es>
Facultade de Filoloxía e Tradución
Universidade de Vigo
Campus Universitario Lagoas/Marcosende s/n
36310 Vigo
Pontevedra
Tel.: 986 812 329
Fax: 986 812 380
http://www.tradutoresgalegos.org [Asociación de Tradutores Galegos]
http://www.bivir.com [Biblioteca Virtual]
http://www.uvigo.es/webs/h06/weba573/indice.html [Área de T&I]
http://webs.uvigo.es/alugris [Docencia]
=======================================================================
*
----- Terminar mensaxe reenviada -----
--
=======================================================================
Alberto Álvarez Lugrís <alugris(a)uvigo.es>
Facultade de Filoloxía e Tradución
Universidade de Vigo
Campus Universitario Lagoas/Marcosende s/n
36310 Vigo
Pontevedra
Tel.: 986 812 329
Fax: 986 812 380
http://www.tradutoresgalegos.org [Asociación de Tradutores Galegos]
http://www.bivir.com [Biblioteca Virtual]
http://www.uvigo.es/webs/h06/weba573/indice.html [Área de T&I]
http://webs.uvigo.es/alugris [Docencia]
=======================================================================
*
Hi Vincent, hi Marius:
Sorry I forgot to mention those details.
>> * What product are you using? XWiki Enterprise? Then what version?
My wiki viceversa is located in myxwiki, so I suppose it is XWiki
Enterprise 1.6
>> * What editor are you using? Wiki or WYSIWYG?
I'm workin in the WYSIWYG editor.
>> * Which are the steps to reproduce the problem?
When I saved after editing one of the pages I had in my wiki, every
accented character was turned into a string like
Ã?Æ'Ã?'Ã?â? 'Ã?Æ'ââ?¬Å¡Ã?â??Ã?³ which keeps growing larger everytime
I edit the page.
> We would also need to know your encoding configuration.
In Administration --> Preferences I get the message
"The administration application is not installed. Since XWiki
Enterprise 1.5 the Administration is distributed as an application.",
but I should say it is UTF-8 because I'm using the Galician
language module (ApplicationResources_gl.properies) and it has always
worked fine.
Thanks again!
Alberto
Vincent Massol <vincent(a)massol.net> escribiu:
> We would also need to know your encoding configuration.
> See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Encoding
>
> Thanks
> -Vincent
>
> On Sep 17, 2008, at 3:57 PM, Marius Dumitru Florea wrote:
>
>> Hi,
>>
>> We can't help you unless you give us specific information like:
>> * What product are you using? XWiki Enterprise? Then what version?
>> * What editor are you using? Wiki or WYSIWYG?
>> * Which are the steps to reproduce the problem?
>>
>> Thanks,
>> Marius
>>
>> alugris(a)uvigo.es wrote:
>>>
>>> Hello everyone!
>>>
>>> While editing an existing page, all accented characters have turned
>>> into evergrowing strings of ugly characters, such as
>>>
>>> Ã?Æ'Ã?'Ã?â? 'Ã?Æ'ââ?¬Å¡Ã?â??Ã?¡
>>>
>>> for á (acute accented a). They keep growing every time I edit the
>>> page. I have not made any changes in the site, neither encoding nor
>>> any other thing.
>>>
>>> How can I solve this? Thank you very much!!
>>>
>>> Albertyo
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
--
=======================================================================
Alberto Álvarez Lugrís <alugris(a)uvigo.es>
Facultade de Filoloxía e Tradución
Universidade de Vigo
Campus Universitario Lagoas/Marcosende s/n
36310 Vigo
Pontevedra
Tel.: 986 812 329
Fax: 986 812 380
http://www.tradutoresgalegos.org [Asociación de Tradutores Galegos]
http://www.bivir.com [Biblioteca Virtual]
http://www.uvigo.es/webs/h06/weba573/indice.html [Área de T&I]
http://webs.uvigo.es/alugris [Docencia]
=======================================================================
*
Hi all,
Please, could anybody confirm this? I am not able to upload iWorks
*.Pages files. No error message by using Firefox version 3.0.1. Safari
Version 3.1.2 (5525.20.1) shows *.Pages files grayed. Modifying file
extension doesn't change the behavior of any browser.
Please, any idea? Why I am not able to upload these files?
I am still using XWiki Enterprise 1.3.8295 running on a Suse
Linux/Tomcat/MySQL box.
Thanks!
Ricardo
--
Ricardo Rodríguez
Your EPEC Network ICT Team
Hi Alberto,
Thanks so much for your quick reply.
> You have to translate the applicationResources.properties file. There's a
> component in XWiki Core called Internationalization and Localization in
> Jira: http://jira.xwiki.org/jira/browse/XWIKI/component/10290
>
> There you can find other translations and useful information on the
> translation. I have done the translation into Galician, so if I can be of
> any help, just tell me.
>
I installed the "xwiki-workspaces-distribution-hsqldb-1.0" version with
windows installer. As I'm using XWiki since many years, I'ven't faced any
problems with new versions.
But I'm trying to find the application resources that you pointed out in
your mail. I couldn't found them. May I have to download and install them to
get the localized version.
Another important things related to its localisation, It is known that
localization is not only limited on the translation of resources files
(Key=Value). The process is little bit more complex: How about the
consistency between documents and GUI strings and those of the system
messages? How about the translation of installation Wiki pages? They are not
in the resources! For example, where could we find strings of the main pages
when XWiki is installed for the first time?
Adding to that and according to your experience in its localization, I would
like to know if you got well localized version into Galician when you
translated these resource files?
Finally, what kind of methods have you used for managing consistency between
GUI and documentation strings? In the process of localization, It is very
important to translate documentation and keep consistency (doc-GUI) since it
is an integrated part of any software.
The encoding of these files are not UTF-8, then how it will be possible to
manage multilingual content by shifting from one language to another during
runtime?
Thanks in advance.
Sincerely yours.
Youcef
> Bey Youcef <youcef.bey(a)gmail.com> escribiu:
>
>
> > Dear all,
> >
> > I installed the workspace version, which need Jetty and HSQL D
> >
> > Directories don't includes any file containg the localized strings, or
> may
> > be the are somewhere else, in package?
> >
> > I would like to start the localization of XWiki into Arabic. To do so, I
> > need your help to know the nature of strings to translate.
> >
> > Thanks in advance.
> >
> > -- Youcef
> > _______________________________________________
> > users mailing list
> > users(a)xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
>
> --
>
> =======================================================================
> Alberto Álvarez Lugrís <alugris(a)uvigo.es>
> Facultade de Filoloxía e Tradución
> Universidade de Vigo
> Campus Universitario Lagoas/Marcosende s/n
> 36310 Vigo
> Pontevedra
>
> Tel.: 986 812 329
> Fax: 986 812 380
>
> http://www.tradutoresgalegos.org [Asociación de Tradutores Galegos]
> http://www.bivir.com [Biblioteca Virtual]
> http://www.uvigo.es/webs/h06/weba573/indice.html [Área de T&I]
> http://webs.uvigo.es/alugris [Docencia]
> =======================================================================
>
> *
>
---------- Forwarded message ----------
From: mh <mhendred(a)gmail.com>
Date: Wed, Sep 17, 2008 at 11:44 AM
Subject: Getting the domain name of a virtual wiki through velocity
To: XWiki Developers <devs(a)xwiki.org>
Hi,
I have an XEM set up with with several virtual wikis on it. I'm trying
to get the name of the virtual xwiki though velocity. For example, say
that I have a XEM instance running two virtual wikis:
1) wikiA.domain.org
2) wikiB.domain.org
on a XEM called xem.domain.org
Im looking for the velocity code that will return the name (domain
name) when embedded in a page of one of the virtual wikis. Something
like: $xwiki.getServerName()
if i put that in a page in wikiA, it should return "wikiA.domain.org".
Likewise, if i put the same code in wikiB, it should return
"wikiB.domain.org"
I looked at the velocity code for
xem.doman.org/xwiki/bin/view/WikiManager/ because it lists the actual
domain names under the "Domain Names" column. But it just gets a list
of any virtual wikis available and lists them out. This page uses the
xwikimanager plugin. I looked at the api and didn't see a way to
directly get the domain name of the wiki in question. Could someone
please point me in the right direction? Thanks in advanced and have a
great day!
-mh
Dear all,
The XWiki Development Team is pleased to announce the release of the
Worktream Application, version 1.0.
You can find it here :
http://code.xwiki.org/xwiki/bin/view/Applications/WorkstreamApplication
Workstream is a internal twitter-like micro-blogging application that
allows the wiki users to post short status updates. It support internal
and external URL links using the wiki syntax. There is both a wiki page
with recent updates and the ability to browse updates by user, and a
panel easily installable in the whole wiki or in any space, with as well
recent updates and a text box for one to update its status.
Hope you'll enjoy it !
Thanks,
-The XWiki Development Team
Hi all,
Does anyone here knows why displayEdit of ListClass fields with a
display type of checkbox, radiobutton or select is always followed
with a hidden input tag, having the same name than the visible control ?
Here is an excerpt of the source code that cause this :
if (!getDisplayType().equals("input")) {
org.apache.ecs.xhtml.input hidden = new
input(input.hidden, prefix + name, "");
buffer.append(hidden);
}
I really wonder what is the need for that, and if I can remove it,
since this seems to break some screen readers, that makes confusion
between listbox and combobox due to this hidden field.
Thanks in advance for any advices.
Denis
--
Denis Gervalle
SOFTEC sa
http://www.softec.st
Dear all,
I installed the workspace version, which need Jetty and HSQL D
Directories don't includes any file containg the localized strings, or may
be the are somewhere else, in package?
I would like to start the localization of XWiki into Arabic. To do so, I
need your help to know the nature of strings to translate.
Thanks in advance.
-- Youcef
Guillaume,
Well just for convienence so if you have to reboot the Windows server then
XWiki would come up as a Windows service without admins having to remember
to restart XWiki. Having XWiki run as a Windows service seems the more
practical option in this case.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Guillaume Lerouge
Sent: 25 September 2008 10:04
To: XWiki Users
Subject: Re: [xwiki-users] Installing and running XWiki on Windows Vista
Hi Richard,
I've got a quick question : since XWiki Enterprise uses a client - server
architecture and is meant to be installed on the server and accessed through
a browser over the network, why would you need to have XWiki Enteprise start
each time windows start ?
Why don't you simply keep your windows server up all the time, with XWiki
Enterprise running on top of it all the time ?
Guillaume
On Thu, Sep 25, 2008 at 9:43 AM, goldring, richard <
richard.goldring(a)uk.thalesgroup.com> wrote:
> Hi,
>
> Some user observations on installing and running XWiki on Windows Vista:
>
> I tried installing (as administrator) the latest version of XWiki (using
> the
> slick looking Windows installer) on Windows Vista and it seemed to install
> ok, but when I tried running it up using the XWiki starup shortcut on the
> desktop it couldn't find the start_xwiki.bat in the XWiki directory. I
> looked and found it under the jetty directory, so moved them to the XWiki
> directory and tried again, but got access denied errors and can't write to
> the log file errors in the startup window. When I ran the the
> start_xwiki.bat directly from a command window it started up correctly and
> worked fine. So it looks like some configuration, permissions issues need
> addressing in the next release of XWiki.
>
> To simply things is it possible to install XWiki directly as a Windows
> service so it always comes up when Windows starts? Does anyone know how to
> do this? Maybe this could be done for the next release of XWiki? The
easier
> and quicker XWiki can be installed and run up then more likely it is to be
> used by more users.
>
> New WYSIWYG editor
> Like the new editor ... but it's still got a long way to go ... I'd like
to
> see some easy WYSIWYG way of laying out tables, columns, rows, frames by
> being able to drag them to the desired positions and sizes.
>
> Document storage in XWiki
> Like to have the option to store attached documents external to any XWiki
> database in some sort of directory structure, for ease of backup and to
> ease
> performance issues when the database gets stuffed with huge documents.
>
> Hope these observations help.
>
> Regards,
>
> Richard
>
> Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
> is confidential. It may also be legally privileged. It is intended only
for
> the stated addressee(s) and access to it by any other person is
> unauthorised. If you are not an addressee, you must not disclose, copy,
> circulate or in any other way use or rely on the information contained in
> this e-mail. Such unauthorised use may be unlawful. We may monitor all
> e-mail communications through our networks. If you have received this
> e-mail
> in error, please inform us immediately on +44 (0) 1749 672081 and delete
it
> and all copies from your system. We accept no responsibility for changes
to
> any e-mail which occur after it has been sent. Attachments to this e-mail
> may contain software viruses which could damage your system. We therefore
> recommend you virus-check all attachments before opening. A business of
> Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne
Business
> Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
> 868273
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://blog.xwiki.com/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
For more information on Windows services see:
http://en.wikipedia.org/wiki/Windows_servicehttp://en.wikipedia.org/wiki/Talk:Windows_servicehttp://www.blackwasp.co.uk/WindowsService.aspx
as to whether it's a good idea to install XWiki as a Windows service.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of goldring, richard
Sent: 25 September 2008 08:44
To: 'XWiki Users'
Subject: [xwiki-users] Installing and running XWiki on Windows Vista
Hi,
Some user observations on installing and running XWiki on Windows Vista:
I tried installing (as administrator) the latest version of XWiki (using the
slick looking Windows installer) on Windows Vista and it seemed to install
ok, but when I tried running it up using the XWiki starup shortcut on the
desktop it couldn't find the start_xwiki.bat in the XWiki directory. I
looked and found it under the jetty directory, so moved them to the XWiki
directory and tried again, but got access denied errors and can't write to
the log file errors in the startup window. When I ran the the
start_xwiki.bat directly from a command window it started up correctly and
worked fine. So it looks like some configuration, permissions issues need
addressing in the next release of XWiki.
To simply things is it possible to install XWiki directly as a Windows
service so it always comes up when Windows starts? Does anyone know how to
do this? Maybe this could be done for the next release of XWiki? The easier
and quicker XWiki can be installed and run up then more likely it is to be
used by more users.
New WYSIWYG editor
Like the new editor ... but it's still got a long way to go ... I'd like to
see some easy WYSIWYG way of laying out tables, columns, rows, frames by
being able to drag them to the desired positions and sizes.
Document storage in XWiki
Like to have the option to store attached documents external to any XWiki
database in some sort of directory structure, for ease of backup and to ease
performance issues when the database gets stuffed with huge documents.
Hope these observations help.
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi all,
I have a problem with a class sheet. I have been working on a project for
the past few weeks. The class sheet has been edited many times. But after
doing the last edit the following happens.
1.
I can not access the class via the class editor page where all classes are
listed, so i cant see the class sheet or the class properties page. The
same error is displayed when accessing any document created using this
class. I get this error:
Detailed information:
Error number 3202 in 3: Exception while reading document
XWiki.ExpenseClass
Wrapped Exception: Error number 2002 in 2: Error parsing xml
XWiki.ExpenseClass
empNumber
2
0
empNumber
30
0
com.xpn.xwiki.objects.classes.StringClass
SuppBusiConfTotal
93
0
SuppBusiConfTotal
30
etc... for every property in the class (150 or so).
I can access the class sheet by using its URL. Editing or changing the
class sheet makes no difference.
I cannot access the class property page using its URL.
2.
The bread crumb link where parent and space is displayed for documents
created using this class shows this:
Scheduler: ${pdoc.displayTitle} > $tdoc.displayTitle
3.
I can not see the Expense.webhome page.
In this page I use seachDocuments to find all documents associated with
XWiki.ExpenseClass.
It looks like a class property has been corrupted and any attempt to read
any document associated with the class fails.
Error number 4001 in 4: Error while parsing velocity page Expenses.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
velocity page Expenses.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'getDocument' in class com.xpn.xwiki.api.XWiki threw exception
com.xpn.xwiki.XWikiException: Error number 3202 in 3: Exception while
reading document Expenses.Expensecarrollj15330323092008dgs
4.
To get around this problem I created another class, matching the properties
of the first class. That worked fine for a little while, even after editing
the class sheet many times. This second class is now doing the same thing
as the first class.
Just to let you know; in the class sheet i am using searchDocuments to find
documents created using other classes.
So what am i doing wrong? Is there any way i can fix this?
--
View this message in context: http://n2.nabble.com/Problem-with-class-sheet-tp1113196p1113196.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
Some user observations on installing and running XWiki on Windows Vista:
I tried installing (as administrator) the latest version of XWiki (using the
slick looking Windows installer) on Windows Vista and it seemed to install
ok, but when I tried running it up using the XWiki starup shortcut on the
desktop it couldn't find the start_xwiki.bat in the XWiki directory. I
looked and found it under the jetty directory, so moved them to the XWiki
directory and tried again, but got access denied errors and can't write to
the log file errors in the startup window. When I ran the the
start_xwiki.bat directly from a command window it started up correctly and
worked fine. So it looks like some configuration, permissions issues need
addressing in the next release of XWiki.
To simply things is it possible to install XWiki directly as a Windows
service so it always comes up when Windows starts? Does anyone know how to
do this? Maybe this could be done for the next release of XWiki? The easier
and quicker XWiki can be installed and run up then more likely it is to be
used by more users.
New WYSIWYG editor
Like the new editor ... but it's still got a long way to go ... I'd like to
see some easy WYSIWYG way of laying out tables, columns, rows, frames by
being able to drag them to the desired positions and sizes.
Document storage in XWiki
Like to have the option to store attached documents external to any XWiki
database in some sort of directory structure, for ease of backup and to ease
performance issues when the database gets stuffed with huge documents.
Hope these observations help.
Regards,
Richard
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on +44 (0) 1749 672081 and delete it
and all copies from your system. We accept no responsibility for changes to
any e-mail which occur after it has been sent. Attachments to this e-mail
may contain software viruses which could damage your system. We therefore
recommend you virus-check all attachments before opening. A business of
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
I have a bulleted list. I want to insert a code section in the list. when I
use the WYSIWIG editor to add the code, the margin of the code block gets
formatted outside of the bulleted list. I've tried using the wiki editor to
put the code, but I haven't figured out the syntax.
Code:
* Item 1
* Item 2
{code}Here's some code.{code}
* Item 3
Expected:
1. Item 1
2. Item 2
Here's some code.
3. Item 3
Actual:
1. Item 1
2. Item 2
Here's some code.
3. Item 3
What is the best way to do this? I am using XWiki Enterprise version
1.5.1.12494.
Thanks.
Taro
--
View this message in context: http://n2.nabble.com/How-do-I-add-code-tag-in-a-bulleted-list--tp1116403p11…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi everyone,
This is my first post. We're trying to set-up xwiki on Tomcat with
MySQL. We believe everything is configured properly according to the
documentation but we keep receiving the following error.
Any ideas where we should start troubleshooting?
HTTP Status 500 -
________________________________
type Exception report
message
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: Could not create a DBCP pool. There is an error in
the hibernate configuration file, please review it.
org.apache.struts.action.RequestProcessor.processException(RequestProces
sor.java:535)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:433)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:287)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
root cause
com.xpn.xwiki.XWikiException: Error number 3 in 0: Could not initialize
main XWiki context
Wrapped Exception: Error number 3001 in 3: Cannot load class
com.xpn.xwiki.store.migration.hibernate.XWikiHibernateMigrationManager
from param xwiki.store.migration.manager.class
Wrapped Exception: Error number 0 in 3: Exception while hibernate
execute
Wrapped Exception: Could not create a DBCP pool. There is an error in
the hibernate configuration file, please review it.
com.xpn.xwiki.XWiki.getMainXWiki(XWiki.java:322)
com.xpn.xwiki.XWiki.getXWiki(XWiki.java:383)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:135)
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestor
erFilter.java:287)
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.18 logs.
________________________________
Apache Tomcat/6.0.18
Dear Anca,
Thank you for your advice. I understand what happened:
I initially downloaded the 1.6.M2, and afterwards the 1.5.2 version. The 1.5.2 version had the same behaviour because the browser had cached the javascript files of the WYSIWYG editor. So after having cleared the browser's cache, it works like it should.
However I think that the behaviour mentioned before is not a correct one (in the 1.6.M2), but I guess that you already know this and perhaps is on your todo list for the next release.
Thank you again.
Best regards,
Cristi.
----- Message d'origine ----
De : Anca Paula Luca <ancapaula.luca(a)xwiki.com>
À : XWiki Users <users(a)xwiki.org>
Envoyé le : Mardi, 23 Septembre 2008, 22h40mn 33s
Objet : Re: [xwiki-users] WYSIWYG editor: Title 1 formatting generates html syntax instead xwiki syntax
What XWiki version have you downloaded and installed?
The playground is version 1.5.2 (last stable) but we also have for download a
1.6 milestone 2.
A lot of things in the rendering have changed in the mean time.
If the playground suits your needs, just download and use the 1.5.2 version.
Anca Luca
Cristian SPIESCU wrote:
> I have just installed XWiki, which I think is a great tool from what I have seen until now.
>
> However I'm experiencing a quite annoying problem: the WYSIWYG editor from my instance of XWIKI doesn't behave like the one from the playground instance:
>
> 1. when I select a text and mark it as "Title 1", it generates "<H1></H1>" instead of "1"
> 2. the wysiwyg editor doesn't display the horizontal line below the text (as it is displayed when the page is viewed). I saw that the demo version from playground.xwiki.org displayis these bars while editing a content.
>
> Perhaps there is some configuration that needs to be changed?
>
> Thank you in advance for your answer.
> Cristi.
>
>
>
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I have just installed XWiki, which I think is a great tool from what I have seen until now.
However I'm experiencing a quite annoying problem: the WYSIWYG editor from my instance of XWIKI doesn't behave like the one from the playground instance:
1. when I select a text and mark it as "Title 1", it generates "<H1></H1>" instead of "1"
2. the wysiwyg editor doesn't display the horizontal line below the text (as it is displayed when the page is viewed). I saw that the demo version from playground.xwiki.org displayis these bars while editing a content.
Perhaps there is some configuration that needs to be changed?
Thank you in advance for your answer.
Cristi.
Dear Gabriela,
I don't want it to generate html. I just want it to generate XWIKI headings instead of HTML, when editing a simple document.
For example I select a text and mark it as "Title1", and he outputs <h1>My text</h1> instead of 1 My text
Thanks,
WYSIWYG editor is not stable. and "dislikes" html code.
----- Original Message ----
From: Cristian SPIESCU <cristian607(a)yahoo.com>
To: users(a)xwiki.org
Sent: Tuesday, September 23, 2008 11:06:20 PM
Subject: [xwiki-users] WYSIWYG editor: Title 1 formatting generates html syntax instead xwiki syntax
I have just installed XWiki, which I think is a great tool from what I have seen until now.
However I'm experiencing a quite annoying problem: the WYSIWYG editor from my instance of XWIKI doesn't behave like the one from the playground instance:
1. when I select a text and mark it as "Title 1", it generates "<H1></H1>" instead of "1"
2. the wysiwyg editor doesn't display the horizontal line below the text (as it is displayed when the page is viewed). I saw that the demo version from playground.xwiki.org displayis these bars while editing a content.
Perhaps there is some configuration that needs to be changed?
Thank you in advance for your answer.
Cristi.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
i've created 1000 users via Groovy script. Each user document (profile) has a TacClass, a XWikiUsers and two XWikiRights objects.
If i call the object editor at user profile page to make some changes to XWikiUsers object it takes long before the data appears.
Other object edits slowed down as well.
Is there a known reason? Is there a known possibility to accelerate access to objects belonging to the current document (creation of some index in database, ...)?
Thanks,
Rudolf Tronicek
"50 erste Dates" mit Adam Sandler u. Drew Barrymore kostenlos anschauen!
Exklusiv für alle WEB.DE Nutzer. *http://www.blockbuster.web.de* [http://www.blockbuster.web.de]
Hi
I want to add a new language to my XWiki application. I changed Multi
Lingual in the 'General' section og Xwiki Preferences to 'Yes' and added
that language in the 'Languages' text box. Also I created an
ApplicationResources.properties for the language and added it to the
XWiki-1.5.jar. Is there any other classes which needs to be modified ? If
yes how that can be done ? In general would it be fare to pull out a class
from a jar file, modify it and put it back ? Please help.. I am using XE 1.5
Regards
Syam
--
View this message in context: http://n2.nabble.com/Adding-a-new-language-tp1109189p1109189.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have just started to work with XWiki and I have some problems with XWiki
Objects. I created simple new Class with 3 String properties (name, surname,
text) and this ClassSheet (copied from xwiki.org):
#set($class = $doc.getObject("XWiki.AtlantisClass").xWikiClass)
#set($hasProps = false)
#foreach($prop in $class.properties)
<dl>
<dt>1. Pretty is ${prop.prettyName} </dt>
<dd>2. Value $doc.display($prop.getName()) </dd>
</dl>
#end
In a new page, I selected "Edit->Objects". Then I added this object to the
page and filled in all 3 properties (like Bob, Smith, Lorem Ipsum). Then I
typed this in the wiki editor of the new page:
#includeForm("XWiki.AtlantisClassSheet")
And I expected something like this:
...
<dt>1. Pretty is Name </dt>
<dd>2. Value Bob </dd>
...
However instead of 'Bob' there is a content of "Custom display" of the
property name. Could anyone please help me how to see the value? I tried to
search the forum but the only thing I have found is that it should work like
that...
Thanks a lot
--
View this message in context: http://n2.nabble.com/Object-properties-problem-tp1109785p1109785.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I downloaded and successfully installed xwiki-workspaces-installer-windows-1.2-milestone-1.exe, for Windows. Going into the "Administration" tab (XWiki Workspaces Admnistration - http://localhost:8080/xwiki/bin/admin/XWiki/XWikiPreferences ), I see: General, Workspaces, Users, Groups. Nothing about "Import" and "Export", neither with Internet Explorer nor with Firefox.
How come? "Import" and "Export" are not available or is it a visualization problem?
Thank you
Carmelo
Hello
I have created many new pages of one class in my xwiki. Unfortunatly there
was one, with specal characters in the pagename. Now I am getting tha error:
"a different object with the same identifier value was already associated
with the session"
when I want to $xwiki.getDocument("BadNamedPage")
I tried to delete this page, but for the methods delete(),
deleteDocument()... I need to get the xwiki document. But as I wrote, I get
an error then. How can I delete it?
Hope someone can help me!
Thanks and best Regards,
Spinring
--
View this message in context: http://n2.nabble.com/error%3A-different-object-with-the-same-identifier-val…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
I found a bug on XWiki Workspaces, using Internet Explorer 6: it's not possible to use the "+" link from the "Applications" list. Instead this work properly with Firefox 3.
Cheers
Carmelo
The XWiki development team is pleased to announce the release of XWiki
Workspaces 1.2 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
New features have been implemented in this release, amongst them :
* Custom user groups (Manage global group of users, and add them as members of your workspaces)
* Revamped Administration
* Global Search (Search content across all the workspaces you have access to)
You can read the full release notes, including screenshots of the
aforementioned features, here :
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces12Milestone1
To get started with XWiki Workspaces, point your browser at
http://workspaces.xwiki.org
Thanks
-The XWiki dev team
Hi,
I'd like to add new applications to workspaces on XWiki Workspaces.
I'm trying to install the BullettinBoard application. I successfully installed it on XWiki Enterprise, but I was not able to properly install it on XWiki Workspaces. With Firefox 3 the "Import" tab was not visible, however I imported the BulletinBoardApplication2.xar using IE 6. After importing all its files the application is not visible on the users home page. What can I do to make it visible and usable ?
Thank you
Carmelo
Hi everybody,
using Mozilla Firefox 3 I found a bug on XWiki Workspaces: going into the "Administration" tab, after log in as Admin, is not possible to see the "Export" and the "Import" link. It works with IE 6.
Cheers
Carmelo
I think it's possible setting up right permissions, isn't it? But I'm not
able, due to page visualization errors...
This is what I see on the "Space Rights":
- Using Internet Explorer 6: check boxes are not visible
- Using Firefox 3: check boxes are visible, but it's not possible to save
changes because there is no save button
I hope you can help me, because I think that XWiki could be the right
solution for me, if I can use it properly
Thank you
Carmelo
< Hi everybody,
< using XWiki Workspaces I saw that the organization space is public, but
only for registered users. I'd like to have a space for non registered < <
users too... otherwise non registered user cannot see anything about the
organization's site.
< How can I do?
Hi everyone,
As you may have heard we've started implementing a new wiki syntax for
XE 1.6 and above.
The documentation draft is available here: http://dev.xwiki.org/xwiki/bin/preview/Drafts/XWikiSyntax20
We would be interested in getting your feedback on how well it works,
any issue you may have or any suggestion for further improvement.
You can grab a snapshot version of XE 1.6 here:
* Standalone version: http://tinyurl.com/3w4upj
* WAR: http://tinyurl.com/3nwy4z
* XAR: http://tinyurl.com/3pvmkc
To use it, log in as admin, edit a page, select "XWiki 2.0" in the
syntax field in the Panel on the right and you'll be using the new
syntax.
If you set your page to use the 2.0 syntax and if you use the WYSIWYG
editor you'll also notice that you'll be using the new GWT WYSIWYG
editor. This is a work in progress for which we're also interested in
feedback. However it's not finished yet, see
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
for how it's going to look like when finished.
If you find any issue please enter it in our issue tracker: http://jira.xwiki.org/jira/browse/XWIKI
so that we can fix it for the final 1.6 release (due in a few days).
Thanks for your help
-Vincent
Hi everybody,
using XWiki Workspaces I saw that the organization space is public, but only for registered users. I'd like to have a space for non registered users too... otherwise non registered user cannot see anything about the organization's site.
How can I do?
Thanking you in advance, cheers
Carmelo
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.5.2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is a quick release for important regression found in 1.5.1.
Changes from 1.5.1:
* XWIKI-2649 - xwiki.authentication.ldap.mode_group_sync is not
"always" by default
* XWIKI-2655 - Members of LDAP group detected with case sensitivity
* XWIKI-2663 - Image plugin does not resize .gif images
* XWIKI-2672 - new parseTemplate breaks setCacheDuration
* XWIKI-2681 - Minor edit checkbox and default language field doesn't work
* XE-301 - XE's xar has both pages with and without the .xml extension
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise152
Thanks
-The XWiki dev team
Hi everybody,
I'd like to use XWiki Workspaces, to give a personal space for each user, with Wiki, Blog, Photos, and Files. It would be great to add a Forum too. Is it possible? If no, what do you suggest?
Thank you, cheers
Carmelo
Hi everybody,
I'd like to know if XWiki can be used for Document Management. I need to store pdf and doc documents, giving the opportunity to search them. Is it possible? Or, is there any way to integrate any other DMS with XWiki?
Thank you very much
Carmelo
hello everyone.
I've been trying, without doing it, to order tags. I mean, I want all the tags to be saved in upper case, even if the user writes it in lower case. I don't want ta have "games", "Games" or "GAMES" tag, I only want to have GAMES tag, and the respective pages inside of it (this is automatic). Is there any way of doing this? I've been looking the code of the page (tagedit.vm) but It's hard to me, I understand a litte what it does but i can't find the way to do what I explained. I would like to know wich code and where I have to write it to save the tags in upper case. I suppose i would only have to write the code in the creation template because when you modify a page i request the tag wich is in upper case I think.
Thank you so much!
_________________________________________________________________
¡Entra en el Club oficial de Messenger y te enterarás de todas las novedades!
http://www.vivelive.com/ilovemessenger
sorry. concerning this link: http://n2.nabble.com/attach-with-target-td1097762.html i did not explained myself very good.
i want for a link (attachment link) that i create in a page(not the actual attachment part from the bottom) to open in a new window..
all the office documents: .doc etc can be downloaded but pdf can be seen. i want them to be seen in a new window.
so i wasn't talking about the actual attachment part, but about creating an attachment link inthe page:
{attach:sthinh.pdf}/ this has to open in a new window. i was looking in the editor and tiny_mce files...
a lot of them. so lost.
thanks
Hi all- I've been lurking for a while now. Have xwiki 1.5 installed and
working under tomcat w/mysql on a test system
Does anyone out there use xwiki for magazine or newspaper sites?
Are there any site examples where large amounts of content(editorial and
graphics) is changing daily and the site is hosting user forums and
e-commerce stuff?
tia for the pointers.
Dean Ross-Smith
Hi everybody,
I successfully installed XWiki Enterprise 1.5.1.12494, now I'd like to set it up with the Italian language. I saw that it is possible to make XWiki multilingual, and I successfully translated some documents in both English and Italian... but is it possible to make Italian the default language, so that when users log into XWiki the "whole" site is already in Italian? I hope that there is a way to do that, otherwise I'll have to translate every XWiki page from English to Italian...
I hope you can help me, thank you very much in advance
Carmelo
Hello. trying to link to an attach(PDF file) from my page and i don;t know how to add the target = "_blank" property.
i found this thread... but it does not give the sollution, it just sais that it is possible. how weird is that?
http://n2.nabble.com/Attachment-link-with-target-td506932.html#a506933
thanks
Hi,
im testing 1.6m2 and ran into some problems.
LDAP-Authentication (Active Directory) seems not to work. It did with XWiki
Enterprise 1.5.11446 using the same definitions in xwiki.cfg.
Displaying Groups in XWikiPreferences seems not to work. I get the following
error in the logs:
2008-09-12 13:08:50,444
[http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getg…]
[http-8080-2] WARN util.JDBCExceptionReporter - SQL Error: 1064,
SQLState: 42000
2008-09-12 13:08:50,444
[http://localhost:8080/xwiki16m2/bin/admin/XWiki/XWikiPreferences?xpage=getg…]
[http-8080-2] ERROR util.JDBCExceptionReporter - You have an error in
your SQL syntax; check the manual that corresponds to your MySQL server
version for the right syntax to use near 'from stringprop2_.XWS_VALUE)<>'''
at line 1
Finaly the new WYSIWYG Editor seems not to work. When i change the page
Syntax to "XWiki 2.0" and Edit the Page i get the following error.
" app.appname
app.errorwithcode com.google.gwt.user.client.rpc.StatusCodeException: <?xml
version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD
XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head>
.... "
--
View this message in context: http://n2.nabble.com/XWiki-1.6m2-Issues-tp1084838p1084838.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
How can I get a list of all pages of one space shown in the table with
filters (such as the search table)? I want to have the titles of columns:
full name, site, creator, the last editor, date and action.
Thanks in advance
Sime S.
The XWiki development team is pleased to announce the release of XWiki Workspaces 1.1 Release Candidate 2,
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the second and hopefully last Release Candidate for the 1.1 cycle, and is mainly a bug fix
release. You can find out more reading the full releases notes at
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWorkspaces11RC2,
including installation and upgrade instructions.
Thanks,
-The XWiki dev team
Hi all,
A couple pages on my wiki have been spammed and I was wondering if
there is a way to delete all comments by XWikiGuest easily. I have
noticed a table in the db called xwikircs that gets updated evertime
there is a change to the wiki. Also noticed that when someone makes a
comment some info about the comment, including the comments goes there
too. But for some reason the xwikicomments table is empty? So i guess
there are really two questions, why is the xwikicomments table empty
and is there an easy way to delete spam comments (comments by
XWikiGuest). Thanks in advanced!
-m
Hello everyone!
While editing an existing page, all accented characters have turned
into evergrowing strings of ugly characters, such as
Ã?Æ'Ã?'Ã?â? 'Ã?Æ'ââ?¬Å¡Ã?â??Ã?¡
for á (acute accented a). They keep growing every time I edit the
page. I have not made any changes in the site, neither encoding nor
any other thing.
How can I solve this? Thank you very much!!
Albertyo
--
=======================================================================
Alberto Álvarez Lugrís <alugris(a)uvigo.es>
Facultade de Filoloxía e Tradución
Universidade de Vigo
Campus Universitario Lagoas/Marcosende s/n
36310 Vigo
Pontevedra
Tel.: 986 812 329
Fax: 986 812 380
http://www.tradutoresgalegos.org [Asociación de Tradutores Galegos]
http://www.bivir.com [Biblioteca Virtual]
http://www.uvigo.es/webs/h06/weba573/indice.html [Área de T&I]
http://webs.uvigo.es/alugris [Docencia]
=======================================================================
*
Hi
I have an IE6 bug in my left hand panel menu that I believe can be fixed
simply by adding a <!-- comment --> after the <ul class="star"> and before
the first <li>
Vincent kindly posted this:
"This is getting changed in the new rendering. In the old one you can
find it here:
http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/j
ava/com/xpn/xwiki/render/filter/XWikiListFilter.java"
I have unzipped the xwiki-core-1.5.jar and found the xwikiListFilter.class.
Is this the right file? (shouldn't it be .java???) When I open it in notepad
I can't find the line OPEN_LIST.put('*', "<ul class=\"star\">\n"); which I
htink is what I am looking for.
Any more help would be greatly appreciated
Thanks
Edward
I have unziped all the jars in WEB_INF but I can't find ClassSheet.xml which is related with FAQ class generation . Could you tell me where this file exsit.
Hi,
I'm checking XWiki XE 1.6 (xwiki-enterprise-web-1.6-milestone-2.war [http://forge.objectweb.org/project/download.php?group_id=170&file_id=11…]) and realized a problem in document history.
No matter if a document is stored with "minor edit" box checked or not checked, in history the major edit number is allways increased.
Should i raise a JIRA? I was not able to find an related entry in JIRA or in the mailing list yet.
Thanks,
Rudolf Tronicek
Schon gehört? Bei WEB.DE gibt' s viele kostenlose Spiele:
*http://games.entertainment.web.de/de/entertainment/games/free/index.html* [http://games.entertainment.web.de/de/entertainment/games/free/index.html]
Hi
I want to execute some scripts when the user clicks on Save & Cancel button
of a document. Is it possible in Xwiki to catch these events? I am using XE
1.5. Please help ....
Regards
Syam
--
View this message in context: http://n2.nabble.com/Handling-Save---Cancel-Events-tp1091864p1091864.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello List,
We have just activated statistics in our 1.4.1 xwiki installation and
when accessing the Stats.WebHome page I get the following exception.
Error number 4001 in 4: Error while parsing velocity page Stats.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while
parsing velocity page Stats.WebHome
Wrapped Exception: Failed to evaluate content with id Web Home
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:231)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:182)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:151)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:43
3)
at
com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.ja
va:163)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1407)
at com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1387)
at com.xpn.xwiki.api.Document.display(Document.java:940)
at sun.reflect.GeneratedMethodAccessor161.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:107)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:93)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:258)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:182)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:151)
at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultX
WikiRenderingEngine.java:140)
at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:42
3)
at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504)
at com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:608)
at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295)
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245)
at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203)
at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88)
at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:107)
at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145)
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117)
at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226)
at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504)
at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:109)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:225)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:596)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:830)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:471)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:633)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:816)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:833)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
Wrapped Exception:
org.apache.velocity.exception.MethodInvocationException: Invocation of
method 'getDocumentStatistics' in class com.xpn.xwiki.api.StatsService
threw exception java.lang.NullPointerException @ Stats.WebHome6,33? at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:286) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203) at
org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.
java:419) at
org.apache.velocity.runtime.parser.node.ASTExpression.value(ASTExpressio
n.java:73) at
org.apache.velocity.runtime.parser.node.ASTSetDirective.render(ASTSetDir
ective.java:125) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226) at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:93) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:258) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:182) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:151) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:43
3) at
com.xpn.xwiki.objects.classes.TextAreaClass.displayView(TextAreaClass.ja
va:163) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1407) at
com.xpn.xwiki.doc.XWikiDocument.display(XWikiDocument.java:1387) at
com.xpn.xwiki.api.Document.display(Document.java:940) at
sun.reflect.GeneratedMethodAccessor161.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at
java.lang.reflect.Method.invoke(Unknown Source) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:107) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.directive.Foreach.render(Foreach.java:448)
at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226) at
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.
java:93) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:258) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:182) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderText(DefaultXWiki
RenderingEngine.java:151) at
com.xpn.xwiki.render.DefaultXWikiRenderingEngine.renderDocument(DefaultX
WikiRenderingEngine.java:140) at
com.xpn.xwiki.doc.XWikiDocument.getRenderedContent(XWikiDocument.java:42
3) at com.xpn.xwiki.api.Document.getRenderedContent(Document.java:371)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at
java.lang.reflect.Method.invoke(Unknown Source) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504) at
com.xpn.xwiki.api.XWiki.parseTemplate(XWiki.java:608) at
sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at
java.lang.reflect.Method.invoke(Unknown Source) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245) at
org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReferenc
e.java:203) at
org.apache.velocity.runtime.parser.node.ASTReference.render(ASTReference
.java:294) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.apache.velocity.runtime.directive.VelocimacroProxy.render(Velocimacr
oProxy.java:194) at
org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective
.java:170) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:88) at
org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74
) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfState
ment.java:107) at
org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.jav
a:318) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:145) at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.
java:117) at
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRendere
r.java:226) at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1504) at
com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:109) at
com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:225) at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.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:596) at
javax.servlet.http.HttpServlet.service(HttpServlet.java:689) at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:428)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:830) at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodi
ngFilter.java:112) at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(Web
ApplicationHandler.java:821) at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationH
andler.java:471) at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:568)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565) at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationCon
text.java:633) at
org.mortbay.http.HttpContext.handle(HttpContext.java:1517) at
org.mortbay.http.HttpServer.service(HttpServer.java:954) at
org.mortbay.http.HttpConnection.service(HttpConnection.java:816) at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:983) at
org.mortbay.http.HttpConnection.handle(HttpConnection.java:833) at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244
) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357) at
org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534) Caused
by: java.lang.NullPointerException at
com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader.getHqlNameFilterFromScop
e(XWikiStatsReader.java:129) at
com.xpn.xwiki.stats.impl.xwiki.XWikiStatsReader.getDocumentStatistics(XW
ikiStatsReader.java:199) at
com.xpn.xwiki.stats.impl.XWikiStatsServiceImpl.getDocumentStatistics(XWi
kiStatsServiceImpl.java:171) at
com.xpn.xwiki.api.StatsService.getDocumentStatistics(StatsService.java:9
0) at sun.reflect.GeneratedMethodAccessor209.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at
java.lang.reflect.Method.invoke(Unknown Source) at
org.apache.velocity.util.introspection.UberspectImpl$VelMethodImpl.invok
e(UberspectImpl.java:295) at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java
:245) 116 more
hi...im facing a problem with the press review feature on xwiki watch
email....i get a error saying that the """ could not connect to smtp host
127.0.0.1 port : 25""""
even when i change the smtp server details under prefrences,it still gives
me the same error..........
pls help
Thank You
Srikanth
Hello,
I want to write something in all new documents as a standard , which the
user wants to create,
as for example:
1.Introduction
here can the user write something and
2. Article
here can thr user write something
Introduction and Article should be the standard text in all documents.
I have to change one template vm file or what should I do to have
standard text in all documents? The TOC Macro should also work in
this way.
Thanks ,
Rez
--
View this message in context: http://n2.nabble.com/writing-something-as-standard-in-all-documents-tp10922…
Sent from the XWiki- Users mailing list archive at Nabble.com.