<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-11862</id>
	<title>Nabble - grails - dev</title>
	<updated>2009-11-08T10:47:28Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/grails---dev-f11862.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/grails---dev-f11862.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26256637</id>
	<title>MissingPropertyException: No such property: save for class:</title>
	<published>2009-11-08T10:47:28Z</published>
	<updated>2009-11-08T10:47:28Z</updated>
	<author>
		<name>strangerinu</name>
	</author>
	<content type="html">HI GRAILors,&lt;div&gt;   I am getting error when i adding static searchable = [only:[&amp;#39;userRealName&amp;#39;]] to the domain class.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;my domain class is user which has one to Many relationship with Role.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;this is a typical spring security domain classes. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;I googled and found there is patch to solve the issue but could not find the patch.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Any kind of help will be appreciated.&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;error stack &lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;2009-11-08 23:42:21,328 [main] ERROR context.ContextLoader  - Context initialization failed&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;org.springframework.beans.factory.access.BootstrapException: Error executing bootstraps; nested exception is org.codehaus.groovy.runtime.InvokerInvocationException: groovy.lang.MissingPropertyException: No such property: save for class: Role&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.grails.web.context.GrailsContextLoader.createWebApplicationContext(GrailsContextLoader.java:74)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.handler.ContextHandler.startContext(ContextHandler.java:548)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.servlet.Context.startContext(Context.java:136)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1234)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:460)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.jetty.Server.doStart(Server.java:222)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at java.lang.reflect.Method.invoke(Method.java:597)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoCachedMethodSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:229)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMetaMethodSite.java:52)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:121)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.grails.web.container.JettyServer.startServer(JettyServer.groovy:159)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at java.lang.reflect.Method.invoke(Method.java:597)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:266)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.grails.web.container.JettyServer.start(JettyServer.groovy:114)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at grails.web.container.EmbeddableServer$start.call(Unknown Source)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:129)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at _GrailsRun_groovy$_run_closure5_closure11.doCall(_GrailsRun_groovy:145)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at java.lang.reflect.Method.invoke(Method.java:597)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrapNoCoerce.invoke(PogoMetaMethodSite.java:266)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:51)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:44)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:143)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:151)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at _GrailsRun_groovy$_run_closure5_closure11.doCall(_GrailsRun_groovy)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at java.lang.reflect.Method.invoke(Method.java:597)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:86)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:234)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;        at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1062)&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;Samar&lt;/div&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/MissingPropertyException%3A-No-such-property%3A-save-for-class%3A-tp26256637p26256637.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26254549</id>
	<title>Re: is there any suggest to add a custom PropertyEditor  to grails?</title>
	<published>2009-11-08T07:06:49Z</published>
	<updated>2009-11-08T07:06:49Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">In Grails you just add a PropertyEditorRegistrar to your resources.xml
&lt;br&gt;or resources.groovy you don't need the CustomEditorCOnfigurer
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Sun, Nov 8, 2009 at 8:31 AM, Eric Liu &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254549&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;todayeric@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dear all,
&lt;br&gt;&amp;gt;     i have a geometry  class named :Point , and a PropertyEditor
&lt;br&gt;&amp;gt; PointEditor.
&lt;br&gt;&amp;gt;     and i try write config file :  resources.xml in config/spring directory:
&lt;br&gt;&amp;gt; &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;beans xmlns=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/beans&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;        xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;
&lt;br&gt;&amp;gt;        xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/beans&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&lt;/a&gt;&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;bean id=&amp;quot;customEditorConfigurer&amp;quot;
&lt;br&gt;&amp;gt; class=&amp;quot;org.springframework.beans.factory.config.CustomEditorConfigurer&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt;       &amp;lt;property name=&amp;quot;customEditors&amp;quot;&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;map&amp;gt;
&lt;br&gt;&amp;gt;   &amp;lt;entry key=&amp;quot;my.Point&amp;quot; value=&amp;quot;my.PointEditor&amp;quot;/&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/map&amp;gt;
&lt;br&gt;&amp;gt;    &amp;lt;/property&amp;gt;
&lt;br&gt;&amp;gt;  &amp;lt;/bean&amp;gt;
&lt;br&gt;&amp;gt; &amp;lt;/beans&amp;gt;
&lt;br&gt;&amp;gt;   so when grails is running, i test in bootstrap.groovy , it can find the
&lt;br&gt;&amp;gt; right editor for Point class.
&lt;br&gt;&amp;gt;  But when i use Point as property in a domain class , and generate
&lt;br&gt;&amp;gt; controllors, use controllor's save method,it can't find the editor, is data
&lt;br&gt;&amp;gt; binding something need config?
&lt;br&gt;&amp;gt; thanks!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-there-any-suggest-to-add-a-custom-PropertyEditor-to-grails--tp26251515p26254549.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26254431</id>
	<title>Re: Build listeners.</title>
	<published>2009-11-08T06:50:57Z</published>
	<updated>2009-11-08T06:50:57Z</updated>
	<author>
		<name>Luke Daley</name>
	</author>
	<content type="html">&lt;br&gt;On 09/11/2009, at 12:25 AM, Graeme Rocher wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sun, Nov 8, 2009 at 1:47 PM, Luke Daley &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254431&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ld@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; While working on the changes to how tests are run I came across the
&lt;br&gt;&amp;gt;&amp;gt; requirement for IDEs to be able to “listen” to test runs for visual &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; feedback
&lt;br&gt;&amp;gt;&amp;gt; etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; See: &lt;a href=&quot;https://issuetracker.springsource.com/browse/STS-551&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issuetracker.springsource.com/browse/STS-551&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The current approach is not quite ideal.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have been talking to Peter Gromov from Jetbrains, who has &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; implemented
&lt;br&gt;&amp;gt;&amp;gt; support for this in IDEA, on potential improvements to this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; mechanism.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Here is what we came up with…
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; We introduce a new interface, something like…
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; interface GrailsBuildListener {
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;void receiveEvent(String eventName, Object[] eventArgs) throws
&lt;br&gt;&amp;gt;&amp;gt; Exception
&lt;br&gt;&amp;gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Gant and Grails already supported the Ant BuildListener interface:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://api.dpml.net/ant/1.6.4/org/apache/tools/ant/BuildListener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://api.dpml.net/ant/1.6.4/org/apache/tools/ant/BuildListener.html&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is this not good enough? All we would need to do is add support for
&lt;br&gt;&amp;gt; registering one via the command line.
&lt;/div&gt;&lt;br&gt;This won't suffice.
&lt;br&gt;&lt;br&gt;What I am talking about is listening to the events raised by…
&lt;br&gt;&lt;br&gt;event(&amp;quot;CreateWarStart&amp;quot;, [warName, stagingDir])
&lt;br&gt;&lt;br&gt;for example.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; Listeners can be added to the build via…
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; grails «command» -Dgrails.build.listener=my.custom.Listener
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The build system instantiates an instance of this class, and passes &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; all
&lt;br&gt;&amp;gt;&amp;gt; events raised during the build to the instance via the receiveEvent()
&lt;br&gt;&amp;gt;&amp;gt; method.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; This by itself obviously doesn't solve the test running issue (it &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; does
&lt;br&gt;&amp;gt;&amp;gt; however raise some other interesting possibilities). The second &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; part of this
&lt;br&gt;&amp;gt;&amp;gt; would be introducing a series of events that test type runners[1] are
&lt;br&gt;&amp;gt;&amp;gt; responsible for raising.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It would probably make sense to take inspiration from JUnit's &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; RunListener[2]
&lt;br&gt;&amp;gt;&amp;gt; for the series of events to raise.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thoughts?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Seems reasonable, can we just reuse the JUnit interface though or do
&lt;br&gt;&amp;gt; we need our own?
&lt;/div&gt;&lt;br&gt;There won't be an interface.
&lt;br&gt;&lt;br&gt;There will be a series of events…
&lt;br&gt;&lt;br&gt;e.g. event(&amp;quot;TestStarted&amp;quot;, [&amp;quot;someTest&amp;quot;])
&lt;br&gt;&lt;br&gt;What events need to be raised can be taken from that interface though.
&lt;br&gt;&lt;br&gt;&amp;gt; Are you planning on implementing these changes and will they be &amp;nbsp;
&lt;br&gt;&amp;gt; ready for RC1?
&lt;br&gt;&lt;br&gt;Yes. This blocked my work on test-app, so I need to get this done so I &amp;nbsp;
&lt;br&gt;can get that done.
&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-listeners.-tp26253466p26254431.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26254222</id>
	<title>Re: Build listeners.</title>
	<published>2009-11-08T06:25:00Z</published>
	<updated>2009-11-08T06:25:00Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">On Sun, Nov 8, 2009 at 1:47 PM, Luke Daley &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26254222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ld@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; While working on the changes to how tests are run I came across the
&lt;br&gt;&amp;gt; requirement for IDEs to be able to “listen” to test runs for visual feedback
&lt;br&gt;&amp;gt; etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; See: &lt;a href=&quot;https://issuetracker.springsource.com/browse/STS-551&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issuetracker.springsource.com/browse/STS-551&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The current approach is not quite ideal.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have been talking to Peter Gromov from Jetbrains, who has implemented
&lt;br&gt;&amp;gt; support for this in IDEA, on potential improvements to this mechanism.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here is what we came up with…
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We introduce a new interface, something like…
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; interface GrailsBuildListener {
&lt;br&gt;&amp;gt;        void receiveEvent(String eventName, Object[] eventArgs) throws
&lt;br&gt;&amp;gt; Exception
&lt;br&gt;&amp;gt; }
&lt;/div&gt;&lt;br&gt;Gant and Grails already supported the Ant BuildListener interface:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://api.dpml.net/ant/1.6.4/org/apache/tools/ant/BuildListener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://api.dpml.net/ant/1.6.4/org/apache/tools/ant/BuildListener.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Is this not good enough? All we would need to do is add support for
&lt;br&gt;registering one via the command line.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Listeners can be added to the build via…
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; grails «command» -Dgrails.build.listener=my.custom.Listener
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The build system instantiates an instance of this class, and passes all
&lt;br&gt;&amp;gt; events raised during the build to the instance via the receiveEvent()
&lt;br&gt;&amp;gt; method.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This by itself obviously doesn't solve the test running issue (it does
&lt;br&gt;&amp;gt; however raise some other interesting possibilities). The second part of this
&lt;br&gt;&amp;gt; would be introducing a series of events that test type runners[1] are
&lt;br&gt;&amp;gt; responsible for raising.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It would probably make sense to take inspiration from JUnit's RunListener[2]
&lt;br&gt;&amp;gt; for the series of events to raise.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thoughts?
&lt;/div&gt;&lt;br&gt;Seems reasonable, can we just reuse the JUnit interface though or do
&lt;br&gt;we need our own?
&lt;br&gt;&lt;br&gt;Are you planning on implementing these changes and will they be ready for RC1?
&lt;br&gt;&lt;br&gt;Regards
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1]
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://github.com/alkemist/grails/blob/master/grails/src/java/org/codehaus/groovy/grails/test/GrailsTestTypeRunner.groovy&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/alkemist/grails/blob/master/grails/src/java/org/codehaus/groovy/grails/test/GrailsTestTypeRunner.groovy&lt;/a&gt;&lt;br&gt;&amp;gt; [2] &lt;a href=&quot;http://junit.org/apidocs/org/junit/runner/notification/RunListener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://junit.org/apidocs/org/junit/runner/notification/RunListener.html&lt;/a&gt;&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-listeners.-tp26253466p26254222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26253466</id>
	<title>Build listeners.</title>
	<published>2009-11-08T04:47:48Z</published>
	<updated>2009-11-08T04:47:48Z</updated>
	<author>
		<name>Luke Daley</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;While working on the changes to how tests are run I came across the &amp;nbsp;
&lt;br&gt;requirement for IDEs to be able to “listen” to test runs for visual &amp;nbsp;
&lt;br&gt;feedback etc.
&lt;br&gt;&lt;br&gt;See: &lt;a href=&quot;https://issuetracker.springsource.com/browse/STS-551&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://issuetracker.springsource.com/browse/STS-551&lt;/a&gt;&lt;br&gt;&lt;br&gt;The current approach is not quite ideal.
&lt;br&gt;&lt;br&gt;I have been talking to Peter Gromov from Jetbrains, who has &amp;nbsp;
&lt;br&gt;implemented support for this in IDEA, on potential improvements to &amp;nbsp;
&lt;br&gt;this mechanism.
&lt;br&gt;&lt;br&gt;Here is what we came up with…
&lt;br&gt;&lt;br&gt;We introduce a new interface, something like…
&lt;br&gt;&lt;br&gt;interface GrailsBuildListener {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; void receiveEvent(String eventName, Object[] eventArgs) throws &amp;nbsp;
&lt;br&gt;Exception
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Listeners can be added to the build via…
&lt;br&gt;&lt;br&gt;grails «command» -Dgrails.build.listener=my.custom.Listener
&lt;br&gt;&lt;br&gt;The build system instantiates an instance of this class, and passes &amp;nbsp;
&lt;br&gt;all events raised during the build to the instance via the receiveEvent 
&lt;br&gt;() method.
&lt;br&gt;&lt;br&gt;This by itself obviously doesn't solve the test running issue (it does &amp;nbsp;
&lt;br&gt;however raise some other interesting possibilities). The second part &amp;nbsp;
&lt;br&gt;of this would be introducing a series of events that test type runners 
&lt;br&gt;[1] are responsible for raising.
&lt;br&gt;&lt;br&gt;It would probably make sense to take inspiration from JUnit's &amp;nbsp;
&lt;br&gt;RunListener[2] for the series of events to raise.
&lt;br&gt;&lt;br&gt;Thoughts?
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://github.com/alkemist/grails/blob/master/grails/src/java/org/codehaus/groovy/grails/test/GrailsTestTypeRunner.groovy&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://github.com/alkemist/grails/blob/master/grails/src/java/org/codehaus/groovy/grails/test/GrailsTestTypeRunner.groovy&lt;/a&gt;&lt;br&gt;[2] &lt;a href=&quot;http://junit.org/apidocs/org/junit/runner/notification/RunListener.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://junit.org/apidocs/org/junit/runner/notification/RunListener.html&lt;/a&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Build-listeners.-tp26253466p26253466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26251515</id>
	<title>is there any suggest to add a custom PropertyEditor to grails?</title>
	<published>2009-11-07T23:31:40Z</published>
	<updated>2009-11-07T23:31:40Z</updated>
	<author>
		<name>Eric Liu-2</name>
	</author>
	<content type="html">Dear all,&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;    i have a geometry  class named :Point , and a PropertyEditor PointEditor. &lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;    and i try write config file :  resources.xml in config/spring directory:&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;/div&gt;&lt;div&gt;&lt;div&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;beans xmlns=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/beans&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans&lt;/a&gt;&amp;quot;&lt;/div&gt;
&lt;div&gt;       xmlns:xsi=&amp;quot;&lt;a href=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/a&gt;&amp;quot;&lt;/div&gt;&lt;div&gt;       xsi:schemaLocation=&amp;quot;&lt;a href=&quot;http://www.springframework.org/schema/beans&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;           &lt;a href=&quot;http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springframework.org/schema/beans/spring-beans-3.0.xsd&lt;/a&gt;&amp;quot;&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;&amp;lt;bean id=&amp;quot;customEditorConfigurer&amp;quot; class=&amp;quot;org.springframework.beans.factory.config.CustomEditorConfigurer&amp;quot;&amp;gt;&lt;/div&gt;
&lt;div&gt;      &amp;lt;property name=&amp;quot;customEditors&amp;quot;&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;lt;map&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;   &amp;lt;entry key=&amp;quot;my.Point&amp;quot; value=&amp;quot;my.PointEditor&amp;quot;/&amp;gt;&lt;/div&gt;
&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt; &amp;lt;/map&amp;gt;&lt;/div&gt;&lt;div&gt;   &amp;lt;/property&amp;gt;&lt;/div&gt;&lt;div&gt; &amp;lt;/bean&amp;gt;&lt;/div&gt;&lt;div&gt;&amp;lt;/beans&amp;gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;  so when grails is running, i test in bootstrap.groovy , it can find the right editor for Point class.&lt;/div&gt;
&lt;div&gt; But when i use Point as property in a domain class , and generate controllors, use controllor&amp;#39;s save method,it can&amp;#39;t find the editor, is data binding something need config?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;thanks!&lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/is-there-any-suggest-to-add-a-custom-PropertyEditor-to-grails--tp26251515p26251515.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26245004</id>
	<title>Re: SymmetricDS grails plugin</title>
	<published>2009-11-07T05:53:02Z</published>
	<updated>2009-11-07T05:53:02Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">Approved
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Sat, Nov 7, 2009 at 2:19 PM, Chris Henson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245004&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chenson42@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; That would be useful, huh?  I apologize.  chenson42 is my username.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Sat, Nov 7, 2009 at 6:54 AM, Graeme Rocher
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245004&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;graeme.rocher@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Have you applied to be a developer as per
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://grails.org/Creating+Plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://grails.org/Creating+Plugins&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; If so what is your username?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Sat, Nov 7, 2009 at 2:23 AM, Chris Henson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26245004&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chenson@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; I'd like to release a new grails plug-in to the public plug-ins
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; repository.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; The plug-in enhances a grails application with the capability to embed
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; SymmetricDS (symmetricds.org) database synchronization software.  It is
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; a
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; 1.2 grails plugin.  The source code is currently hosted here:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; &lt;a href=&quot;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; and is in beta format.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Graeme Rocher
&lt;br&gt;&amp;gt;&amp;gt; Head of Grails Development
&lt;br&gt;&amp;gt;&amp;gt; SpringSource - A Division of VMware
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SymmetricDS-grails-plugin-tp26241256p26245004.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26244728</id>
	<title>Re: SymmetricDS grails plugin</title>
	<published>2009-11-07T05:19:17Z</published>
	<updated>2009-11-07T05:19:17Z</updated>
	<author>
		<name>chenson42</name>
	</author>
	<content type="html">That would be useful, huh?  I apologize.  chenson42 is my username.&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;On Sat, Nov 7, 2009 at 6:54 AM, Graeme Rocher &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26244728&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;graeme.rocher@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Have you applied to be a developer as per &lt;a href=&quot;http://grails.org/Creating+Plugins&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://grails.org/Creating+Plugins&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
If so what is your username?&lt;br&gt;
&lt;br&gt;
Cheers&lt;br&gt;
&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;
On Sat, Nov 7, 2009 at 2:23 AM, Chris Henson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26244728&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chenson@...&lt;/a&gt;&amp;gt; wrote:&lt;br&gt;
&amp;gt; I&amp;#39;d like to release a new grails plug-in to the public plug-ins repository.&lt;br&gt;
&amp;gt; The plug-in enhances a grails application with the capability to embed&lt;br&gt;
&amp;gt; SymmetricDS (&lt;a href=&quot;http://symmetricds.org&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;symmetricds.org&lt;/a&gt;) database synchronization software.  It is a&lt;br&gt;
&amp;gt; 1.2 grails plugin.  The source code is currently hosted here:&lt;br&gt;
&amp;gt; &lt;a href=&quot;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&lt;/a&gt;&lt;br&gt;

&amp;gt; and is in beta format.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;--&lt;br&gt;
Graeme Rocher&lt;br&gt;
Head of Grails Development&lt;br&gt;
SpringSource - A Division of VMware&lt;br&gt;
&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
---------------------------------------------------------------------&lt;br&gt;
To unsubscribe from this list, please visit:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SymmetricDS-grails-plugin-tp26241256p26244728.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26244071</id>
	<title>Re: SymmetricDS grails plugin</title>
	<published>2009-11-07T03:54:05Z</published>
	<updated>2009-11-07T03:54:05Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">Have you applied to be a developer as per &lt;a href=&quot;http://grails.org/Creating+Plugins&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://grails.org/Creating+Plugins&lt;/a&gt;&lt;br&gt;&lt;br&gt;If so what is your username?
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Sat, Nov 7, 2009 at 2:23 AM, Chris Henson &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26244071&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chenson@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; I'd like to release a new grails plug-in to the public plug-ins repository.
&lt;br&gt;&amp;gt; The plug-in enhances a grails application with the capability to embed
&lt;br&gt;&amp;gt; SymmetricDS (symmetricds.org) database synchronization software.  It is a
&lt;br&gt;&amp;gt; 1.2 grails plugin.  The source code is currently hosted here:
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&lt;/a&gt;&lt;br&gt;&amp;gt; and is in beta format.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SymmetricDS-grails-plugin-tp26241256p26244071.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26242502</id>
	<title>plugins-list.xml file encoding.</title>
	<published>2009-11-06T22:42:36Z</published>
	<updated>2009-11-06T22:42:36Z</updated>
	<author>
		<name>Luke Daley</name>
	</author>
	<content type="html">&lt;a href=&quot;https://svn.codehaus.org/grails-plugins/.plugin-meta/plugins-list.xml&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://svn.codehaus.org/grails-plugins/.plugin-meta/plugins-list.xml&lt;/a&gt;&lt;br&gt;&lt;br&gt;Somehow the plugin list was in iso-8859-1 encoding, which caused &amp;nbsp;
&lt;br&gt;errors during plugin release.
&lt;br&gt;&lt;br&gt;I have manually converted it back to UTF-8.
&lt;br&gt;&lt;br&gt;Any idea how this could have happened?
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/plugins-list.xml-file-encoding.-tp26242502p26242502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26241312</id>
	<title>Sweet! 1.2M4 &amp; Maven Success</title>
	<published>2009-11-06T17:38:59Z</published>
	<updated>2009-11-06T17:38:59Z</updated>
	<author>
		<name>Michael Lawler</name>
	</author>
	<content type="html">For a trivial quickstart grails app, Maven integration seems to be &amp;nbsp;
&lt;br&gt;working ok with the latest releases (I wasnt able to get previous &amp;nbsp;
&lt;br&gt;1.2.x snapshots or releases working happily with maven).
&lt;br&gt;&lt;br&gt;Two minor items:
&lt;br&gt;&lt;br&gt;* Although I build with maven, I still set $GRAILS_HOME to an &amp;nbsp;
&lt;br&gt;installation of 1.2M4
&lt;br&gt;* I had to add javassist-3.4.GA.jar to my dependencies when I switched &amp;nbsp;
&lt;br&gt;to a MySQL data source
&lt;br&gt;&lt;br&gt;Cool!
&lt;br&gt;&lt;br&gt;Michael
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-tomcat-persisting-sessions-in-dev-mode-in-1.2-Mx--tp26230642p26241312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26241256</id>
	<title>SymmetricDS grails plugin</title>
	<published>2009-11-06T17:23:59Z</published>
	<updated>2009-11-06T17:23:59Z</updated>
	<author>
		<name>Chris Henson</name>
	</author>
	<content type="html">I&amp;#39;d like to release a new grails plug-in to the public plug-ins
repository.  The plug-in enhances a grails application with the
capability to embed SymmetricDS (&lt;a href=&quot;http://symmetricds.org/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;symmetricds.org&lt;/a&gt;) database synchronization software.  It is a 1.2 grails plugin.  The source code is currently hosted here:  &lt;a href=&quot;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://symmetricds.svn.sourceforge.net/svnroot/symmetricds/trunk/extensions/symmetric-grails&lt;/a&gt; and is in beta format.
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SymmetricDS-grails-plugin-tp26241256p26241256.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230774</id>
	<title>Re: Is tomcat persisting sessions in dev mode in 1.2-Mx?</title>
	<published>2009-11-06T03:55:02Z</published>
	<updated>2009-11-06T03:55:02Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">Probably not, raise a JIRA with an example that reproduces the issue
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Fri, Nov 6, 2009 at 12:42 PM, Marc Palmer &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26230774&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marc@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Guys,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We've seen errors at startup in dev env run-app with 1.2-M2 (and later)
&lt;br&gt;&amp;gt; showing that session data failed to load.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sessions shouldn't be persisting in dev env should they?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Marc
&lt;br&gt;&amp;gt; ~ ~ ~
&lt;br&gt;&amp;gt; Marc Palmer
&lt;br&gt;&amp;gt; Blog         &amp;gt; &lt;a href=&quot;http://www.anyware.co.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.anyware.co.uk&lt;/a&gt;&lt;br&gt;&amp;gt; Twitter      &amp;gt; &lt;a href=&quot;http://twitter.com/wangjammer5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/wangjammer5&lt;/a&gt;&lt;br&gt;&amp;gt; Grails Rocks &amp;gt; &lt;a href=&quot;http://www.grailsrocks.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.grailsrocks.com&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;   &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-tomcat-persisting-sessions-in-dev-mode-in-1.2-Mx--tp26230642p26230774.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230642</id>
	<title>Is tomcat persisting sessions in dev mode in 1.2-Mx?</title>
	<published>2009-11-06T03:42:49Z</published>
	<updated>2009-11-06T03:42:49Z</updated>
	<author>
		<name>Marc Palmer Local</name>
	</author>
	<content type="html">Guys,
&lt;br&gt;&lt;br&gt;We've seen errors at startup in dev env run-app with 1.2-M2 (and &amp;nbsp;
&lt;br&gt;later) showing that session data failed to load.
&lt;br&gt;&lt;br&gt;Sessions shouldn't be persisting in dev env should they?
&lt;br&gt;&lt;br&gt;Marc
&lt;br&gt;~ ~ ~
&lt;br&gt;Marc Palmer
&lt;br&gt;Blog &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;gt; &lt;a href=&quot;http://www.anyware.co.uk&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.anyware.co.uk&lt;/a&gt;&lt;br&gt;Twitter &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;gt; &lt;a href=&quot;http://twitter.com/wangjammer5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/wangjammer5&lt;/a&gt;&lt;br&gt;Grails Rocks &amp;gt; &lt;a href=&quot;http://www.grailsrocks.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.grailsrocks.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-tomcat-persisting-sessions-in-dev-mode-in-1.2-Mx--tp26230642p26230642.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26230082</id>
	<title>Re: Many-To-Many relationship and criteria query</title>
	<published>2009-11-06T03:01:49Z</published>
	<updated>2009-11-06T03:01:49Z</updated>
	<author>
		<name>FrugalHorn</name>
	</author>
	<content type="html">Thank you so much. It works smooth as silk. :)
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Mihai Cazacu-2 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;&lt;a href=&quot;http://adhockery.blogspot.com/search/label/criteria%20queries&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://adhockery.blogspot.com/search/label/criteria%20queries&lt;/a&gt;&lt;br&gt;&lt;br&gt;Try something like this:
&lt;br&gt;&lt;br&gt;[code]
&lt;br&gt;Person.withCriteria {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;createAlias(&amp;quot;hobbies&amp;quot;, &amp;quot;h&amp;quot;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;eq(&amp;quot;h.name&amp;quot;, &amp;quot;diving&amp;quot;)
&lt;br&gt;}
&lt;br&gt;[/code]
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Many-To-Many-relationship-and-criteria-query-tp26210868p26230082.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26229681</id>
	<title>Fwd: [grails-user] service injection in GORM event handlers, is it  possible?</title>
	<published>2009-11-06T02:23:18Z</published>
	<updated>2009-11-06T02:23:18Z</updated>
	<author>
		<name>Sergey Bondarenko</name>
	</author>
	<content type="html">Hi Grails developers!&lt;br&gt;&lt;br&gt;Could you please look at this issue?&lt;br&gt;It looks like service injection does not work in domain classes when onLoad closure is invoked.&lt;br&gt;I am using Grails 1.1.1.&lt;br&gt;&lt;br&gt;Thanks a lot!&lt;br&gt;&lt;br&gt;&lt;br&gt;

Sergey&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/5 Sergey Bondarenko &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229681&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enterit@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;

Any update?&lt;br&gt;&lt;br&gt;Thanks,&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div class=&quot;h5&quot;&gt;&lt;br&gt;Sergey&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/4 Sergey Bondarenko &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229681&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enterit@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;

&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
Just checked. It works for beforeInsert and beforeUpdate, but does not work for onLoad event.&lt;br&gt;Could you please check if it works for onLoad in your app?&lt;br&gt;&lt;br&gt;Thanks a lot!&lt;br&gt;&lt;br&gt;&lt;br&gt;Sergey&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;



2009/11/4 Sergey Bondarenko &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229681&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enterit@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;



&lt;div&gt;Daniel,&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Well, this service is being injected into other services and cotroller without problems.&lt;div&gt;The service is from Acegi plugin. My Grails version is 1.1.1 (maybe that makes a difference?).&lt;/div&gt;




&lt;div&gt;I&amp;#39;ll try to do the same with my own service.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Thanks for helping me!&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;Regards,&lt;/div&gt;&lt;div&gt;Sergey&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;2009/11/3 Daniel Honig &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229681&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;daniel.honig@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;div&gt;



&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;
&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;Something else is probably amiss.  I&amp;#39;ve been able to access services from hibernate event handlers without issue.  Do you know that your service is being injected into other classes or use cases without issue?&lt;div&gt;




&lt;div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;
On Tue, Nov 3, 2009 at 2:32 PM, Sergey Bondarenko &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229681&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;enterit@...&lt;/a&gt;&amp;gt;&lt;/span&gt; wrote:&lt;br&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;





Hi folks!&lt;br&gt;&lt;br&gt;&lt;br&gt;I just tried to get service injection working in GORM event handlers. I wanted to implement domain-instance security checks this way.&lt;br&gt;It looks like service injection in usual methods works properly, but service is not injected in GORM events.&lt;br&gt;







&lt;br&gt;Does anyone else have the same problem?&lt;br&gt;&lt;br&gt;The problem looks similar to &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILS-1749&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILS-1749&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Some details below.&lt;br&gt;





&lt;br&gt;
I wanted to implement something like this:&lt;br&gt;
class Department {&lt;br&gt;    def authenticateService&lt;br&gt;&lt;br&gt;    static belongsTo = Customer&lt;br&gt;    &lt;br&gt;    static transients = [&amp;#39;authenticateService&amp;#39;]&lt;br&gt;&lt;br&gt;    def onLoad = {&lt;br&gt;        def currentUser = User.get(authenticateService.userDomain()?.id)&lt;br&gt;







        def currentCustomer = Customer.get(currentUser?.customer?.id)&lt;br&gt;        if (customer != currentCustomer) {&lt;br&gt;            throw new IllegalStateException(&amp;quot;Cannot read data of another customer&amp;quot;)&lt;br&gt;        }&lt;br&gt;







    }&lt;br&gt;}&lt;br&gt;&lt;br&gt;&lt;br&gt;But it looks like service is not injected, and I always receive NPE.&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Any help is appreciated!&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;&lt;font color=&quot;#888888&quot;&gt;Sergey&lt;br&gt;&lt;br&gt;
&lt;/font&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;br&gt;
&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;/div&gt;&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A--grails-user--service-injection-in-GORM-event-handlers%2C-is-it--possible--tp26229681p26229681.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26229603</id>
	<title>Re: Many-To-Many relationship and criteria query</title>
	<published>2009-11-06T02:16:25Z</published>
	<updated>2009-11-06T02:16:25Z</updated>
	<author>
		<name>Mihai Cazacu-2</name>
	</author>
	<content type="html">&lt;a href=&quot;http://adhockery.blogspot.com/search/label/criteria%20queries&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://adhockery.blogspot.com/search/label/criteria%20queries&lt;/a&gt;&lt;br&gt;&lt;br&gt;Try something like this:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;Person.withCriteria
{&lt;br&gt;     createAlias(&amp;quot;hobbies&amp;quot;, &amp;quot;h&amp;quot;)&lt;br&gt;
      eq(&amp;quot;&lt;a href=&quot;http://h.name&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;h.name&lt;/a&gt;&amp;quot;, &amp;quot;diving&amp;quot;)     &lt;br&gt;}&lt;br&gt;[/code]&lt;br&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Many-To-Many-relationship-and-criteria-query-tp26210868p26229603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228810</id>
	<title>Re: Many-To-Many relationship and criteria query</title>
	<published>2009-11-06T02:05:47Z</published>
	<updated>2009-11-06T02:05:47Z</updated>
	<author>
		<name>FrugalHorn</name>
	</author>
	<content type="html">Thanks guys. It works fine. 
&lt;br&gt;&lt;br&gt;Though another scenario and another question around the same case. Say I add following to my Person class:
&lt;br&gt;&lt;br&gt;SortedSet hobbies;
&lt;br&gt;&lt;br&gt;Then I run a query:
&lt;br&gt;&lt;br&gt;Person.createCriteria().list
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hobbies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eq('name', 'diving')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;} 
&lt;br&gt;&lt;br&gt;My query is successful but why person.hobbies contain only one hobby ie &amp;quot;diving&amp;quot; though in database the person has more than one hobbies. Do I need to add something to my query?
&lt;br&gt;&lt;br&gt;Thanks.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Many-To-Many-relationship-and-criteria-query-tp26210868p26228810.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26229193</id>
	<title>Re: Grails build and source distribution</title>
	<published>2009-11-06T01:40:07Z</published>
	<updated>2009-11-06T01:40:07Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">We build only one build now and package the source with the binaries.
&lt;br&gt;&lt;br&gt;Its easier to maintain.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;On Fri, Nov 6, 2009 at 10:35 AM, hdockter &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26229193&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mail@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm working on the Gradle build for Grails. I have a question regarding the
&lt;br&gt;&amp;gt; release distributions. It looks as if the source distribution is no longer
&lt;br&gt;&amp;gt; build by the HEAD Ant build. Has the source distribution become obsolete or
&lt;br&gt;&amp;gt; is this just a temporary thing? If it is obsolete, one could merge a couple
&lt;br&gt;&amp;gt; of things.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Hans
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Hans Dockter
&lt;br&gt;&amp;gt; Gradle Project Manager
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.gradle.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gradle.org&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Grails-build-and-source-distribution-tp26228800p26228800.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Grails-build-and-source-distribution-tp26228800p26228800.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Grails-build-and-source-distribution-tp26228800p26229193.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26228800</id>
	<title>Grails build and source distribution</title>
	<published>2009-11-06T01:35:23Z</published>
	<updated>2009-11-06T01:35:23Z</updated>
	<author>
		<name>hdockter</name>
	</author>
	<content type="html">I'm working on the Gradle build for Grails. I have a question regarding the release distributions. It looks as if the source distribution is no longer build by the HEAD Ant build. Has the source distribution become obsolete or is this just a temporary thing? If it is obsolete, one could merge a couple of things.
&lt;br&gt;&lt;br&gt;- Hans
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;Hans Dockter
&lt;br&gt;Gradle Project Manager
&lt;br&gt;&lt;a href=&quot;http://www.gradle.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.gradle.org&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Grails-build-and-source-distribution-tp26228800p26228800.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26222052</id>
	<title>Re: ZK plugin and GRAILS-5038</title>
	<published>2009-11-05T12:56:48Z</published>
	<updated>2009-11-05T12:56:48Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">What is ZK trying to do with JNDI?
&lt;br&gt;&lt;br&gt;I've set it as fix for RC1 for the moment, but I will need some info
&lt;br&gt;on how ZK is calling JNDI
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 9:49 PM, Chanwit Kaewkasi &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26222052&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;chanwit@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The issue GRAILS-5038 seems to be a blocker for users of the ZK
&lt;br&gt;&amp;gt; plugin. Could any one please have a look at it?
&lt;br&gt;&amp;gt; It's an issue of the Tomcat plugin could not resolve the JNDI protocol
&lt;br&gt;&amp;gt; somehow, but the Jetty plugin works fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Chanwit
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Chanwit Kaewkasi
&lt;br&gt;&amp;gt; PhD Candidate,
&lt;br&gt;&amp;gt; Centre for Novel Computing
&lt;br&gt;&amp;gt; School of Computer Science
&lt;br&gt;&amp;gt; The University of Manchester
&lt;br&gt;&amp;gt; Oxford Road
&lt;br&gt;&amp;gt; Manchester
&lt;br&gt;&amp;gt; M13 9PL, UK
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ZK-plugin-and-GRAILS-5038-tp26221994p26222052.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26221994</id>
	<title>ZK plugin and GRAILS-5038</title>
	<published>2009-11-05T12:49:02Z</published>
	<updated>2009-11-05T12:49:02Z</updated>
	<author>
		<name>chanwit</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The issue GRAILS-5038 seems to be a blocker for users of the ZK
&lt;br&gt;plugin. Could any one please have a look at it?
&lt;br&gt;It's an issue of the Tomcat plugin could not resolve the JNDI protocol
&lt;br&gt;somehow, but the Jetty plugin works fine.
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Chanwit
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Chanwit Kaewkasi
&lt;br&gt;PhD Candidate,
&lt;br&gt;Centre for Novel Computing
&lt;br&gt;School of Computer Science
&lt;br&gt;The University of Manchester
&lt;br&gt;Oxford Road
&lt;br&gt;Manchester
&lt;br&gt;M13 9PL, UK
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ZK-plugin-and-GRAILS-5038-tp26221994p26221994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26220057</id>
	<title>Re: does mockDomain() support bidirectional  relationships? should it?</title>
	<published>2009-11-05T10:38:16Z</published>
	<updated>2009-11-05T10:38:16Z</updated>
	<author>
		<name>Peter Ledbrook</name>
	</author>
	<content type="html">&amp;gt; It looks like it does not handle bidirectional relationships properly.
&lt;br&gt;&amp;gt; Backreferences in children are not set.
&lt;br&gt;&amp;gt; I looked into MockUtils sources. This functionality is not
&lt;br&gt;&amp;gt; implemented. Should it be implemented?
&lt;br&gt;&lt;br&gt;Yes.
&lt;br&gt;&lt;br&gt;&amp;gt; Why MockUtils does not reuse DomainClassGrailsPlugin
&lt;br&gt;&amp;gt; (addRelationshipManagementMethods and so on...) ?
&lt;br&gt;&lt;br&gt;Because a plugin class isn't really designed for re-use. I haven't
&lt;br&gt;looked at the code recently, but if the domain class plugin methods
&lt;br&gt;aren't tied to database functionality, then we could factor them out
&lt;br&gt;and re-use them from within MockUtils.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Peter
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/does-mockDomain%28%29-support-bidirectional-relationships--should-it--tp26194904p26220057.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26211689</id>
	<title>Re: Many-To-Many relationship and criteria query</title>
	<published>2009-11-05T03:11:53Z</published>
	<updated>2009-11-05T03:11:53Z</updated>
	<author>
		<name>Kamal Govindraj</name>
	</author>
	<content type="html">&lt;br&gt;Take a look at
&lt;br&gt;&lt;a href=&quot;http://grails.org/doc/1.1.x/guide/5.%20Object%20Relational%20Mapping%20(GORM).html#5.4.2 Criteria&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Criteria&lt;/a&gt;&amp;nbsp;section - that has an example of querying associations.
&lt;br&gt;&lt;br&gt;Person.createCriteria().list
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; hobbies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eq(&lt;b&gt;'name'&lt;/b&gt;, 'diving')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;note the quote around the property name.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Kamal
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;FrugalHorn wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I am a newbie to Grails. So sorry if this is explained earlier. I have two domain classes. Person and Hobby.
&lt;br&gt;&lt;br&gt;class Person
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String name
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static hasMany = [hobbies:Hobby]
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;class Hobby
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String name
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static hasMany = [persons:Person]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static belongsTo = Person
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;So now they have a many to many(m:n) relationship. Then I added a few dummy records as persons and hobbies. So how should I write a criteria query to get persons with 'diving' hobby.
&lt;br&gt;&lt;br&gt;My best shot was:
&lt;br&gt;Person.createCriteria().list
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; and
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hobbies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eq(name, 'diving')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;So any help regarding this will be thankful. Where can I find more documentation about the syntax part of writing criteria queries. The documentation in Grails book and site I feel is not adequate.
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;a href=&quot;http://grails.org/doc/1.1.x/guide/5.%20Object%20Relational%20Mapping%20(GORM).html#5.4.2 Criteria&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://grails.org/doc/1.1.x/guide/5.%20Object%20Relational%20Mapping%20(GORM).html#5.4.2 Criteria&lt;/a&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Many-To-Many-relationship-and-criteria-query-tp26210868p26211689.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26212598</id>
	<title>Re: Many-To-Many relationship and criteria query</title>
	<published>2009-11-05T03:03:11Z</published>
	<updated>2009-11-05T03:03:11Z</updated>
	<author>
		<name>Mihai Cazacu-2</name>
	</author>
	<content type="html">I think your query is fine. You also can try the query version without the &amp;quot;and&amp;quot; part:&lt;br&gt;&lt;br&gt;[code]&lt;br&gt;Person.createCriteria().list {&lt;br&gt;    hobbies {&lt;br&gt;       eq(name, &amp;#39;diving&amp;#39;)&lt;br&gt;    }&lt;br&gt;}&lt;br&gt;[/code]&lt;br&gt;

</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Many-To-Many-relationship-and-criteria-query-tp26210868p26212598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26210868</id>
	<title>Many-To-Many relationship and criteria query</title>
	<published>2009-11-05T02:58:39Z</published>
	<updated>2009-11-05T02:58:39Z</updated>
	<author>
		<name>FrugalHorn</name>
	</author>
	<content type="html">I am a newbie to Grails. So sorry if this is explained earlier. I have two domain classes. Person and Hobby.
&lt;br&gt;&lt;br&gt;class Person
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String name
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static hasMany = [hobbies:Hobby]
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;class Hobby
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; String name
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static hasMany = [persons:Person]
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; static belongsTo = Person
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;So now they have a many to many(m:n) relationship. Then I added a few dummy records as persons and hobbies. So how should I write a criteria query to get persons with 'diving' hobby.
&lt;br&gt;&lt;br&gt;My best shot was:
&lt;br&gt;Person.createCriteria().list
&lt;br&gt;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; and
&lt;br&gt;&amp;nbsp; &amp;nbsp; {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hobbies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; eq(name, 'diving')
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;So any help regarding this will be thankful. Where can I find more documentation about the syntax part of writing criteria queries. The documentation in Grails book and site I feel is not adequate.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Many-To-Many-relationship-and-criteria-query-tp26210868p26210868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26209593</id>
	<title>cannot use Service by using Portlet-Plugin</title>
	<published>2009-11-05T02:23:55Z</published>
	<updated>2009-11-05T02:23:55Z</updated>
	<author>
		<name>tran</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I just use Portlet-Plugin to create some portlets with Grails. This Plugin create a new Artifact named portlets in grails-app. So a HelloPortlet.groovy in this artifact is created with command &amp;quot;grails create-portlet Hello&amp;quot;. Now I try to use Service in this file like below.
&lt;br&gt;&lt;br&gt;class HelloPortlet {
&lt;br&gt;def helloService
&lt;br&gt;&lt;br&gt;def renderView = {
&lt;br&gt;helloService.runHello()
&lt;br&gt;}
&lt;br&gt;} &amp;nbsp;
&lt;br&gt;&lt;br&gt;But I always become error: cannot invoke method runHello on a nullobject.
&lt;br&gt;&lt;br&gt;Can someone help me?</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cannot-use-Service-by-using-Portlet-Plugin-tp26209593p26209593.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26211840</id>
	<title>Re: Any plans to fix the problem with AppEngine plugin  on 1.2?</title>
	<published>2009-11-05T01:57:39Z</published>
	<updated>2009-11-05T01:57:39Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">That does. Thanks Ken
&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 10:56 AM, krimple &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26211840&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kenrimple@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks, Graeme.  I downgraded my demonstration apps to 1.1.1 (which is much
&lt;br&gt;&amp;gt; more rational anyway since 1.2 isn't released and is offered as a
&lt;br&gt;&amp;gt; milestone).  Works just fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FYI, I am running App Engine Java version 1.2.6 and it works just fine with
&lt;br&gt;&amp;gt; Grails 1.1.1, so it's not the AppEngine version, if that helps your
&lt;br&gt;&amp;gt; research.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Graeme Rocher-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'll have a look at the problem shortly
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Cheers
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Wed, Nov 4, 2009 at 8:40 PM, krimple &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26211840&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kenrimple@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Graeme,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The App Engine plugin is not working on 1.2 M3.  Is there any work around
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; or
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; patch coming?  I've found and voted for the JIRA issue,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&amp;nbsp;and also have a
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; demonstration next week where I want to show how to deploy to AppEngine.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I've been using Grails 1.2-M3 for the rest of my work recently and I'd
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to avoid downgrading.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I guess I'd need to rachet down to 1.1.1 and 1.2.4 of AppEngine?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Voting for the plugin fix:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Marcel Overdijk wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks for reply Graeme.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Looking forward to try plugin on 1.2.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Graeme Rocher-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Will look at the issue shortly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; On Sat, Aug 22, 2009 at 3:40 PM, Marcel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Overdijk&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26211840&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To bad the current version of the AppEngine plugin does not work with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.2 M2.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are there any plans to fix this on short term, otherwise I think I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; will
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; use
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.1 for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Graeme Rocher
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Head of Grails Development
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; SpringSource - Weapons for the War on Java Complexity
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt; Graeme Rocher
&lt;br&gt;&amp;gt;&amp;gt; Head of Grails Development
&lt;br&gt;&amp;gt;&amp;gt; SpringSource - A Division of VMware
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26208735.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26208735.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26211840.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26208735</id>
	<title>Re: Any plans to fix the problem with AppEngine plugin  on 1.2?</title>
	<published>2009-11-05T01:55:59Z</published>
	<updated>2009-11-05T01:55:59Z</updated>
	<author>
		<name>krimple</name>
	</author>
	<content type="html">Thanks, Graeme. &amp;nbsp;I downgraded my demonstration apps to 1.1.1 (which is much more rational anyway since 1.2 isn't released and is offered as a milestone). &amp;nbsp;Works just fine.
&lt;br&gt;&lt;br&gt;FYI, I am running App Engine Java version 1.2.6 and it works just fine with Grails 1.1.1, so it's not the AppEngine version, if that helps your research.
&lt;br&gt;&lt;br&gt;Ken
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Graeme Rocher-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;I'll have a look at the problem shortly
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Wed, Nov 4, 2009 at 8:40 PM, krimple &amp;lt;kenrimple@yahoo.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Graeme,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The App Engine plugin is not working on 1.2 M3.  Is there any work around or
&lt;br&gt;&amp;gt; patch coming?  I've found and voted for the JIRA issue,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&amp;nbsp;and also have a
&lt;br&gt;&amp;gt; demonstration next week where I want to show how to deploy to AppEngine.
&lt;br&gt;&amp;gt; I've been using Grails 1.2-M3 for the rest of my work recently and I'd like
&lt;br&gt;&amp;gt; to avoid downgrading.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess I'd need to rachet down to 1.1.1 and 1.2.4 of AppEngine?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Voting for the plugin fix:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Marcel Overdijk wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks for reply Graeme.
&lt;br&gt;&amp;gt;&amp;gt; Looking forward to try plugin on 1.2.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Graeme Rocher-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Will look at the issue shortly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Sat, Aug 22, 2009 at 3:40 PM, Marcel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Overdijk&amp;lt;marceloverdijk@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To bad the current version of the AppEngine plugin does not work with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.2 M2.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are there any plans to fix this on short term, otherwise I think I will
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; use
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.1 for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Graeme Rocher
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Head of Grails Development
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SpringSource - Weapons for the War on Java Complexity
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26208735.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26210976</id>
	<title>Re: 1.2-SNAPSHOT show.gsp template error</title>
	<published>2009-11-05T00:42:37Z</published>
	<updated>2009-11-05T00:42:37Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">As said previously, please JIRA a blocker
&lt;br&gt;&lt;br&gt;Thank you
&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 9:39 AM, Hubert Chang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26210976&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huixiu@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Domain example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; class A {
&lt;br&gt;&amp;gt;  String a
&lt;br&gt;&amp;gt;  boolean ao
&lt;br&gt;&amp;gt;  Date bd
&lt;br&gt;&amp;gt;  String c
&lt;br&gt;&amp;gt;  boolean co
&lt;br&gt;&amp;gt;  Date dd
&lt;br&gt;&amp;gt;  boolean doo
&lt;br&gt;&amp;gt;  Date fd
&lt;br&gt;&amp;gt;  boolean eo
&lt;br&gt;&amp;gt;  String e
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Generated show.gsp (error only):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ................
&lt;br&gt;&amp;gt;  &amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field:
&lt;br&gt;&amp;gt; &amp;quot;doo&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; ................
&lt;br&gt;&amp;gt; &amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field:
&lt;br&gt;&amp;gt; &amp;quot;fd&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; ................
&lt;br&gt;&amp;gt;  &amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;&amp;lt;g:formatDate date=&amp;quot;${aInstance?.id}&amp;quot;
&lt;br&gt;&amp;gt; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is related to sort. I removed
&lt;br&gt;&amp;gt;   Collections.sort(props,
&lt;br&gt;&amp;gt; comparator.constructors[0].newInstance([domainClass] as Object[]))
&lt;br&gt;&amp;gt; from show.gsp template, the field type will be detected correctly.
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208622p26208622.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208622p26208622.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208622p26210976.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26208622</id>
	<title>1.2-SNAPSHOT show.gsp template error</title>
	<published>2009-11-05T00:39:12Z</published>
	<updated>2009-11-05T00:39:12Z</updated>
	<author>
		<name>Hubert Chang</name>
	</author>
	<content type="html">Domain example:
&lt;br&gt;&lt;br&gt;class A {
&lt;br&gt;&amp;nbsp; String a
&lt;br&gt;&amp;nbsp; boolean ao
&lt;br&gt;&amp;nbsp; Date bd
&lt;br&gt;&amp;nbsp; String c
&lt;br&gt;&amp;nbsp; boolean co
&lt;br&gt;&amp;nbsp; Date dd
&lt;br&gt;&amp;nbsp; boolean doo
&lt;br&gt;&amp;nbsp; Date fd
&lt;br&gt;&amp;nbsp; boolean eo
&lt;br&gt;&amp;nbsp; String e
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;Generated show.gsp (error only):
&lt;br&gt;&lt;br&gt;................
&lt;br&gt;&amp;nbsp;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field: &amp;quot;doo&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;................
&lt;br&gt;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field: &amp;quot;fd&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;................
&lt;br&gt;&amp;nbsp;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;&amp;lt;g:formatDate date=&amp;quot;${aInstance?.id}&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;It is related to sort. I removed
&lt;br&gt;&amp;nbsp; &amp;nbsp;Collections.sort(props, comparator.constructors[0].newInstance([domainClass] as Object[]))
&lt;br&gt;from show.gsp template, the field type will be detected correctly. </content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208622p26208622.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26210614</id>
	<title>Re: 1.2-SNAPSHOT show.gsp template error</title>
	<published>2009-11-05T00:04:38Z</published>
	<updated>2009-11-05T00:04:38Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">Please JIRA a blocker. Thanks
&lt;br&gt;&lt;br&gt;On Thu, Nov 5, 2009 at 9:02 AM, Hubert Chang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26210614&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;huixiu@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Domain example:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; class A {
&lt;br&gt;&amp;gt;  String a
&lt;br&gt;&amp;gt;  boolean ao
&lt;br&gt;&amp;gt;  Date bd
&lt;br&gt;&amp;gt;  String c
&lt;br&gt;&amp;gt;  boolean co
&lt;br&gt;&amp;gt;  Date dd
&lt;br&gt;&amp;gt;  boolean doo
&lt;br&gt;&amp;gt;  Date fd
&lt;br&gt;&amp;gt;  boolean eo
&lt;br&gt;&amp;gt;  String e
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Generated show.gsp (error only):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ................
&lt;br&gt;&amp;gt;  &amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field:
&lt;br&gt;&amp;gt; &amp;quot;doo&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; ................
&lt;br&gt;&amp;gt; &amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field:
&lt;br&gt;&amp;gt; &amp;quot;fd&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt; ................
&lt;br&gt;&amp;gt;  &amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;&amp;lt;g:formatDate date=&amp;quot;${aInstance?.id}&amp;quot;
&lt;br&gt;&amp;gt; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It is related to sort. I removed
&lt;br&gt;&amp;gt;   Collections.sort(props,
&lt;br&gt;&amp;gt; comparator.constructors[0].newInstance([domainClass] as Object[]))
&lt;br&gt;&amp;gt; from show.gsp template, the field type will be detected correctly.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208610p26208610.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208610p26208610.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208610p26210614.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26208610</id>
	<title>1.2-SNAPSHOT show.gsp template error</title>
	<published>2009-11-05T00:02:52Z</published>
	<updated>2009-11-05T00:02:52Z</updated>
	<author>
		<name>Hubert Chang</name>
	</author>
	<content type="html">Domain example:
&lt;br&gt;&lt;i&gt;&lt;br&gt;class A {
&lt;br&gt;&amp;nbsp; String a
&lt;br&gt;&amp;nbsp; boolean ao
&lt;br&gt;&amp;nbsp; Date bd
&lt;br&gt;&amp;nbsp; String c
&lt;br&gt;&amp;nbsp; boolean co
&lt;br&gt;&amp;nbsp; Date dd
&lt;br&gt;&amp;nbsp; boolean doo
&lt;br&gt;&amp;nbsp; Date fd
&lt;br&gt;&amp;nbsp; boolean eo
&lt;br&gt;&amp;nbsp; String e
&lt;br&gt;}
&lt;br&gt;&lt;/i&gt;&lt;br&gt;Generated show.gsp (error only):
&lt;br&gt;&lt;i&gt;&lt;br&gt;................
&lt;br&gt;&amp;nbsp;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field: &amp;quot;doo&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;................ 
&lt;br&gt;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;${fieldValue(bean: aInstance, field: &amp;quot;fd&amp;quot;)}&amp;lt;/td&amp;gt;
&lt;br&gt;................
&lt;br&gt;&amp;nbsp;&amp;lt;td valign=&amp;quot;top&amp;quot; class=&amp;quot;value&amp;quot;&amp;gt;&amp;lt;g:formatDate date=&amp;quot;${aInstance?.id}&amp;quot; /&amp;gt;&amp;lt;/td&amp;gt;
&lt;br&gt;&lt;/i&gt;&lt;br&gt;&lt;br&gt;It is related to sort. I removed 
&lt;br&gt;&amp;nbsp; &amp;nbsp;Collections.sort(props, comparator.constructors[0].newInstance([domainClass] as Object[]))
&lt;br&gt;from show.gsp template, the field type will be detected correctly.
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.2-SNAPSHOT-show.gsp-template-error-tp26208610p26208610.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26203547</id>
	<title>Re: Any plans to fix the problem with AppEngine plugin  on 1.2?</title>
	<published>2009-11-04T11:53:58Z</published>
	<updated>2009-11-04T11:53:58Z</updated>
	<author>
		<name>Graeme Rocher-3</name>
	</author>
	<content type="html">I'll have a look at the problem shortly
&lt;br&gt;&lt;br&gt;Cheers
&lt;br&gt;&lt;br&gt;On Wed, Nov 4, 2009 at 8:40 PM, krimple &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26203547&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kenrimple@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Graeme,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The App Engine plugin is not working on 1.2 M3.  Is there any work around or
&lt;br&gt;&amp;gt; patch coming?  I've found and voted for the JIRA issue,
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&amp;nbsp;and also have a
&lt;br&gt;&amp;gt; demonstration next week where I want to show how to deploy to AppEngine.
&lt;br&gt;&amp;gt; I've been using Grails 1.2-M3 for the rest of my work recently and I'd like
&lt;br&gt;&amp;gt; to avoid downgrading.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I guess I'd need to rachet down to 1.1.1 and 1.2.4 of AppEngine?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Voting for the plugin fix:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ken
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Marcel Overdijk wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks for reply Graeme.
&lt;br&gt;&amp;gt;&amp;gt; Looking forward to try plugin on 1.2.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Graeme Rocher-3 wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Will look at the issue shortly
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Regards
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On Sat, Aug 22, 2009 at 3:40 PM, Marcel
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Overdijk&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26203547&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;marceloverdijk@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To bad the current version of the AppEngine plugin does not work with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.2 M2.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Are there any plans to fix this on short term, otherwise I think I will
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; use
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; 1.1.1 for now.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; View this message in context:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; --
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Graeme Rocher
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Head of Grails Development
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; SpringSource - Weapons for the War on Java Complexity
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - A Division of VMware
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203547.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26203309</id>
	<title>Re: Any plans to fix the problem with AppEngine plugin  on 1.2?</title>
	<published>2009-11-04T11:40:18Z</published>
	<updated>2009-11-04T11:40:18Z</updated>
	<author>
		<name>krimple</name>
	</author>
	<content type="html">Graeme,
&lt;br&gt;&lt;br&gt;The App Engine plugin is not working on 1.2 M3. &amp;nbsp;Is there any work around or patch coming? &amp;nbsp;I've found and voted for the JIRA issue, &lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&amp;nbsp;and also have a demonstration next week where I want to show how to deploy to AppEngine. &amp;nbsp;I've been using Grails 1.2-M3 for the rest of my work recently and I'd like to avoid downgrading. 
&lt;br&gt;&lt;br&gt;I guess I'd need to rachet down to 1.1.1 and 1.2.4 of AppEngine?
&lt;br&gt;&lt;br&gt;Voting for the plugin fix: &amp;nbsp;&lt;a href=&quot;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/GRAILSPLUGINS-1546&lt;/a&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;&lt;br&gt;Ken
&lt;br&gt;&lt;br&gt;&lt;quote author=&quot;Marcel Overdijk&quot;&gt;&lt;br&gt;Thanks for reply Graeme.
&lt;br&gt;Looking forward to try plugin on 1.2.
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;Graeme Rocher-3 wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message shrinkable-quote&quot;&gt;Will look at the issue shortly
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;&lt;br&gt;On Sat, Aug 22, 2009 at 3:40 PM, Marcel
&lt;br&gt;Overdijk&amp;lt;marceloverdijk@gmail.com&amp;gt; wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; To bad the current version of the AppEngine plugin does not work with 1.2 M2.
&lt;br&gt;&amp;gt; Are there any plans to fix this on short term, otherwise I think I will use
&lt;br&gt;&amp;gt; 1.1.1 for now.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; View this message in context: &lt;a href=&quot;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&quot; target=&quot;_top&quot;&gt;http://www.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p25094400.html&lt;/a&gt;&lt;br&gt;&amp;gt; Sent from the grails - dev mailing list archive at Nabble.com.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ---------------------------------------------------------------------
&lt;br&gt;&amp;gt; To unsubscribe from this list, please visit:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;    &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Graeme Rocher
&lt;br&gt;Head of Grails Development
&lt;br&gt;SpringSource - Weapons for the War on Java Complexity
&lt;br&gt;&lt;a href=&quot;http://www.springsource.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.springsource.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe from this list, please visit:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://xircles.codehaus.org/manage_email&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://xircles.codehaus.org/manage_email&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
&lt;/quote&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Any-plans-to-fix-the-problem-with-AppEngine-plugin-on-1.2--tp25094400p26203309.html" />
</entry>

</feed>
