Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7Beta1
-
Fix Version/s: 1.7.2
-
Component/s: None
-
Labels:None
-
Environment:JBoss 4.2.2.GA, JDK6
-
ICEsoft Forum Reference:
-
Support Case References:
Description
setting debug mode to false (facelets debug to false in web.xml, seam core debug false, removing seam debug jar)
adding to home.xhtml a
<ice:form>
<ice:commandButton value="NPE" action="#{npe.npe}"/>
</ice:form>
and a
@Name("npe")
public class NPE {
public void npe() {
throw new NullPointerException("npe");
}
}
clicking the NPE hangs the application instead of redirecting according to the catch-all pages.xml exception handler
debug mode shows redirect to errors.xhtml and block/errors.xhtml but results in hang.
adding to home.xhtml a
<ice:form>
<ice:commandButton value="NPE" action="#{npe.npe}"/>
</ice:form>
and a
@Name("npe")
public class NPE {
public void npe() {
throw new NullPointerException("npe");
}
}
clicking the NPE hangs the application instead of redirecting according to the catch-all pages.xml exception handler
debug mode shows redirect to errors.xhtml and block/errors.xhtml but results in hang.
-
Hide
- Ice.zip
- 121 kB
- Nicklas Karlsson
-
- .classpath 2 kB
- .project 0.8 kB
- .settings/org.hibernate.eclipse.console.prefs 0.1 kB
- bootstrap/commons-logging.properties 0.4 kB
- bootstrap/conf/bootstrap-beans.xml 10 kB
- bootstrap/conf/jboss-service.xml 7 kB
- bootstrap/conf/jbossjta-properties.xml 9 kB
- bootstrap/conf/login-config.xml 3 kB
- bootstrap/.../messaging-roles.properties 0.0 kB
- bootstrap/.../messaging-users.properties 0.0 kB
- bootstrap/data/hypersonic/dvd.properties 0.4 kB
- bootstrap/data/hypersonic/localDB.log 0.5 kB
- bootstrap/data/.../localDB.properties 0.4 kB
- bootstrap/data/hypersonic/localDB.script 27 kB
- bootstrap/.../ejb3-interceptors-aop.xml 23 kB
- bootstrap/deploy/hsqldb-ds.xml 5 kB
- bootstrap/deploy/jboss-local-jdbc.rar 2 kB
- bootstrap/deploy/jboss-xa-jdbc.rar 2 kB
- bootstrap/deploy/jms-ra.rar 2 kB
- bootstrap/.../connection-factories-service.xml 6 kB
- bootstrap/.../destinations-service.xml 1 kB
- bootstrap/.../hsqldb-persistence-service.xml 5 kB
- bootstrap/deploy/messaging/jms-ds.xml 2 kB
- bootstrap/deploy/.../legacy-service.xml 0.5 kB
- bootstrap/deploy/.../messaging-service.xml 5 kB
- bootstrap/deploy/.../remoting-service.xml 3 kB
- bootstrap/deploy/remoting-service.xml 0.5 kB
- bootstrap/.../aspect-deployer-beans.xml 2 kB
- bootstrap/.../ejb-deployer-beans.xml 2 kB
- bootstrap/.../ejb3-deployers-beans.xml 11 kB
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion