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.
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Nicklas Karlsson
created issue -
Nicklas Karlsson
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | Ice.zip [ 10912 ] |
Ken Fyten
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.1 [ 10122 ] | |
Assignee Priority | P2 |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.1 [ 10122 ] |
Tyler Johnson
made changes -
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=4920 |
Michael Thiem
made changes -
Jack Van Ooststroom
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Jack Van Ooststroom [ jack.van.ooststroom ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2RC1 [ 10140 ] | |
Fix Version/s | 1.7.2 [ 10130 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7.2 [ 10130 ] | |
Fix Version/s | 1.7.2RC1 [ 10140 ] |
Ken Fyten
made changes -
Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Assignee Priority | P2 | P1 |
Ken Fyten
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Assignee Priority | P1 | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Judy Guglielmin [ judy.guglielmin ] |