Re: RequestFactory & Objectify & One to One Relationship

2011-08-23 Thread MaximeMularz
Thomas, Thank you so much It works !!! ;) Maxime On 23 août, 09:59, Thomas Broyer wrote: > If you want to retrieve, on the client side, a property that is a proxy, you > have to use .with(): > > ownerRequest.saveandReturn(ownerProxy).with("animalTransient").fire(...) -- You received this messag

Re: RequestFactory & Objectify & One to One Relationship

2011-08-23 Thread MaximeMularz
Thank you so much Thomas, it works !!! Regards, Maxime On 23 août, 09:59, Thomas Broyer wrote: > If you want to retrieve, on the client side, a property that is a proxy, you > have to use .with(): > > ownerRequest.saveandReturn(ownerProxy).with("animalTransient").fire(...) -- You received this

RequestFactory & Objectify & One to One Relationship

2011-08-22 Thread MaximeMularz
Hello, I've a problem with RequestFactory, Objectify and One to One RelationShip. The problem is at the bottom of this post. Entities : Class Owner : public class Owner extends DatastoreObject { private String name; transient @Transient private Animal animal; pri

Re: Validation-api-1.0.0, Doesn't work

2011-05-26 Thread MaximeMularz
ecurity-accessco... > <http://stackoverflow.com/questions/2116583/gwt-java-security-accessco...>revise, > maybe that this exception can not serialize. > > Also revise the configuration of the server. > 2011/5/26 MaximeMularz > > > > > Hi, > > > I have a new erro

Re: Validation-api-1.0.0, Doesn't work

2011-05-26 Thread MaximeMularz
java.security.AccessController.doPrivileged(Native Method) at java.lang.ClassLoader.checkPackageAccess(Unknown Source) at com.google.gwt.rpc.server.CommandSerializationUtil.(CommandSerializationUtil.java: 444) ... 35 more What's wrong ? On 25 mai, 22:14, MaximeMularz wrote: > Sorry,

Re: Validation-api-1.0.0, Doesn't work

2011-05-25 Thread MaximeMularz
Sorry, I don't understand your implementation could you please give me more details ? On 25 mai, 21:31, Nick Chalko wrote: > You will need to do something like this. > > public class ExposeImpl implements IsSerializable { > >   @SuppressWarnings("unused") >   private ConstraintViolationImpl const

Re: Validation-api-1.0.0, Doesn't work

2011-05-25 Thread MaximeMularz
I red it, but nothing about RPC On 25 mai, 20:49, Nick Chalko wrote: > Take a look athttp://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to goo

Re: Validation-api-1.0.0, Doesn't work

2011-05-25 Thread MaximeMularz
rote: > > user/javax and user/org/hibernate files ??? > > The libraries? > > > 2011/5/25 MaximeMularz > > >> I want use the Validation API, > >>http://gwt-code-reviews.appspot.com/1040802/show > >> but I don't where add the user/javax and user/o

Re: Validation-api-1.0.0, Doesn't work

2011-05-25 Thread MaximeMularz
Adolfo Panizo Touzon > > > I don´t understand. ¿What´s the problem? > > > Maybe you can declarate HashMap in the client side and can´t transport by > > rpc. > > > I´m not sure, but, what´s the problem? > > > 2011/5/25 MaximeMularz > > >> Th

Re: send gwt-user.jar with validation projects

2011-05-25 Thread MaximeMularz
Sorry I didnt' care your name !! On 25 mai, 15:07, MaximeMularz wrote: > Hi, > > I've compiled the last version of GWT, I've uploaded on my google > account, if you want the file send me email, max...@mularz.fr > > Regards > > On 23 mai, 06:29, Ju

Re: send gwt-user.jar with validation projects

2011-05-25 Thread MaximeMularz
Hi, I've compiled the last version of GWT, I've uploaded on my google account, if you want the file send me email, max...@mularz.fr Regards On 23 mai, 06:29, Juan Pablo Gardella wrote: > Paste stacktrace if you want better help > > 2011/5/22 apanizo > > > Someone could send a compilation of g

Re: Validation-api-1.0.0, Doesn't work

2011-05-25 Thread MaximeMularz
unning " + serverInfo + ".")// .appendHtmlConstant("")// .appendEscaped("It looks like you are using: ")// .appendEscaped(userAgent)// .toSafeHtml(); return safeHtml; } On 25 mai, 11:30, Adolfo Panizo Touzon wrote: > You can save the errors

Re: Validation-api-1.0.0, Doesn't work

2011-05-25 Thread MaximeMularz
when the module of my project runs collides thw sdk of google > >> and your library compiled] > >> *I enclose* a picture. > >> * > >> * > >> *Would you know* how to fix? I believe that through a compilation entire > >> google sdk(which if yo

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread MaximeMularz
le everything on my own in the > meantime, if youmanage what you put in the mail to compile all the SDK and > get it, accelerate the whole process and so I can create the complete sample >  validation . > > We are in touch, thank you very much for everything. > > 2011/5/23 MaximeM

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread MaximeMularz
> > If I have the gwt-user.jar that includes all the packages of validation y > > can do it an example and I can solve your problems. > > > Thank you very much. > > > 2011/5/23 MaximeMularz > > >> Hi, > > >> I compiled the

Re: Validation-api-1.0.0, Doesn't work

2011-05-23 Thread MaximeMularz
SDK provided by Google). This step I am not able to do so >  because as I can compilewith ant. If you are able to do it yourself, then > you explain step by step how to run thevalidation api. > > Greetings!.* > > 2011/5/22 MaximeMularz > > > > > > > >

Re: Validation-api-1.0.0, Doesn't work

2011-05-22 Thread MaximeMularz
> > The fact that no work for you is normal, generic classes are calling facto > standard. > You should call the classes implemented by google. > Before you continue writing, you could say that you imported libraries > anddependencies > on other projects are you w

Validation-api-1.0.0, Doesn't work

2011-05-21 Thread MaximeMularz
Hi, I tried to use Validation-api-1.0.0 with GWT 2.3 but it didn't work !!! My Code : Line 32. : Validator validator = Validation.buildDefaultValidatorFactory().getValidator(); The Error : 09:18:57.323 [ERROR] [validation] Line 32 The method buildDefaultValidatorFactory() is undefined for the ty