Testing our upgrade to 11.1.1.9 and everything was going well.
We had to make a couple of changes to some clandestine code (MDS and export listener related) but everything was faster and many bugs where fixed.
Unfortunately we hit a snag with number conversion but have a simple work around. (Involves changing a lot of our code but it is for the best)
Update
Ok after a little investigation this was fixed by setting groupingUsed to true - my mistake
groupingUsed="true"
pattern="#{bindings.Amount.format}"/>
We had to make a couple of changes to some clandestine code (MDS and export listener related) but everything was faster and many bugs where fixed.
Unfortunately we hit a snag with number conversion but have a simple work around. (Involves changing a lot of our code but it is for the best)
Update
Ok after a little investigation this was fixed by setting groupingUsed to true - my mistake
pattern="#{bindings.Amount.format}"/>
Comments
Post a Comment