I'm trying to extract the following DateTime from an XML using a middleware called Oracle BAM, but that doesn't matter. I'm getting the following output on the log:
Invalid DateTime specified: 2016-07-21T11:25:00.000+01:00
java.text.ParseException: Unparseable date: "2016-07-21T11:25:00.000+01:00"
at java.text.DateFormat.parse(DateFormat.java:366)
...
I've read the documentation and the format is exactly like they want. What am I missing?