Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Thomas Mortagne
On Tue, Jul 6, 2010 at 17:10, Deven Phillips deven.phill...@gmail.com wrote: All,    I am having issues on an upgraded and a clean install of XWiki 2.3.1. I attach a jar file (configBackup.jar) and try to use that in my groovy script as follows: {{groovy jars=attach:configBackup.jar}}

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
OK, understood. That still does not solve my problem. Yes, I enabled debug logging in order to get as much information as possible to troubleshoot this issue. I have tried using attached jar files and jar files linked via http: Examples: {{groovy

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
More information. Simply adding the open and close {{groovy}} tags is enough to cause the problem. I am using XWiki 2.3.1 build number 29118. So, if your entire page merely consisted of: {{groovy jars=attach:myJar.jar}} {{/groovy}} That would be enough to replicate the problem I am having.

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
I need to amend my last statement. Empty tags is not enough to replicate the error. Putting a simple: print Hello World ; between the tags is enough though. Thanks, Deven On Tue, Jul 6, 2010 at 11:54 AM, Deven Phillips deven.phill...@gmail.com wrote: More information. Simply adding the open

Re: [xwiki-users] Attached/Linked JAR files in Grrovy Scripting.

2010-07-06 Thread Deven Phillips
UPDATE: The problem has been resolved on Linux by adding: URIEncoding=UTF-8 As a property to the tomcat/conf/server.xml file for the Connector node. The problem still persists on Windows. Thanks, Deven On Tue, Jul 6, 2010 at 11:58 AM, Deven Phillips deven.phill...@gmail.com wrote: I need to