Hi guys..
I've been using the scheduler with some success for internal application
notifications; but something just cropped up that I can't quite figure
out.
In my wiki app, I'm checking certain status fields in different
documents and sending the url to appropriate people as needed. Was
working fine until recently.
In order to get the url, I'm doing something like
"docObject.getExternalURL('view')"; appropriate which is actually
perfectly picking the right document - but the wrong domain url; so the
link becomes invalid.
Is there a way of specifying the virtual wiki to link to when using
getExternalURL?
Brandon Esbach
Software Engineer
Wireless Systems Segment
Tyco Electronics
4 Eastgate Road
Eastgate
Little Island
Co. Cork
Ireland
Tel: +353-21-4808305
Email: esbachb(a)tycoelectronics.com
Hello,
I'm having trouble with backlinks after updating to XWiki 1.3m1 from 1.1
(some versions of 1.1 were documented to have broken backlinks, thus the
desire to upgrade).
Links created while I was running XWiki version 1.1 don't appear as
backlinks on the pages those links reference. If I create new links they do
show up as backlinks on the referenced pages.
NOTE: The missing backlinks weren't present in 1.1 either, but I hoped that
updating to 1.3 would make them appear.
Does anyone know if a) this is expected or documented behavior, and b) if
there's any way to coax a very large number of links created in 1.1 in to
appearing as backlinks?
I don't look forward to manually destroying and recreating hundreds of
links...
Thanks,
- AW
Hi all,
Please excuse my relative inexperience with the XWiki platform. What I
am trying to do I thought
would be relatively simple to implement; create a custom HTML form that
executes a custom
struts action that I would define in the struts-config file. I am curious
if anybody has implemented their own custom forms that kick off custom
struts
actions?
Thank you very much!
Chris
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-in-weblogicportal-tp15307542p1…
Sent from the XWiki- Users mailing list archive at Nabble.com.
Hi,
I have the following problem with groovy scripts in a panel:
Even an empty groovy-script, but also simple ones like
#panelheader('test')
<%
print "hallo"
%>
#panelfooter()
are only shown as "groovy.lang.MissingPropertyException: No such
property: panel for class: Script1"
after a while (for some time, it works)
Has anybody seen that before and can maybe give advice?
Thanks,
Hans-Peter
Hello.
We have XWiki 1.2.1.7160 running under OAS 10.1.2.0.2 and database Oracle 9.2.0.6 on Linux Centos 4.4
OAS 10.1.2 is only certified with JDK 1.4 but you can change the JDK of a OC4J instance editing $ORACLE_HOME/opmn/conf/opmn.xml configuration file and specify its location in the <java-bin> element in the correct <process-type> section of xwiki OC4J instante.
<process-type id="xwiki_oc4j" module-id="OC4J">
<module-data>
<category id="start-parameters">
<data id="java-bin" value="/myjavalocation/jdk1.5/bin/java"/>
</category>
</module-data>
</process-type>
See http://download.oracle.com/docs/cd/B15904_01/web.1012/b14011/diagnosis.htm#…
We don´t test it in deep, but XWiki starts and we can browse correctly.
On Sep 14, 2007, at 2:41 AM, Matthew Huff wrote:
> Has anyone got any version of Xwiki running under OC4J running on Oracle
> AppServer 10.1.2.2 (Oracle App Server 10gR2)? We can't upgrade to 10.1.3 due to
> limitations of Oracle Portal 10g.
> When I deploy the app under a new OC4J container I get:
> java.lang.UnsupportedClassVersionError:
> org/exoplatform/container/PortalContainer (Unsupported major.minor version 49.0) at java.lang.ClassLoader.defineClass0(Native > Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:539)
Un saludo
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
Hi All,
I know that XWiki Enterprise has the ability to record user views. But does
it have the capability to monitor users (say remote IP Address or logged-in
users) who download stuffs off the website?
If there isn't, can this be a good candidate for Plug-in development (is it
possible)?
Cheers!
--
Eduardo Dela Rosa
The dev guides do a fine job explaining the use of groovy and velocity
code snippets. They also explain how to develop applications and
plugins by creating classes. However they don't do much to explain the
creation of macros; that or I'm failing to find this.
I greatly prefer using macros over copy/paste coding snippets into each
article. I managed to find this lovely article about creating Radeox
macros in xwiki:
http://hritcu.wordpress.com/2007/03/13/xwiki-plugins-tips-and-tricks/
but I'm struggling to find info on creating/adding what I believe are
referred to as Velocity Macros (#macroName(var1, var2...)). I assume
help has been requested on this repeatedly, but I seem to again be
having poor luck in my keyword searches. Looking at trends in macro
submissions, Velocity macros seem to be preferable in most cases, are
they? Does each have strengths and weaknesses?
I'd love to extend the online documentation, but I'm still learning. So
without experience or guidance, much of what I'd write would be little
more than educated guesses.
Thanks,
Paul D. Grodt
Tecore Networks
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
We are doing Master of computer applications 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 ..
2) How we can connect velocity and groovy?
PLEASE HELP US...............
Thank you Esbach and Guillaume for your answer.
The problem is effectively with external sources and it is not possible, in
our organization, to get something outside the proxy.
Benoît
-----Message d'origine-----
De : users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]De la part de
Guillaume Lerouge
Envoyé : vendredi 1 février 2008 11:08
À : XWiki Users
Objet : Re: [xwiki-users] Idea for improvment of Xwiki Watch
Hi,
We had the problem in a place that filtered internet connexion once, we
suggested that the users put the server that loads feeds for Watch outside
of the proxy perimeter, with a direct access to the internet so that the
loading cool take place fine... Then the DB and the web server can be behind
the proxy provided they can access the loading server... Could this work
here ?
Guillaume
On 01/02/2008, Esbach, Brandon < Esbachb(a)tycoelectronics.com
<mailto:Esbachb@tycoelectronics.com> > wrote:
I don't think that's something that can be solved by changes on xwiki, since
your access to the feed (if I understand you right) is configured with a
proxy.
XWiki feeds out on a local server should work just fine though, provided you
can access the server.
Feeds coming in from external sources when you need a proxy to access the
internet (eg BBC, The Register, etc), is a problem though.
_____
From: users-bounces(a)xwiki.org <mailto:users-bounces@xwiki.org> [mailto:
users-bounces(a)xwiki.org <mailto:users-bounces@xwiki.org> ] On Behalf Of
HERICHER Benoit DSIC BUA
Sent: 01 February 2008 08:04
To: ' users(a)xwiki.org <mailto:users@xwiki.org> '
Subject: [xwiki-users] Idea for improvment of Xwiki Watch
Hi!
I try to use Xwiki Watch, but I can't get the RSS reader working correctly.
If I have well understood the different posts on this mailing list, this is
due to the fact that I'm behind a proxy : is the support of this
configuration planned for a future release of Xwiki Watch?
Thank you
Benoît HERICHER
_______________________________________________
users mailing list
users(a)xwiki.org <mailto:users@xwiki.org>
http://lists.xwiki.org/mailman/listinfo/users
<http://lists.xwiki.org/mailman/listinfo/users>
--
http://wikibc.blogspot.com/ <http://wikibc.blogspot.com/>