This is from the spring page you linked: Not all JPA providers impose the need of a JVM agent (Hibernate being an example). If your provider does not require an agent or you have other alternatives (for example applying enhancements at build time through a custom compiler or an ant task) the load-time weaver *should not* be used.
This really is more of a hibernate/spring/maven config issue. Apologies to the list... Are you using JpaTemplate? I have a blog post here that shows how to setup JPA with Hibernate/Spring: http://zenoconsulting.wikidot.com/blog:8 -- you might find it helpful. I don't use a load-time weaver. On Wed, Nov 4, 2009 at 10:32 AM, Yaakov <[email protected]> wrote: > > > to be honest, this sounds like it is not so much a gwt thing as it is a > > hibernate/spring thing. > > It IS a GWT thing in the sense that it is the Jetty server which the > GWT Eclipse plugin starts up which refuses to recognize that I am > starting its JVM with a -javaagent. Why it does that? I don't know... > All I want to get to is being able to refresh the hosted browser after > I make some change in the GWT code and see it in the hosted browser > instantly. > > > i've used hibernate/spring a lot with jpa, and never had to specify a > weaver > > via an extra JVM argument. it seems a bit odd. > > Well, I didn't make this up, really. Take a look at Spring > documentation for 2.5.5: > http://static.springsource.org/spring/docs/2.5.x/reference/orm.html#orm-jpa > > ALL 3 options mention weaving. > > > i'm not trying to dodge the > > question, but typically i solve these issues with google searches. > > I haven't found anything wrt GWT provided servlet engine, i.e. jetty > bundled with GWT. The only link I found, I provided, but that doesn't > seem to work anyway. > > If anyone has any ideas, please suggest. > > Thanks, > Yaakov. > > > -- Zeno Consulting, Inc. home: http://www.zenoconsulting.biz blog: http://zenoconsulting.wikidot.com p: 248.894.4922 f: 313.884.2977 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
