Hi,
I'm using version 1.2.1.7160 and noticed that both the regular and lucene search won't search page titles (I mean the title field, not the first page heading which otherwise gets promoted to the page title). In the lucene source I noticed that title field doesn't get indexed. Why is this missing?
Thanks for information,
pete
Hi Frantisek,
On Feb 11, 2008, at 10:27 PM, Frantisek Kall wrote:
> > I changed default skin to dodo skin (because its looks the best for
> > me) but there aren't all navigation links when I compare it with
> > albatross skin (Panels - Quick Links, ..).
> > Are all skins fully comparable in functionality?
>
> The panels feature was introduced in Albatross and it's present in
> Finch, Albatross and the upcoming Toucan. It's not in Dodo.
>
> In Dod there was a left menu page (XWiki.Menu from the top of my head)
> and a Toolbar page (XWiki.Toolbar again from the top of my head).
>
> Thanks
> -Vincent
>
> Hi Vincent,
> thanks for quick answer. We plan use xwiki as main intranet server
> for documentation, projects and knowledge sharing. We are testing it
> now. I also tested MoinMoin and I like his simple looking interface.
> Dodo skin looks similar to Moin, but it is probably outdated and not
> fully supported. Do you recommend us to use Dodo or rather Finch (I
> don't like Albatross)?
> When you expect Toucan will be released?
* Dodo is outdated
* Finch is a bit better but not very well supported (only community
support right now and not the xwiki dev team although one committer is
interested in working on it)
* Albatross is fully supported and the most up to date
* Toucan will be released in about a week
Please use the mailing lists (I've cced the user list).
Thanks
-Vincent
Hi everybody,
On the mailing lists, we noticed several people trying to use XWiki in
academic environments, requesting features such as support for
mathematical equations or support for LaTeX.
We took some time to design a product that would be great for writing
scientific papers, identifying some important features, and some "would
be nice to have" features. You can see the current design proposal at
http://dev.xwiki.org/xwiki/bin/view/Design/SPAWN (feel free to send
comment on the mailing list).
Given the fact that this is not a product which can easily be sold, and
that there are other more critical projects to work on for the moment,
the core XWiki developers cannot dedicate much time on it. This is why
we need help from the community. Whoever would like to use this product,
and has the power and knowledge to work on in, please help us.
If you are in an university as a student, you can propose one of the
sub-applications as a project for one of your classes. If you are a
teacher, you can propose some sub-applications as student projects. We
can help with coordination, more detailed description/requirements,
question answering, code review, etc.
Some of the features require mostly programming skills, while others
require more advanced research skills, like the positioned comments in a
dynamic text (adapting some sequence alignment algorithms from
bioinformatics seems the best idea for the moment, but also some fuzzy
systems theory could be applied), or an automatic merge algorithm based
on Operational Transformations, so some publications can come out of
this, too.
If we gather a few volunteers, I'll make the necessary Jira setup and
mark the product as active.
Regards,
The XWiki dev team
Hi everybody,
I'm having trouble with PDF and RTF export. I tested it in both IE and
Firefox browsers und got the same corrupt PDF file.
Firefox generates only one line:
%PDF-1.4 %ª«¬ %PDF-1.4 %ª«¬ ���������������������������������
We are running XWiki Ent.1.2 on Oracle App Server 10.2.0.3.
The problem ist somehow OC4J specific - the similar test on the localhost
(Windows XP, Tomcat) with the same Oracle DB was absolut OK.
xwiki.log shows XML-22900-error, what is rather typical for using the wrong
JDK . I'm sure I have set in OEM the path to JDK 1.5. Could it happen that
the path to JDK would be overwritten for some reason? (We have 1.4, 1.5 and
1.6 JDKs installed on this server) .
We have replaced Hibernate-3.1.3.jar with the version 3.2.5.ga.
Do I need to configure some other files or replace some libraries?
Can the character set be the cause of such behavior? XWiki uses ISO-8859-1,
but our DB works with "Latin 9" - WE8ISO8859P15.
On the other side - I also tried to export the empty page (or with only one
letter A on it) and the result was the same, i.e. I was getting the corrupt
file.
Thanks a lot for any help,
Alla
--
View this message in context: http://www.nabble.com/PDF-and-RTF-Export-under-OC4J-tp15412211p15412211.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
Geee OAS sux big time. I dont have any shared lib, but oracle has it's own xml parser in some parent classloader. I'll have to try some dirty tricks with OAS's classloaders to exclude it from classpath or change loading priorities. I'll report result.
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf Of Sergiu Dumitriu
Sent: Monday, February 11, 2008 5:20 PM
To: XWiki Users
Subject: Re: [xwiki-users] PDF and RTF Export under OC4J
Martin Vanek wrote:
> We have xwiki 1.2.1 on OracleAS and PDF/RTF export dos not work too, but in
> different way. After clicking on export to PDF, browser only displaying
> blank page.
>
> Exception from xwiki log is
>
> 2008-02-01 14:52:38,452
> [http://sis01:5678/xwiki/bin/export/sis2/WebHome?format=pdf&]
> [RMICallHandler-9] WARN web.XWikiAction - Uncaught
> exception: Error number 0 in 11: Uncaught exception
> Wrapped Exception: loader constraints violated when linking
> org/xml/sax/InputSource class
> com.xpn.xwiki.XWikiException: Error number 0 in 11: Uncaught exception
> Wrapped Exception: loader constraints violated when linking
> org/xml/sax/InputSource class
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:164)
> 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:743)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> at
> com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
> at
> com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
> at
> com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
> at
> com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
> at
> com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
> at
> com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
> at
> oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
> at
> com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
> at java.lang.Thread.run(Thread.java:595)
>
>
> Wrapped Exception:
>
>
> java.lang.LinkageError: loader constraints violated when linking
> org/xml/sax/InputSource class
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.applyCSS(PdfExportImpl.java:326)
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.applyCSS(PdfExportImpl.java:288)
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java:202)
> at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:220)
> at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:82)
> at com.xpn.xwiki.web.ExportAction.render(ExportAction.java:50)
> at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:148)
> 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:743)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> at
> com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
> at
> com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
> at
> com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:622)
> at
> com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
> at
> com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
> at
> com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
> at
> com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
> at
> com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
> at
> oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
> at
> oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
> at
> com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
> at java.lang.Thread.run(Thread.java:595)
>
Your problem is with the libs provided by the container. There are some
incompatibilities between different XML utilities. What do you have in
the container shared libs directory?
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I changed default skin to dodo skin (because its looks the best for me) but
there aren't all navigation links when I compare it with albatross skin
(Panels - Quick Links, ..).
Are all skins fully comparable in functionality?
Frantisek Kall
The XWiki development team is pleased to announce the release of
XWiki Watch 1.0 Milestone 3.
You can go grab it here :
http://www.xwiki.org/xwiki/bin/view/Main/Download#HXWikiWatch
This release include both bug fixes and new features, among which you can
find :
- Date range filter: you can select the date range (start date and end
date) for the articles displayed in the list.
- Email press review : the same press review you used to view as html or
as pdf can now be sent over through email
- other UI improvements and bugfixes.
You can read the full release notes at:
http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesWatch10M3
And the installation guide :
http://code.xwiki.org/xwiki/bin/view/Applications/WatchApplication
Have fun!
The XWiki Watch development team
After upgrading from 1.1 to 1.3m1 most, but not all, binary attachments
(images, PDFs, Word documents, etc...) are corrupt when I attempt to
download or view them from any links on the main page where they are
attached: the documents download, and they're the right size, but are
unusable (won't open, produce errors in the program trying to read them,
won't display in the browser, etc...).
If I download files from the attachment history page they work correctly.
Similarly, if I re-attach them they work correctly.
Downgrading to 1.2.1 does not affect the problem.
I browsed JIRA for a while looking for any similar issues but didn't see
anything. Does anyone have any insight, or what additional information can I
provide to help isolate the problem?
Vincent: Thanks for suggesting $xwiki.refreshLinks() the other day. That
solved my missing backlinks problem.
Thanks,
--
AW
Hi
I downloaded xwiki war file and changed the hbm.cfg.xml , xwiki.hbm.xml
I am using weblogic portal and oracle9i.
After deploying when i used the following url
http://localhost:7788/xwiki/bin/view/Main/WebHome.
I got the following error
Error number 3 in 0: Could not initialize main XWiki context
Wrapped Exception: Error number 3202 in 3: Exception while reading document
XWiki.XWikiPreferences
Wrapped Exception: could not load an entity:
[com.xpn.xwiki.doc.XWikiDocument#104408758]
Can somebody help me out
--
View this message in context: http://www.nabble.com/Unable-to-deploy-xwiki-with-weblogic-portal---oracle-…
Sent from the XWiki- Users mailing list archive at Nabble.com.