Skip to content

Commit

Permalink
removed log debug statement, added few spaces to GnutchConfigTemplate…
Browse files Browse the repository at this point in the history
….groovy
  • Loading branch information
Arsen A. Gutsal committed Mar 21, 2015
1 parent 5102c90 commit c0617c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion GnutchGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ Use "Apache Camel":http://camel.apache.org/ as integration framework and "Apache

def doWithSpring = {

println "|:" + application.config.gnutch
// Defaulting config
def conf = application.config.gnutch ?: [:]

Expand Down
3 changes: 3 additions & 0 deletions grails-app/conf/GnutchConfigTemplate.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,16 @@ gnutch {
// org.apache.camel.Processor definition. Called after XML is built
// ex.in.body contains XML document (actually contains reference to org.w3c.org.Document)
postXML = { Exchange ex ->

}

validate = { Exchange ex ->

}

// Route definition. Should consume from 'direct:publish' and provide some business logic
publish = {

}

}
Expand Down

0 comments on commit c0617c4

Please sign in to comment.