Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
org/radeox/api/engine/context/RenderContext (Unsupported major.minor version 49.0)
RequestURI=/xwiki/bin/view/Main/WebHome
Powered by Jetty://
I hope you guys get a chance to look at this an fix it soon.
Thanks!
Joe
DericKho, 2006/12/22
I downloaded the WAR package.
I got the same error on JBoss 3.2, but it went well on Tomcat 5.5.
adam_crume, 2006/12/22
The problem is caused by Radeox being compiled for a 1.5+ JVM, but the app being run in a 1.4 JVM. To fix it, do this:
Go to radeox.org and download the latest source
If you're using a 1.5+ JRE, change build.xml so that the javac task contains source="1.4" and target="1.4"
Run Ant
Go into the cls folder and jar up the contents
Download and unpack the XWiki WAR
In the WEB-INF/lib folder, replace the Radeox JAR with the one you created
Re-package up the XWiki WAR and install it
DericKho, 2006/12/25
Thanks Adam!
That worked for me.
Happy Holidays!!!
marco, 2006/12/26
hi! nice work.... can you tell us something about the new tagging option (and, perhaps very short how to use it)? i was hoping you integrate that for a loooong time...so...thanks
This is great, guys! Congratulations on the beta release. I'm really looking forward to trying out XWiki.
Unfortunately, when I download and install the pre-packaged, stand-alone version on my Windows XP box and point my browser at: http://localhost:8080/xwiki/bin/view/Main/WebHome
I get this error page:
HTTP ERROR: 500
org/radeox/api/engine/context/RenderContext (Unsupported major.minor version 49.0)
RequestURI=/xwiki/bin/view/Main/WebHome
Powered by Jetty://
I hope you guys get a chance to look at this an fix it soon.
Thanks!
Joe
I downloaded the WAR package.
I got the same error on JBoss 3.2, but it went well on Tomcat 5.5.
The problem is caused by Radeox being compiled for a 1.5+ JVM, but the app being run in a 1.4 JVM. To fix it, do this:
Thanks Adam!
That worked for me.
Happy Holidays!!!
hi! nice work.... can you tell us something about the new tagging option (and, perhaps very short how to use it)? i was hoping you integrate that for a loooong time...so...thanks