<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.org.google.gwt">
    <title>gmane.org.google.gwt</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91279"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91278"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91277"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91276"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91275"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91274"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91273"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91272"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91271"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91270"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91269"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91268"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91267"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91266"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91265"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91264"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91263"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91262"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91261"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.org.google.gwt/91260"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91279">
    <title>Re: Handling Violations controlled by groups or Violations not found by default validation</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91279</link>
    <description>&lt;pre&gt;By default, GWT calls validator.validate(domain) in 
ReflectiveServiceLayer.validate(), but you probably want 

if(domain.getId() == null) {
  return validator.validate(domain, CreateGroup.class);
}
return validator.validate(domain, Server/DefaultGroup.class);

You can do this by providing a custom ServiceLayerDecorator to 
RequestFactoryServlet and implement ServiceLayerDecorator.validate(T 
domain) accordingly.

&lt;/pre&gt;</description>
    <dc:creator>Jens</dc:creator>
    <dc:date>2013-05-21T12:58:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91278">
    <title>Re: MVP For Popups</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91278</link>
    <description>&lt;pre&gt;
Typically you would have a Presenter that  initializes your view ( the 
static dom) , loads your view with data from an  async server invocation , 
and receives requests from the view for more data .   Have a look at 
https://developers.google.com/web-toolkit/articles/mvp-architecture-2.

Apart from dispatching url place requests via browser History, I personally 
hold off from using the event bus until  I have a situation where multiple 
views may be interested in a single event or a given view is reused by many 
use cases with different presenters.            The EventBus also is handy 
for managing a model cache (broadcasting model changes to interested views).

Here's a recent video from last weeks Google IO :
https://www.youtube.com/watch?v=kilmaSRq49g   .  The EventBus is covered 
about halfway in.

David


On Monday, May 20, 2013 8:15:22 AM UTC-4, Tim Hill wrote:

&lt;/pre&gt;</description>
    <dc:creator>David</dc:creator>
    <dc:date>2013-05-21T12:56:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91277">
    <title>Re: Handling Violations controlled by groups or Violations not found by default validation</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91277</link>
    <description>&lt;pre&gt;I just ran into the same issue. As there is no way to get or change the 
SimpleRequestProcessor im stuck now! Have you found out anything more, 
Michael Wiles?

Am Mittwoch, 27. März 2013 10:52:24 UTC+1 schrieb Michael Wiles:

&lt;/pre&gt;</description>
    <dc:creator>Alex opn</dc:creator>
    <dc:date>2013-05-21T12:21:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91276">
    <title>Re: IE9 problem with GWT</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91276</link>
    <description>&lt;pre&gt;How do you show messages?


2013/5/21 Mike &amp;lt;miguelaz9686-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Juan Pablo Gardella</dc:creator>
    <dc:date>2013-05-21T11:03:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91275">
    <title>Re: JPA issue: A parent cannot be established or changed once an object has been persisted.</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91275</link>
    <description>&lt;pre&gt;You should persist company before persist Tradesman or attach to an
existent company. This relation should be explicit. Create
company.addTrademan(Trademan t) method:

company.addTrademan(Trademan t){
users.add(t);
t.setCompany(this);
}

Call this in a transactional method.

Juan






2013/5/21 Nermin &amp;lt;user113-Mmb7MZpHnFY&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Juan Pablo Gardella</dc:creator>
    <dc:date>2013-05-21T11:02:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91274">
    <title>IE9 problem with GWT</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91274</link>
    <description>&lt;pre&gt;

GWT Release: 2.5.0

Browser: IE9
Our clients have a problem using our web application because, on IE9, when the application shows a message (i.e., to confirm if a file is uploaded or not), the focus
remains behind the message shown and it is impossible to interact with the message, so you can't close it and you can't work with the application either.
It is not a problem of the application code, it is a problem of the version 9 of IE, it does not happen with IE 10.
The message shown is modal.

I know it is an alternative using Mozilla or Google Chrome, but our client is a little bit special, so he does not want to use other web browsers.

Any idea? Has this problem happened to someone else?

P.D.: Sorry if there is any mistake in the grammar or in some word.

&lt;/pre&gt;</description>
    <dc:creator>Mike</dc:creator>
    <dc:date>2013-05-21T10:48:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91273">
    <title>Re: JPA issue: A parent cannot be established or changed once an object has been persisted.</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91273</link>
    <description>&lt;pre&gt;Dear Juan,

I tried *&amp;lt; at &amp;gt;ManyToOne(optional=false)*, unfortunately no changes.
In my current setting, the &amp;lt; at &amp;gt;PrePersist is called only once. (I see it on 
system out) That means: no multiple attempts to persist Tradesman entity.

However, it looks to me that whenever I change parameters on the Tradesman 
entity JPA creates/persists for some reason the Tradesman in the DB, 
independently from the Company entity.
I use Standard GWT settings: GWT 2.5, DataNucleus on Appengine Datastore.

The scenario I am describing here is a standard scenario you will face when 
using GWT with JPA. I am surprised that my code is not working.
&amp;lt; at &amp;gt;PrePersist works fine as long as the Entity is not in a owned relation 
with other entities.

Does anyone has an idea what could be wrong here?

Thank you!!

Nermin

&amp;lt; at &amp;gt;Thomas: Thank you for the advise. I will 

Am Dienstag, 21. Mai 2013 12:01:43 UTC+2 schrieb Juan Pablo Gardella:

&lt;/pre&gt;</description>
    <dc:creator>Nermin</dc:creator>
    <dc:date>2013-05-21T10:41:10</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91272">
    <title>Re: JPA issue: A parent cannot be established or changed once an object has been persisted.</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91272</link>
    <description>&lt;pre&gt;Update your entity as:

&amp;lt; at &amp;gt;Entity
public class Tradesman extends User{
    &amp;lt; at &amp;gt;ManyToOne(optional=false)
    private Company company;

    *&amp;lt; at &amp;gt;PrePersist*
    public void hashPassword(){
        setPassword(BCrypt.hashpw(**entity.getPassword(), BCrypt.gensalt());
    }

And then check where are you persisting Tradesman without company.



2013/5/21 Thomas Broyer &amp;lt;t.broyer-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Juan Pablo Gardella</dc:creator>
    <dc:date>2013-05-21T10:01:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91271">
    <title>Re: JPA issue:  A parent cannot be established or changed once an object has been persisted.</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91271</link>
    <description>&lt;pre&gt;

On Tuesday, May 21, 2013 11:18:42 AM UTC+2, Nermin wrote:

You're not reaching the appropriate group ;-)

I suppose you're using AppEngine (form what I know of JPA, I can't see a 
reason for that kind of message, unless you're using JPA on AppEngine), in 
which case you can ask for support on StackOverflow: 
https://developers.google.com/appengine/community

&lt;/pre&gt;</description>
    <dc:creator>Thomas Broyer</dc:creator>
    <dc:date>2013-05-21T09:57:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91270">
    <title>JPA issue:  A parent cannot be established or changed once an object has been persisted.</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91270</link>
    <description>&lt;pre&gt;Dear GWT developers,

I have a "probably simple" problem with my application which I am obviously 
not able to solve.

Two Classes: Company, Tradesman

&amp;lt; at &amp;gt;Entity
public class Company {
    &amp;lt; at &amp;gt;OneToMany(cascade = CascadeType.ALL, mappedBy = "company")
    private List&amp;lt;Tradesman&amp;gt; users = new ArrayList&amp;lt;Tradesman&amp;gt;();

....
}


&amp;lt; at &amp;gt;Entity
public class Tradesman extends User{
    &amp;lt; at &amp;gt;ManyToOne
    private Company company;

    *&amp;lt; at &amp;gt;PrePersist*
    public void hashPassword(){
        setPassword(BCrypt.hashpw(entity.getPassword(), BCrypt.gensalt());
    }

*JSR 303 validation on GWT is activated.*

Here is the *error message:
*Detected attempt to establish Company(no-id-yet) as the parent of 
Tradesman(356) but the entity identified by Tradesman(356) has already been 
persisted without a parent.  A parent cannot be established or changed once 
an object has been persisted.

My problem is obviously that when I change some parameters within the 
Tradesman entity within the *&amp;lt; at &amp;gt;PrePersist* method, a new child entity is 
created.
In &lt;/pre&gt;</description>
    <dc:creator>Nermin</dc:creator>
    <dc:date>2013-05-21T09:18:42</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91269">
    <title>Re: problem with javax.servlet.ServletContext in gwt-user.jar</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91269</link>
    <description>&lt;pre&gt;Thanks Jens, i thik the problem is what you explain


2013/5/21 Thomas Broyer &amp;lt;t.broyer-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Gabriele Prandini</dc:creator>
    <dc:date>2013-05-21T09:12:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91268">
    <title>Re: Super dev mode - sourcemap not working anymore</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91268</link>
    <description>&lt;pre&gt;I don't know what is your problem, but try
https://groups.google.com/forum/?fromgroups#!topic/google-web-toolkit/78Hl47eFPKw
.


2013/5/21 Martones &amp;lt;ludovit.martonyik-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Juan Pablo Gardella</dc:creator>
    <dc:date>2013-05-21T08:55:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91267">
    <title>Re: problem with javax.servlet.ServletContext in gwt-user.jar</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91267</link>
    <description>&lt;pre&gt;

On Tuesday, May 21, 2013 10:30:44 AM UTC+2, gabriele.prandini wrote:

Er, you're running Tomcat at compile-time? (or is the blog you linked to 
actually unrelated to your issue?)

Deleting the servletcontext.class in the jar resolved the problem
The correct fix is that you shouldn't compile your server-side classes with 
gwt-user. I don't know Grails build system and I don't know how the Grails 
GWT plugin works (heck I don't actually know Grails but by name), so I 
can't tell how to solve your problem in Grails, but you should only use 
gwt-user for client-side code, and use gwt-servlet for server-side code 
(and for deployment).
You should ask the Grails-GWT guys.

&lt;/pre&gt;</description>
    <dc:creator>Thomas Broyer</dc:creator>
    <dc:date>2013-05-21T08:54:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91266">
    <title>Re: problem with javax.servlet.ServletContext in gwt-user.jar</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91266</link>
    <description>&lt;pre&gt;During compilation you have a servlet 3.0 vs. servlet 2.5 (which is 
embedded in gwt-user.jar/gwt-servlet.jar) mismatch. Make sure you have 
servlet 3.0 api on classpath before gwt-user.jar.

&lt;/pre&gt;</description>
    <dc:creator>Jens</dc:creator>
    <dc:date>2013-05-21T08:38:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91265">
    <title>Re: problem with javax.servlet.ServletContext in gwt-user.jar</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91265</link>
    <description>&lt;pre&gt;I'm not deployng the app...
the error comes in compile time.

Deleting the servletcontext.class in the jar resolved the problem


2013/5/21 Thomas Broyer &amp;lt;t.broyer-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;


&lt;/pre&gt;</description>
    <dc:creator>Gabriele Prandini</dc:creator>
    <dc:date>2013-05-21T08:30:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91264">
    <title>Re: Super dev mode - sourcemap not working anymore</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91264</link>
    <description>&lt;pre&gt;Hello Brian, thanks for your answer. 

I tested the Showcase sample from the 2.5.1 GA bundle and the issue is the 
same. SDM works well for me. Here is my compilation result which states 
that source maps are well enabled :

   Compiling 1 permutation
      Compiling permutation 0...
      Source Maps Enabled
   Compile of permutations succeeded
Linking into &amp;lt;my path&amp;gt;
   Link succeeded
   Compilation succeeded -- 27,468s
Compile completed in 27825 ms

In Chrome I have "Enable source maps" checked. But I see no java in my 
source tab or the CTRL-o window. Using GWT 2.5.1. 

Many thanks,

Ludovit

&lt;/pre&gt;</description>
    <dc:creator>Martones</dc:creator>
    <dc:date>2013-05-21T08:28:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91263">
    <title>Re: Offline debugging my gwt app</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91263</link>
    <description>&lt;pre&gt;

On Monday, May 20, 2013 8:46:08 PM UTC+2, yves wrote:

Is hosted.html / devmode.js (depending on your linker) available offline? 
(i.e. included in the appcache manifest)

&lt;/pre&gt;</description>
    <dc:creator>Thomas Broyer</dc:creator>
    <dc:date>2013-05-21T00:51:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91262">
    <title>Re: problem with javax.servlet.ServletContext in gwt-user.jar</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91262</link>
    <description>&lt;pre&gt;

On Monday, May 20, 2013 10:27:17 AM UTC+2, gabriele.prandini wrote:

How is it that gwt-user is deployed? It's only needed at compile-time and 
must not be deployed (gwt-servlet should, if you use GWT-RPC) 

&lt;/pre&gt;</description>
    <dc:creator>Thomas Broyer</dc:creator>
    <dc:date>2013-05-21T00:47:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91261">
    <title>Re: Offline debugging my gwt app</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91261</link>
    <description>&lt;pre&gt;Thanks for your answer, but my question is about the HTML5 offline feature. 
Sorry if my post was not clear.

The problem is that I can't debug the GWT app while running it without a 
connection to the site server, thus "offline".

Yves

&lt;/pre&gt;</description>
    <dc:creator>yves</dc:creator>
    <dc:date>2013-05-20T21:18:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91260">
    <title>Re: Offline debugging my gwt app</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91260</link>
    <description>&lt;pre&gt;It is not clear what you're attempting here. By "Offline" I believe you 
mean when not using the "DevMode" debugging plugin. You can only debug with 
the debugger when running in debugging mode. You can however use source 
maps and set breakpoints in the browser (i.e. Chrome Dev Tools) if you like 
without using DevMode.

Beyond that, to run your GWT app while not in the DevMode plugin, you'll 
need to compile and deploy it to a server (i.e. Jetty, Tomcat, JBoss) and 
start it. If you try to run it *not* in DevMode, but with the codesvr 
parameter in the URL, it will fail as it thinks you're trying to use 
DevMode.


Hope that helps.

Sincerely,
Joseph

&lt;/pre&gt;</description>
    <dc:creator>Joseph Lust</dc:creator>
    <dc:date>2013-05-20T21:10:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.org.google.gwt/91259">
    <title>Re: Web Component support/usage?</title>
    <link>http://permalink.gmane.org/gmane.org.google.gwt/91259</link>
    <description>&lt;pre&gt;Thanks for the update.
Are things like these kind of "news" items put some where in the future ?
Maybe "better" use of the gwt blog ?


On Mon, May 20, 2013 at 9:23 PM, Goktug Gokdogan &amp;lt;goktug-hpIqsD4AKlfQT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Ed Bras</dc:creator>
    <dc:date>2013-05-20T19:36:01</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.org.google.gwt">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.org.google.gwt</link>
  </textinput>
</rdf:RDF>
