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