Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: Smooks v1.4
-
Fix Version/s: None
-
Component/s: Smooks Javabean
-
Labels:None
-
Number of attachments :
Description
In smooks 1.3 and prior, a <jb:value property="myName" data="a/b" default="ABC"/> would default using a string ABC. With smooks 1.4, this same mapping fails with MVEL expression this.myName = (ABC); is invalid. It will work if I change the default to 'ABC'.