Skip to content

Commit

Permalink
Disable xml checking for mail subsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir authored and bstansberry committed Dec 22, 2011
1 parent 1c4ee8b commit 4937f36
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -113,7 +113,7 @@ protected void initializeSocketBindingsOperations(List<ModelNode> ops) {
}

@Override
protected void validateXml(String configId, String original, String marshalled) throws Exception {
protected void compareXml(String configId, String original, String marshalled) throws Exception {
//TODO remove this method so we get validation.
//The problem is that the parser goes via MailSessionConfig, so this:
// <mail-session jndi-name="java:/Mail\">
Expand Down

0 comments on commit 4937f36

Please sign in to comment.