Hi Group,
I am trying to deploy xwiki-0.9.536.war into Jetspeed-2. I encountered the following error in the xWiki Portlet. Can any one tell me what could the problem be. If anyone has instructions as to how to deploy XWiki in Jetspeed-2 as a portlet, can u please send me the link or the war if possible..
ERROR:-
Cannot create Portlet instance com.xpn.xwiki.web.XWikiPortlet for
Portlet Application xwiki-0.9.536
I even tried replacing the following line in Utils.java, but its still not working.
URL url = XWiki.getRequestURL(request);
replaced with
URL url;
try {
url = new URL("http://localhost:8080");
System.out.println("CREATED URL = "+url.toString());
context.setURL(url);
// Push the URL into the Log4j NDC context
MDC.put("url", url);
} catch (MalformedURLException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
Thank you in advance,
Chandra Shekar.
---------------------------------
Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! Messenger with Voice
Robin,
I want to change the parent using a code. I've a document that will change the parent in many situations.
Sorry!!!
-----Original Message-----
From: Robin Fernandes [mailto:rewbs.soal@gmail.com]
Sent: quinta-feira, 18 de maio de 2006 15:29
To: xwiki-dev(a)objectweb.org
Subject: Re: [xwiki-dev] Setting Parent
If you mean marking a document with more than one parent, I don't
think this is possible.
If you mean changing the parent of a document, you can do so under the
main textbox in the edit content view.
On 18/05/06, Filipe <Filipe(a)drive.com.br> wrote:
> Anybody knows how can I set another parent to a document??
>
>
> Att,
> Filipe Fumaux
>
>
>
>
>
> --
> You receive this message as a subscriber of the xwiki-dev(a)objectweb.org mailing list.
> To unsubscribe: mailto:xwiki-dev-unsubscribe@objectweb.org
> For general help: mailto:sympa@objectweb.org?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>
>
>
I have deployed the XWiki 0.9.840. But there are a lot of Wrapped exceptions.
org.hibernate.AssertionFailure: possible nonthreadsafe access to session
What is this? It is a bug of XWiki or Hibernate? Does this exception do anything bad to the end user or developer?
The version of my tomcat is 5.0.30. And the version of my mysql is 4.1.11
Do you know when the new version will ve avaliable?
-----Original Message-----
From: ludovic(a)xwiki.org [mailto:ludovic@xwiki.org]
Sent: quarta-feira, 17 de maio de 2006 15:57
To: ludovic(a)xwiki.org; xwiki-dev(a)objectweb.org
Subject: [xwiki-dev] xwiki build.196 Build Successful
View results here -> http://build.xpertnet.biz/cc/buildresults/xwiki?log=log20060517204500Lbuild…
Hi,
I'm looking for feedback about the Summer of Code proposals as well as
for mentors willing to help out follow the students work. The more we
have mentors the more projects we will have.
I've made a Summary of the proposals here
http://www.xwiki.org/xwiki/bin/view/SoC2006/Proposal+Summary
There are around 20 good students with 15 different subjects that would
be acceptable for XWiki from my point of view. We would discuss with the
5 rejected students based on duplicate subject and put them on other
subjects (what is really missing ?).
I've made 3 big groups of priority for the acceptable solutions. The
first groups has 7 projects. The second 6/7. The third one 3/4
For the contributors willing to see the details of the proposals and
also "vote" for them you can go to
http://code.google.com/soc/mentor_home.html I can then accept you as
mentors for XWiki.
If you feel interested in mentoring one project do answer me here or
directly before monday. I have to give an answer of how many projects we
can mentor and this number will impact our real number of proposal accepted.
Ludovic
--
Ludovic Dubost
XPertNet: http://www.xpertnet.fr/
Blog: http://www.ludovic.org/blog/
XWiki: http://www.xwiki.com
Skype: ldubost AIM: nvludo Yahoo: ludovic
Hello again,
I tried again sending a mail from a sendmail testpage and I received the following error message:
Error number 4001 in 4: Error while parsing velocity page Demo.SendMailTestPage Wrapped Exception: Invocation of method 'sendMessage' in class com.xpn.xwiki.XWiki threw exception class com.xpn.xwiki.XWikiException : Error number 10003 in 10: Exception while sending email from to [Ljava.lang.String;@24797f Wrapped Exception: Connection refused
Thanks for your help. I am pretty much lost.
Jens