While testing an upgrade between 1.6.2 and 1.7.2, LDAP authentication to
Active Directory breaks for me between these two versions. I've got
debug logging enabled which shows the following.
1.6.2 successful authentication: http://pastebin.com/m3492775c
1.7.2 authentication failure: http://pastebin.com/m20121b9
LDAP configuration: http://pastebin.com/m5a1db571
Bonjour à tous,
If possible, I'd like to open a wiki named "queyracines.myxwiki.org" which would
be used by a non-profit community around the Queyras history and culture (area
of the Hautes-Alpes in France).
My id on myxwiki.org is "slauriere".
By the way, the home page of myxwiki.org seems to link wrongly to the port 8080
in the box titled "Wikis you view", doesn't it?
Kind regards
Stéphane
The XWiki development team is pleased to announce the release of XWiki
Enterprise 1.8.4 and XWiki Enterprise Manager 1.6.4.
This release contains 55 bugfixes and enhancements. Most of the
modifications are targeting the general replacement of old 1.0 code
and content by 2.0 syntax and architecture and the stabilization of
XWiki.
Summary of changes since XWiki Enterprise 1.8.3 :
* Many WYSIWYG bugs fixed and improvements
* Many 2.0 syntax bugs fixed
* Many 1.0 to 2.0 conversion bugs fixed
* Several PDF export bugs fixed and improvements
* Improvements for the Office Importer
* A few bug fixes in many other places
For more information see the Release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise184
and http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXEM164
Thanks
-The XWiki dev team
My Configuration
MAC OS X 10.5.7
Tomcat 5.5
MySQL
XWIKI 1.8.3
I'm trying to import a XAR file of approx 6.2 MB
I had a heap-size error, but changed the tomcat startupscript as follows
#!/bin/sh
export CATALINA_HOME=/usr/local/apache-tomcat-5.5.27
export JAVA_HOME=/usr
export JAVA_OPTS=-Xmx512m
$CATALINA_HOME/bin/startup.sh
Now I get following error?
A problem occurred while trying to process your request. Please
contact the webmaster if this happens again.
Detailed information:
Error number 3232 in 3: Exception while saving attachment
20090516.xar of document XWiki.Import
Wrapped Exception: Could not execute JDBC batch update
com.xpn.xwiki.XWikiException: Error number 3232 in 3: Exception while
saving attachment 20090516.xar of document XWiki.Import
Wrapped Exception: Could not execute JDBC batch update
Any suggestions?
Gerritjan
Sorry,
mine ear descriptor was created during deployment (since I deploy war) after heavy and chaotic clicking on classloading tab.
As far as I remember, I removed all inherited libs except taglibs.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Marc Baumann
Sent: Wednesday, May 20, 2009 11:16 AM
To: users(a)xwiki.org
Subject: Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g
Hey
Thanks for reply. When I test it with your orion-application.xml it won't
work. Can you suggest me how to adapt my xml file?
orion-application.xml:
<?xml version = '1.0'?>
<!DOCTYPE orion-application PUBLIC "-//ORACLE//DTD OC4J Application runtime
9.04//EN" "http://xmlns.oracle.com/ias/dtds/orion-application-9_04.dtd">
<orion-application deployment-version="10.1.2.3.0"
default-data-source="jdbc/OracleDS" treat-zero-as-null="true"
autocreate-tables="false">
<web-module id="xwiki" path="xwiki.war"/>
<persistence path="persistence"/>
<principals path="principals.xml"/>
<jazn provider="XML" location="jazn-data.xml"/>
<log>
<file path="application.log"/>
</log>
<namespace-access>
<read-access>
<namespace-resource root="">
<security-role-mapping>
<group name="jazn.com/administrators"/>
</security-role-mapping>
</namespace-resource>
</read-access>
<write-access>
<namespace-resource root="">
<security-role-mapping>
<group name="jazn.com/administrators"/>
</security-role-mapping>
</namespace-resource>
</write-access>
</namespace-access>
</orion-application>
Regards Marc
--
View this message in context: http://n2.nabble.com/XWIKI-on-OC4J-AS-10.1.2.3.0-with-oracle-11g-tp2889034p…
Sent from the XWiki- Users mailing list archive at Nabble.com.
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Sorry i wrote admin rights instead of programming rights.
Anyway, i restarted jetty and my browser. Now it works.
Thanks for your help
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Thomas Mortagne
Envoyé : mercredi 20 mai 2009 17:11
À : XWiki Users
Objet : Re: [xwiki-users] WebSearch and multi wikis
On Wed, May 20, 2009 at 16:58, PERINAUD Christophe
<Christophe.PERINAUD(a)kbl-bank.com> wrote:
> Thank you Thomas
>
> The problem is that i tried both of this solutions with no result.
Sorry i misread your first mail.
> Just to be sure i tested that code :
> <br>---->Context = $context.database
> <br>---->Wanted context = $context.mainWikiName
> #set($ok = $context.setDatabase($context.mainWikiName))
> <br>---->New context = $context.database
>
> And the result is :
> ---->Context = template18
> ---->Wanted context = xwiki
> ---->New context = template18
>
>
> Even if i am admin of all wikis (virtuals and main one) and i forced admin rights, i can't switch the context
Admin right are not the same than programming right, go to the main
wiki and check that your user has programming right or is in a group
which has programming right.
But anyway it should work with XWiki.searchDocumentsNames(String
wikiName, String parametrizedSqlClause, int nb, int start, List< ? >
parameterValues) without programming right. Are you sure "$wikiSearch"
variable contains the right wiki name ?
>
> I don't see what's the problem with that.
>
>
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Thomas Mortagne
> Envoyé : mercredi 20 mai 2009 16:38
> À : XWiki Users
> Objet : Re: [xwiki-users] WebSearch and multi wikis
>
> On Wed, May 20, 2009 at 16:24, PERINAUD Christophe
> <Christophe.PERINAUD(a)kbl-bank.com> wrote:
>> Hello
>>
>> I try to make the WebSearch to search for documents in different wikis.
>> In the WebSearchCode, i loop on 3 wikis, changing the context ($context.setDatabase)but it does not work. I try to give each wiki's name to the searchDocuments function (like #foreach ($item in $xwiki.searchDocuments("$wikiSearch", $sql , $nbitems, 0, null)) But still does not work.
>>
>> Any idea if it's possible and how ?
>
> You need programing right to use $context.setDatabase(database),
> otherwise it does nothing. But you can use
> XWiki.searchDocumentsNames(String wikiName, String
> parametrizedSqlClause, int nb, int start, List< ? > parameterValues)
> which support the name of the wiki. See
> http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xw…
>
>>
>> Thank you all
>>
>> Christophe Périnaud
>> Windows Server 2003 SP2 in a VMWare instance
>> Oracle 10g
>> Java 1.6.0_12
>> Xwiki 1.8 from the pack Jetty/HSQL
>>
>>
>> --------------------------------------------------------------------------------
>>
>> This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
>>
>> While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
>>
>> KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
>> _______________________________________________
>> users mailing list
>> users(a)xwiki.org
>> http://lists.xwiki.org/mailman/listinfo/users
>>
>
>
>
> --
> Thomas Mortagne
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
> --------------------------------------------------------------------------------
>
> This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
>
> While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
>
> KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Thank you Thomas
The problem is that i tried both of this solutions with no result.
Just to be sure i tested that code :
<br>---->Context = $context.database
<br>---->Wanted context = $context.mainWikiName
#set($ok = $context.setDatabase($context.mainWikiName))
<br>---->New context = $context.database
And the result is :
---->Context = template18
---->Wanted context = xwiki
---->New context = template18
Even if i am admin of all wikis (virtuals and main one) and i forced admin rights, i can't switch the context
I don't see what's the problem with that.
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Thomas Mortagne
Envoyé : mercredi 20 mai 2009 16:38
À : XWiki Users
Objet : Re: [xwiki-users] WebSearch and multi wikis
On Wed, May 20, 2009 at 16:24, PERINAUD Christophe
<Christophe.PERINAUD(a)kbl-bank.com> wrote:
> Hello
>
> I try to make the WebSearch to search for documents in different wikis.
> In the WebSearchCode, i loop on 3 wikis, changing the context ($context.setDatabase)but it does not work. I try to give each wiki's name to the searchDocuments function (like #foreach ($item in $xwiki.searchDocuments("$wikiSearch", $sql , $nbitems, 0, null)) But still does not work.
>
> Any idea if it's possible and how ?
You need programing right to use $context.setDatabase(database),
otherwise it does nothing. But you can use
XWiki.searchDocumentsNames(String wikiName, String
parametrizedSqlClause, int nb, int start, List< ? > parameterValues)
which support the name of the wiki. See
http://maven.xwiki.org/site/xwiki-core-parent/xwiki-core/apidocs/com/xpn/xw…
>
> Thank you all
>
> Christophe Périnaud
> Windows Server 2003 SP2 in a VMWare instance
> Oracle 10g
> Java 1.6.0_12
> Xwiki 1.8 from the pack Jetty/HSQL
>
>
> --------------------------------------------------------------------------------
>
> This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
>
> While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
>
> KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Thomas Mortagne
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hello
I try to make the WebSearch to search for documents in different wikis.
In the WebSearchCode, i loop on 3 wikis, changing the context ($context.setDatabase)but it does not work. I try to give each wiki's name to the searchDocuments function (like #foreach ($item in $xwiki.searchDocuments("$wikiSearch", $sql , $nbitems, 0, null)) But still does not work.
Any idea if it's possible and how ?
Thank you all
Christophe Périnaud
Windows Server 2003 SP2 in a VMWare instance
Oracle 10g
Java 1.6.0_12
Xwiki 1.8 from the pack Jetty/HSQL
--------------------------------------------------------------------------------
This e-mail is intended only for the addressee named above. It does not bind the sender, except in the case of an existing written convention with the addressee. This e-mail may contain material that is confidential and privileged for the sole use of the intended recipient. Any review, reliance or distribution by others or forwarding without express permission is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender and delete all copies.
While reasonable precautions have been taken to ensure that this e-mail and any attachments are free from any computer virus or similar defect, no liability will be accepted in that respect. Anyone accessing this e-mail must take their own precautions as to security and virus protection.
KBL European Private Bankers S.A., 43 boulevard Royal L-2955 Luxembourg, R.C.S. Luxembourg B 6395, T (352) 47 97 1
Hi,
I'd like to customize the colors of the code macro (1.8.3 / xwiki 2.0)
In the code macro documentation
(http://code.xwiki.org/xwiki/bin/view/Macros/CodeMacro20) I see that
there is an cssClass attribute for that purpose.
Unfortunately the available css keywords are not documented.
Firebug also didn't help me, because the color seems to be hard coded in
some way (see example at the end).
Can you provide me with an example of customizing the color of the code
macro?
e.g. my code macro:
{{code language=java}}
public void do() {
System.out.println("bla");
}
{{/code}}
produces this rendered html:
<div class="box code">
<span style="font-weight: bold; color: rgb(0, 128, 0);">public</span>
<span style="color: rgb(176, 0, 64);">void</span> <span style="color:
rgb(0, 0, 255);">do</span><span style="color: rgb(102, 102,
102);">()</span> <span style="color: rgb(102, 102, 102);">{</span><br/>
System<span style="color: rgb(102, 102, 102);">.</span><span
style="color: rgb(125, 144, 41);">out</span><span style="color: rgb(102,
102, 102);">.</span><span style="color: rgb(125, 144,
41);">println</span><span style="color: rgb(102, 102,
102);">(</span><span style="color: rgb(186, 33, 33);">"bla"</span><span
style="color: rgb(102, 102, 102);">);</span><br/><span style="color:
rgb(102, 102, 102);">}</span><br/>
</div>
Thanks a lot.
Reto
Hi all,
i have a problem with the Panel Wizard in Wiki Preferences:
After opening it in Internet-Explorer I get: 'Errors on this Page' : Rico
is undefined.
on this line in the page-sourcecode:
<script type="text/javascript">new Rico.Accordion( 'bicwikinav',
{panelHeight:'250',onLoadShowTab:'0'} );</script>
Although the Panel Wizard is displayed correctly I can't drag&drop the
panels to a position.
I am using XWiki Enterprise 1.8.3.19546 and I thought that Rico is already
replaced by Scriptaculous ?
I did try to re-import the pages
XWiki.XWikiPreferences and Panels.PanelWizard
but with no success.
Do you have any ideas what I can do?
Thanks in advance
Matthias