I'm running XWiki 1.1 milestone 4 with Apache Derby under Tomcat 5.5 on
Windows XP. I can start up XWiki, import the default XAR and start
making changes. Everything is working fine until I restart the webapp.
When it comes back up, it's a blank wiki again. The default XAR
content, and any changes I made, are gone.
Any ideas?
Regards,
Brian.
Hi Guillaume,
Thanks for your help!
Regards,
Gerard Verhaag
>>> guillaume(a)xwiki.com 21/08/2007 12:12 >>>
Hi Gerard,
Address = URL
For instance, http://blog.xwiki.com would be the address of your blog
and
http://www.xwiki.com/xwiki/bin/view/Main/BlogRssEn?xpage=rdf would be
the
address of your RSS feed...
You can also check this video
http://www.dotsub.com/films/inplainenglish/index.php for more
information
about RSS...
Guillaume
On 21/08/07, Geert Verhaag <g.verhaag(a)lrcb.nl> wrote:
>
> Hi Sergiu,
>
> Thanks for your response! But what exactly is meant by address in
this
> context? Can you give an example?
> (I'm a novice when it comes to using blog and rss feeds, sorry!)
>
> Regards,
> Gerard Verhaag
>
> >>> sergiu.dumitriu(a)gmail.com 21/08/2007 01:27:32 >>>
> Hello,
>
> Blog = the address to the user's blog, which will be displayed as a
> link in the user profile
> Blog feed = address to the atom/rss feed of that blog, that will be
> syndicated on the user's profile page, in a box, like the one you
can
> see on the default /xwiki/bin/view/XWiki/Admin page.
> ....
>
> On 8/20/07, Geert Verhaag <g.verhaag(a)lrcb.nl> wrote:
> > Dear XWiki-Users,
> >
> > I'm currently setting up an xwiki (private) site for our
institute,
> but
> > are struggling a bit with RSS feed and Blog.
> >
> > .....
> >
> > Regards,
> > Gerard Verhaag
> >
>
> Regards,
> Sergiu Dumitriu
> --
> http://purl.org/net/sergiu
>
>
>
> ==========================================
>
> Dit bericht is uitsluitend bestemd voor de geadresseerde.
> Het bericht kan vertrouwelijke informatie bevatten.
> Als u dit bericht per abuis hebt ontvangen, wordt u
> verzocht onmiddellijk de afzender te informeren. Ook
> verzoeken wij u het bericht te vernietigen en de inhoud
> niet onder derden te verspreiden of te gebruiken.
>
> This message is intended exclusively for the addressee.
> It may contain information that is confidential.
> If you are not the intended recipient, we request that
> you notify the sender immediately. In that case, we
> also request that you destroy the message and that
> you neither use the contents nor disclose them in any
> manner to third parties.
> ==========================================
>
>
>
>
> --
> You receive this message as a subscriber of the
xwiki-users(a)objectweb.orgmailing 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
>
>
--
http://wikibc.blogspot.com/
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Hi Sergiu,
Thanks for your response! But what exactly is meant by address in this
context? Can you give an example?
(I'm a novice when it comes to using blog and rss feeds, sorry!)
Regards,
Gerard Verhaag
>>> sergiu.dumitriu(a)gmail.com 21/08/2007 01:27:32 >>>
Hello,
Blog = the address to the user's blog, which will be displayed as a
link in the user profile
Blog feed = address to the atom/rss feed of that blog, that will be
syndicated on the user's profile page, in a box, like the one you can
see on the default /xwiki/bin/view/XWiki/Admin page.
....
On 8/20/07, Geert Verhaag <g.verhaag(a)lrcb.nl> wrote:
> Dear XWiki-Users,
>
> I'm currently setting up an xwiki (private) site for our institute,
but
> are struggling a bit with RSS feed and Blog.
>
> .....
>
> Regards,
> Gerard Verhaag
>
Regards,
Sergiu Dumitriu
--
http://purl.org/net/sergiu
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Hi
I was using 1.1M3 successfully with AD Authentication. However, once i have
upgraded to 1.1M4, i get an NPE. The LDAP config in xwiki.cfg is identical
in both versions.
Regards
Shiva
------------------------------------------------------------------------------------------------------
java.lang.NullPointerException
at
com.xpn.xwiki.user.impl.LDAP.LDAPAuthServiceImpl.authenticate(LDAPAuthServiceImpl.java:51)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.authenticate(MyFormAuthenticator.java:195)
at
com.xpn.xwiki.user.impl.xwiki.MyFormAuthenticator.processLogin(MyFormAuthenticator.java:95)
at
com.xpn.xwiki.user.impl.xwiki.XWikiAuthServiceImpl.checkAuth(XWikiAuthServiceImpl.java:211)
at com.xpn.xwiki.XWiki.checkAuth(XWiki.java:3000)
at
com.xpn.xwiki.user.impl.xwiki.XWikiRightServiceImpl.checkAccess(XWikiRightServiceImpl.java:112)
at com.xpn.xwiki.XWiki.checkAccess(XWiki.java:3008)
at com.xpn.xwiki.XWiki.prepareDocuments(XWiki.java:3881)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:132)
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:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:210)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
at java.lang.Thread.run(Unknown Source)
--
View this message in context: http://www.nabble.com/NPE-with-LDAP-in-1.1M4-tf4280300.html#a12183302
Sent from the XWiki- Users mailing list archive at Nabble.com.
I'm running XWiki 1.1 milestone 4 with Apache Derby under Tomcat 5.5 on
Windows XP. I'm importing the default XAR and 114 documents import oK,
but one gives an error:
import_listoferrorsfiles
* XWiki.CalendarEvent
Any ideas?
Regards,
Brian.
P.S. I have another problem posted separately that the imported
documents don't survive a restart
Dear XWiki-Users,
I'm currently setting up an xwiki (private) site for our institute, but
are struggling a bit with RSS feed and Blog.
What exactly does one have to enter into the Blog and Blog feed entries
of a user's profile?
Thanks in advance!
Regards,
Gerard Verhaag
==========================================
Dit bericht is uitsluitend bestemd voor de geadresseerde.
Het bericht kan vertrouwelijke informatie bevatten.
Als u dit bericht per abuis hebt ontvangen, wordt u
verzocht onmiddellijk de afzender te informeren. Ook
verzoeken wij u het bericht te vernietigen en de inhoud
niet onder derden te verspreiden of te gebruiken.
This message is intended exclusively for the addressee.
It may contain information that is confidential.
If you are not the intended recipient, we request that
you notify the sender immediately. In that case, we
also request that you destroy the message and that
you neither use the contents nor disclose them in any
manner to third parties.
==========================================
Hi,
First time XWiki user. I had previously demo'ed Milestone 3 on a different
computer and it worked fine. Milestone 4 I cannot save edits to a page from
the WYSIWYG interface. I'm logged in as Admin and on the default first page
and saves from the WIKI interface are working. I was using JRE 1.6 and have
now backed down to JRE 1.5 without success. I have not opened a bug yet.
Thank you,
David
Hi
I am testing xwiki. As far I have seen, this is a great work. I have
seen that the spanish translation is not finished. How could i
contribute with it?
thanks
Hi all,
My wiki at http://openmpt.xwiki.com has not been responding for a
while. My other hosted wikis are OK. Any thought on what could be
happening?
Thanks,
Robin
Hello,
I'm new in the mail list.
I use XWiki to save and organize my personal documentation.
To write pages, I use the Wiki editor because I can insert HTML code
easily or specific style that I use often.
I had added new buttons in the toolbar of Wiki editor (albatross skin)
and if that interest you, the compressed file is attached to this mail
(deploy it in albatross directory).
Screen shot in attached png file.
Thanks
Charles
Hello,
I'm playing around with a locally installed copy of Xwiki 1.0. I couldn't
locate a solution to my two part problem in the archives.
I lost my edit menu drop down list (WYSIWYG, XWiki, Form, Object, etc.) on
each page. All the other drop downs (Show, Admin, ..) have drop down
entries.
Also, when I click on edit and I am in the edit mode (e.g. URL contains
".../edit/Main/WebHome"),
there's no object tab available among the WYSIWY, XWiki, Form, etc. tabs,
however, I'm able to enter this edit mode by adding "?editor=object" to the
end of the URL.
How can I go about fixing this problem? Aside from reinstalling cleanly!
Thanks for your time.
WWB
--
View this message in context: http://www.nabble.com/Lost-edit-menu-drop-down-list-and-object-tab-in-edit-…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi
On Tomcat 5.5 server with postgresql database
The attachments files are store in database or in the
server file system?
Thxs
Pascal
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
I would like to let all members of a group being able to add new users
into the same group. As far as I can see this is not possible with the
current version. Would this feature be achievable with scripting, or
does it require som API changes?
If this can be scripted, please give me som pointers.
The XWiki development team team is pleased to announce the
availability of the 1.1 Milestone 4 release of XWiki Enterprise
Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download
Main changes:
* New experimental Lucene Search page. It adds scoring,
searching into attachments (including Office documents), search
paging and more (performance improvements, more customizable search
results, etc). This search page is meant to become the default in the
near future. It's currently experimental as we want to ensure it
fully works as well as the old search. We need your help. Please let
us know on the XWiki mailing list, on IRC, or on this wiki if you
have any comments (positive or negative about it). This new page is
located in Main.LuceneSearch. You can also edit the Panels.Search
page so that the search is done with the Lucene search by default.
* Diff improvements. Diffs are now shown at the level of words.
* Added an option to open external link to new window. Default
is in the same window.
* When deleting a page, the list of pages that will be orphaned
are displayed
* Added a wiki text mode in the WYSIWYG editor
* Code macro now escapes everything (wiki syntax, HTML, Groovy,
Velocity, other Radeox macros)
* New option to preserve previous version during document import
* Several XMLRPC fixes and improvements
* MacroMapping renderer is enabled by default
* Added plaincode template allowing to access the source of a
page without any encoding
* Option not to display the login screen
* Allow {style} macros to be nested
* Fullscreen editing in both wiki and WYSIWYG editors
* Scheduler plugin added (but no UI yet)
* New XMLRPC removeSpace() API
* New Quick Links Panel with links to common useful pages
* New "My Recent Modifications" Panel
* Moved Orphaned Pages inside the AllDocs page as a new tab
* Improved navigation by adding the Quick Links Panel + My
Recent Modifications Panel to the side menu and removed the
Navigation panel from the default layout
* Improved the Tag page
* Search also searches on page names now
* Added new RSS Feeds page to list all feeds available on the wiki
+ lot more (over a 100 in total)
See the full release notes on http://www.xwiki.org/xwiki/bin/view/
Main/ReleaseNotesXWikiEnterprise11M4
Enjoy
-The XWiki development team
Hi, Ludovic,
www.xwiki.com has not been up for some time, can we still start new wikis on xwiki farm? I have some sites on xwiki farm, do you offer dedicated hosting service? When will xwiki farm be updated?
Wei-hsing
-------------- Original message ----------------------
From: Ludovic Dubost <ludovic(a)xwiki.com>
>
>
> Hi Robin
>
> There seems to be an issue with one or more feeds displayed on the Home
> Page.
> I've hidden the news section so to avoid the problem.
> The current version of XWiki on the farm does not have timeouts if a
> feed does not respond and stays connected for ever. This will be fixed
> with XWiki 1.1.
>
> Ludovic
>
> Robin Fernandes a écrit :
> > Hi all,
> >
> > My wiki at http://openmpt.xwiki.com has not been responding for a
> > while. My other hosted wikis are OK. Any thought on what could be
> > happening?
> >
> > Thanks,
> > Robin
> >
> >
>
>
> --
> Ludovic Dubost
> Blog: http://www.ludovic.org/blog/
> XWiki: http://www.xwiki.com
> Skype: ldubost GTalk: ldubost
> AIM: nvludo Yahoo: ludovic
>
>
Hi
How can I adjust the logon time out?
Users disconnect of the xwiki after 30 mn...
I want higher this time for all users.
Thxs
_____________________________________________________________________________
Ne gardez plus qu'une seule adresse mail ! Copiez vos mails vers Yahoo! Mail
Thanks for the tip! I also see that there's an xwiki plugin over at
http://www.jkraemer.net/static/maven/xwiki/plugins/emailnotify-plugin/index…
using this api. Good job! This is probably just what I was looking for.
cheers :-)
Thomas
Sergiu Dumitriu wrote:
> Hi,
>
> Yes, you can do that, and there's an API for this in XWiki. See
> com.xpn.xwiki.notify, and search the code for usage examples.
>
> On 8/13/07, Thomas Drevon <thomas.drevon(a)intermedia.uio.no> wrote:
>> Hi!
>>
>> I'm trying to make xwiki do something (run a line of velocity code)
>> after somebody has successfully saved an xwiki document. Does anybody
>> know of a way to hook into xwikis internal mechanisms when this has
>> taken place?
>>
>> In fact, any insight at all in the request-response loop of xwiki
>> (especially during save) would be very helpful!
>>
>>
>> cheers :-)
>> Thomas
>>
>
> Sergiu
Hi,
I am still testing the XMLRPC interface. This the first result I have noticed:
1.There are some messages that are not implemented:
-public Map getUser(String token, String username);
-public void addGroup(String token, String group);
-public Object[] getUserGroups(String token, String username);
-public void addUserToGroup(String token, String username, String groupname);
2.To make the update or the creation of a page work normally, I have to get the content of a page and to modify his element to have the result I want. This is linked with the fact that we have to use a Map Object to define a page or Map is an interface. So the other solution I haven't tested is to implement the interface Map instead of getting a page and modifying it.
3.For "public Object[] getComments(String token, String pageId);" I have some problem to make it work normally.
4.Another result is that I have to flush the cash very often in order to make the Update and creation of a page work. If I don't do that I have to restart my server to see the changes. When all work correct with a login/logout, we see the changes.
5.When I try to get the content of a document created by a Class, I get the content of the Template linked to the Class. I don't know if this is normal or not.
I don't know if there are other people testing the interface XMLRPC, but if this can give more information to someone... If there is other things I don't know that can help, any suggestion will be welcomed.
Bye
Hi everyone!
I am new to xwiki and am having trouble finding out how to configure
blog clients for remote blogging.
Can anybody tell me the weblog api URL?
TIA
Cheers
Dan
************************************************************************
DISCLAIMER
The information contained in this e-mail is confidential and is intended
for the recipient only.
If you have received it in error, please notify us immediately by reply
e-mail and then delete it from your system. Please do not copy it or
use it for any other purposes, or disclose the content of the e-mail
to any other person or store or copy the information in any medium.
The views contained in this e-mail are those of the author and not
necessarily those of Admenta UK Group.
Admenta UK plc is a company incorporated in England and Wales
under company number 3011757 and whose registered office
is at Sapphire Court, Walsgrave Triangle, Coventry CV2 2TX
************************************************************************
Hi!
I'm trying to make xwiki do something (run a line of velocity code)
after somebody has successfully saved an xwiki document. Does anybody
know of a way to hook into xwikis internal mechanisms when this has
taken place?
In fact, any insight at all in the request-response loop of xwiki
(especially during save) would be very helpful!
cheers :-)
Thomas
Can anyone answer this question?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
<http://www.virtua.com/> http://www.virtua.com - JSF/Java EE consulting,
training, and mentoring
<http://www.jsfcentral.com/> http://www.JSFCentral.com - JavaServer Faces
FAQ, news, and info
From: Kito D. Mann [mailto:kmann@virtua.com]
Sent: Sunday, August 05, 2007 2:15 AM
To: xwiki-users(a)objectweb.org
Subject: [xwiki-users] xWiki and eXo 1.1.x
Hello,
Is there a version of xWiki that works with eXo portal 1.1.x?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kito D. Mann - Author, JavaServer Faces in Action
<http://www.virtua.com/> http://www.virtua.com - JSF/Java EE consulting,
training, and mentoring
<http://www.jsfcentral.com/> http://www.JSFCentral.com - JavaServer Faces
FAQ, news, and info
* Sign up for the JSF Central newsletter!
http://oi.vresp.com/?fid=ac048d0e17 *