JPA1 vs JPA2 compat Issue with Jetty?

2012-05-02 Thread Carlos Alexandro Becker
Hello. I'm coding an app with guice-persist, gwtp, jpa2 and hibernate. In the not web mode, the tests and everything about persistence run fine... but, when I try to use them in devmode I got many errors related to compatibility issues with JPA1 and 2. Someone know anything about this? thanks

Re: JPA1 vs JPA2 compat Issue with Jetty?

2012-05-02 Thread Carlos Alexandro Becker
classpath? Already googled the error message? -- J. Am Mittwoch, 2. Mai 2012 14:27:24 UTC+2 schrieb Carlos Alexandro Becker: Hello. I'm coding an app with guice-persist, gwtp, jpa2 and hibernate. In the not web mode, the tests and everything about persistence run fine... but, when I

Re: private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-05-02 Thread Carlos Alexandro Becker
which error you got? On Monday, April 30, 2012 10:46:26 AM UTC-3, laxman lingampally wrote: HI all, please help me. i am trying to create EMF object but it is does't created. private static final EntityManagerFactory emfInstance =

Re: private static final EntityManagerFactory emfInstance = Persistence.createEntityManagerFactory(transactions-optional);

2012-05-03 Thread Carlos Alexandro Becker
, Carlos Alexandro Becker caarl...@gmail.com wrote: which error you got? On Monday, April 30, 2012 10:46:26 AM UTC-3, laxman lingampally wrote: HI all, please help me. i am trying to create EMF object but it is does't created. private static final EntityManagerFactory emfInstance

Re: Findbugs problem by GWT Project.

2012-05-11 Thread Carlos Alexandro Becker
I am with this problem here too... On Monday, October 31, 2011 12:37:42 PM UTC-2, Kotuboy wrote: I have a maven GWT project and i am using findbugs to analyze the code. plugin groupIdorg.codehaus.mojo/groupId artifactIdfindbugs-maven-plugin/artifactId

Re: Client Bundle CSS3 parsing

2012-05-12 Thread Carlos Alexandro Becker
You can inject it has a text resource and use the class names directly, or from a constants interface. We do something like that in GWT-Bootstrap ( http://gwtbootstrap.github.com/). On Friday, May 11, 2012 3:37:50 PM UTC-3, Joseph Lust wrote: Generally speaking, you should not be using

Re: GWT UIBINDER LOADING .js

2012-05-17 Thread Carlos Alexandro Becker
I dont know if you can do this, but you can inject javascript via java code. Take a look at this: https://github.com/gwtbootstrap/gwt-bootstrap/blob/master/src/main/java/com/github/gwtbootstrap/client/ui/resources/JavaScriptInjector.java See ya On Wednesday, May 16, 2012 8:43:45 PM UTC-3,

Re: Issues with Gwt Bootstrap on IE 8

2012-06-28 Thread Carlos Alexandro Becker
Hi Damu, Please, try to add below code to your module.html head tag: !-- before your module(*.nocache.js) loading -- !--[if lt IE 9] script src=http://html5shim.googlecode.com/svn/trunk/html5.js;/script ![endif]--

Re: GWT-Bootstrap 2.0.4.0 was released

2012-08-11 Thread Carlos Alexandro Becker
suggestions, etc - You, guys, are the people that made we believe in our project, and give us a reason to continue it. Thanks, you're awesome. I think that that's it. Thanks everyone, I hope you enjoy this first release, and hope that more releases come soon :) Cheers. -- Carlos Alexandro