You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original author: MLeoDaalder (May 25, 2012 11:56:50)
What steps will reproduce the problem?
The attached file contains a spurious comma and jackson rightly throws an exception.
What is the expected output?
[ERROR] Failed to execute goal com.googlecode.jsonschema2pojo:jsonschema2pojo-ma
ven-plugin:0.2.4:generate (default) on project basispoort-logic: Execution defau
lt of goal com.googlecode.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.2.4:gen
erate failed: com.fasterxml.jackson.core.JsonParseException: Unexpected characte
r (',' (code 44)): was expecting double-quote to start field name
at [Source: <path_to_file>/ProductDetails; line: 11, column: 21]
-> [Help 1]
What do you see instead?
[ERROR] Failed to execute goal com.googlecode.jsonschema2pojo:jsonschema2pojo-ma
ven-plugin:0.2.4:generate (default) on project basispoort-logic: Execution defau
lt of goal com.googlecode.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.2.4:gen
erate failed: com.fasterxml.jackson.core.JsonParseException: Unexpected characte
r (',' (code 44)): was expecting double-quote to start field name
at [Source: java.io.BufferedInputStream@a8198c; line: 11, column: 21]
-> [Help 1]
What version of the product are you using? On what operating system?
The Maven plugin at version 0.2.4 on Windows XP.
Original author: MLeoDaalder (May 25, 2012 11:56:50)
What steps will reproduce the problem?
The attached file contains a spurious comma and jackson rightly throws an exception.
What is the expected output?
[ERROR] Failed to execute goal com.googlecode.jsonschema2pojo:jsonschema2pojo-ma
ven-plugin:0.2.4:generate (default) on project basispoort-logic: Execution defau
lt of goal com.googlecode.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.2.4:gen
erate failed: com.fasterxml.jackson.core.JsonParseException: Unexpected characte
r (',' (code 44)): was expecting double-quote to start field name
at [Source: <path_to_file>/ProductDetails; line: 11, column: 21]
-> [Help 1]
What do you see instead?
[ERROR] Failed to execute goal com.googlecode.jsonschema2pojo:jsonschema2pojo-ma
ven-plugin:0.2.4:generate (default) on project basispoort-logic: Execution defau
lt of goal com.googlecode.jsonschema2pojo:jsonschema2pojo-maven-plugin:0.2.4:gen
erate failed: com.fasterxml.jackson.core.JsonParseException: Unexpected characte
r (',' (code 44)): was expecting double-quote to start field name
at [Source: java.io.BufferedInputStream@a8198c; line: 11, column: 21]
-> [Help 1]
What version of the product are you using? On what operating system?
The Maven plugin at version 0.2.4 on Windows XP.
Original issue: http://code.google.com/p/jsonschema2pojo/issues/detail?id=50
The text was updated successfully, but these errors were encountered: