Hi
I am not trying to deploy XWiki onto my public server but ran again
into the issue of having to change the JBoss Classloading prefences:
Edit $JBOSS_HOME/server/<server configuration>/jbossweb-tomcat55.sar/
META-INF/jboss-service.xml file and replace:
<attribute name="Java2ClassLoadingCompliance">false</attribute>
<attribute name="UseJBossWebLoader">false</attribute>
with:
<attribute name="Java2ClassLoadingCompliance">true</attribute>
<attribute name="UseJBossWebLoader">true</attribute>
According to your wiki. Because I already have other application
running on that server I am not quite sure if I want to proceed with
that and also was wondering why this is necessary in the first place.
Isn't there a way to use the default configuration of JBoss?
I rarely encounter any other web application that has a problem with it.
Cheers
Andreas Schaefer
CEO of Madplanet.com Inc.
Email: andreas.schaefer(a)madplanet.com
schaefera(a)me.com
Twitter; andy_mpc
AIM: schaefera(a)me.com
On Sat, May 9, 2009 at 10:04 AM, David Huynh <dfhuynh(a)alum.mit.edu> wrote:
> Looking at the HTML source, I see
> <div ex:role="coder" ex:coderClass="Color"
> id="party-colors">
> <span ex:color="red">Republican</span>
> <span ex:color="blue">Democratic</span><p/>
> <span ex:case="others" ex:color="#aaa">Other
> parties</span>
> <span ex:case="mixed" ex:color="#eee">Many
> parties</span>
> <span ex:case="missing" ex:color="#444">No party</span>
> </div>
> I think the <p/> is causing problem. Could you remove it and see if that
> helps?
That was exactly the problem! Thank you so much, as that's one I would have
never spotted myself!
FYI, here's what happened: Since I just cut/paste the HTML from view-source
on the presidents example on simile-widgets.org, the newlines got
interpreted as paragraphs by the wiki-engine in Xwiki. So, I removed the
extra newline in Exhibit.Presidents2, and it now works in IE! This is a
"gotcha" I frequently hit in Xwiki, although I find the ability to mashup
HTML and wikitext in an active document quite useful.
Now both the "standalone"
http://nielsmayer.com/xwiki/bin/view/Exhibit/Presidents2
and locally-hosted-exhibit
http://nielsmayer.com/xwiki/bin/view/Exhibit/Presidents
work in IE! Thanks again and also thanks for Exhibit which is just all
around great!
The updated XAR (zip format) of "Presidents2" example is here:
http://nielsmayer.com/xwiki/bin/download/Exhibit/Presidents2/Exhibit.Presid…
Length Date Time Name
-------- ---- ---- ----
94080 05-09-09 10:30 Exhibit/Presidents2.xml
2226 05-09-09 10:30 Exhibit/PresidentsSchemaJSON.xml
29379 05-09-09 10:30 Exhibit/PresidentsJSON.xml
544 05-09-09 10:30 package.xml
-------- -------
126229 4 files
Niels
http://nielsmayer.com
PS: After sending the announcement yesterday, I realized there was one issue
that makes this example not quite standalone. Exhibit.PresidentsPkg.xar
contains a hard-coded google-maps key that you receive when registering your
site <http://code.google.com/apis/maps/signup.html>. You'll need to change
"gmapkey" setting in object XWiki.JavaScriptExtension[2] on document
"Exhibit.Presidents2":
> params: { bundle: true, authenticated: false, autoCreate: false, safe:
> false, gmapkey: "XXXXXXXXXXXXXXXXXXXXXXXXXXXX", views: "timeline,map" }
Until this is changed, you'll get a dialog box from google saying you need
to register. When you click away the dialog box, it should load the
interface even if not correctly registered.
PPS: What does this Exhibit parameter setting do, and what is the correct
value:
namespace: "http://simile.mit.edu/2006/11/exhibit#",
(also in object XWiki.JavaScriptExtension[2] on document
"Exhibit.Presidents2)
Hi,
Does anyone know if its possible in XWiki to create a diagram (e.g. UML
diagram, organisational diagram, etc) where you can click on a box or some
text on the diagram and go to the relevant wiki page and maybe from that
page back to its associated diagram? This would be quite useful for
navigating from a diagram to its underlying references.
Regards,
Richrd
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on sender's telephone number above
and delete it and all copies from your system. We accept no responsibility
for changes to any e-mail which occur after it has been sent. Attachments
to this e-mail may contain software viruses which could damage your system.
We therefore recommend you virus-check all attachments before opening.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
I'm setting up a debugging environment in Eclipse, and Tomcat fails
startup with the following log:
May 7, 2009 8:31:02 PM org.apache.catalina.core.AprLifecycleListener
lifecycleEvent
INFO: The Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: C:\Program Files
(x86)\Java\jdk1.5.0_16\bin;.;C:\Windows\system32;C:\Windows;C:\Program
Files (x86)\Java\jdk1.5.0_16\jre\bin;C:/Program Files
(x86)/Java/jdk1.5.0_16/bin/../jre/bin/client;C:/Program Files
(x86)/Java/jdk1.5.0_16/bin/../jre/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program
Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files
(x86)\QuickTime\QTSystem\;C:\Program Files\MySQL\MySQL Server
5.1\bin;C:\Windows\System32\WindowsPowerShell\v1.0\
May 7, 2009 8:31:02 PM org.apache.coyote.http11.Http11BaseProtocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
May 7, 2009 8:31:02 PM org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 624 ms
May 7, 2009 8:31:02 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
May 7, 2009 8:31:02 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/5.5.27
May 7, 2009 8:31:02 PM org.apache.catalina.core.StandardHost start
INFO: XML validation disabled
2009-05-07 20:33:34,608 [] [main] ERROR
8.2] - Exception sending context
initialized event to listener instance of class
org.xwiki.container.servlet.XWikiPlexusServletContextListener
java.lang.RuntimeException: Failed to initialize application contextt
at
org.xwiki.container.servlet.XWikiPlexusServletContextListener.contextInitialized(XWikiPlexusServletContextListener.java:58)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3764)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4216)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at
org.apache.catalina.core.StandardHost.start(StandardHost.java:736)
at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1014)
at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
at
org.apache.catalina.core.StandardService.start(StandardService.java:448)
at
org.apache.catalina.core.StandardServer.start(StandardServer.java:700)
at org.apache.catalina.startup.Catalina.start(Catalina.java:552)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:295)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:433)
Caused by: javax.servlet.ServletException: could not lookup service
org.xwiki.container.servlet.ServletContainerInitializer
at
org.codehaus.plexus.servlet.PlexusServletUtils.lookup(PlexusServletUtils.java:94)
at
org.xwiki.container.servlet.XWikiPlexusServletContextListener.contextInitialized(XWikiPlexusServletContextListener.java:54)
... 15 more
May 7, 2009 8:33:39 PM org.apache.catalina.core.StandardContext start
SEVERE: Error listenerStart
org.xwiki.container.servlet.ServletContainerInitializer.class is present
in the published xwiki-core-container-servlet.jar.
What should I do next to troubleshoot?
Thanks,
Dan
Thanks Sergiu ... I'll try that.
Would be a great feature to have in XWiki to have a plugin that enables you
to import an image and add hot spots to
link out to other wiki pages. Not sure how that could be done though.
Regards,
Richard
-----Original Message-----
From: users-bounces(a)xwiki.org [mailto:users-bounces@xwiki.org]On Behalf
Of Sergiu Dumitriu
Sent: 07 May 2009 12:14
To: XWiki Users
Subject: Re: [xwiki-users] XWiki diagram linking
goldring, richard wrote:
> Hi,
>
> Does anyone know if its possible in XWiki to create a diagram (e.g. UML
> diagram, organisational diagram, etc) where you can click on a box or some
> text on the diagram and go to the relevant wiki page and maybe from that
> page back to its associated diagram? This would be quite useful for
> navigating from a diagram to its underlying references.
Not yet, at least not as an official feature.
But you can use HTML tricks to do that: make a png image with an
imagemap, on which you can define areas and their links. The problem is
that you will either have to define the map yourself, or hope that your
UML tool can do that for you.
Another option is to export the image as SVG, which has tags for links,
then edit the SVG and add the links. The only problem is that SVG is not
supported natively by IE.
--
Sergiu Dumitriu
http://purl.org/net/sergiu/
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
Thales UK Ltd (Wells) DISCLAIMER: The information contained in this e-mail
is confidential. It may also be legally privileged. It is intended only for
the stated addressee(s) and access to it by any other person is
unauthorised. If you are not an addressee, you must not disclose, copy,
circulate or in any other way use or rely on the information contained in
this e-mail. Such unauthorised use may be unlawful. We may monitor all
e-mail communications through our networks. If you have received this e-mail
in error, please inform us immediately on sender's telephone number above
and delete it and all copies from your system. We accept no responsibility
for changes to any e-mail which occur after it has been sent. Attachments
to this e-mail may contain software viruses which could damage your system.
We therefore recommend you virus-check all attachments before opening.
Thales UK Ltd. Registered Office: 2 Dashwood Lang Road, The Bourne Business
Park, Addlestone, Weybridge, Surrey KT15 2NX Registered in England No.
868273
Hi
I'm using a modal window (subModal) in my xwiki and things work fine
until I try to use it while in 'inline' mode and using Firefox 3.0.10
(IE works).
The problem is that the modal window opens and closes straight away
making the parent page go from 'inline' to 'preview' mode!!
Looks like js method 'window.setTimeout' is not executing.
Has anyone had js probs in the past?? Do xwiki developers have any
idea?
I can see two errors in the Error console:
Error: Permission denied to get property XULElement.accessibleType
Source File:
http://localhost:8082/xwiki/resources/js/prototype/prototype.js
Line: 2015
And
Error: Permission denied to get property XULElement.accessibleType
Source File:
http://localhost:8082/xwiki/bin/jsx/scripts/subModal?language=en
Line: 1
(Problem here is that xwiki displayed js script on one line)
Ajdin
--------------------------------------------------------
NOTICE
This message and any files transmitted with it is intended for the addressee only and may contain information that is confidential or privileged. Unauthorised use is strictly prohibited. If you are not the addressee, you should not read, copy, disclose or otherwise use this message, except for the purpose of delivery to the addressee.
Any views or opinions expressed within this e-mail are those of the author and do not necessarily represent those of Coventry University.
Hello friends,Found out that the page where the new ModalBox Application Xar
is to be downloaded is a deleted page
URL :
http://code.xwiki.org/xwiki/bin/view/Applications/ModalBoxApplicationDownlo…
It looks like a really cool app to have on the wiki. For me, it will be a
nice workaround to the balloon styled tooltip I had requested help with on
the mailing list some time back.
Hope the modal box is available soon...
>>Hi,
>>
>> I'm working with the xwiki-xmlrpc code, and I'm wondering...
>>
>> What's the story behind swizzle-confluence-1.1-20070829-xwiki.jar?
>>
>> Where can I get the source?
>>
>> Thanks,
>>
>Hi Dan,
>
>this was a custom package created long time ago from the Swizzle 1.1 +
>some custom patches.
>Those patches got eventually committed in the Swizzle trunk but since
>there has not been a 1.2 release since, we kept that custom jar.
>
>You can assume that the source of that jar is the one you find in the
>Swizzle trunk:
>http://svn.codehaus.org/swizzle/trunk/swizzle-confluence/
>
>Cheers,
>Fabio
Fabio,
Thanks for the reply.
The source at the above URL is not the code referenced in, e.g. org.xwiki.plugins.eclipse.model.impl.XWikiConnection:
import org.codehaus.swizzle.confluence.Confluence;
import org.codehaus.swizzle.confluence.IdentityObjectConvertor;
import org.codehaus.swizzle.confluence.Space;
import org.codehaus.swizzle.confluence.SpaceSummary;
import org.codehaus.swizzle.confluence.SwizzleConfluenceException;
import org.codehaus.swizzle.confluence.SwizzleXWiki;
Specifically, SwizzleXWiki, SwizzleConfluenceException, and IdentityObjectConvertor do not exist in that codebase.
I'm creating an XmlRpc client, and am using the XEclipse code as a pattern for my code. I'd like to have the source for the version of swizzle-confluence that implements these classes.
Thanks,
Dan
Hello,
I just started to use xwiki (and I am quite new to wikis but understand
their basic concepts), and in the process, developed a bit of code which
I would like to share (add to the code snippets on the xwiki).
I have a user account on the xwiki.org and can log in.
Every time I use the "Add Snippet" button, it opens the form to name
the page (which I fill in), then there is a form with large window where
I suppose the programming code is to go (this large window
ends with {/pre}).
But, every time I put the code into the form (even starting it with
{pre}), the code never shows in the preview (it is a velocity code
snippet BTW).
So the question is, would you please explain to me how am I supposed to
add the code snippet to xwiki.org? Pointers to documentation welcome.
Kind regards,
Vlad
PS: This is obviously a combination of me being a beginner at
xwiki and not understanding what stuff is expected of me where,
when adding the code snippet.