Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-08-04 Thread Bruno Marti
I've tested with the latest nightly build (04-Aug-2007). Works fine now! Thanks very much bruno Svilen Ivanov wrote: The very latest - the one of today, it's not in the nightly build so far, I heavily suspect. You are right - I just tested it. I'll wait another day and report if it is

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-08-01 Thread Martin Marinschek
Sorry, it wasn't Cagatay of course, it was Jurgen who added the template rendering stuff. regards, Martin On 8/1/07, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Svilen, obviously Cagatay had enabled the template rendering by default, whenever the sandbox was added to an application. I

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-08-01 Thread Martin Marinschek
Hi Svilen, obviously Cagatay had enabled the template rendering by default, whenever the sandbox was added to an application. I suspect we should definitely do more testing before doing so. Can you open a jira-issue with the exception stack-trace you've encountered? In the meantime, I've

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-08-01 Thread Svilen Ivanov
Martin, Thank you for the quick response! I'll try your quick fix first thing tomorrow morning when nightly build updates. Here is the ticket in the JIRA: https://issues.apache.org/jira/browse/TOMAHAWK-1070 Let me know if I should update/provide additional information. Regards, Svi 2007/8/1,

NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Bruno Marti
I've updated from the nightly builds (31-07-2007) and I'm getting the following exception, now: Do I need additional JARs or are there new requirements? ERROR 2007-07-31 09:31:07,406 ?.?(?:?) - Servlet.service() for servlet jsp threw exception java.lang.NoClassDefFoundError:

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Matthias Wessendorf
freemarker is missing (template rendering was added lately) -M On 7/31/07, Bruno Marti [EMAIL PROTECTED] wrote: I've updated from the nightly builds (31-07-2007) and I'm getting the following exception, now: Do I need additional JARs or are there new requirements? ERROR 2007-07-31

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Svilen Ivanov
When I've added the freemarker jars I got a similar error as described in: http://www.nabble.com/Error-when-trying-to-use-sandbox-and-facelets-t4061316.html Expression text is undefined on line 1, column 3 in outputText_children.ftl. |java.io.IOException: Expression text is undefined on line 1,

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Martin Marinschek
That should have been fixed by my latest commit (this morning). regards, Martin On 7/31/07, Svilen Ivanov [EMAIL PROTECTED] wrote: When I've added the freemarker jars I got a similar error as described in: http://www.nabble.com/Error-when-trying-to-use-sandbox-and-facelets-t4061316.html

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Martin Marinschek
If you go to the very latest source, you shouldn't get this anymore - I've made sure the freemarker stuff is only needed if you really use the templated components. regards, Martin On 7/31/07, Bruno Marti [EMAIL PROTECTED] wrote: I've updated from the nightly builds (31-07-2007) and I'm

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Bruno Marti
Well, I think I've downloaded the latest one (tomahawk-sandbox-1.1.7-SNAPSHOT-bin.zip 31-Jul-2007 05:00 2.2M). Rookie question: What exactly is the templated components stuff? I think, I'm not using it. My exception occurs inside a jsp:include call, like entry.jsp: - ... f:view

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Martin Marinschek
The very latest - the one of today, it's not in the nightly build so far, I heavily suspect. The exception you get can only have occurred before my changes. regards, Martin On 7/31/07, Bruno Marti [EMAIL PROTECTED] wrote: Well, I think I've downloaded the latest one

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Bruno Marti
OK, I'm waiting 'til morning thanks bruno Martin Marinschek wrote: The very latest - the one of today, it's not in the nightly build so far, I heavily suspect. The exception you get can only have occurred before my changes. regards, Martin On 7/31/07, Bruno Marti [EMAIL

Re: NoClassDefFoundError: freemarker/template/TemplateException (tomahawk-sandbox-1.1.7-Snapshot.jar)

2007-07-31 Thread Svilen Ivanov
The very latest - the one of today, it's not in the nightly build so far, I heavily suspect. You are right - I just tested it. I'll wait another day and report if it is OK or not. Thank you for the fix, Martin! Regards, Svi 2007/7/31, Martin Marinschek [EMAIL PROTECTED]: The very latest -