Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.0
-
Component/s: ACE-Components, MOBI-Components
-
Labels:None
-
Environment:*
-
Assignee Priority:P2
Description
The generator / clientBehaviourHolder annotation should be altered to require default events for all components.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Nils Lundquist [ nils.lundquist ] |
| Assignee | Nils Lundquist [ nils.lundquist ] | Ken Fyten [ ken.fyten ] |
| Assignee | Ken Fyten [ ken.fyten ] | Judy Guglielmin [ judy.guglielmin ] |
| Fix Version/s | 4.0 [ 11382 ] | |
| Fix Version/s | 4.0.BETA [ 10770 ] | |
| Assignee Priority | P2 [ 10011 ] | |
| Component/s | ACE-Components [ 10050 ] | |
| Component/s | MOBI-Components [ 10270 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #41594 | Mon Jul 07 13:42:10 MDT 2014 | judy.guglielmin | |
| Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/behavior/Behavior.java
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/ComponentContext.java
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/artifacts/ComponentArtifact.java
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/behavior/ClientBehaviorHolder.java
MODIFY
/icefaces4/trunk/icefaces/ace/generator/src/org/icefaces/ace/generator/context/MetaContext.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

rev 41594. If only a single event is listed in the meta file and no defaultEvent is specifically mentioned, then the single event becomes the defaultEvent. If > 1 item in the list, and no defaultEvent is listed, the generator throws an exception and fails.