Skip to content

Commit

Permalink
BZ-995436 - NPE when entry-point is not set for InsertObjectCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
krisv committed Aug 22, 2013
1 parent db184ec commit a3b6a32
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ public class InsertObjectCommand
private boolean returnObject = true;

@XmlAttribute(name="entry-point")
private String entryPoint;
private String entryPoint = "DEFAULT";
@XmlAttribute(name="disconnected")
private boolean disconnected = false;

Expand Down

0 comments on commit a3b6a32

Please sign in to comment.