Skip to content

Commit

Permalink
Merge pull request #25 from softsky/arief-hidayat-spring-secure
Browse files Browse the repository at this point in the history
removed log debug statement, added few spaces to GnutchConfigTemplate
  • Loading branch information
Arsen A. Gutsal committed Mar 21, 2015
2 parents 3e289aa + c0617c4 commit 1196859
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 1196859

Please sign in to comment.