[xwiki-users] [ANN] XWiki Enterprise 1.1 Released
The XWiki development team team is pleased to announce the availability of the 1.1 release of XWiki Enterprise. Go grab it on http://www.xwiki.org/xwiki/bin/view/Main/Download This release implements 298 issues since XWiki Enterprise 1.0 was released less than 5 months ago. Major changes: * Improve default Wiki: better usability and better navigation o Search improvements and result filtering o Index page and Treeview page o WYSIWYG improvements and bug fixes * Full screen edition * RTF exports * Ability to enter comments on page modifications * Visual difference improvements when comparing versions * XMLRPC improvements * XWiki Platform is GWT-ready * Lucene experimental search And many more… See the release notes for all details at: http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise11 Enjoy -The XWiki development team
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) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].util.OC4JSecureClassLoader.defineClassEntry(OC4JSecureClassLoader.java:172) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1179) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].naming.ContextClassLoader.defineClass(ContextClassLoader.java:1065) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].naming.ContextClassLoader.findClass(ContextClassLoader.java:404) at java.lang.ClassLoader.loadClass(ClassLoader.java:289) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].naming.ContextClassLoader.loadClass(ContextClassLoader.java:143) at java.lang.ClassLoader.loadClass(ClassLoader.java:235) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) at com.xpn.xwiki.web.Utils.prepareContext(Utils.java:203) at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:87) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196) at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:414) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65) at com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:117) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:673) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:340) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:228) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133) at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.2.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186) at java.lang.Thread.run(Thread.java:534) I assume it's incompatibility with java/oc4j versions...
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)
[snip] This means you're using JDK 1.4 when XWiki requires 1.5. See the installation instructions on xwiki.org. Thanks -Vincent
That's what I was afraid of. Unfortunately we can't run 1.5. Well, back to the wiki drawing board. ---- Matthew Huff | One Manhattanville Rd OTA Management LLC | Purchase, NY 10577 www.otaotr.com | Phone: 914-460-4039 aim: matthewbhuff | Fax: 914-460-4139 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Friday, September 14, 2007 2:15 AM To: XWiki Users Subject: Re: [xwiki-users] Xwiki & OC4J in Oracle App Server 10.1.2.2 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)
[snip] This means you're using JDK 1.4 when XWiki requires 1.5. See the installation instructions on xwiki.org. Thanks -Vincent _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
On Sep 14, 2007, at 3:43 PM, Matthew Huff wrote:
That's what I was afraid of. Unfortunately we can't run 1.5. Well, back to the wiki drawing board.
Actually we currently have very few dependencies on 1.5. You could try removing those Exo platform libraries which you probably are not using (Exo requires 1.5). From the top of my head the only 1.5 requirement we have is when exporting to PDF where we're using a library that requires 1.5. Inside XWiki itself we are currently only using 1.4 calls. -Vincent
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Friday, September 14, 2007 2:15 AM To: XWiki Users Subject: Re: [xwiki-users] Xwiki & OC4J in Oracle App Server 10.1.2.2
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)
[snip]
This means you're using JDK 1.4 when XWiki requires 1.5. See the installation instructions on xwiki.org.
Thanks -Vincent
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
Could you point me to where I could find out how to do that? I'm much more of an admin than a developer ---- Matthew Huff | One Manhattanville Rd OTA Management LLC | Purchase, NY 10577 www.otaotr.com | Phone: 914-460-4039 aim: matthewbhuff | Fax: 914-460-4139 -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Friday, September 14, 2007 9:46 AM To: XWiki Users Subject: Re: [xwiki-users] Xwiki & OC4J in Oracle App Server 10.1.2.2 On Sep 14, 2007, at 3:43 PM, Matthew Huff wrote:
That's what I was afraid of. Unfortunately we can't run 1.5. Well, back to the wiki drawing board.
Actually we currently have very few dependencies on 1.5. You could try removing those Exo platform libraries which you probably are not using (Exo requires 1.5). From the top of my head the only 1.5 requirement we have is when exporting to PDF where we're using a library that requires 1.5. Inside XWiki itself we are currently only using 1.4 calls. -Vincent
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Vincent Massol Sent: Friday, September 14, 2007 2:15 AM To: XWiki Users Subject: Re: [xwiki-users] Xwiki & OC4J in Oracle App Server 10.1.2.2
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)
[snip]
This means you're using JDK 1.4 when XWiki requires 1.5. See the installation instructions on xwiki.org.
Thanks -Vincent
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Matthew Huff -
Vincent Massol