Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 7.0.0
-
Fix Version/s: 7.0.0
-
Component/s: Continuations
-
Labels:None
-
Environment:glassfish v3 b62, servlet 3.0, testing cometd with glassfish
-
Number of attachments :
Description
There seems to be a bug in ContinuationSupport.java @ line 48: s3cc=s3c.getConstructor(ServletRequest.class, ServletResponse.class); resulting in a NoSuchMethodException.
Shouldn't it be...
s3cc=s3c.getConstructor(ServletRequest.class);
This single line of code basically prevented me from using cometd with glassfish 3.
Activity
Jan Bartel
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Greg Wilkins [ gregw ] |
Greg Wilkins
made changes -
| Resolution | Fixed [ 1 ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 7.0.0 [ 15624 ] |
Indeed!
fixed