Hello!
I want to use the Xwiki Enterprise to display Geogebra's applets. On this
page http://geogebra.normala.hr/xwiki/bin/view/Main/Applet you can see an
applet. Page calls file from attachment, and executable geogebra.jar file
from other folder. On page is HTML code by which it works applet.
Please, can you help someone create a macro to simplify the procedure.
I thank in advance,
Sime Suljic
Dear all
I want to find the file that generates this piece of html. It is in the <ul
class="star"> that exists within the
<div id="leftPanels" class="panesl left">
<ul class="star">
<li><span class="wikilink"><a href=".............."
</ul>
etc
thanks
On Sep 15, 2008, at 1:56 PM, Edward Laptop wrote:
> Hi
>
> Had a good search around on my pc (I have a local server) and
> couldn't find
> XWikiListFilter.java to make my alteration
>
> Where oh where is it?
I gave you the link already... As you can see it's a java class so
it's in a jar (the xwiki-core jar to be precise).
Maybe if you explained what you want to do we could provide a better
answer...
Thanks
-Vincent
Ps: Please use the mailing list in the future.
> -----Original Message-----
> From: Vincent Massol [mailto:vincent@massol.net]
> Sent: 15 September 2008 10:01
> To: XWiki Users
> Cc: edward(a)eldon.gotadsl.co.uk
> Subject: Re: [xwiki-users] Trying to find...
>
>
> Hi,
>
> On Sep 15, 2008, at 10:48 AM, Edward Laptop wrote:
>
>> sorry, not very clear - I want to find the line
>>
>> <ul class="star">
>>
>> within the left hand panel that I use for navigation
>
> 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
>
> -Vincent
>>
>> -----Original Message-----
>> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On
>> Behalf
>> Of Edward Laptop
>> Sent: 15 September 2008 09:47
>> To: XWiki Users
>> Subject: [xwiki-users] Trying to find...
>>
>>
>> Dear all
>>
>> I want to find the file that generates this piece of html. It is in
>> the <ul
>> class="star"> that exists within the
>> <div id="leftPanels" class="panesl left">
>> <ul class="star">
>> <li><span class="wikilink"><a href=".............."
>> </ul>
>> etc
>>
>> thanks
>
Hi
We are using mySQL for our database. We have an issue whereby two
documents appear in the treeview next to a space - a space that we
deleted via the Delete Space snippet (the space itself is still being
shown within Administration). If we click on either document we are
informed that it no longer exists - which is true, but for some reason
treeview thinks that they still do! We have run the Sanity Check script
as shown on the Database Administration page, but nothing is showing.
Other than changing the treeview code to treat this space as a hidden
space - which obviously means we can't use that name in the future and
really isn't a great solution, what can we do to remove them and the
space itself?
Thanks
Michael
This e-mail message is intended for the above named recipient(s) only.
It may contain confidential information that is privileged. If you are not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this e-mail and any attachment(s) is strictly prohibited.
If you have received this e-mail by error, please immediately notify the sender by
replying to this e-mail and deleting the message including any attachment(s) from your system.
Thank you in advance for your cooperation and assistance.
Hello!
On the user management page (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/User+Management) there
is this info: "You can also customize the way users are registered in your
xwiki by creating a XWiki.Registration page which will override the default
registration page."
All I would like to do was to add a little warning, so I'd like to just copy
the current page code and add it.... but if I ask to view the
XWiki.Registration or XWiki.Register page codes, they are empty.
Where can I find the code for the current Register process?
Thank you,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Dear All
I have a menu growing problem in IE6 - its fine in FF, Opera, Safari and IE7
I thinking this might be an IE6 bug - but I don't know how to fix it. I
would really value any pointers.
You can see an image of the problem at www.ee-web.co.uk/menus.jps
Here is the html for the links:
<div id="caastLeftHandMenu">
<ul class="star">
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/">Home</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/AllDocs">Index</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/Main/EventCalendar">Calendar</a></span></li>
<li><span class="wikilink"><a
href="/xwiki/bin/view/EdFAQs/EdFAQClass">FAQ</a></span></li>
</ul></div>
and here's the css
#caastLeftHandMenu { width: 180px; border:1px solid red;}
#caastLeftHandMenu ul{margin-left: 0; padding-left: 0; list-style-type:
none; }
#caastLeftHandMenu a {display: block; padding: 3px; width: 160px;
background-color:#CCFF99; border-bottom: 1px solid #eee; }
#caastLeftHandMenu .wikilink{ margin:0; padding:0; }
Hello,
I have some recurrent problems with the WatchList functionality, the
following exception occurs when the job generates the watchlist email :
[ERROR] Method getExternalURL threw exception for reference $udoc in
template XWiki.WatchListMessage at [5,71]
org.xwiki.velocity.XWikiVelocityException: Failed to evaluate content with
id [XWiki.WatchListMessage]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:187)
[...]
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
Caused by: org.apache.velocity.exception.MethodInvocationException:
Invocation of method 'getExternalURL' in class com.xpn.xwiki.api.Document
threw exception java.lang.NullPointerException @
XWiki.WatchListMessage[5,78]
at
org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
[....]
at
org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
... 7 more
Caused by: java.lang.NullPointerException
at
com.xpn.xwiki.doc.XWikiDocument.getExternalURL(XWikiDocument.java:838)
at com.xpn.xwiki.api.Document.getExternalURL(Document.java:497)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
I reinstalled XE 1.5.1, reimported the .xar for watchlist (1.9) and
scheduler (1.5) applications, removed all scheduled jobs and restarted
tomcat container, but still the same. I believed it might be caused by a
"corrupted" or invalid watched document, but I don't how to determine if
this is really the cause and which document it could be ...
BTW, I wanted to test by changing the notification email format (HTML or
TEXT seem to be possible choices), but I didn't find how to update this
parameter ...
Any help welcome,
Best regards,
Jeremie
Hi,
I'm new to XWiki and trying to dig into the API usage. My goal is to write a
little access client (for educational purpose) like create new users
adding/edit pages and so on.
The API documentation is al bit confusing to me. I didn't know where to
start an get my initial "XWiki" object to interact/access the wiki and it's
api funktions.
there ist an xwiki object "com.xpn.xwiki.api.XWiki" but the constructor
seems to get also an xwiki object wich i don't even have
XWiki (com.xpn.xwiki.XWiki xwiki, com.xpn.xwiki.XWikiContext context)
where do i get these object or where is the actual or right startig point?
sry if this is asket before. but i didn't find the answer on the xwiki doku
pages (there're more dealing with the velocety stuff) neither an the mailing
list (as you can imagine im getting a huge amount of unrelated post when i
try to search xwiki :( )
hope some one can give me a little hint on this
best regards
Hello,
How can I use the toc - command : #toc("2" "3" "") in a FAQ Site.
I want to display the table of contents in the textfield of questions
or answers, so that the content-directory appears on the area of the
questions
or answers.
For example :
Questions
1.1. Title
1.2 Title 2
Anwers:
*table of
contents*
2.1 title 2.1
2.2 title2 2.2
2.3 title 3 2.3
Thank you,
Rez
--
View this message in context: http://n2.nabble.com/table-of-contents-in-a-faq-tp1082411p1082411.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
My client has asked if there is anyway to increase the maximum number of
characters in an attachment name. It appears to display up to 25 characters
and then a ~.jpg or whatever. He wants the full name displayed.
Thanks
Edward
The XWiki development team is pleased to announce the release of XWiki Watch 1.1
Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download !
This is the first milestone of the 1.1 version of XWiki Watch which focuses on
the user experience by improving the user interface and performance of the Watch
Reader. From the changes in this release, we mention:
* the redesign and better user interaction for the article list, with a more
friendly, non-blocking loading mechanism and in-place forms (XWATCH-194, XWATCH-198)
* live grids for the articles table in the feed pages in the wiki view (XWATCH-208)
* the forbidden actions are not displayed in the Watch Reader interface
anylonger (XWATCH-95)
* a first iteration in the performance amelioration of Watch Reader by using
optimised queries (XWATCH-201, XWATCH-202, XWATCH-203)
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch11M1
Thanks
-The XWiki dev team
Hi ,
I have installed Import-Export application (downloaded and imported as
XAR), but it seems not working.
Here is what I found out while using this app:
• Selective Export: – I can select certain space from a combobox, but no
pages from this space appear to choose them.
• Export by date: - I cannot select spaces, but if I input one space and
click on the export button, it brings only a couple words of code on the
page : $exp.export($context,$xwiki,$request,$response)
• Export a single page: I can choose a separate page with help of light
box, but it comes to XML SyntaxError.
Catalina.out:
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible.
Admin.Export [line 2, column 16]
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible.
Admin.Export [line 11, column 20]
[ERROR] Left side ($action) of '==' operation has null value. If a
reference, it may not be in the context. Operation not possible.
Admin.Export [line 19, column 20]
• Import a single page: – it displays the source code (S. screenshots)
Is there any step that I’m missing?
Our environment:
- XE 1.5 ( I have tried with 1.5.1. as well)
- Tomcat 6.0.16
- JDK 1.6 Update 7
- MySQL Community Server 5.0.51a
- MySQL Java Connector 5.0.8
Thanks in advance,
Alla
http://n2.nabble.com/file/n1079545/screenshot_export_from_date.png
screenshot_export_from_date.png
http://n2.nabble.com/file/n1079545/screenshot_export_import_app.png
screenshot_export_import_app.png
http://n2.nabble.com/file/n1079545/screenshot_export_page.png
screenshot_export_page.png
http://n2.nabble.com/file/n1079545/screenshot_import_page.png
screenshot_import_page.png
--
View this message in context: http://n2.nabble.com/Export-Import-Application-tp1079545p1079545.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
XE 1.5, 1.5.1: I often (but not every time) get the “Exception while
loading lock” when I’m editing a page and decide to cancel action without
saving the changes.
Any ideas why this happens and how to avoid it?
I looked into the xwikilock table – it was not really an entry with
XWL_DOC_ID for edited document (in this case 1291273995).
---
Error number 13007 in 3: Exception while loading lock
Wrapped Exception: No row with the given identifier exists:
[com.xpn.xwiki.doc.XWikiLock#1291273995]
com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while
loading lock
Wrapped Exception: No row with the given identifier exists:
[com.xpn.xwiki.doc.XWikiLock#1291273995]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1654)
at com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:432)
at com.xpn.xwiki.doc.XWikiDocument.getLock(XWikiDocument.java:3604)
at com.xpn.xwiki.web.CancelAction.action(CancelAction.java:60)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
org.hibernate.ObjectNotFoundException: No row with the given identifier
exists: [com.xpn.xwiki.doc.XWikiLock#1291273995]
at
org.hibernate.impl.SessionFactoryImpl$1.handleEntityNotFound(SessionFactoryImpl.java:377)
at
org.hibernate.event.def.DefaultLoadEventListener.load(DefaultLoadEventListener.java:145)
at
org.hibernate.event.def.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:195)
at
org.hibernate.event.def.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:103)
at org.hibernate.impl.SessionImpl.fireLoad(SessionImpl.java:878)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:784)
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1647)
at com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:432)
at com.xpn.xwiki.doc.XWikiDocument.getLock(XWikiDocument.java:3604)
at com.xpn.xwiki.web.CancelAction.action(CancelAction.java:60)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Thanks in advance,
Alla
--
View this message in context: http://n2.nabble.com/XwikiException-while-loading-lock-tp1082397p1082397.ht…
Sent from the XWiki- Users mailing list archive at Nabble.com.
I would like a wiki please, NETCIPIA doesn't seem to satisfy. This wiki
will be the host for my remixes, game mods, and study guides, among other
things. I would like for it to be called Azquesage
(azquesage.myxwiki.org). I plan on adding plugins, skins, applications,
&c. if possible. If not, so be it. My username is SwooshyCueb.
Mani Thanx,
Swooshy
--
Yes, I know that GodCube is n00bish, but it doesn't get much spam.
You may have gotten e-mail from one of my other addresses:
merrell88shade(a)comcast.net
merrellalt(a)comcast.net
merrell88shade(a)hotmail.com
You may know me as:
Merrell
Shade
Tweak
GodCube
SwooshyCueb
P62
GCP
IYWN Representative
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.6 Milestone 2.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Last milestone of the XWiki Enterprise 1.6 version.
Main changes:
* XWIKI-2634 - Various tasks for the new rendering implementation
* XWIKI-2651 - Create a new WYSIWYG editor based on GWT - 1.6M2
* XWIKI-2635 - Experimental XWiki Query Language
* XWIKI-2623 - Update MSSQL hibernate mapping file and ship it with
xwiki distributions
* XWIKI-2643 - Ability to easy add languages in QueryManager via
QueryExecutor components
* XE-300 - The treeview should sort spaces by their name
Important bug fixes:
* XWIKI-2573 - viewrev action fails with ugly stacktrace for
documents with attachments when no revision number is requested
* XWIKI-2649 - xwiki.authentication.ldap.mode_group_sync is not
"always" by default
Note that general goals for XWiki Enterprise 1.6 are:
* Beta versions of new rendering + new WYSIWYG editor
* Revamped Blog UI + features
* Security issues already in JIRA (marked as high priority)
* Bug fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise16M2
Thanks,
The XWiki dev team
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.2.1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
This is the last XEM 1.2.x version, after that this branch is not
supported anymore.
It's an XE upgrade from 1.4.1 to 1.4.2 and also contains some UI improvements.
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM121
Thanks
-The XWiki dev team
Hi,
I've set up the xwiki installation and I have couple of problems with
LDAP auth.
1. I successfully bind to our corp Sun DS. But regardless the
xwiki.authentication.ldap.validate_password is set to 0 the
compareRequest is generated in the LDAP communication (did some wire
snooping with wireshark). IMHO (after quick look to the Java code) the
compareRequest should not appear if validate_password is set to 0.
2. I try to map one of my ldap groups to xwiki group and without any
effect. The pages that require specific roles remain unaccessible.
Needles to say that both xwiki and ldap groups exist.
Greg
--
SOLIDEX S.A.
Tel: +48 12 638 04 80
Fax: +48 12 638 04 70
http://www.SOLIDEX.com.plhttp://www.SOLIDnySerwis.pl
Niniejsza wiadomo�� zawiera informacje zastrze�one i stanowi�ce tajemnic� przedsi�biorstwa firm grupy SOLIDEX. Ujawnianie tych informacji osobom trzecim lub nieuprawnione wykorzystanie ich do wlasnych cel�w jest zabronione. Je�eli otrzymali�cie Pa�stwo niniejsz� wiadomo�� omy�kowo, prosimy o niezw�oczne skontaktowanie si� z nadawc� oraz usuni�cie wszelkich kopii niniejszej wiadomo�ci.
This message contains proprietary information and trade secrets of SOLIDEX group companies. Unauthorized use or disclosure of this information to any third party is prohibited. If you received this message by mistake, please contact the sender immediately and delete all copies of this message.
hello
I want to use the MindMap space,and i had import mindmap-1[1][1].0.zip,but when i open the MindMap space,there is a note as follows:
Installation is not complete. You need to add MindMap.Translations in the translations page. Click on Administration, choose the Advanced accordion and scroll to the translations field. Then add MindMap.Translations in the list of translations pages.
how can I add MindMap? If i can receive the mail of the steps how to add MindMap in detials ,it will be helpful. Thanks very much!
田立兴
2008-09-10
hello
I want to use the MindMap space,and i had import mindmap-1[1][1].0.zip,but when i open the MindMap space,there is a note as follows:
Installation is not complete. You need to add MindMap.Translations in the translations page. Click on Administration, choose the Advanced accordion and scroll to the translations field. Then add MindMap.Translations in the list of translations pages.
how can I add MindMap? If i can receive the mail of the steps how to add MindMap in detials ,it will be helpful. Thanks very!
田立兴
2008-09-10
Hi
Email alert in watch functionality is not working with XE 1.5.
Please let me know if it has been fixed in 1.6.
Thanks & Regards
Syam
--
View this message in context: http://n2.nabble.com/Email-Alert-in-Watch-tp1077465p1077465.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello!
Is there a way to checkout the last official release from all XWiki Platform
modules at once, or must I go module by module?
And in the second case, can I be sure that by getting the last release from
each module they will be all "compatible"?
Basically what I'd like would be to apply my patch to a stable release
instead of the HEAD as I'm currently doing.
Thank you,
--
Tiago Rinck Caveden
http://caveden.multiply.com
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?
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?
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.
Dear All
I want to have a 4px border between the left hand column and the rest of the
wiki. I have added it to screenlayout.css to .layoutsubsection {border-left:
4px solid black;} (This may not be the right place of course, but it seemed
to work.....)
In FF and opera this is fine. HOwever in IE7 I get some odd behaviour. Parts
of the line disappear as you scroll down the page. You can see a screenshot
of this at http://www.ee-web.co.uk/caastIE7.jpg
What is really odd is that I think it is something to do with the html/css
that i have added to this page since on other long pages the line is always
continious as i want it.
I haven't posted the code because it would make the email too long. But I
would be really grateful if someone could just look at the code and tell me
if it looks ok because I can't see what's wrong. Its my first time skinning
a wiki. I would prefer to use html than macros.
thanks
Edward
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.5.1.
This is an important bugfixes release (including regressions
introduced in 1.5) mainly around LDAP, watchlist and pages versioning.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
Bugs fixed
* Usage of "." in LDAP logins doesn't work
* LDAP authentication fail when user already exist and contains
ldap_dn field emptied by hand
* Exception when viewing document version
* Printing without using the print template only prints the first page
* Superadmin doesn't have programming rights on sub-wikis
* Import fails if the user enters this URL
/xwiki/bin/admin/XWiki/XWikiPreferences manually
* Rollback to document version with v1.1 attachment fail if
attachment content is not loaded
* Left-column top logo is cropped
* Watchlist does not work with XE 1.5
Improvements
* Update MSSQL hibernate mapping file and ship it with xwiki distributions
* Added Ukrainian translation
* DB2 Hibernate mapping for 1.5
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise151
Thanks
-The XWiki dev team
Hi
I have been using the wiki editor to add some html (all div id="..", and div
class="...") to create the look for the home page.
This was all progressing nicely and I was getting very close to the end - or
so I thought!
I then switched to wysiwyg editor where I found that the look appears
unpredictable. On swithcing back to wiki editor all my lovely code has
disappeared to be replaced with in-line styles. When I tested the page the
layout had fallen apart.
What am I doing wrong?
Should I only be using the wiki editor, and not attempting to use the
wysiwyg for this type of work?
Thanks all
Edward
I am out of the office until 22/09/2008.
If your query is urgent please contact Phil Yeadon in my absence.
If you have a support issue that you need resolving please contact the
Service Desk on x2041 or servicedesk(a)pindar.com
For all other queries I will respond to your mail on my
return.
rgds
Steve.
Note: This is an automated response to your message "[xwiki-users]
Additional macros in WYSIWYG?" sent on 5/9/08 14:04:37.
This is the only notification you will receive while this person is away.
***********************************************************************************
This e-mail and attachments are intended for the above name only and may be confidential. If they have come to you in error, you must take no action based on them, nor must copy or show them to anyone; please reply to this e-mail and report the error.
Security warning: Please note that this e-mail has been created in the knowledge that the internet is not a one hundred percent secure communication medium. We advise that you understand and observe this lack of security when e-mailing us.
Virus: Although we have taken steps to ensure that this e-mail and attachments are free from any virus, we advise that in keeping with good practice the recipient should ensure they are actually virus free. If you have received this e-mail in error please notify:
postmaster(a)pindar.com
This message has been scanned for viruses by MailControl - www.mailcontrol.com
Hello!
The link to the Watch Application in the first page of the Watch wiki seems
to be broken, look:
http://watch.xwiki.org/xwiki/bin/view/Applications/WatchApplication
By the way, has any of you ever seen the following error message:
java.lang.SecurityException: Blocked attempt to access interface '
http://whatsu
.ad2.ad.alcatel.com/xwiki%2Dtest/bin/download/WatchCode/GWT/watch.zip/',
which
s either not implemented by this servlet or which doesn't extend
RemoteService;
this is either misconfiguration or a hack attempt
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(Remo
eServiceServlet.java:211)
at
com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteSer
iceServlet.java:167)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
I'm trying to use the Watch application and that's what I get...
Thanks,
--
Tiago Rinck Caveden
http://caveden.multiply.com
Dear All
I need to set up xwiki so that it can be accessed else where now (been on my
localserver)
My web host is a shared package and has mysql, php and is linux based. I am
not sure which package I should use?
any advice?
Thanks
ee-web.co.uk
edward(a)ee-web.co.uk
07760 392284
A few days ago, I was complaining on twitter about the usability of
the blog interface in XWiki and Vincent suggested that I send my
observations to this list, so here goes...
I've been using the XWiki blog for a few months (we have an
installation of 1.4-MILESTONE-2.9478, but my notes apply to the 1.5
version I just downloaded and tried) and a few annoyances have bubbled
up
XWiki blog UI notes
- When creating a blog entry, there's some help text "page name" in
the text
input. That should be automatically cleared when I click into the
text input
field so I don't have to select and delete it myself. The same
with the
boilerplate helper text in the blog article entry page.
- When you have exactly ten articles, you get a "next" link that takes
you to
to a page with no entries in it.
- When you have more than ten articles, the "next" button takes you
backwards in time. That's pretty confusing. I would expect the
pager link
to say something like "earlier entries" and "later entries." When
you have
quite a few blog entries and you are a few pages in, this can be
very confusing.
- I often want to see the full index of blog entries so I can easily
go to
earlier entries. Only having the paged view of blog entries is very
difficult
to navigate through when there are lots of blog entries.
- When I'm reading the blog entries, I would like to expand the full
contents
inline instead of having to click forward to the single blog entry
view. When
I'm reading a lot of blog entries at once, or scanning them, or
looking for a
particular blog entry in a long list, I want to be able to read
them within
the same page context without being yanked out of the blog entry
list UI
context.
- I would like an out-of-the-box way to segregate blogs other than
just by
category. I'd like some blog customization features built into the
standard
wiki UI.
- It's very difficult to find the correct RSS URL to subscribe to the
blog
syndication. It's nearly impossible to figure out how to get the
correct RSS
URL to subscribe to blog entries of a particular category (I
figured it out,
but it was a total guess on my part by adding the magic url
parameter). I
really expect an RSS link on the blog pages.
- I still haven't figured out how to make the max number of articles
in the RSS
feed larger than the default. I was trying to work around the
limitations of
the standard blog UI and use an RSS reader to get an index of all
of the
entries, but I couldn't figure out how to get the RSS feed to spit
all of
them out, since I have more than the max entries.
Anyway, those are my observations. I hope they help.
Cheers,
--Orion
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.4.2.
Go grab it at http://forge.objectweb.org/project/showfiles.php?group_id=170
This is the last 1.4.x version before removing the branch.
Changes from 1.4.1:
Bug
* XWIKI-1284 - Image disappears from WYSIWYG editor in documents
with special characters in name
* XWIKI-2317 - Documents created from APIs starts at version 2.1
* XWIKI-2453 - Wrong use of cache in LDAP authenticator
* XWIKI-2461 - NPE when in LDAP group synchronization LDAP fail to
get group's members
* XWIKI-2468 - sql exception during delete virtual wiki in Oracle
* XWIKI-2474 - When in a wiki with URL http:///, URL factory
generate "secure" wikis URLs as https://:80/ in place of https:///
* XWIKI-2475 - Empty table displays error
* XWIKI-2482 - {table} with space after newline in cell fails to render
* XWIKI-2485 - Calling the Flush Cache API prevents Users and
Groups from being deleted properly
* XWIKI-2487 - Hiding the edit comment field doesn't work
* XWIKI-2514 - Velocity renderer loop (Stack Overflow)
* XWIKI-2543 - LDAP authentication lost during a session if user
synchronisation fail
* XWIKI-2548 - When updating user LDAP should check if given field
key exists in users's class
* XWIKI-2579 - Free Superadmin access for girliz
* XWIKI-2605 - LDAP authentication fail when user already exist
and contains ldap_dn field emptied by hand
* XWIKI-2608 - Superadmin doesn't have programming rights on sub-wikis
Improvement
* XWIKI-2557 - Updated German translation of ApplicationResources,
customized to XWiki Versions from 1.2 to 1.4.1
New Feature
* XWIKI-2492 - Support universal edit button
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise142
Thanks
-The XWiki dev team
Hi all,
I customized my user profile, added a property ('leftPanels') to be able to
define a list of panels specific to my user only. This worked nicely as
expected.
I wanted to do the same to define a personal layout, so I added boolean
properties "showRightPanels" and "showLeftPanels" in my profile, but this
has no effect on the layout. I also tried to add these layouts properties to
my skin page, with no effect either.
Am I doing something wrong, or is it "normally not possible" ?
Thanks & Regards,
Jeremie
Hi all,
i made my own tag edit, which is based on ajax. Everything works
perfect, but every change of tag will increment document version.
(Like 1.1 to 2.1 and so on.)
So how could I say to xwiki, that current edit is minor change not main?
I thought about changing version by setting version as string.
Something like this
doc.setVersion("1.2");
but i am not quite sure if it is the proper way how to make this.
Thanks.
Dear All
Skinning is making good progress (thanks for advice!)
I have begun to make a new panel for the main navigation which is to be
fixed on all pages.
I need some advice on the structure please.
I understand what a space is, but not sure what I would use it for. I have
to create a front page that has boxes that can be edited - so it has to have
a different look to the rest of the pages. Should I create a new space for
the other pages (or are they sections - calender, consortium partners,
reports, forum etc...) you can see at
http://www.4eyesdesign.co.uk/CAASTwiki02/ if it helps.
Would that mean that I could then create the different look that I need?
Or is using spaces the wrong way - perhaps I need a new class??? (Have done
faq tutorial, and have some experience of oop)
Would appreciate any pointers
thanks
Edward
My first posting:
I am unable to start my xwiki, (beta 4).
I saw some discussions regarting this problem, but didn't quite
see the solution.
any help, plus help on exporting data without xwiki service
running in case it does come back to life would be appreciated.
-- 09> Started org.mortbay.jetty.Server@1198891
09:30:17,303 FATAL P1-19
http://ctaa.ct.med.ge.com:8080/xwiki/bin/view/Main/WebHome
DBCPConnectionProvider:configure:191 - Could not create a DBCP pool
org.apache.commons.dbcp.SQLNestedException: Cannot create
PoolableConnectionFactory (User not found: SA)
at
org.apache.commons.dbcp.BasicDataSource.createDataSource(BasicDataSource.java:855)
at
org.apache.commons.dbcp.BasicDataSource.getConnection(BasicDataSource.java:540)
at
com.xpn.xwiki.store.DBCPConnectionProvider.configure(DBCPConnectionProvider.java:183)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:124)
at
org.hibernate.connection.ConnectionProviderFactory.newConnectionProvider(ConnectionProviderFactory.java:56)
at
org.hibernate.cfg.SettingsFactory.createConnectionProvider(SettingsFactory.java:366)
at
org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:60
John V. Skinner <John.skinner(a)med.ge.com>
MICT Advanced Applications
Recently I've been working on a user's manual for a web application. When my
work is done I would like to export it to a HTML form. Therefore I have a
couple of questions:
1) Is it possible to create an account with a different skin than the one
defined for any other users?
2) Is it possible to define new css styles after exporting several pages to
html format without editing all the exported html files?
3) If points 1 and 2 are somehow negative, is there an easy way to export
some pages to html format without all these buttons like "print", "edit"
etc. that one can see on the albatros skin?
Hope someone will be able to help me out and that my english wasn't all bad
;-)
--
View this message in context: http://www.nabble.com/Couple-of-questions-about-export-tp18247801p18247801.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
We recently changed our configuration so that mySQL was used to house
our data. Prior to this change treeview was showing all spaces and pages
in alphabetical order. Now, the pages are still shown in alphabetical
order, but the spaces are not. In fact their order seems to change! I
believe I have the most up to date treeview code, though I am now
beginning to think that the previous sorting was co-incidental. Is there
code for a sorted treeview? Or is it a case of configuring something now
we are using mySQL. I confess this is not an area of my expertise! We
are using the latest version of XWiki, downloaded last week.
Further to this, we also used to have the simple foreach($subdoc...code
on each landing page per space so that all pages within that space were
listed at the top. Again, this used to be in alphabetical order. It no
longer is after this migration. I have managed to get around that by
using a query (as per documentation), and this has put things back to
how they were.
Regards
Michael
This e-mail message is intended for the above named recipient(s) only.
It may contain confidential information that is privileged. If you are not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this e-mail and any attachment(s) is strictly prohibited.
If you have received this e-mail by error, please immediately notify the sender by
replying to this e-mail and deleting the message including any attachment(s) from your system.
Thank you in advance for your cooperation and assistance.
BTW, I checked the tomcat log file. When the mail was send failed, the log
is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
com.sun.mail.smtp.SMTPAddressFailedException: 504 <tian_lixing>:
Sender address rejected: need fully-qualified address
So ,how to make the address fully-qualified?
Thanks.
Hi ,all.
I have added SendPageByEmail Application, but when I sent a mail it
told me "The page has not been sent. There might be an error in the email
addresses you entered".
In the page
,(http://code.xwiki.org/xwiki/bin/view/Applications/SendPageByEmailApplicati
on) it said that
In order to work properly, it requires the following conditions to be met :
* The MailSender
<http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin> plugin must
be up & running on your wiki instance
* You must have a SMTP server properly configured
* The panel has to be saved by a user with programming rights.
I have set up an Outgoing SMTP Server, and I think SMTP server work well. So
the problem maybe MailSender plugin. How to install the MailSender plugin? I
think I don't need to install it, since I use XWiki Enterprise 1.5 which has
contained this plugin.
http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin)
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi
I have used the panels to place the search box down under a box of links -
that are in the left hand column. However, I really want to get the search
box up in the right of the header.
How would I do that please
(I have moved the login by taking some code out of global.vm and placing it
inside leftpanels.vm)
thanks
ee-web.co.uk
edward(a)ee-web.co.uk
07760 392284
As I know, the attachment form exists only in view mode. If I want to upload
a file (e.g. xxx.png) to an object, I must create the object in inline mode,
then attach a file in view mode. Why don't we just keep an attatchment form
in inline mode?
Dear All
I have begun to alter the Albatross skin - thanks for the advice so far.
I now need to move the positions of several elements including the login box
and menus from the right to the left.
You can see what I mean at www.ee-web.co.uk/caast/caast.jpg
Where do I look and how do I do this please?
Edward
Ok, so here's the trouble:
I've created a two webpages in my wiki for all users (including the
unregistered: <adres>/WebRss?xpage=rdf. I've also edited rights
<adres>/WebRss?editor=rightsq making the page possible to view for everyone.
When I try to view the RSS page two informations are displayed on my screen:
1) Parse error - XML.
2) Topic XWiki.WebRssCode does not exist
Can anyone help me out what am I doing wrong and how to solve the problem
for the proper work of the RSS?
--
View this message in context: http://n2.nabble.com/Single-page-RSS-for-unregistered-users.-tp797102p79710…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hello,
I was viewing this page
http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples to
check some info about the data model. It was not there so I checked on the
hbm file. Then, I thought about adding at least the column names to the data
dictionary of that page, but after logging in I can't visualize the page
anymore.
I guess there is some configuration issue there.
Using the opportunity, what does the XWikiDocument.date column stands for? I
mean, what's the difference between "date" and "updateDate"? And what is
considered to be "content", because there is a "contentUpdateDate" too...
Thanks,
--
Tiago Rinck Caveden
http://caveden.multiply.com
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.6 Milestone 1.
Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download
First milestone of the XWiki Enterprise 1.6 version.
Main changes:
* New experimental support for other syntaxes (Confluence, JSPWiki,
Creole, MediaWiki, TWiki and XHTML), including a new XWiki Syntax v2.0
(work in progress, see XWiki Syntax 2.0 Draft). More information about
this in the release notes.
* New experimental WYSIWYG editor (Work In Progress). More
information about this in the release notes.
* Improved page footer displaying : comments, attachments, history,
various informationpagebottom.png
* New "Password Renewal and Forgot Username" feature
* Default account validation & confirmation emails provided in the
wiki preferences
* Added .xml extensions to all exported wiki pages (XAR)
* The generated HTML for wiki titles now start at h1 instead of h2
* New or improved translations: german, french, czech, norwegian, ukrainian
* 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
Important bug fixes:
* Use of "." in LDAP logins fixed
* Various fixes in the watchlist:
** Watchlist now works with platform 1.5 and 1.6
** Fixed rights checks in multiwiki mode
** Fixed RSS feed generation in multiwiki
Note that general goals for XWiki Enterprise 1.6 are:
* Beta versions of new rendering + new WYSIWYG editor
* Revamped Blog UI + features
* Security issues already in JIRA (marked as high priority)
* Bug fixes
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise16M1
Thanks,
The XWiki dev team
Hi ,all.
I have added SendPageByEmail Application, but when I sent a mail it
told me "The page has not been sent. There might be an error in the email
addresses you entered".
In the page
,(http://code.xwiki.org/xwiki/bin/view/Applications/SendPageByEmailApplicati
on) it said that
In order to work properly, it requires the following conditions to be met :
* The MailSender
<http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin> plugin must
be up & running on your wiki instance
* You must have a SMTP server properly configured
* The panel has to be saved by a user with programming rights.
I have set up an Outgoing SMTP Server, and I think SMTP server work well. So
the problem maybe MailSender plugin. How to install the MailSender plugin? I
think I don't need to install it, since I use XWiki Enterprise 1.5 which has
contained this plugin.
http://code.xwiki.org/xwiki/bin/view/Plugins/MailSenderPlugin)
Hi ,all
We are using xwiki-enterprise-1.6 which have the option to send the
validation email to the person who registers new. But when I login with the
created ID it is giving me an error message 'Your account is not yet active,
because your email has not yet been confirmed'. Do you have an idea on how
to confirm the email sent while registration ? Some people said that the
email sent by XWiki is supposed to contain a link, on which the user is
supposed to click on. So ,how to set the configuration to generate this
email?
Thanks .
Hello,
with an older problem.... i was thinking to use the fckeditor instead of the wysiwyg as a temporary sollution.
looking in the vm files at xwiki, i think it's gonna be a tricky one. did anyone tried this one?
Guillaume,
Looks good.
A few points:
* Tables
- is it possible to make tables WYSIWYG editable so the user can grab a
table, row, column, cell and resize them. For layout of wiki pages it would
make it much quicker and easier to create great looking wiki pages.
- is it possible to control the formatting of tables to make them invisible
(for layout purposes).
* Frames
- is it possible to add frames to display others web pages or wiki pages on
the wiki page being edited?
Keep on coding.
All the best,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Guillaume Lerouge
Sent: 21 August 2008 18:06
To: users(a)xwiki.org
Subject: [xwiki-users] [Request for Feedback] New WYSIWYG Editor
Interface
Hi fellow XWiki users,
I've spent the last couple weeks working on designing mockups for the new
version of the WYSIWYG editor that's currently in the works.
I've put all my work on this page :
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
and I'd be glad to gather initial user feedback on these mockups. Please
tell us what you think about them now so that we can improve the screens
before implementation begins at full speed.
Specifically, I'm wondering about the following things :
- Can the text be improved to make things easier to understand ? If so,
where ?
- Are some features harder to reach than they should ?
- Are dialog boxes & trays consistent with user models of how edition
software usually behaves ?
- Do you see anything that will make an user wonder what's happening and
where he / she should click next ?
Please note that the colors are only indicative at this stage - a designer
will improve my work before we get to the final stage. I'll try incorporate
your feedback soon and will let you know how the subseuent development goes.
Thanks in advance,
Guillaume
--
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
We have managed to setup xwiki to work in our UNIX environment.
However, we faced a lot of problems with xwiki during runtime.
(1) Running xwiki in tomcat - The java process of tomcat can never be
shutdown properly without using
'hard' killing, i.e. kill -HUP <process id>. I have searched the web and
found that the cause is actually
quartz library holding on to a process and thus preventing the tomcat
jvm from shutting down.
See here http://jira.opensymphony.com/browse/QUARTZ-204 . The problem
is upgrading quartz to 1.6
doesn't resolve the problem and attempting to update the two properties
as recommended into
the quartz.properties file will cause tomcat startup failure. This is
quite frustrating, so any input on how
to resolve this problem is much appreciated. Of course, the main
motivation for this is to ensure
proper startup and shutdown so that this process can be automated. If
we have to manually execute
'kill', the automation of this tomcat process will be problematic.
(2) Everytime after a fresh restart of tomcat, when I hit the first
page of my installed xwiki, I almost always
get a connection reset error. But the second hit will be ok. I wonder
why? Any answers to this?
(3) The WYSIWYG support is a nightmare. Everytime after an edit
(even a mere clicking on the WYSIWYG link without edit
will cause similar problems), all the formatting that used to work
suddenly don't and user have to manually reformat it. How to make
WYSIWYG rendering consistent?
(4) Customization of user registration field - we spend hours trying
to figure out how to customize the
fields which we would like to have in our registration page. Only
managed to get the attributes added
into the XWiki.XWikiUsers object. But how to link this to stats/user
profile edit page? Any ideas? Also
it seem like after an attribute is added to the XWikiUsers object, it
can't be removed. Any ideas on
how to remove it? Documentation on customization of user registration
page is just a one liner which
is totally useless to anyone who want to customize it. It should be
improved.
(5) When using Oracle as backend, search functions cannot work.
Exception like this occurred when user
perform search:
Exception while searching documents with sql from VisitStats as obj
where obj.cookie=? and obj.endDate > ? order by obj.endDate desc
Wrapped Exception: could not execute query
Any way to get this search function working?
(6) Every now and then, log file will throws exceptions like this:
java.sql.SQLException: ORA-00932: inconsistent datatypes: expected - got
CLOB
Any idea what is the cause of it and how to resolve it?
All in all, xwiki presents a great opportunity that meets many
organization knowledge management needs (esp. in my organization). But
until all these problems are being resolved, I am amazed by the large
number of user web sites that used xwiki in a production environment.
In my limited experience with xwiki thus far (closed to 3 months of
working on it), the support requirements of xwiki would be such
a big problems that it will make anyone think twice to adopt it as
enterprise knowledge management system. I certainly is reconsidering
other wiki consequently of all these problems.
My company uses mediawiki as well. While don't have the nice
authentications and authorizations features like xwiki (which we like to
have),
it is extremely stable and easy to use.
---
Jenson GOH (Mr) :: Manager (IT), CORS, Registrar's Office. Resident
Fellow, King Edward VII Hall :: National University of Singapore ::
University Hall, Tan Chin Tuan Wing, UHT #03-03, 21 Lower Kent Ridge
Road Singapore 119077 :: 65-6516 2268 (DID) :: 65-9025 9342 (HP) ::
65-6776 3980 (Fax) :: jensongoh(a)nus.edu.sg <mailto:nurhlm@nus.edu.sg>
(E), kehgcl(a)nus.edu.sg <mailto:nurhlm@nus.edu.sg> (E) :: www.nus.edu.sg
(W), kevii.nus.edu.sg (W) :: Company Registration No: 200604346E
Important: This email is confidential and may be privileged. If you are
not the intended recipient, please delete it and notify us immediately;
you should not copy or use it for any purpose, nor disclose its contents
to any other person. Thank you.
hello
if i wanna create a simple macro that shows an internal space link is this correct? does not work:
//mymacros.vm
#macro(includeForm $doc.web)
#set($space = $doc.web)
<a href="$!xwiki.getURL("${space}.WebHome")" title="Home" rel="home">Project Home Page</a>
#end
//calling into the page
#template("mymacros.vm")
thanks
Hi
Inside the 'Programming' section of the admin preferences there is a field
namely 'Internationalization Document Bundles'. Could anybody please tell me
what is the purpose of this filed ?
Regards
Syam
--
View this message in context: http://n2.nabble.com/Internationalization-Document-Bundles-tp791364p791364.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Dear All
I have been given a design to create using Xwiki, and sadly am on a tight
time scale.
I have skinned various other applications, like stores, joolma, pmkwiki etc
but this will be my first launch into Xwiki.
I would be really thankful if someone could take a look at the design and
then advise me on which of the skins, albatros or toucan, I would be best to
"Copy and alter" - assuming that this is the best approach.
THanks in advance
Edward
We are using XE 1.5 on Tomcat 5.5 on Windows.
Tomcat is running as a service.
I have uncommented
xwiki.temp.dir in xwiki.cfg
I tried several different entries including
/tmp/xwiki
xwiki.temp.dir=D:\XwikiWorkspace80Port\temp\xwiki
xwiki.temp.dir=D:/XwikiWorkspace80Port/temp/xwiki
where D:\XwikiWorkspace80Port\temp\xwiki exists and is writable
and file uploads > 100k (i.e. not handled in memory) do not succeed and time
out on read with the following error in the logs, sorry for the length.
com.xpn.xwiki.XWikiException: Error number 11008 in 11: Exception while
parsing uploaded file
Wrapped Exception: Processing of multipart/form-data request failed. Read
timed out
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:255)
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:193)
at com.xpn.xwiki.web.Utils.handleMultipart(Utils.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:162)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
Wrapped Exception:
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at
org.apache.coyote.http11.InternalInputBuffer.fill(InternalInputBuffer.java:747)
at
org.apache.coyote.http11.InternalInputBuffer$InputStreamInputBuffer.doRead(InternalInputBuffer.java:777)
at
org.apache.coyote.http11.filters.IdentityInputFilter.doRead(IdentityInputFilter.java:115)
at
org.apache.coyote.http11.InternalInputBuffer.doRead(InternalInputBuffer.java:712)
at org.apache.coyote.Request.doRead(Request.java:427)
at
org.apache.catalina.connector.InputBuffer.realReadBytes(InputBuffer.java:283)
at org.apache.tomcat.util.buf.ByteChunk.substract(ByteChunk.java:379)
at org.apache.catalina.connector.InputBuffer.read(InputBuffer.java:298)
at
org.apache.catalina.connector.CoyoteInputStream.read(CoyoteInputStream.java:180)
at
org.apache.commons.fileupload.MultipartStream$ItemInputStream.makeAvailable(MultipartStream.java:977)
at
org.apache.commons.fileupload.MultipartStream$ItemInputStream.read(MultipartStream.java:887)
at java.io.InputStream.read(InputStream.java:89)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:94)
at org.apache.commons.fileupload.util.Streams.copy(Streams.java:64)
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:362)
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:244)
at
com.xpn.xwiki.plugin.fileupload.FileUploadPlugin.loadFileList(FileUploadPlugin.java:193)
at com.xpn.xwiki.web.Utils.handleMultipart(Utils.java:494)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:162)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
at java.lang.Thread.run(Thread.java:595)
2008-08-28 08:15:36,342
[http://xem.corenttechnology.net/xwiki/bin/upload/Main/WebHome]
[http-10.101.186.20-80-Processor24] ERROR lucene.IndexUpdater -
invalid parameters given to add: Main.WebHome, null,
{util=com.xpn.xwiki.util.Util@b8bda4,
vcontext=org.apache.velocity.VelocityContext@aa5e75, links=[Main.WebHome,
Main.AllDocs, Main.Dashboard, Blog.WebHome, Main.EventCalendar,
Photos.WebHome, Sandbox.WebHome, Main.Tags, XWiki.WebHome,
XAppManager.WebHome, WikiManager.WebHome],
grouplist={xwiki:XWiki.Admin=[xwiki:XWiki.XWikiAdminGroup,
xwiki:XWiki.XWikiAllGroup],
xwiki:xwiki:XWiki.Admin=[xwiki:XWiki.XWikiAdminGroup,
xwiki:XWiki.XWikiAllGroup]},
com.xpn.xwiki.plugin.skinx.CssSkinExtensionPlugin=[],
msg=com.xpn.xwiki.web.XWikiMessageTool@11f5ff9, tdoc=Main.WebHome,
initdone=1, message=tempdirnotset,
org.xwiki.component.manager.ComponentManager=org.xwiki.plexus.manager.PlexusComponentManager@1a9ec16,
ajax=false, mainxwiki=xwiki, skin=XWiki.DefaultSkin, locale=en,
baseskin=toucan, com.xpn.xwiki.plugin.skinx.JsSkinExtensionPlugin=[],
doc=Main.WebHome}
--
View this message in context: http://n2.nabble.com/XE-1.5-File-Upload-Problem-tp789978p789978.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi Community,
We have difficulties with the pages history case they have attachments –
every attempt to rollback to the earlier version generates errors.
It’s really time-consuming if I need to delete all attachments before I
make any rollback and than attached the files again.
I don’t know if the XE 1.5 self or our configuration is the reason for such
behavior
(Tomcat 6.0.16 + JDK 1.6 + MySQL Community Server 5.0.51a + MySQL Java
Connector 5.0.8)
I can compare it only with XE 1.2 + OC4J + JDK 1.5 + Oracle 10g – the
combination rollback + attachments works fine there.
Has anybody experienced smth similar?
-------------
Error number 0 in 11: Uncaught exception
Wrapped Exception: null
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception: null
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:241)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Wrapped Exception:
java.lang.NullPointerException
at com.xpn.xwiki.XWiki.rollback(XWiki.java:6296)
at com.xpn.xwiki.web.RollbackAction.action(RollbackAction.java:59)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Thread.java:619)
Thanks in advance,
Alla
--
View this message in context: http://n2.nabble.com/Rollback-errors-if-the-page-has-attached-files-tp78943…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
In the Registartion section of Admin Preferences,there is a field 'Check
Active fields for user authentication'. Could anybody please tell me what is
meant by this. Also please explain what should be put into the fields
'Validation e-Mail Content ','Confirmation e-Mail Content' and 'Invitation
eMail Content' and how xwiki validates the registration.
Regards
Syam
--
View this message in context: http://n2.nabble.com/Registration-tp786121p786121.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
I know that XWiki can be deployed as a JSR 168 portlet, but I'm
curious if the same is true for Xwiki workspaces? I've looked through
the docs/faq and I couldn't find any information about portlet
integration for Workspaces. Does anyone know? Thanks.
Hi,
Thanks to your help, I managed to make XWiki work correctly.
But I had to install Plesk on my server and now I can't access to my
XWiki page through the adress http://ipserver:8080/xwiki
I tried to add a rule in the plesk firewall to allow connection on the
port 8080 but it doesn't change anything...
Does anyone have an idea about where it comes from and how to fix this?
I hope you'll be able to help me.
Thanks you for your time.
Regards,
Jeremy Amode
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
------------------------------
>Message: 3
>Date: Wed, 27 Aug 2008 02:34:42 -0700
>From: Adriano Lopes <adrianolopes(a)hotmail.com>
>Subject: [xwiki-users] Less resource-intensive plataform for XWiki?
>To: <users(a)xwiki.org>
>Message-ID: <BAY127-W2905A063B624F3016E8AE6D4610(a)phx.gbl>
>Content-Type: text/plain; charset="Windows-1252"
>
>
>I have XWiki 1.1-milestone-2.3619 available in my business. I use it as a repository for engineering technical >information and legislation and as a Blog.
>
>My XWiki installation is the default one with the jetty container. I use Vista x64 SP1.
>
>The "xwiki_db.script" file is now over 3,5GB (mostly because I have many attachments) and I have set >JAVA_OPTS=-Xmx2512m to be able to load XWiki.
>
>The process java.exe occupies 2,6GB of RAM memory. I have bought additional RAM reaching a total of 6GB to be >able to use the computer while XWiki is loaded.
>
>XWiki as become an important part of my business and all my co-workers love to use it, so the information keeps >growing.
>
>I will most certainly reach the maximum RAM (8GB) of my computer and will have to make large hardware >investments if I am to continue using XWiki.
>
>Is there a less resource-intensive way for Xwiki to store attachments or a container more suitable for the way >I use XWiki?
Adriano,
I had similar problems with the default installation. I changed my configuration to use Tomcat and MySQL, and the results have been great. The RAM footprint is much smaller now - Tomcat using 98MB of RAM and MySql using 38MB of RAM. Other benefits are: it loads much faster, it's been much more stable, and it was also very easy to switch over to the new configuration.
Hope this helps!
Regards,
Len Wanger
Important:
This electronic mail message and any attached files contain information
intended for the exclusive use of the individual or entity to whom it is
addressed and may contain information that is proprietary, privileged,
confidential and/or exempt from disclosure under applicable law. If you
are not the intended recipient, you hereby are notified that any viewing,
copying, disclosure or distribution of this information may be subject to
legal restriction or sanction. Please notify the sender, by electronic
mail or telephone, of any unintended recipients and delete the original
message without making any copies.
Hi community,
I have a problem with the page Main.Tags – the tags are displayed in the
page, but there are no results in the search table (on click on the certain
tag)
I.e.
the query
#set($sql = "select distinct elements(prop.list) from BaseObject as obj,
DBStringListProperty as prop where obj.className='XWiki.TagClass' and
obj.id=prop.id.id and prop.id.name='tags'")
#set ($tags = $xwiki.search($sql))
works, but the next query on the same page
#set($sql = ", BaseObject as obj, DBStringListProperty as prop where
obj.name=doc.fullName and obj.className='XWiki.TagClass' and
obj.id=prop.id.id and prop.id.name='tags' and '$request.tag' in
elements(prop.list) order by doc.name asc")
#set ($list = $xwiki.searchDocuments($sql))
returns no results ($list.size()=0)
xwiki.log and catalina.out don’t show any error.
Our environment:
- XE 1.5
- Tomcat 6.0.16
- JDK 1.6 Update 7
- MySQL Community Server 5.0.51a
- MySQL Java Connector 5.0.8
I’m not sure I’m right, but it looks like subselect * '$request.tag' in
elements(prop.list) * doesn’t work properly (if I cut it off, I get some
results), although subqueries should be supported in MySQL 5.
In our other application (Environment XE 1.2 + OC4J + Oracle 10g) the same
tag search works absolutely fine.
How can I work around to get tagged documents?
Thanks in advance,
Alla
--
View this message in context: http://n2.nabble.com/Tag-search-returns-no-results-tp786999p786999.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
As I explained it in several messages, I'm trying to use XWiki on a
remote server. We're accessing it with a ssh connection (using Putty).
First, I tried to install the war manually and it seems that I succeed
but we couldn't access to the XWiki page although Tomcat seems to work
fine.
I couldn't find anybody able to help me on this matter and I needed
XWiki to be installed so I choose to install the standalone version.
But there's a little problem. XWiki is working just fine but we have
to start jetty with a command on our putty terminal and if we shut the
window where the commad has been entered, we shut down jetty... so we
can't access XWiki anymore if the window isn't open
Is there a way to keep Jetty running without having to keep the
terminal window open?
That said, I must say that I've been surprised by the difficulty to
install XWiki with both method (especially the first one). Even with a
good tutorial about how to install xwiki manually on a Debian Etch
4.02 we still had a problem. And with the standalone version, although
it works just fine, there still is this little problem with Jetty (But
I hope somebody will be able to help with this). It's been difficult
to find help all over the web. Don't you think all the problems that
we can't get should be put in one place? It would avoid for someone
trying to install xwiki to spend hours looking at N sites and N pages
to find only one information. I hope I'll get to fix my problems and
I'll be happy to share it afterwards for people facing the same
issues. It would be really easier if all the installation problems
like this (exception, etc...) were listed on a unique page leading to
the right solution rather than having to look to multiples threads,
forums, blogs and websites....
But that's just my opinion.
I hope someone will be able to help me with Jetty.
Thank you for your time and the help you'll give me.
Regards,
Jeremy Amode.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hello fellow xwiki users,
I've installed the enterprise-installer-windows-1.4.1 to test xwiki. One of the features I'm especially interested in is 'syntax highlighting'. The problem is that it does not seem to be working.
I'm trying to add a code snippet to a page using the corresponding macro menu.
The output is the following:
{code:type=sql}
SELECT, etc.
{code}
However, the rendering is neither color-coded for SQL keywords nor bolded; on top of this shortcoming, underscores '_' are converted to '_' on display level, which is not what I want; conclusion: the 'syntax highlighting' feature does not seem to be working. Using following variant does not help:
{code:sql}
SELECT, etc.
{code}
Can you please tell me if this is a bug with Radeox, or if there is something else that I'm doing wrong.
Thanks in advance for your help.
Regards,
ALBAN SCHMID
CLIENT SOLUTIONS SPECIALIST
CBS Interactive - Channel
Tel: +41 21 943 03 86
Skype: albanschmid
Rte Industrielle 2 | CP 138 | 1806 St-Légier, Switzerland
CNETChannel.com
We upgraded an XE 1.2 to 1.5 with the war and then reimported the XE .xar
pages. Went to Watchmanager and set frequency to hourly and saved and
returned and it was retained, yet still no watch on the top menu bar.
Where to look?
--
View this message in context: http://n2.nabble.com/Upgraded-from-1.2-to-1.5-and-no-Watch-on-menu-bar-tp78…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all,
I am using XE 1.5, few misc questions I have got...
1. Is there a Space Manager available for XE ? I am planning to setup about
60+ spaces so would be nice to have a interface to manage them. I saw there
is one for the Workspace, is there something similar for the XE?
2. With the new Admin application, where is the Panel field located? In the
past there is an option we can see the Panel list (in text) so we can edit.
Does does it all rely on the drag and drop now?
3. Has anyone done Site Minder integration for the authentication? The Admin
Guide mentioned briefly saying it can be done as Custom Authentication but
no details.
4. Any news on the "Rating" feature please? would like to allow users to
rate the pages usefulness
5. I deployed the Bulletin Application. After I posted an article on the
forum, the right panel (the menu etc) went to the bottom of the screen. Even
when I left the forum and went back to the other pages, the right panel was
till at the bottom of the screen. Not sure if its CSS issue. Has anyone seen
it before?
Many Thanks
Art.
I have XE 1.5 and when I try to login the first time I click the login button
it tries to add a live bookmark and i must click login again to actually
login, any clues?
--
View this message in context: http://n2.nabble.com/When-I-click-login-on-FF-tp785258p785258.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Upgraded from 1.2 to 1.5 with 1.5 war file, then re-imported the unmodified
XE 1.5 pages from the .xar.
Now when I click the Panel Wizard from the Index it takes me to the XWiki
Preferences page not the panel wizard.
--
View this message in context: http://n2.nabble.com/Panel-Wizard-no-worky-tp785215p785215.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We've just installed XWiki Enterprise on our dedicated server, which
runs on Debian Etch 4.02, using this tutorial :
http://www.howtoforge.com/xwiki-tomcat-mysql-debian-etch
We have managed to install the software whitout any error and have
come to the step when we are told : "If you want to access your XWiki
only with an IP-address, you can skip this step as you should already
be able to see your XWiki with http://MyIP:8180/xwiki"
Yet, when we go to this address we see this error "Message : /xwiki/
description : the required resource (/xwiki/) is not available"
while tomcat seems to work fine (we can see tomcat's homepage when we
go to http://ipserver:8180/) and it seems we have installed xwiki
correctly according to the tutorial (our xwiki folder is in the
tomcat's webapps folder).
Thank you for your time and the help you'll provide us.
Regards,
Jeremy Amode
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hi,
Is it possible to know if XWiki is running? And if it's not running, is
there a command to start XWiki or is there nothing to do once the
installation is completed?
Hi
Is it possible to have a popup window in xwiki ? If yes please provide the
sample code.
I am using XE 1.5.
Regards
Syam
--
View this message in context: http://n2.nabble.com/Popup-Windows-tp783274p783274.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi!
I am looking for some information on the supportablitlty of Xwiki with
SSO for authentication. At this stage, I am exploring the options on
how to set this configuration up. There is not much documentation
available on the Xwiki site on information for integrating with SSO
siteminder though a reference to siteminder is available on the site (
http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Authentication check
under Custom Aunthentication). I was wondering if any of you could
direct me towards more resources/documentation...
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.
Hi fellow XWiki users,
I've spent the last couple weeks working on designing mockups for the new
version of the WYSIWYG editor that's currently in the works.
I've put all my work on this page :
http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
and I'd be glad to gather initial user feedback on these mockups. Please
tell us what you think about them now so that we can improve the screens
before implementation begins at full speed.
Specifically, I'm wondering about the following things :
- Can the text be improved to make things easier to understand ? If so,
where ?
- Are some features harder to reach than they should ?
- Are dialog boxes & trays consistent with user models of how edition
software usually behaves ?
- Do you see anything that will make an user wonder what's happening and
where he / she should click next ?
Please note that the colors are only indicative at this stage - a designer
will improve my work before we get to the final stage. I'll try incorporate
your feedback soon and will let you know how the subseuent development goes.
Thanks in advance,
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://blog.xwiki.com/
Hi All
We are using xwiki-enterprise-1.5 which have the option to send the
validation email to the person who registers new. But I am getting the
following error when i click on the Register button on the Registration
page.
Error number 10003 in 10: Exception while sending email from
syam2304(a)gmail.com to [Ljava.lang.String;@68ece8
Wrapped Exception: Connection reset
com.xpn.xwiki.XWikiException: Error number 10003 in 10: Exception while
sending email from syam2304(a)gmail.com to [Ljava.lang.String;@68ece8
Wrapped Exception: Connection reset
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3305)
at com.xpn.xwiki.XWiki.sendMessage(XWiki.java:3328)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3242)
at com.xpn.xwiki.XWiki.sendValidationEmail(XWiki.java:3207)
at com.xpn.xwiki.XWiki.createUser(XWiki.java:3161)
at com.xpn.xwiki.web.RegisterAction.action(RegisterAction.java:41)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:215)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:616)
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(WebApplicationHandler.java:830)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.mortbay.jetty.servlet.WebApplicationHandler$CachedChain.doFilter(WebApplicationHandler.java:821)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.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(WebApplicationContext.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)
Do we need to do any specific configuration to avail the email functionality
?
Please help
Regards
Syam
--
View this message in context: http://n2.nabble.com/Exception-on-sending-the-Registration-validation-Email…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
We're trying to install XWiki Enterprise on a redhat linux and we are
facing some issues.
Is there a mean to upload all the tables of the XWiki enterprise
database one shot instead of being obliged to upload each table one by one?
Up to now we have unzipped and installed the following file :
xwiki-enterprise-hsqldb-1.5.zip. Unfortunately it looks like if the
database does not install itself and that we are obliged to create the
64 tables one by one. Up to now we have obtained in the unzipped folder
the following files :
IMAGE FICHIERS
Thank you for your time and for the help you'll provide us.
Jeremy Amode
Hi,
I installed xwiki on WebSphere/Oracle environment.
But search function does not work properly.. It just responds as "Error 500: ".
In the log file I saw the following exceptions (I didn't paste all of
the stack trace)
It seems Lucene does not work, and there is also a datatypes related
ORACLE problem.. I'm not sure whether they are related..
Any idea?
thanks,
Tamer
PS:
XWiki version is : 1.4.1.10194
2008-08-01 21:13:51,373 [Lucene index rebuilder thread] [Lucene Index
Rebuilder] ERROR lucene.IndexRebuilder - Error in lucene
rebuild thread
java.lang.NullPointerException
at com.ibm.ws.webcontainer.srt.SRTServletRequest$SRTServletRequestHelper.access$1600(SRTServletRequest.java:2232)
at com.ibm.ws.webcontainer.srt.SRTServletRequest.getQueryString(SRTServletRequest.java:1207)
at com.xpn.xwiki.web.XWikiServletRequest.getQueryString(XWikiServletRequest.java:193)
at com.xpn.xwiki.render.DefaultXWikiRenderingEngine.getKey(DefaultXWikiRenderingEngine.java:335)
....
2008-08-01 21:14:18,646 [Lucene index updating thread] [Lucene Index
Updater] ERROR lucene.ObjectData - error extracting
fulltext for do
cument xwiki:Main.AllDocs.default.objects
java.lang.ClassCastException: com.xpn.xwiki.objects.StringProperty
incompatible with com.xpn.xwiki.objects.ListProperty
at com.xpn.xwiki.objects.BaseCollection.getListValue(BaseCollection.java:327)
.....
2008-08-01 21:13:50,795 [http://wiki.test/bin/view/Main/] [Default :
0] ERROR impl.StatsUtil - Failed to search visit
object in t
he database from cookie
com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while
searching documents with sql from VisitStats as obj where obj.cookie=?
and obj.e
ndDate > ? order by obj.endDate desc
Wrapped Exception: could not execute query
at com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2121)
at com.xpn.xwiki.store.XWikiHibernateStore.search(XWikiHibernateStore.java:2056)
.....
Wrapped Exception:
java.sql.SQLException: ORA-00932: inconsistent datatypes: expected - got CLOB
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
jmsween wrote:
>
> I have configured XWiki to run with tomcat 6 and sql server 2000. I
> changed my hibernate.cfg.xml file. I added the xwiki.mssql.hbm.xml file
> to my web-inf\classes directory. i downloaded the jdbc driver and added
> it to my tomcat lib directory. however, when i click on the
> administration link only the following error is displayed:
>
> Error number 4001 in 4: Error while parsing velocity page
> /templates/admin.vm Wrapped Exception: Failed to evaluate content with id
> [/templates/admin.vm]
>
> this means I can not get to import/export page to import the default xwiki
> xar.
>
> details for the error are as follows:
>
> Error number 4001 in 4: Error while parsing velocity page
> /templates/admin.vm
> Wrapped Exception: Failed to evaluate content with id
> [/templates/admin.vm]
> com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing
> velocity page /templates/admin.vm
> Wrapped Exception: Failed to evaluate content with id
> [/templates/admin.vm]
> at
> com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:112)
> at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1596)
> at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:125)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
> at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
> at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
>
>
> Wrapped Exception:
>
> org.apache.velocity.exception.MethodInvocationException: Invocation of
> method 'searchDocuments' in class com.xpn.xwiki.api.XWiki threw exception
> com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception while
> searching documents with SQL [select distinct doc.space, doc.name from
> XWikiDocument as doc where 1=1]
> Wrapped Exception: could not resolve property: space of:
> com.xpn.xwiki.doc.XWikiDocument [select distinct doc.space, doc.name from
> com.xpn.xwiki.doc.XWikiDocument as doc where 1=1] @
> /templates/admin.vm[78,17]
> at
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:286)
> at
> org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTReference.java:203)
> at
> org.apache.velocity.runtime.parser.node.ASTReference.value(ASTReference.java:419)
> at
> org.apache.velocity.runtime.parser.node.ASTLTNode.evaluate(ASTLTNode.java:79)
> at
> org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExpression.java:64)
> at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:86)
> at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
> at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
> at
> org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:74)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
> at
> org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfStatement.java:107)
> at
> org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:318)
> at
> org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:178)
> at
> org.xwiki.velocity.DefaultVelocityEngine.evaluate(DefaultVelocityEngine.java:143)
> at
> com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:107)
> at com.xpn.xwiki.XWiki.parseTemplate(XWiki.java:1596)
> at com.xpn.xwiki.web.Utils.parseTemplate(Utils.java:125)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:226)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
> at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:287)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
> at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
> at
> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
> at java.lang.Thread.run(Unknown Source)
> Caused by: com.xpn.xwiki.XWikiException: Error number 3223 in 3: Exception
> while searching documents with SQL [select distinct doc.space, doc.name
> from XWikiDocument as doc where 1=1]
> Wrapped Exception: could not resolve property: space of:
> com.xpn.xwiki.doc.XWikiDocument [select distinct doc.space, doc.name from
> com.xpn.xwiki.doc.XWikiDocument as doc where 1=1]
> at
> com.xpn.xwiki.store.XWikiHibernateStore.searchDocumentsNamesInternal(XWikiHibernateStore.java:2226)
> at
> com.xpn.xwiki.store.XWikiHibernateStore.searchDocumentsNames(XWikiHibernateStore.java:2190)
> at
> com.xpn.xwiki.store.XWikiHibernateStore.searchDocumentsNames(XWikiHibernateStore.java:2641)
> at
> com.xpn.xwiki.store.XWikiCacheStore.searchDocumentsNames(XWikiCacheStore.java:244)
> at com.xpn.xwiki.api.XWiki.searchDocuments(XWiki.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.invoke(UberspectImpl.java:295)
> at
> org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.java:245)
> ... 43 more
>
>
--
View this message in context: http://n2.nabble.com/Error-while-parsing-velocity-page--templates-admin.vm-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi there,
is there a way XWiki can handle userlogins from different domains?
The users are members of several subdomains, eg: sub1.somedomain.dom,
sub2.somedomain.dom, sub3.somedomain.dom, ......
The users from all of these domains need to login. It works perfectly for
one domain (if I configure it for example for sub1.somedomain.dom). So how
can I config it for more than one domains?
Or is there a way to import a userlist from the active directory? I think I
have seen in another post that someone else needs such a feature too, bit it
is not implemented right now - is this correct?
Thank you very much in advance!!
Steve
--
View this message in context: http://www.nabble.com/LDAP-Multiple-Domains-tp18130322p18130322.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
On Aug 11, 2008, at 10:41 AM, Brian Burns wrote:
> Vmassol,
>
> Which particular .js file should I look at editing? I assume it one
> of them
> in the tiny_mce folder?
I'm not sure which one it is but you could have a look at wiki_editor/
plugins/core.js. This is the file that does most of the conversions if
not all.
Thanks
-Vincent
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
> Behalf Of
> Vincent Massol
> Sent: 09 August 2008 13:19
> To: XWiki Users
> Subject: Re: [xwiki-users] Attach files
>
> Hi Brian,
>
> On Aug 6, 2008, at 10:40 AM, Brian Burns wrote:
>
>> Vincent,
>>
>> Thank you for your suggestion, I have actually tried a different
>> method to
>> get it working. Instead of defining the image in the original
>> document as
>> {image:someimage.PNG} I have given the macro the documents name i.e.
>> {image:someimage.PNG|document=Main.SomeDocument}. This means that
>> the images
>> appear when I now view them in the new page by sections.
>
> Yep, that's exactly what I was suggesting :)
>
>> Is there any way to make the WYSIWYG Image tool insert all images in
>> the
>> second format?
>
> Not without making some modifications to the js file...
>
> Thanks
> -Vincent
>
>> -----Original Message-----
>> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] On
>> Behalf Of
>> Vincent Massol
>> Sent: 05 August 2008 21:43
>> To: XWiki Users
>> Subject: Re: [xwiki-users] Attach files
>>
>> Hi Brian,
>>
>> On Aug 5, 2008, at 10:41 AM, Brian Burns wrote:
>>
>>> Hi guys,
>>>
>>>
>>>
>>> I am using some code to view selected sections from one wiki page in
>>> another
>>> results page. However, if the sections have an image the image is
>>> not
>>> displayed in the new image. I assume this is because it looks for
>>> an
>>> attachment on the new page. In order to fix this my stop gap
>>> solution is to
>>> temporarily attach all other attachments to the page.
>>>
>>>
>>>
>>> 1) I can generate a list of attachments which I loop through
>>> using
>>> #foreach($attachment in $attachments), could someone please tell me
>>> how to
>>> attach the $attachment to the current document?
>>>
>>> 2) Can anyone suggest a better solution than this? My problem
>>> is that
>>> this solution would probably work for now but it simply won't be
>>> scalable
>>> when there are many other documents with many other attachments.
>>
>> Just use the attach macro and pass to it the name of the document
>> containing the attachments. Check the documentation for the attach
>> macro on code.xwiki.org for more details.
>>
>> Thanks
>> -Vincent
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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 am using xWiki behind an apache server and using Mod proxy to proxy
https requests to the tomcat server.
The problem is that xWiki rewrites the urls to http://host... so they
have to get bounced off the http default server host configuration that
redirects them to https://host.... Therefore the posts do not work
because the redirect breaks the session.
How can I turn off the url rewriting in xwiki so that the urls use the
relative reference not the full absolute reference? Or is there a way
to tell it to rewrite urls with the https (not http) protocal?
Thanks in advance for any help,
Doug Culnane
SNAP Consulting
Systemnahe Anwendungsprogrammierung und Beratung GmbH
Altmannsdorferstra?e 23A
1120 Wien, Osterreich
www.snapconsult.com
Firmenbuch: FN193058i
Firmenbuchgericht: Handelsgericht Wien
UID-Nr.: ATU48838904
DVR-Nr.: 1049933
Wichtiger Hinweis: Diese E-Mail ist fur den Gebrauch durch die Person oder die Firma/Organisation bestimmt, die in der Empfangeradresse benannt ist und unterliegt u. U. dem Berufsgeheimnis oder anderweitigen rechtlichem Schutz. Wenn Sie nicht der angegebene Empfanger sind, nehmen Sie bitte zur Kenntnis, dass Weitergabe, Kopieren, Verteilung oder Nutzung des Inhalts dieser E-Mail-Ubertragung unzulassig ist. Falls Sie diese E-Mail irrtumlich erhalten haben, benachrichtigen Sie den Absender bitte unverzuglich.
Important Note: This e-mail may contain trade secrets or privileged, undisclosed or confidential information or otherwise protected by work product immunity or other legal rules. If you have received this e-mail in error, you are hereby notified that any review, copying or distribution of it is strictly prohibited. Please inform us immediately and destroy the original transmittal.
Hi Vincent
Thanks for your reply.
> Anchors are automatically created for sections. Have a look at the
source of the page in your browser and you'll see it.
I am not seeing this. Our sections are defined as heading level 5. Do we
need to use a higher heading level for this to take place? Will we still
get the issue with the anchors disappearing if they are automatically
created as you mention?
> We have a known important bug with the current wysiwyg editor when the
content has HTML in it. For now please don't edit HTML in the wysiwyg
editor. We're working hard to fix this and lots of other problems with
our new WYSIWYG editor (a first beta version should be available at
the end of September).
This is a bit of a showstopper for us, as the idea is that our users
will almost certainly use the wysiwyg editor, which obviously doesn't
fly if any anchors we enter disappear. Guess we'll have to wait til
September to add internal links.
Regards
Michael
This e-mail message is intended for the above named recipient(s) only.
It may contain confidential information that is privileged. If you are not
the intended recipient, you are hereby notified that any dissemination,
distribution or copying of this e-mail and any attachment(s) is strictly prohibited.
If you have received this e-mail by error, please immediately notify the sender by
replying to this e-mail and deleting the message including any attachment(s) from your system.
Thank you in advance for your cooperation and assistance.
Hi all,
Before I start down this path on my own, I thought I would check to see
if anybody has done any work with XWiki's Calendar application. I'm
specifically planning to add start/end times to events and, I hope, the
ability to export an event to Outlook Calendar format -- either by
downloading a generated file and opening it using Outlook, or by
generating an Email that's sent to the user like normal meeting
requests.
Has anybody tried anything similar? I don't want to reinvent the wheel
if I don't have to. (And I may not be able to in the first place!)
Thanks!
Jamie
Hello XWiki users,
I have a problem getting OpenLDAP to work with XWiki 1.5.11446. For some strange reason i cannot login into xwiki from an account located in OpenLDAP and no error messages are produced. The login page just refreshes itself and nothing else happens. This problem started when I migrated Xwiki 1.4 to 1.5. As solution, I downgraded back to 1.4 and everything seems to work again. Is the LDAP plugin broken in 1.5? I have copy-pasted a sample ldif of my OpenLDAP as well as the xwiki.cfg settings so that someone can give me a hint on where the problem could be.
Many thanks in advanced.
Richard
------------------------------------------------------ BEGIN ldif-------------------------------------------------------------------
dn: dc=mydomain
objectClass: organization
objectClass: dcObject
dc: mydomain
o: mydomain
dn: ou=Users,dc=mydomain
objectClass: organizationalUnit
ou: Users
dn: ou=People,ou=Users,dc=mydomain
objectClass: organizationalUnit
ou: People
dn: ou=Groups,dc=mydomain
objectClass: organizationalUnit
ou: Groups
dn: ou=Machines,ou=Users,dc=mydomain
objectClass: organizationalUnit
ou: Machines
dn: ou=Domains,dc=mydomain
objectClass: organizationalUnit
ou: Domains
dn: sambaDomainName=SCRAPPY,ou=Domains,dc=mydomain
objectClass: sambaDomain
sambaAlgorithmicRidBase: 1000
sambaSID: S-1-5-21-4074884656-2525905897-914379862
sambaDomainName: SCRAPPY
sambaMinPwdLength: 8
dn: cn=domainUsers,ou=Groups,dc=mydomain
objectClass: sambaGroupMapping
objectClass: posixGroup
displayName: Domain Users
sambaGroupType: 2
sambaSID: S-1-5-21-4074884656-2525905897-914379862-513
description: Domain Users
gidNumber: 2001
cn: domainUsers
memberUid: richi
dn: cn=domainGuests,ou=Groups,dc=mydomain
objectClass: sambaGroupMapping
objectClass: posixGroobjectClass: posixGroup
displayName: Domain Guests
sambaGroupType: 2
sambaSID: S-1-5-21-4074884656-2525905897-914379862-514
description: Domain Guests
gidNumber: 2002
cn: domainGuests
dn: cn=domainComputers,ou=Groups,dc=mydomain
objectClass: sambaGroupMapping
objectClass: posixGroup
displayName: Domain Computers
sambaGroupType: 2
sambaSID: S-1-5-21-4074884656-2525905897-914379862-515
description: Domain Computers
gidNumber: 2003
cn: domainComputers
dn: uid=richi,ou=People,ou=Users,dc=mydomain
objectClass: sambaSamAccount
objectClass: shadowAccount
objectClass: posixAccount
objectClass: inetOrgPerson
sambaHomeDrive: U:
sambaDomainName: SCRAPPY
sambaAcctFlags: [XU ]
displayName: Richi
sambaPrimaryGroupSID: S-1-5-21-4074884656-2525905897-914379862-512
sambaSID: S-1-5-21-4074884656-2525905897-914379862-5000
sambaLMPassword: <hidden>
sambaNTPassword: <hidden>
sambaPwdLastSet: 1218502167
shadowWarning: 10
shadowInactive: 10
shadowMin: 1
shadowMax: 365
homeDirectory: /home/richi
loginShell: /bin/bash
uid: richi
cn: Richi
uidNumber: 2000
gidNumber: 2000
sn: Smith
givenName: Richi
shadowLastChange: 14105
userPassword: secret
dn: cn=domainAdmins,ou=Groups,dc=mydomain
cn: domainAdmins
description: Domain Admins
objectClass: sambaGroupMapping
objectClass: posixGroup
gidNumber: 2000
sambaSID: S-1-5-21-4074884656-2525905897-914379862-512
sambaGroupType: 2
displayName: Domain Admin
dn: ou=xwiki,ou=Groups,dc=mydomain
ou: xwiki
objectClass: top
objectClass: organizationalUnit
dn: cn=users,ou=xwiki,ou=Groups,dc=mydomain
cn: users
member: uid=richi,ou=People,ou=Users,dc=mydomain
objectClass: groupOfNames
objectClass: top
ou: xwiki
dn: cn=admins,ou=xwiki,ou=Groups,dc=mydomain
cn: admins
member: uid=richi,ou=People,ou=Users,dc=mydomain
ou: xwiki
objectClass: groupOfNames
objectClass: top
------------------------------------------------- END ldif ------------------------------------------------------------
------------------------------------------------- BEGIN xwiki.cfg ------------------------------------------------
#-# new LDAP authentication service
xwiki.authentication.authclass=com.xpn.xwiki.user.impl.LDAP.XWikiLDAPAuthServiceImpl
#-# Turn LDAP authentication on - otherwise only XWiki authentication
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap=1
#-# LDAP Server (Active Directory, eDirectory, OpenLDAP, etc.)
xwiki.authentication.ldap.server=localhost
xwiki.authentication.ldap.port=389
#-# LDAP login, empty = anonymous access, otherwise specify full dn
#-# {0} is replaced with the username, {1} with the password
xwiki.authentication.ldap.bind_DN=uid={0},ou=People,ou=Users,dc=mydomain
xwiki.authentication.ldap.bind_pass={1}
#-# Force to check password after LDAP connection
#-# 0: disable
#-# 1: enable
xwiki.authentication.ldap.validate_password=0
#-# only members of the following group will be verified in the LDAP
# otherwise only users that are found after searching starting from the base_DN
xwiki.authentication.ldap.user_group=cn=users,ou=xwiki,ou=Groups,dc=mydomain
#-# base DN for searches
xwiki.authentication.ldap.base_DN=ou=People,ou=Users,dc=mydomain
#-# Specifies the LDAP attribute containing the identifier to be used as the XWiki name (default=cn)
xwiki.authentication.ldap.UID_attr=uid
#-# [SINCE 1.5M1, XWikiLDAPAuthServiceImpl]
#-# Specifies the LDAP attribute containing the password to be used "when xwiki.authentication.ldap.validate_password" is set to 1
xwiki.authentication.ldap.password_field=userPassword
#-# [SINCE 1.5M1, XWikiLDAPAuthServiceImpl]
#-# The potential LDAP groups classes. Separated by commas.
xwiki.authentication.ldap.group_classes=group,groupOfNames,groupOfUniqueNames,dynamicGroup
#-# [SINCE 1.5M1, XWikiLDAPAuthServiceImpl]
#-# The potential names of the LDAP groups fields containings the members. Separated by commas.
xwiki.authentication.ldap.group_memberfields=member,uniqueMember
#-# retrieve the following fields from LDAP and store them in the XWiki user object (xwiki-attribute=ldap-attribute)
#-# ldap_dn=dn -- dn is set by class, caches dn in XWiki.user object for faster access
xwiki.authentication.ldap.fields_mapping=last_name=sn,first_name=givenName,fullname=displayName,email=mail
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# on every login update the mapped attributes from LDAP to XWiki otherwise thi
s happens only once when the XWiki account is created.
xwiki.authentication.ldap.update_user=1
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# mapps XWiki groups to LDAP groups, separator is "|"
xwiki.authentication.ldap.group_mapping=\
XWiki.XWikiAdminGroup=cn=admins,ou=xwiki,ou=Groups,dc=mydomain|\
XWiki.XWikiAllGroup=cn=users,ou=xwiki,ou=Groups,dc=mydomain
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# time in s after which the list of members in a group is refreshed from LDAP (default=3600*6)
#Every half an hour
xwiki.authentication.ldap.groupcache_expiration=1800
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# - create : synchronize group membership only when the user is first created
#-# - always: synchronize on every login
xwiki.authentication.ldap.mode_group_sync=always
#-# if ldap authentication fails for any reason, try XWiki DB authentication with the same credentials
xwiki.authentication.ldap.trylocal=0
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# SSL connection to LDAP server
#-# 0: normal
#-# 1: SSL
# xwiki.authentication.ldap.ssl=0
#-# [SINCE 1.3M2, XWikiLDAPAuthServiceImpl]
#-# The keystore file to use in SSL connection
# xwiki.authentication.ldap.ssl.keystore=
#-# [SINCE 1.5M1, XWikiLDAPAuthServiceImpl]
#-# The java secure provider used in SSL connection
# xwiki.authentication.ldap.ssl.secure_provider=com.sun.net.ssl.internal.ssl.Provider
--------------------------------------------------- END xwiki.cfg ---------------------------------------------------------
_________________________________________________________________
Get ideas on sharing photos from people like you. Find new ways to share.
http://www.windowslive.com/explore/photogallery/posts?ocid=TXT_TAGLM_WL_Pho…
Hi,
I have recently installed version 1.5 (on postgresql) and the "Prevent
unregistered users from viewing pages,.." options are not selectable. I need
to setup the Wiki so that it is private and does not accept new
registrations. The checkbox fields are not clickable, I have also tried a
fresh 1.6 install and I get the same behavior. Could someone please help me
to lock down the Wiki? I have searched for this but all the answers and
documentation seem to be out of date.
Thank You.
Hi List,
is it possible to deny certain file types as attachments?
E.g. deny .exe or application/executable? Or only allow Images?
Regards
Stefam
--
Stefan Völkel - Program Manager - Scalix - a Xandros Company
Platz der Einheit 1 - 60327 Frankfurt am Main - Germany
Office +49 69 97503 156 - Fax +49 69 97503 200 - Mobile +49 173 7 36 65
84
Guillamume,
Thanks for your reply.
Yes we could use the macro for layout ... but if the layout could be set out
WYSIWYG/DTP style by inserting and dragging columns and row to get the
width/height by eye it would make it easier for users to use and much better
than any other wiki editor out on the web ... but how hard/easy to code I
don't know!
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Guillaume Lerouge
Sent: 22 August 2008 09:36
To: XWiki Users
Subject: Re: [xwiki-users] [Request for Feedback] New WYSIWYG Editor
Inter face
Hi Richard,
Looks good.
Thanks :-)
> A few points:
>
> * Tables
> - is it possible to make tables WYSIWYG editable so the user can grab a
> table, row, column, cell and resize them. For layout of wiki pages it
would
> make it much quicker and easier to create great looking wiki pages.
Resizing the entire table will be possible by grabbing a corner. As for cell
heigth and width, I'd say it might be better to let the html rendering
handle column size depending of the content of table cells. About the layout
of wiki pages, what about creating a couple presentational macros (such as
this one : http://code.xwiki.org/xwiki/bin/view/Macros/ColumnMacro ) to
create CSS-based layouts instead of table-based ones ?
> - is it possible to control the formatting of tables to make them
invisible
> (for layout purposes).
I can try adding a control for table border / background color... Maybe not
in the first version though, I'll look at that.
> * Frames
> - is it possible to add frames to display others web pages or wiki pages
on
> the wiki page being edited?
Would the iframe macros (
http://code.xwiki.org/xwiki/bin/view/Macros/IframeMacro &
http://code.xwiki.org/xwiki/bin/view/Macros/IframeNavigationMacro ) and the
include macros (
http://code.xwiki.org/xwiki/bin/view/Macros/IncludeInContextMacro &
http://code.xwiki.org/xwiki/bin/view/Macros/IncludeTopicMacro ) suit your
needs ? They will be available from the WYSIWYG interface.
Thanks for your feedback,
Guillaume
>
>
> Keep on coding.
>
> All the best,
>
> Richard
>
> -----Original Message-----
> From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
> Of Guillaume Lerouge
> Sent: 21 August 2008 18:06
> To: users(a)xwiki.org
> Subject: [xwiki-users] [Request for Feedback] New WYSIWYG Editor
> Interface
>
>
> Hi fellow XWiki users,
> I've spent the last couple weeks working on designing mockups for the new
> version of the WYSIWYG editor that's currently in the works.
>
> I've put all my work on this page :
> http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface
>
> and I'd be glad to gather initial user feedback on these mockups. Please
> tell us what you think about them now so that we can improve the screens
> before implementation begins at full speed.
>
> Specifically, I'm wondering about the following things :
>
> - Can the text be improved to make things easier to understand ? If so,
> where ?
> - Are some features harder to reach than they should ?
> - Are dialog boxes & trays consistent with user models of how edition
> software usually behaves ?
> - Do you see anything that will make an user wonder what's happening and
> where he / she should click next ?
>
> Please note that the colors are only indicative at this stage - a designer
> will improve my work before we get to the final stage. I'll try
incorporate
> your feedback soon and will let you know how the subseuent development
> goes.
>
> Thanks in advance,
>
> Guillaume
>
> --
> 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
> _______________________________________________
> 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
Hi
Anybody has any information on the release date of XWiki Enterprise 1.6 ?
Also I would like to know whether the 'Forgot Password' functionality will
be provided in it or not.
Please help
Regards
Syam
--
View this message in context: http://n2.nabble.com/Release-date-for-Xwiki-Enterprise-1.6-tp707868p707868.…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
Is it possible to hide/disable a particular property in an Xwiki class ?
If yes kindly provide velocity sinipplet for this.. I am using XWiki
Enterprise 1.5
Regards
Syam
--
View this message in context: http://n2.nabble.com/Disable-hide-a-property-in-a-class-tp721139p721139.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi all
I'm using xwiki 1.5. I set a left panels layout with a PanelWizard. All is
correctly but when i try to edit a page, the panels on a left side magically
disappears and I don't know where i can set correctly this view.
Thanks in advance
--
Michele
Hi,
We're trying to install XWiki Enterprise on a redhat linux and we are
facing some issues.
Is there a mean to upload all the tables of the XWiki enterprise
database one shot instead of being obliged to upload each table one by one?
Up to now we have unzipped and installed the following file :
xwiki-enterprise-hsqldb-1.5.zip. Unfortunately it looks like if the
database does not install itself and that we are obliged to create the
64 tables one by one. Up to now we have obtained in the unzipped folder
the following files :
img
META-INF (folder)
database (folder)
getty(folder)
start_xwiki.bat
start_xwiki.sh
start_xwiki_debug.sh
start_xwiki_debug.bat
stop_xwiki.bat
stop_xwiki.sh
webapps (folder)
Thank you for your time and for the help you'll provide us.
Jeremy Amode
Hi all
Is there a method in xwiki 1.5 to print all pages in a single space?
An example: I have one space that contains 10 pages all about a spacific
argument that characterizes the space.
If I want print all 10 pages in a single click how can i do?
thanks in advance!
--
Michele
Hi
Am using XWiki Version 0.9.793. Am unable to add or edit pany page. Attached
is a screenshot of the problem. The title, content, category, and extract
appear without any option to enter data.
Can anyone help me with this.
Thanks
Sharada
Hi
I am using XE 1.5. I have configured 'Use email verification' as 'yes' and
whenever new registration happens, a validation mail is sent to the user.
But how the actual validation happens? If I try to login with the newly
registered userid, it is throwing an error saying your account is not
validated. Please help...
Regards
Syam
--
View this message in context: http://n2.nabble.com/Email-validation-on-Registration-tp732461p732461.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
I am facing a problem in internationalization. I want to have different
versions of a document for UK and USA. The language would be English for
both these countries but some difference in the contents. Is it possible
with Xwiki. I have tried with adding an
ApplicationResources_en_US.properties file. But didn't work. Please help.
Regards
Syam
--
View this message in context: http://n2.nabble.com/Internationalization-query-tp730654p730654.html
Sent from the XWiki- Users mailing list archive at Nabble.com.