Re: Hibernate Validator Issue

2015-02-19 Thread Freddy Boucher
You need only that: javax.validation validation-api 1.0.0.GA org.hibernate hibernate-validator 4.1.0.Final org.hibernate hibernate-validator 4.1.0.Final sources -- You received this message because you are

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Edson Richter
I could... but then I have a large custom ant build process and no time to convert it into maven. Actually, going a bit further, I don't think I'll have time to learn maven soon enough for this change. I'll just stick with gwt 2.6 and Firefox 24 for a long while. I believe that s just too risky for

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Manuel Carrasco Moñino
does 'temporarily' mean that eventually you will replace the old one with the new one? or simply we should switch to the new one because the other would become unmaintained? On Thu, Feb 19, 2015 at 7:02 PM, Thomas Broyer wrote: > I don't know Netbeans much but IIUC it has pretty good support for

Re: Hibernate Validator Issue

2015-02-19 Thread Ben Dol
Also this is the version used: 4.1.0.Final As instructed by the tutorial on the gwt webiste. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-

Hibernate Validator Issue

2015-02-19 Thread Ben Dol
Hey guys, I'm trying to get the GWT Validation working but I keep getting a ton of compile errors. I am using Maven to import the dependencies including the Hibernate Sources which I am manually installing with maven. This is the error I get when compiling: http://pastebin.com/TBt0ps4K and here

Re: Hibernate Validator Issue

2015-02-19 Thread Ben Dol
Also forgot to mention I have the GWT inherit in my modules gwt.xml, like so: -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Thomas Broyer
I don't know Netbeans much but IIUC it has pretty good support for Maven; so how about using Maven with gwt-maven-plugin? If you have a multi-module project (which you should, IMO), then have a look at the net.ltgt.gwt.maven:gwt-maven-plugin:1.0-beta-1 instead of org.codehaus.mojo:gwt-maven-plug

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Juan Calderón
Hi Edson, I have the same problem; if you already found the answer, please share. Thanks Le vendredi 16 janvier 2015 15:03:03 UTC-7, Edson Richter a écrit : > > As in subject, please, someone could publish a video showing how to use > SuperDevMode to debug a GWT app in NetBeans? > > Thanks, > >

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Edson Richter
I've been able to run, but SuperDevMode won't work for debugging unless you are using very simple projects. Mine have more than 30 modules in a directory structure different from the simple one proposed by Gwt team. So, I've gave up on SuperDevMode and now I've fixed Firefox 24. Em 19/02/2015 13:42

Re: Could someone plubish a video showing how to debug GWT using SuperDevMode in NetBeans?

2015-02-19 Thread Juan Pablo Gardella
I believe SuperDevMode is not supported in NetBeans. On 19 February 2015 at 12:42, Juan Calderón wrote: > Hi Edson, > > I have the same problem; if you already found the answer, please share. > > Thanks > > Le vendredi 16 janvier 2015 15:03:03 UTC-7, Edson Richter a écrit : >> >> As in subject,

Re: GWT RPC or Errai or RequestBuilder?

2015-02-19 Thread Manuel Carrasco Moñino
FYI, Gwtquery Ajax is almost the same than Requestor, it uses the jquery sexy api and suppors json and xml serialization/deserialization and databinding among other features like data forms etc. It has a jvm implementation so as you can use gquery Ajax in your tests or in server side. http://gwtqu

Re: Unexpected error while processing XML

2015-02-19 Thread Jens
> gwt-maven-plugin:*2.6.1*:compile (default) @ com.ibank.myproject.test --- > [INFO] Loading inherited module 'com.ibank.myproject.test.Test' > [INFO]Loading inherited module 'com.ibank.myproject.framework.ui' > [INFO] [ERROR] Unexpected error while processing XML > [INFO] java.lang.NoC

Re: Unexpected error while processing XML

2015-02-19 Thread Meryem Alay
Yes I use it and I also update its version as 2.6.1 but I still have this problem : gwt-maven-plugin:*2.6.1*:compile (default) @ com.ibank.myproject.test --- [INFO] Loading inherited module 'com.ibank.myproject.test.Test' [INFO]Loading inherited module 'com.ibank.myproject.framework.ui' [INF

Re: question on GWT showcase examples

2015-02-19 Thread Magnus
Yeah you'r right! .-) Thanks!!! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, se

Re: Unexpected error while processing XML

2015-02-19 Thread Jens
> Thank for your response. I used to get Maven as gwt version 2.4. But I > changed gwt version as 2.6.1 and than I'd have this problem. But I created > new project on 2.6.1 without Maven and try it. there was no any problems. > Does it have any problem at the Maven version for 2.6.1? > Do you

Re: Unexpected error while processing XML

2015-02-19 Thread Meryem Alay
Hi Jens, Thank for your response. I used to get Maven as gwt version 2.4. But I changed gwt version as 2.6.1 and than I'd have this problem. But I created new project on 2.6.1 without Maven and try it. there was no any problems. Does it have any problem at the Maven version for 2.6.1? 18 Şubat

Material Design with GWT(Polymer wrapper)

2015-02-19 Thread Blaze
Hi all, I see a lot of people ask for Polymer in GWT. Here you make a public a wrapper that I extract it from un internal Project I have create it. https://github.com/Baze985/GwtPolymer hope you like it! Cheers p.s. Missing some of the components, but Ill try to add them in next period...

Re: GWT and Material Design

2015-02-19 Thread Blaze
Hi, here: https://github.com/Baze985/GwtPolymer I just exported my internal wrapper for Polymer in GWT. Hope u like it, in the onModuleLoad has some examples on how can be used... Cheers On Thursday, February 19, 2015 at 1:30:47 PM UTC+1, Grace C wrote: > > This looks fantastic! Thank you for

Re: GWT and Material Design

2015-02-19 Thread Grace L. Christenbery
This looks fantastic! Thank you for posting the source code when I asked, I appreciate it. P.S. I second the Github suggestion. :) *Grace L. Christenbery | Computer Science Tutor* *Department of Computer Science* *The University of North Carolina at Charlotte* *9201 University City Blvd, Charlott

Re: question on GWT showcase examples

2015-02-19 Thread Jens
> when you look for the GWT Showcase code, have a look at the github sources: > > https://github.com/gwtproject/gwt/tree/master/samples/showcase/src/com/google/gwt/sample/showcase > And as the showcase sample app is part of the GWT SDK distribution download you can simply import it into your ID

Re: GWT and Material Design

2015-02-19 Thread Alain Ekambi
Great job. Can you move the baby to github ? Google code is kind of old school now :) On 19 February 2015 at 10:53, Peter Donald wrote: > That's looking great. Well done! > > On Thu, Feb 19, 2015 at 5:36 PM, mark kevin ringor > wrote: > >> Hi, >> >> We updated the site and implemented some ne

Re: AccessControlException when reading from Embedding Neo4j database

2015-02-19 Thread Thomas Broyer
On Thursday, February 19, 2015 at 4:38:43 AM UTC+1, Corey Wu wrote: > > Hi, > > Anyone have experience with getting an embedded Neo4j database running on > GWT? I get an AccessControlException when I create the embedded database > server side. > > Here's my stacktrace: > > SEVERE: javax.servlet

AccessControlException when reading from Embedding Neo4j database

2015-02-19 Thread Corey Wu
Hi, Anyone have experience with getting an embedded Neo4j database running on GWT? I get an AccessControlException when I create the embedded database server side. Here's my stacktrace: SEVERE: javax.servlet.ServletContext log: Exception while dispatching incoming RPC call com.google.gwt.user

Re: WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.

2015-02-19 Thread melwyn jensen
I just restarted eclipse in Administrator mode and it worked :) On Sunday, 28 June 2009 00:33:20 UTC+5:30, Farinha wrote: > > The subject has it all. > > Eclipse 3.4.2 > GWT Eclipse Plugin > Windows 7 > > Thanks in advance for the help. > -- You received this message because you are subscri

Re: question on GWT showcase examples

2015-02-19 Thread dominic jansen
Hi Magnus, when you look for the GWT Showcase code, have a look at the github sources: https://github.com/gwtproject/gwt/tree/master/samples/showcase/src/com/google/gwt/sample/showcase I guess there you find all you need :) Best, dom 2015-02-19 8:53 GMT+01:00 Magnus : > I also found that Conta

Re: GWT and Material Design

2015-02-19 Thread Peter Donald
That's looking great. Well done! On Thu, Feb 19, 2015 at 5:36 PM, mark kevin ringor wrote: > Hi, > > We updated the site and implemented some new Material Widgets: > 1. Nav Bar > 2. Collapsible > 3. DropDown > 4. Switches > 5. Range > 6. Fixed Floating Button with container > 7. Cards > > Hope y

ManifestServlet throwing NoClassDefFoundError

2015-02-19 Thread piotr
Hi all, For my MGWT app in Eclipse I’ve created a ManifestServlet that extends a ManifestServletBase class in a different Eclipse project (library). Having set the app project’s build path to include the other project all works fine when compiling the app project. But when debugging the app