Mailing Lists (Last 24 Hours)

Powered By Nabble

grails - chelder86 - 4 hours 43 minutes ago
Thank you. It worked perfectly
grails - Andrew P. Tasi - 4 hours 52 minutes ago
I have a couple questions regarding the Grails User Guide/Reference Documentation.  http://grails.org/doc/latest/1) Who do we contact if we find a mistake, find something confusing, or have a...
grails - wwright - 4 hours 55 minutes ago
 - Dynamic Datasource - Thanks in advance, for reading my post. I am a novice.  I have never posted a question, but have read through many posts for the past 3 years. I have created a co...
grails - mjfan80 - 5 hours 38 minutes ago
Sure, is setted as generator assigned. With grails 1.3.7 everything was fine Il giorno 23/mag/2013 00:13, "Aaron Long" <[hidden email]> ha scritto: Does the Sessione domain class h...
grails - Mauro-4 - 5 hours 42 minutes ago
On 22 May 2013 23:51, Aaron Long <[hidden email]> wrote: Lastly, I'm skeptical that you'll get the where() query to work with that syntax. The left side of the == may not work proper...
grails - longwa - 5 hours 55 minutes ago
Does the Sessione domain class have a mapping { id(generator: 'assigned') }?On Wed, May 22, 2013 at 6:29 AM, mjfan80 <[hidden email]> wrote: I'm tryng to upgrade grails from 1.3....
grails - longwa - 6 hours 1 minute ago
You should update the ticket with the version of Java you are running. The spring-reloaded issues seems to be more dependent on JVM version than many other things. For instance, running with 1.7.0...
grails - longwa - 6 hours 4 minutes ago
FYI, pasting into groovyConsole, this code returns exactly what I expect:Result: [[title:c, sequence:3], [title:b, sequence:2], [title:a, sequence:1]] On Wed, May 22, 2013 at 12:14 PM, Jeff Brown ...
grails - longwa - 6 hours 10 minutes ago
The filterCriteria method is defining a Closure and, presumably, returning it. Callingdef qry = build.filterCriteria()should result in qry being an instanceof Closure, right? The switch won't ...
grails - longwa - 6 hours 21 minutes ago
This statement is a little confusing "��i.e. for each question that user A has, the "user" attribute of that question must refer to that same user A."By definition, if a Questi...
grails - Mauro-4 - 6 hours 21 minutes ago
I have this method: def filterCriteria() {�� �� �� ������ �� �� �� def query = {�� �� �� �� �� ������ �� �� �� �� �� filter.fieldCriteria.each { key, value ->�� �� �� �� �� �� �� �� if (!value....
groovy - Guillaume Laforge-4 - 6 hours 29 minutes ago
Groovy 1.6 is pretty old now.Perhaps you could upgrade to newer versions of Groovy?I don't think we'll try to fix anything in this area for Groovy 1.6. On Wed, May 22, 2013 at 10:52 PM, Da...
grails - Dtzor - 7 hours 8 minutes ago
Hi, I'm new to Grails and I can't find documentation about the Taggable plugin I have a simple domain class with 3 attributes, name, title and description. This domain class is Searchable and Tagg...
groovy - Daniel Marreco - 7 hours 10 minutes ago
Hi, I am getting checksum errors for all the groovy AND groovy-all 1.6.* jars in both codehaus and maven central repositories. Tried to download jar manually and tried to open them, happens they a...
grails - longwa - 8 hours 20 minutes ago
I submitted a pull request for the 2.2.x branch that seems to fix this issue for us. We have a simple case where we use the groovy StubFor in a unit test and then later on it fails b/c the mock is...
grails - Thomas H��lzl - 8 hours 30 minutes ago
Hi all! I am using spring security for authentication. In my application I have integrated a payment gateway (clickandbuy). The payment stuff runs in a iframe html. After the payment has finished ...
groovy - dschleis - 8 hours 58 minutes ago
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Thank you again Anders. I modified my build ...
grails - sergiomichels - 9 hours 46 minutes ago
GSON plugin have a custom TestMixin to do that. Shouldn't the case to quest this feature for Joda plugin?--S��rgio Michels On Wed, May 22, 2013 at 2:03 PM, kktec1 <[hidden email]> wrot...
grails - abhijith.prabhakar - 10 hours 10 minutes ago
Has anbody configured session timeout in Grails 2.1? intall-templates will add big templates which makes it very difficult to upgrade. Looks like webxml plugin has issues too. http://jira.grails.o...
grails - Pierpaolo Frasa - 10 hours 16 minutes ago
Hello all, I'm experiencing weird behaviour with validations on associated objects. Not sure whether this is intended or a bug. What I want: Questions can be associated with users. Each user has a...
grails - s0hel - 10 hours 16 minutes ago
I have an application where I need to use a Native Library: libfoo.so My code is as follows: Accessor.java: public class Accessor {             static {    ...
grails - s0hel - 10 hours 17 minutes ago
I'm having a problem where logging works correctly when I run tomcat in non-forked mode from grails, but does not work correctly in forked mode. Here is my Log4j configuration: Config.groovy: // l...
groovy - will_lp - 10 hours 28 minutes ago
Never forgot, but i seldom use each. You can override call():List.getMetaClass().call = { Closure c -> delegate.each c }[1, 2, 3, 4, 5, 6] { println it }--- Em qua, 22/5/13, OC <[hidden emai...
grails - kktec1 - 10 hours 58 minutes ago
With Grails 2.2.1, I am using the Joda-Time plugin which during app runtime registers its own custom property editors via: def doWithSpring = { jodaTimePropertyEditorRegistrar(JodaTimePropert...
grails - Fred Janon - 11 hours 3 minutes ago
Thanks Tomas, I don't know how I didn't think about it! Duh... ;)Yes, that works.Fred On Sat, May 18, 2013 at 11:58 PM, Tomas Lin <[hidden email]> wrote: Why do you need a tag?��&l...
grails - FindGrailsJobs - 11 hours 20 minutes ago
appfog (https://www.appfog.com/pricing/) is very good option too. They provide 2GB RAM for free  so you can put ur dev website on appfog for free.. for production site, you can use  $20/...
grails - Jeff Brown-3 - 11 hours 29 minutes ago
On Wed, May 22, 2013 at 10:56 AM, harshin <[hidden email]> wrote: Hi, I am working on a project where i have configured a sprig bean as shown below bean1(com.Bean1){ �� �� ob1 = "unk...
grails - johnr - 11 hours 33 minutes ago
You could use a git submodule or svn external to pull the files in through source control.  A plugin seems like a more natural fit, though. On Wed, May 22, 2013 at 11:45 AM, Nicholas Wittstru...
grails - Corum, Michael - 11 hours 35 minutes ago
A plugin comes to mind right away.  We've developed several plugins for our own purposes and use them across applications.  Also, if you want something at a lower level (things in the /s...
grails - sergiomichels - 11 hours 37 minutes ago
Isn't better to wrap this in a jar or a plugin?--S��rgio Michels On Wed, May 22, 2013 at 12:45 PM, Nicholas Wittstruck <[hidden email]> wrote: By the way, this is what I came up with, b...
grails - Jeff Brown-3 - 11 hours 48 minutes ago
On Wed, May 22, 2013 at 7:39 AM, Miles <[hidden email]> wrote: Is the standard groovy sort function no good? def listOfMaps = [ [title: 'b', sequence: 2], [title: 'c', seque...
grails - sergiomichels - 11 hours 50 minutes ago
Right, I was thinking about the events available in plugins like onChange. Maybe with this plugin��http://grails.org/plugin/pluginator��you can define a onChange closure to handle your services. ...
grails - fabiangebert - 12 hours 1 minute ago
Thanks for your advice, Kris. If the jars are from a specific maven dependency, this doesn't work (or at least it is extremely tedious to collect all the source jars).The point is: this used t...
grails - harshin - 12 hours 6 minutes ago
Hi, I am working on a project where i have configured a sprig bean as shown below bean1(com.Bean1){     ob1 = "unknown" } The Bean1 has an ob1 property whose value will be...
grails - Nicholas Wittstruck - 12 hours 17 minutes ago
By the way, this is what I came up with, but I wanted to know if there is a better solution: eventPackagingEnd = {     println "Copying files to classpath"     ant.co...
grails - xunitc - 12 hours 23 minutes ago
Hi. Maybe you can put all these files in a folder, and write a shell to copy them to every app. Or maybe you can use an env in os. Like myfolder=/home/me/myconfig Then use def config = System.gete...
grails - Miles - 12 hours 29 minutes ago
Would a plugin be applicable? You can include that relative to your projects and you can productionize it latest using an appropriate artifact repository. Sent from my tablet apologies for unusual...
grails - Miles - 12 hours 31 minutes ago
Right I'm with you. That does sound like a tricky use case. I'd still be tempted to use something like a secondary h2. Depending on use case it may be possible to extend the quantity of ch...
groovy - xunitc - 12 hours 37 minutes ago
Hi. Thanks for Maddin's reply. Yes, I use jdk7. For this issue, I think BitSet is enough. And I think about some other, if I want change a real string, what is the nice way. Like: def str = 'ABDDD...
grails - BigGillyStyle - 12 hours 41 minutes ago
We've recently upgraded our local development environment to...Grails 2.2.2Oracle JDK 1.7.0_21FilterPane Plugin: 2.1.6The latest FilterPane plugin documentation for the "currentCriteria&q...
groovy - citron - 12 hours 46 minutes ago
Dave,I've created a self contained executable jar file a while ago. If you would like to get an idea which classes it contains as a comparison, you can download it from here:https://java.n...
groovy - OC - 12 hours 55 minutes ago
Hello there, I've found I repeatedly tend to forget 'each', i.e., I tend to write someCollection { ... } instead of someCollection.each { ... } I wonder, is that just me, or happens this to others...
groovy - dschleis - 13 hours 19 minutes ago
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Thank you for the suggestion.When I open the jar ...
groovy - youknowwho - 14 hours 31 minutes ago
Thanks Mario, I did something similar, but less elegant, yesterday using woodstox, a custom Java utility class, and a custom Groovy wrapper class. StAX, of course, resulted in less overhead. Im...
groovy - Maddin - - 16 hours 7 minutes ago
v\:* {behavior:url(#default#VML);} o\:* {behavior:url(#default#VML);} w\:* {behavior:url(#default#VML);} .shape {behavior:url(#default#VML);} Hi, are you using Java 7?  <cod...
groovy - Mario Garcia - 19 hours 3 minutes ago
Maybe you can come up with a specific DSL based on Stax for your specific problem. A month ago I was doing some samples using XmlParser,XmlSlurper and Stax using Groovy and I came up with a simple...
groovy - theirish81 - 19 hours 17 minutes ago
Thanks pal, I am aware that "finalize" might not report anything relevant. I just needed a hint that something was going on under the covers. I followed your advice and added -XX:+TraceC...
groovy - ysb33r - 22 hours 51 minutes ago
XmlSlurper performance aside; as a side-note, I have to wonder why you are shipping 25MB SOAP messages around instead of deferring the big blobs of data to MTOM attachments.--Schalk W. Cronj��[Sen...
About
groovyblogs.org was developed by Glen Smith. This site is running groovyblogs version 1.2.17 on Grails 1.3.6
News
We are now available on twitter and via the iphone. Now hosting reliably thanks to: Contegix
Login
User Id: Password: Remember Me:

Forgotten your password?

Need to Sign Up?

Preferences
All Languages (Show English Only)
Get the Source
Download the complete source code to groovyblogs.org. Contribute patches and enhancements!
Stats

371 Blogs Aggregated

10901 Entries Indexed

1 Entries Last 24 hours

site stats

Powered By Grails

All article content copyright by respective authors. groovyblogs.org by Glen Smith.