Skip to content

Commit

Permalink
Fix #1 and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Saville committed Sep 4, 2012
1 parent ac6de1f commit 5fcaabd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ This means that all grails services are automatically injected with the `message
Special thank you to Paul Fernley for his implementation of grabbing a localized message by the current
request bound to the thread (see ArtefactMessagingService).

#### 0.3

* Fix #1 - default configuration was not working properly

#### 0.2

* Initial release
18 changes: 8 additions & 10 deletions grails-app/conf/DefaultArtefactMessagingConfig.groovy
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
grails.plugins.artefactmessaging {
// Map of artefact type (serviceClasses) to grails-app folder name/plugin name
// (can be null value if there is no associated artefact folder in grails-app or plugin)
artefacts = [
[
name:"service",
plugin:"services",
],
]
}
// Map of artefact type (serviceClasses) to grails-app folder name/plugin name
// (can be null value if there is no associated artefact folder in grails-app or plugin)
artefactmessaging.artefacts = [
[
name:"service",
plugin:"services",
],
]

0 comments on commit 5fcaabd

Please sign in to comment.