Hi
Stupid question but did you try to clear the cache of the browser ?
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de hel-o
Envoyé : mercredi 20 mai 2009 12:00
À : users(a)xwiki.org
Objet : Re: [xwiki-users] No users and groups
Ok,
tried to find an answer and found
http://n2.nabble.com/Object-caching--tt502637.html#a502638
created a page (syntax 2.0) with a velocity macro including the following
code
$xwiki.flushCache()
Still no users and no groups.
hel.
Sergiu Dumitriu-2 wrote:
>
> hel-o wrote:
>> Hi,
>>
>> just found that since my update (1.8.3) no users and groups are displayed
>> in
>> the Admin-Application in my virtual wiki in the main wiki they are still
>> available.
>>
>> I imported the default xar.
>
> Please clean the cache, since some javascripts have changed.
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
>
-----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/No-users-and-groups-tp2938876p2945293.html
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
--------------------------------------------------------------------------------
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
There is a ton of classpath collisions with xwiki inside oas.
Until xwiki 1.6 search-local-classes-first="true" in orion-web.xml solved the problems, but since then thing started to be more complicated.
Right now, I have xwiki 1.8.3 deployed into OAS 10.1.3.2 with following orion-application.xml
<?xml version="1.0"?>
<orion-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/orion-application-10_0.xsd"
development="true">
<imported-shared-libraries>
<import-shared-library name="global.libraries"/>
<import-shared-library name="global.tag.libraries"/>
<import-shared-library name="oracle.jdbc"/>
<remove-inherited name="*"/>
</imported-shared-libraries>
</orion-application>
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Marc Baumann
Sent: Wednesday, May 20, 2009 9:47 AM
To: users(a)xwiki.org
Subject: Re: [xwiki-users] XWIKI on OC4J AS 10.1.2.3.0 with oracle 11g
Has someone an idea? Btw. is someone using oracle as 10.1.2.3.0 as a xwiki
container?
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
Hi folks
My env: Oracle Application Server 10.1.2.3.0
Oracle Database 11g, used ojdbc6.jar and also other jar files from the
oracle 11g client otherwise I got the following error:
java.lang.NoSuchMethodError:
oracle.i18n.text.converter.CharacterConverterOGS.getInstance
On the application server I set the binaries for jdk6 instead of java 1.4
which is default for OAS.
I deployed the war file on Oracle AS, then the tables are created on the
database under the xwiki user as expected.
But when I connect to the new wiki I get the following errors on the
application server, also the wiki page is displayed without css.
2009-05-14 10:56:31,773
[https://hostname:1159/xwiki/bin/skin/skins/albatross/style.css]
[AJPRequestHandler-ApplicationServerThread-10]
WARN web.XWikiAction - Uncaught exception: Error number 0
in 11: Uncaught exception
Wrapped Exception:
javax.servlet.http.HttpServletResponse.setCharacterEncoding(Ljava/lang/String;)V
com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
Wrapped Exception:
javax.servlet.http.HttpServletResponse.setCharacterEncoding(Ljava/lang/String;)V
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:740)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:111)
at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:145)
at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:670)
at
com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:341)
at
com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:816)
at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:231)
at
com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:136)
at
com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
at java.lang.Thread.run(Thread.java:619)
and so on..
I hope you can help me...
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.
Hi
If you look at the jar file of pygments, you will find a subfolder "styles" wich contains .py source files defining the style of tokens of the language. I am not sure if you can customize them without replacing the jar (and rebuilding the wanted .class from .py/.pyc)
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org] De la part de Reto Hotz
Envoyé : mercredi 20 mai 2009 09:16
À : XWiki Users
Objet : [xwiki-users] Customize colors of code macro
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
_______________________________________________
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
The XWiki development team is pleased to announce the release of XWiki
Office 1.0 Milestone 3.
Go grab it at
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiOffice !**
XWiki Office is a XWiki.org project that provides integration between
Microsoft Office and XWiki servers.
For more information about XOffice go at: -
http://xoffice.xwiki.org/xwiki/bin/view/Main/
Main changes from version 1.0 Milestone 2:
- Basic XML-RPC support
- Opening, editing & publishing pages(XHTML content only)
- Downloading, opening, editing & uploading attachments
- Viewing the wiki in the Wiki Explorer
- Support for multiple encodings
- Improved wiki explorer
- Inhibited unnecessary Word messages & dialogs
- Better sync between Word instances
- Better & cleaner output
All active XWord M2 clients and snapshot instances will be automatically
updated to the latest version.
For details about this release see the Release Notes at:
- http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXOffice10M3
You can also view the roadmap here:
- http://xoffice.xwiki.org/xwiki/bin/view/Main/Roadmap#HVersion10Milestone3
Thanks
-The XWiki dev team
I was unable to install the Watch functionality in a Xwiki enterprise 1.8.3.
I followed the instructions but do not know how to execute (I am logged in
as Admin):
In Administration > Preferences > Advanced, add WatchCode.Translations as an
Internationalization Document Bundle.
Preferences has the logos such as General, Presentation etc. but where is
Advanced?
--
View this message in context: http://n2.nabble.com/Watch-1.1-Installation-Problem-tp2939579p2939579.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I created an external link with the new wysiwyg editor (1.8.3). After
that, I switch to wiki editor and the link looks like this:
[[link>>xwiki:Sandbox.WebHome||rel="__blank"]]
But rel="__blank" is not defined in the Syntax 2.0 (according to
http://platform.xwiki.org/xwiki/bin/view/Main/XWikiSyntax).
Shouldn't it be
[[link>>xwiki:Sandbox.WebHome||target="_blank"]] ?
Thanks
Reto
Hi,
and first of all, 1.8.3 is great, the link dialog is working fine and all in
all syntax 2.0 and wysiwyg for 2.0 seem to be of age now;)
Some things i found in context with the parent field and the link dialog.
To have pages in tree-view in the link dialog the parent has to be set as
"space.page". If the parent is set only as "page" or as "wiki:space.page"
(like it is set automatically in a virtual wiki environment, by the way
great that the parent is set anyway now), the Page is displayed in the main
level of the tree view.
Cheers
hel.
-----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/WYSIWYG-2.0-%281.8.3%29-tp2938056p2938056.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi XWikiers,
Ludovic (XWiki's founder) and I (XWiki OSS product manager) will be at
JavaOne in San Francisco from Sunday, May 31 to Saturday, June 6 included.
We'd be really happy to meet and hook up with community members and XWiki
users from the far side of the world :-)
We'll be on OW2 booth from Tuesday, June 2 to Thursday, June 4 during the
conference. We'd be really happy to meet with users outside the timeframe of
the conference too... Simply let us know whether you're in the area and
we'll go grab a beer while feverishly discussing XObjects and XClasses ;-)
Also, Jim Grisanzio told me there would be many people from the OpenSolaris
community hanging around, so JavaOne will be the perfect opportunity for
other XWiki Users to discover what the OpenSolaris community has been doing
with XWiki of late (cf.
http://opensolaris.org/os/community/web/restructuring/preview/ for more
information on the topic).
Looking forward hearing from you guys (and gals !!),
Guillaume
--
Guillaume Lerouge
Product Manager - XWiki
Skype ID : wikibc
http://guillaumelerouge.com/
Hi,
the link dialog works much better than in 1.8.1, but one thing i found:
i don't use the space for the page parent when i add the parent manually
(which i had to, since it wasn't added automatically in the new syntax)
because i found, that it's not needed to work (as it is in links when the
link is in the same space).
Now when i want to create a link to a wiki-page i get the tree-view (which
is great) but it seems i cant see all those pages where no space is
provided.
hel.
-----
----
hel(a)hel.at
--
View this message in context: http://n2.nabble.com/Links%2C-WYSIWYG-2.0-%281.8.2%29-tp2733494p2733494.html
Sent from the XWiki- Users mailing list archive at Nabble.com.