Hi Ludovic,
I had just missed your prvious post...
Thank you very much : it works fine! You just did a mistyping : the
parameters are -Dhtttp.proxyUser and -Dhttp.proxyPassword
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de Ludovic Dubost
Envoyé : mercredi 6 février 2008 00:05
À : XWiki Users
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi,
We do read the authentication. Here is our code:
String proxyUser = System.getProperty("http.proxyUser");
if ((proxyUser!=null)&&(!proxyUser.equals(""))) {
String proxyPassword = System.getProperty("http.proxyPassword");
Credentials defaultcreds = new
UsernamePasswordCredentials(proxyUser, proxyPassword);
client.getState().setProxyCredentials(AuthScope.ANY,
defaultcreds);
}
However I told you -Dhttp.proxyPass and it's -Dhttp.proxyPassword
Can you try and tell us what happens ?
Ludovic
HERICHER Benoit DSIC BUA wrote:
>
> I have asked our network manager to make a trace : It seems that the
> proxy authentification is not used by the feed plugin and so the proxy
> doesn't accept to get the data.
>
>
> Benoît
> -----Message d'origine-----
> De : HERICHER Benoit (DSIC BUA)
> Envoyé : mardi 5 février 2008 11:21
> À : XWiki Users
> Objet : RE: [xwiki-users] Idea for improvment of Xwiki Watch
>
>
> Hi,
>
> Thank you Anca for your help.
> But it doesn't solve the problem : I don't understand why.
> On the page Watch:Reader, i'm asked for the proxy's authentification
> but no news are read.
> On the page Watch:Webhome, I select a feed for example googlenews :
> I'm then directed on the page Watch:Googlenews where I click on the
> hyperlink "Google News" : that redirects me on news.google.fr with all
> the news correctly listed.
>
> I guess this could be a problem with the proxy's configuration. Any idea?
>
> Thank you
>
> Benoît
>
> -----Message d'origine-----
> De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
> de ancapaula.luca(a)xwiki.com
> Envoyé : vendredi 1 février 2008 16:38
> À : users(a)xwiki.org
> Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
>
>
> Hi there,
>
> XWiki Watch uses the feed plugin to get the feeds from external sources.
> The feed plugin currently uses the jvm proxy settings so the only thing
> you have to do is to set the java System proxy when starting XWiki. You
> can do that either through:
> -Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
> use the system proxy settings
> or by supplying:
> -Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
>
> You can read more about it at
> http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
> http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
>
> Have fun using XWatch,
> Anca
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> users mailing list
> users(a)xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
--
Ludovic Dubost
Blog: http://blog.ludovic.org/
XWiki: http://www.xwiki.com
Skype: ldubost GTalk: ldubost
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
I have asked our network manager to make a trace : It seems that the proxy
authentification is not used by the feed plugin and so the proxy doesn't
accept to get the data.
Benoît
-----Message d'origine-----
De : HERICHER Benoit (DSIC BUA)
Envoyé : mardi 5 février 2008 11:21
À : XWiki Users
Objet : RE: [xwiki-users] Idea for improvment of Xwiki Watch
Hi,
Thank you Anca for your help.
But it doesn't solve the problem : I don't understand why.
On the page Watch:Reader, i'm asked for the proxy's authentification but no
news are read.
On the page Watch:Webhome, I select a feed for example googlenews : I'm then
directed on the page Watch:Googlenews where I click on the hyperlink "Google
News" : that redirects me on news.google.fr with all the news correctly
listed.
I guess this could be a problem with the proxy's configuration. Any idea?
Thank you
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de ancapaula.luca(a)xwiki.com
Envoyé : vendredi 1 février 2008 16:38
À : users(a)xwiki.org
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi there,
XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
Have fun using XWatch,
Anca
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi,
I am trying to confirm before implementing the wiki that you can moderate pages before they are available.
By this i mean allow users to create pages, but require them to be authorised before they become available on the wiki
Thanks for your help
________________________________________________________________________
More new features than ever. Check out the new AOL Mail ! - http://webmail.aol.com
I was wondering why there is no "Forgot Password Button". This is a pain for
admins with a lot of users to have to log in and change a users password
because they forgot it. On top of that the user has to log in and change it
AGAIN (for security purposes). It seems silly that this has not been
implemented yet. Every other webapp out there has this feature standard.
Does anyone know when this is going into a release. Also does anyone know of
an XWiki to MediaWiki conversion tool?
-Marlon
Hi all,
im using this macro to include HTML file into my page
#macro(displayppt $zipname $htmlname)
#set ($url = $xwiki.zipexplorer.getFileLink($doc, "$zipname",
"$htmlname"))
<iframe src="$url" frameborder="0" scrolling="0" width="800"
height="600"></iframe>
#end
It works but when I try to export my page in PDF the generated PDF doesn't
contains the included file and in the console appears something like
Warning: <iframe> escaping malformed URI reference.
the URI
/xwiki/bin/download/Discussione/MasterPlan/Piano%20Principale.zip/Piano
Principale.htm
is traslated in:
file:/C:/workspace%2Dxwiki/apache%2Dtomcat%2D5.5.25/work/Catalina/localhost/xwiki/h5khbL0n/
Discussione.MasterPlan.Piano Principale.zip/Piano Principale.htm
Regards
Raffo
Hi,
Thank you Anca for your help.
But it doesn't solve the problem : I don't understand why.
On the page Watch:Reader, i'm asked for the proxy's authentification but no
news are read.
On the page Watch:Webhome, I select a feed for example googlenews : I'm then
directed on the page Watch:Googlenews where I click on the hyperlink "Google
News" : that redirects me on news.google.fr with all the news correctly
listed.
I guess this could be a problem with the proxy's configuration. Any idea?
Thank you
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part
de ancapaula.luca(a)xwiki.com
Envoyé : vendredi 1 février 2008 16:38
À : users(a)xwiki.org
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi there,
XWiki Watch uses the feed plugin to get the feeds from external sources.
The feed plugin currently uses the jvm proxy settings so the only thing
you have to do is to set the java System proxy when starting XWiki. You
can do that either through:
-Djava.net.useSystemProxies for a java 1.5+ jvm, which tells the jvm to
use the system proxy settings
or by supplying:
-Dhttp.proxyHost=your_proxy -Dhttp.proxyPort=your_port.
You can read more about it at
http://java.sun.com/j2se/1.5.0/docs/guide/net/properties.html or
http://blogs.sun.com/roller/resources/jcc/Proxies.pdf
Have fun using XWatch,
Anca
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Hi all,
I have some problems trying to exporta as pdf a page.
In the source code there is an image
> <img src="/xwiki/bin/download/Discussione/MasterPlan/Masterplan.png" alt="
> Masterplan.png" title="Masterplan.png"/>
>
but in the pdf I see also this line
> 8080xwiki/H4RLVAa1/Discussione.MasterPlan.Masterplan.png" alt="
> Masterplan.png" title="Masterplan.png"/>
>
and in the console these lines appears
line 29 column 1 - Warning: <img> attribute with missing trailing quote mark
> line 29 column 1 - Warning: <img> escaping malformed URI reference
> line 29 column 1 - Warning: <img> lacks "alt" attribute
Can someone help me??
Thanks
Raffo
Hi all,
I chenged in the file menuview.vm the row:
#submenuitem($doc.getURL("export", "format=pdf&$docvariant") $msg.get("
core.menu.export.pdf"))
in
#submenuitem($doc.getURL("export",
"format=pdf&includechilds=1&$docvariant") $msg.get("core.menu.export.pdf
"))
to include childs pages into PDF export but when I try to execute export in
PDF I get this exception
com.xpn.xwiki.XWikiException: Error number 12002 in 12: Exception while
exporting PDF
Wrapped Exception: org.apache.fop.fo.ValidationException: null:118:234:
Property id "HInventory" previously used; id values must be unique in
document.
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXMLFO(PdfExportImpl.java
:194)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportXHtml(PdfExportImpl.java
:134)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.exportHtml(PdfExportImpl.java
:202)
at com.xpn.xwiki.pdf.impl.PdfExportImpl.export(PdfExportImpl.java:225)
at com.xpn.xwiki.web.ExportAction.exportPDFOrRTF(ExportAction.java:198)
It seems the validator has problems parsing the link in the text created
joining the parent with childs pages.
Thanks
raffo
We are doing Master of computer applications(MCA) programme..and now as
part of our curriculum we are doing a project work in xwiki..
We installed the Xwiki version
xwiki-enterprise-installer-windows-1.2-rc-3 .
So please give clarifications to our problems.
1) How to create new connection with mysql database in xwiki using
velocity and groovy..please provide the code for that ..
ie: We are using the WIKI editor for coding, Is it like so? we
should use any other console?
2) How we can connect velocity and groovy?
ie: Either we should write velocity $ Groovy in same (WIKI)
editor or in separate?
Can you help us....
Hi all,
i checked out whole trunks
under win platform, "import maven project" under./trunks gives weird results
it produces strange directory layout, under ../trunks, and empty eclipse
project (??!)
$ find ../xwiki-web/
../xwiki-web/
../xwiki-web/.classpath
../xwiki-web/.project
../xwiki-web/bin
../xwiki-web/bin/.classpath
../xwiki-web/bin/.project
mvn eclipse:eclipse under each trunks subdir produces good results, when
imported as "java project"
couldn't it be possible to provide better support for maven project import
on eclipse ?
(eclipse=3.3.1.1, M20071023-1652, m2eclipse=0.0.12.20071107-2300)
i'll build xwiki anyway ...
Regards