Another issue in migrating from 4.0.2 to 4.1.2:

javax.servlet.ServletException:
org.apache.hivemind.ApplicationRuntimeException: Unable to parse OGNL
expression 'global.debugEnabled': $Error_37.global
[context:/WEB-INF/tapestry/Error.html, line 9]

In Error.html, I have:

<title>Doh!</title>

<h1>An Error Occurred</h1>

<div jwcid="@ShowError" style="overflow:auto"/>

<p>You may attempt to  # try again .</p>


    
    
    

    
        Please check your log files for further information.
    


My custom error page is turned on in hivemodule.xml:

<?xml version="1.0" encoding="UTF-8"?>
<module id="org.appfuse.tapestry" version="1.0.0">
    <contribution configuration-id="tapestry.url.ServiceEncoders">
        <page-service-encoder id="page" extension="html" service="page"/>
        <direct-service-encoder id="direct" stateless-extension="direct"
stateful-extension="sdirect"/>
        <asset-encoder id="asset" path="/assets"/>
        <extension-encoder id="extension" extension="svc" after="*"/>
    </contribution>

    <contribution configuration-id="tapestry.InfrastructureOverrides"
if="not(property tapestry.devMode)">
        <property name="exceptionPageName" value="Error"/>
    </contribution> 
</module>

Thanks,

Matt


mraible wrote:
> 
> I tried backing down to 4.1.2 and my application at least comes up. I
> noticed it's now including a dojo javascript file. However, if I navigate
> to its path:
> 
> http://localhost:9000/assets/static/dojo-0.4.3/dojo3.js
> 
> It's all jumbled text with funky characters instead of JavaScript. Is this
> as designed?
> 
> Matt
> 
> <sample>
> �
> 

-- 
View this message in context: 
http://www.nabble.com/Problems-with-tapestry-spring-while-upgrading-from-4.1.2-SNAPSHOT-to-4.1.3-SNAPSHOT-tf4275060.html#a12171216
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to