Looks like a thirdparty lib was built using jdk 1.5
Builds fine with jdk1.5
Matt
xwiki:
[javac] Compiling 422 source files to /Users/conway/Documents/
eclipse/workspace/xwiki/build/classes
[javac] /Users/conway/Documents/eclipse/workspace/xwiki/src/main/
java/com/xpn/xwiki/XWiki.java:84: cannot access
org.exoplatform.container.RootContainer
[javac] bad class file: /Users/conway/Documents/eclipse/
workspace/xwiki/lib/exo-platform.container-2.0.jar(org/exoplatform/
container/RootContainer.class)
[javac] class file has wrong version 49.0, should be 48.0
[javac] Please remove or make sure it appears in the correct
subdirectory of the classpath.
[javac] import org.exoplatform.container.RootContainer;
[javac] ^
[javac] 1 error
Hi all,
Is there any particular reason the ID columns for xwikidoc are
generated (hashes of doc name) instead of just a sequence?
Its causing us a little grief when we want to do things like rename a
document - copying the doc seems like a hack, and breaks in subtle ways.
I think things would be much cleaner if we could assume an inviolate
id for each document, and would also have the benefit of making
manual sql maintenance task a lot simpler.
Let me know what you think,
Matt
Hey guys,
I've some problems with Xwiki.
In first the Tomcat's log is reporting some errors, see it bellow.
Second, I've create a page. After the creation, I decide update this page. I open the the correct place to do that, updated the page and saved. When this page is reloaded, it appear that I don't altered.
Can you understand?
Tomcat's error:
1º Error (it's a warning, but why this is apearing??):
10:21:50,467 WARN http-8080-Processor5 RequestUtils:createActionForm:177 - No FormBeanConfig found under 'view'
2º Error:
10:22:04,568 WARN http-8080-Processor5 http://localhost:8080/xwiki/bin/view/Main/WebHome Configurator:configure:126 - No configuration found. Configuring ehcache from ehcache-failsafe.xml found in the classpath: jar:file:/C:/Program%20Files/Apache%20Group/Tomcat%204.1/webapps/xwiki/WEB-INF/lib/ehcache-1.1.jar!/ehcache-failsafe.xml
2º Error:
10:22:20,731 ERROR http-8080-Processor5 http://localhost:8080/xwiki/bin/view/Main/WebHome XWikiHibernateStore:updateSchema:177 - Schema update for wiki xwiki
3º Error:
10:22:37,555 WARN http-8080-Processor5 http://localhost:8080/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:addCookie:474 - Setting cookie O8J7UAAVYXJF5SFYCNVVDZQLOBVLRN3N for name visitid with domain null and path / and maxage -137119
4º Error:
10:22:37,555 WARN http-8080-Processor5 http://localhost:8080/xwiki/bin/view/Main/WebHome XWikiStatsServiceImpl:findVisit:314 - Found visit with cookie VSQ6JFYCPHYXPD4NWYUXG0UP28OSFCV3 in session 5F2242D614D70F019292FD8ED4C110A0 for request with cookie O8J7UAAVYXJF5SFYCNVVDZQLOBVLRN3N
5º Error:
10:22:38,026 WARN http-8080-Processor5 RequestUtils:createActionForm:177 - No FormBeanConfig found under 'skin'
Att,
Filipe Fumaux
I have aquired our installation of WIKI and just getting into all of it.
I am looking a creating some classes in the WIKI. The Previous owner has
created the FAQs Class and it works fine.
I am trying to create another one for me as a test.
I have the Class created - ErixClass. I have added some objects. I can see
them when I go into the Object editor.
My question is how or where do I edit the Document Sheet and the Document
Templates.
If I go into the XWiki.XWikiclasses > XWiki.ErixClass the page is blank - I
should see the form there for adding and viewing?
_________________________________________________________________
Dont just search. Find. Check out the new MSN Search!
http://search.msn.click-url.com/go/onm00200636ave/direct/01/
This is complete polish translation ApplicationResources_pl.properties
synchronized with xwiki-0.9.840.
Please commit it.
Regards,
Mariusz from Poland (beautiful country with stupid politics)
Hello again!
Thank you for your fast customization help, but I've managed to produce
a very sad (show-stopper) parsing error. I'm using XWiki with postgresql
database, and all encoding is set to UTF-8. It works fine, stores and
shows the accentuated letters fine, exception the letters out of the
ISO-8852-1. This is the error log:
Caused by: org.apache.commons.jrcs.rcs.TokenMgrError: Lexical error at line 44, column 6. Encountered: "\u0151" (337), after : "@\n\n\nXWiki\nEditToolbar\n\nen\n0\n\nXWiki.Admin\n1107733921000\n1145956386468\n1.4\n{pre}\n<div class=\"xwikimenutitle\">Basic Syntax</div>\n<div class=\"xwikimenulinks\">\n<pre>\n1 Els"
at org.apache.commons.jrcs.rcs.ArchiveParserTokenManager.getNextToken(ArchiveParserTokenManager.java:800)
at org.apache.commons.jrcs.rcs.ArchiveParser.jj_consume_token(ArchiveParser.java:558)
at org.apache.commons.jrcs.rcs.ArchiveParser.text(ArchiveParser.java:429)
at org.apache.commons.jrcs.rcs.ArchiveParser.archive(ArchiveParser.java:102)
at org.apache.commons.jrcs.rcs.ArchiveParser.load(ArchiveParser.java:55)
at org.apache.commons.jrcs.rcs.Archive.(Archive.java:230)
at com.xpn.xwiki.doc.XWikiDocument.setArchive(XWikiDocument.java:475)
... 60 more
It has stored the hungarian o-double-acute (ő) character fine in the
postgresql database (I can query it, it is correct), but the
http://localhost:8080/xwiki/bin/edit/XWiki/EditToolbar editor page
throws the previous exception.
What could be a possible problem? Where can I dig in the codes, to give
full unicode support for the parser. Unfortunatelly this (the error of
handling Hungarian characters) is show-stopper for me. If it could
work, I'd provide a Hungarian translation of the static messages. Thank
you for your help:
Istvan
Hello!
I'm planning to customize the interface of XWiki (using the wiki
functionality only for a few administrator, and servicing content for
everyone, who does not need to know about wiki). I've found that editing
the files in the templates/ directory of the .war file does not really
work, I can't see the changes on the interface.
Could you provide me the proper method for editing the templates? (I've
restarted the the application server for cleaning the cache, but it does
not help)
btw: XWiki works with the open source applications server Glassfish
(former Sun Application Server).
Istvan
Hi,
We have a first list of ideas for the Google Summer of Code here
http://www.xwiki.org/xwiki/bin/view/Projects/WebHome
You should add additional ideas on this page. The more we have
candidates that want to do a project on XWiki the more chance we have to
get a high number of projects.
We will then have to choose by taking into account the quality of the
candidate and the importance of the sub-project for the XWiki Roadmap.
Also, one thing that would help getting more project is having more
mentors to help out the students. If any of you is interested in helping
us out mentoring the students, please tell us so. We already have some
experience mentoring. The mentoring job has to be pro-active, asking a
lot what the student is doing, as the student usually don't tell much.
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello!
The attached patch solves a problem in UTF-8 environments when creating
PDFs. It also requires the attached fop.cfg.xml (goes into
src/main/resources/).
With that patch applied, PDFs can be generated in an UTF-8 environment,
i.e. no longer exceptions while doing so. But the generated PDFs might
not contain all characters. This depends on the font being used to
generate the PDF. To make this work under all circumstances, one would
need a font containing the complete UTF-8 character set. Unfortunately
such fonts are not freely available. But for instance the DejaVu font
(which is based on the free BitStream Vera font) would be an option,
though CJK users would need to use another font.
To switch between the different fonts, it is currently required to edit
the xhtml2fo.xsl (the patch contains a comment which shows how to switch
to a Japanese font, at least for normal text).
Maybe using several xsl files, depending on the language settings of the
page would be an option to select the correct font?
--
Michael Reinsch <mreinsch(a)mandriva.com>
------------------------------------------------------------------------
We have a number of xwiki servers set up in a clustered environment.
Occasionally, we are not able to "bounce" our servers - we restart the servers one by one, and get many of the following error:
ERRORS>> ERROR [org.jgroups.protocols.pbcast.ClientGmsImpl] <08:30:24,559> suspect() should not be invoked on an instance of org.jgroups.protocols.pbcast.ClientGmsImpl <UpHandler (GMS)>
We upgraded our jgroups to 2.2.9, and this has significantly reduced how often this happens, but it still does happen.When this happens, we need to bring down all the servers and restart.
Has anyone encountered this issue ?
What is the recommended version of jgroups and configuration ?
Is there a recommendation for how to restart xwiki servers while achieving 24x7 uptime witgh a cluster ?
Thank you in advance
Andy
hi all,
just to remember some useful rules for commiting to the XWiki repository.
* Before commiting something, please creates the jira task.
* When you commit, refer to the task number, for example XWIKI-106, on
your comment. Like this, the code will be added to the jira task.
* Commit only one task at a time. Like this the diff is more readable,
and it's more easy to check the code.
thanks,
Jérémi
--
Blog: http://www.jeremi.info
LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724
Project Manager XWiki: http://www.xwiki.org
skype: jeremi23 -- msn et gtalk : jeremi23(a)gmail.com
Hi all,
It's not possible in xwiki for the moment the core send message to the
user for saying something like :
"You attachment have been attached" or "You succesfully logged in"
or replace exception with a readable message like:
"your file is too big to be attached"
what do you think about adding in the context 2 collections:
* one message which contains messages like the first one.
* the other one, which contains errors, like the second kind of message.
After, we display this in the skin in a box under the top menu.
I know message is already on the code, but it's never displayed, and i
think we have to do the distinction between message and error.
What do you think about this?
Jérémi
--
Blog: http://www.jeremi.info
LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724
Project Manager XWiki: http://www.xwiki.org
skype: jeremi23 -- msn et gtalk : jeremi23(a)gmail.com
Has anyone experienced the "Preview" button not working in Internet
Explorer. When you preview and then hit the back button your changes are
whiped out.
I've sent a couple emails about this in the past but have gotten no
response.
--Craig
Great, thanks! I have registered with username "rewbs".
Regards,
Robin
On 10/04/06, Ludovic Dubost <ludovic(a)xwiki.com> wrote:
>
> Sure,
>
> Just register on forge.objectweb.org and we will add you to the
> commiters list.
> The xwiki-clients area seems to me a good place for this
> http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki-clients/
>
> Ludovic
>
> Robin Fernandes a écrit :
> > Thanks for the ideas.
> >
> > Adding the same menu for the current page when the context menu does
> > not apply to a link is a particularly good idea, will do that asap.
> > More elaborate interaction with the wiki is also an interesting point,
> > will look into that.
> >
> > The strings are already localized using Firefox's locale system, so
> > adding more languages should be a breeze.
> >
> > Yes it would be very beneficial to get this into source control. Any
> > chance of getting a directory on the XWiki svn repository? :)
> > If not, I'll start applying to sourceforge & co.
> >
> >
> >
> > On 10/04/06, Enrique Ferreyra <eferreyra(a)gmail.com> wrote:
> >
> >> Nice idea!!!!
> >>
> >> It has good potential, remeber Tortoise CVS/SVN !!
> >>
> >> Right now appoint a feature: Put some file to change the language of
> >> the menu, maybe just change the descriptions of the menu items will do
> >> the job.
> >>
> >> Thanks Robin
> >>
> >>
> >> Robin Fernandes escribió:
> >>
> >>
> >>> Hi,
> >>>
> >>> I've written a very simple Firefox extension that adds a few links to
> >>> the context menu when you right click a link to an XWiki page. It just
> >>> checks to see if the link includes 'xwiki/bin/view', and if so,
> >>> manipulates the URL depending on the action you want to perform.
> >>> Nothing special, but it might save a page load or two.
> >>>
> >>> http://soal.xwiki.com/xwiki/bin/view/Code/FoXWiki
> >>>
> >>> Any ideas for further functionality are welcome.
> >>>
> >>> Regards,
> >>> Robin
> >>>
> >>>
> >>>
> >>> ------------------------------------------------------------------------
> >>>
> >>>
> >>> --
> >>> You receive this message as a subscriber of the xwiki-users(a)objectweb.org mailing list.
> >>> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> >>> For general help: mailto:sympa@objectweb.org?subject=help
> >>> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >>>
> >>>
> >>>
> >> --
> >> A.U.S. Enrique Ferreyra
> >> Centro de Cómputos
> >> Red Megatone - Red Confina
> >>
> >>
> >>
> >
> >
> > ------------------------------------------------------------------------
> >
> >
> > --
> > You receive this message as a subscriber of the xwiki-users(a)objectweb.org mailing list.
> > To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> > For general help: mailto:sympa@objectweb.org?subject=help
> > ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
> >
>
>
> --
> Ludovic Dubost
> XPertNet: http://www.xpertnet.fr/
> Blog: http://www.ludovic.org/blog/
> XWiki: http://www.xwiki.com
> Skype: ldubost AIM: nvludo Yahoo: ludovic
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-users(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-users-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
On 4/9/06, Robin Fernandes <rewbs.soal(a)gmail.com> wrote:
> Hi,
>
> I've written a very simple Firefox extension that adds a few links to
> the context menu when you right click a link to an XWiki page. It just
> checks to see if the link includes 'xwiki/bin/view', and if so,
> manipulates the URL depending on the action you want to perform.
> Nothing special, but it might save a page load or two.
>
> http://soal.xwiki.com/xwiki/bin/view/Code/FoXWiki
>
> Any ideas for further functionality are welcome.
>
thanks, I forward your message on the developers list. It's seems to
be pretty cool. I will try it when I will be back.
Jérémi
--
Blog: http://www.jeremi.info
LinkedIn: https://www.linkedin.com/profile?viewProfile=&key=1437724
Project Manager XWiki: http://www.xwiki.org
skype: jeremi23 -- msn et gtalk : jeremi23(a)gmail.com
We are looking for a developer who can take any off-the-shelf Wiki engine
such as xwiki and customize it and integrate it into our web site. The Wiki
should allow the user to customize and edit different types of content and
allow different access levels based on user seniority and credibility
ratings. We would like to work on a contract basis and we are looking for a
developer who will be available for continuing support work when necessary.
We prefer a developer who has some experience with and enthusiasm for Wiki
type systems.
We are building a public website that provides information on various local
entertainment content. We'd like this information to be editable through a
Wiki style system. We are hoping to get a functional beta ready in the next
two months and add further enhancements past that.
If you think you might be interested, please email with an idea of a how
you would expect to implement such a system, a scheduling timeframe, and an
estimate of how much you think would be a fair price for such a service.
thanks!
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web.com/ .