Securing my RPC calls

2014-02-04 Thread Nermin
will happen when I access /myapp/login_service from the GWT app that has started with http:// protocoll? Thank you for your comments: Nermin -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: Using DatePicker in CellTable

2013-11-28 Thread Nermin
It seems like this problem requires overriding the GWT-s DatePickerCell as shown in this example: http://stackoverflow.com/questions/7915414/gwt-datepickercell-show-empty-date Jaga, tank you for your help. Best regards: Nermin On Monday, November 25, 2013 4:02:11 PM UTC+1, jaga wrote

Re: Using DatePicker in CellTable

2013-11-24 Thread Nermin
is not re-loaded with the new data. In my opinion this looks like a bug. My first question sounds also like a bug or like a feature request. Can someone check this and report a bug/feature-request to GWT-developers? Thank you: Nermin -- You received this message because you are subscribed

Using DatePicker in CellTable

2013-11-22 Thread Nermin
to the old one. ... How do I do this? Thank you in advance for your help: Nermin B. Here is my code. The blue marked part is concerned with Question1 and Red part with Question2. //=== JobOffeer VALID UNTIL COLUMN DatePickerCell jobOfferExipreDateCell = new DatePickerCell

Re: RequestFactory, ValueProxy, EntityProxy and JSR303 - is it a bug?

2013-10-23 Thread Nermin
for your help! Nermin On Tuesday, October 22, 2013 6:26:37 PM UTC+2, Thomas Broyer wrote: On Tuesday, October 22, 2013 6:12:36 PM UTC+2, Nermin wrote: OK Thomas, I will go for Objectify. The only problem is that I cannot find a really good tutorial for using it with Requestfactory. http

Re: RequestFactory, ValueProxy, EntityProxy and JSR303 - is it a bug?

2013-10-22 Thread Nermin
On Tuesday, October 22, 2013 11:40:48 AM UTC+2, Thomas Broyer wrote: On Monday, October 21, 2013 11:11:07 PM UTC+2, Nermin wrote: Dear Thomas, thank you for your Post. I have checked my OSIV konfiguration and I have it the right way (transaction per service method). Apparently

Re: RequestFactory, ValueProxy, EntityProxy and JSR303 - is it a bug?

2013-10-22 Thread Nermin
understood correctly, I do not need to care about OSIV etc. All I need to do is to register ObjectifyFilter. Right? Thank you in advance for your help: Nermin On Tuesday, October 22, 2013 3:12:59 PM UTC+2, Thomas Broyer wrote: On Tuesday, October 22, 2013 2:03:19 PM UTC+2, Nermin wrote

Re: RequestFactory, ValueProxy, EntityProxy and JSR303 - is it a bug?

2013-10-19 Thread Nermin
know where to get the appropriate Jetty source code from? I am using the latest Appengine 1.8.6. Thank you: Nermin PS: Here are the two JSON Objects: *Case1:* JSON Object On Persist (works fine): [{T:Invalid e-mail address,P:myEmailAddress,R:{T:yqZFFjQWj8STT748e99UJZ89M7E=,R:1,C:1},L

Re: GWT Requestfactory JSR-303 Problems when updating entity

2013-09-26 Thread Nermin
called! Thank you in advance: Nermin Am Mittwoch, 25. September 2013 19:18:38 UTC+2 schrieb Thomas Broyer: RequestFactory validates domain objects after it deserialized them but before it calls your service methods. If they fail validation, service methods are not called

GWT Requestfactory JSR-303 Problems when updating entity

2013-09-25 Thread Nermin
(...) method is called instead of the onConstraintViolation(..)? What could be the reason for this??? Why is the onConstraintViolation(..) not called when updating the entity? The error message is displayed below: Thank you in advance: Nermin javax.validation.ConstraintViolationException

Re: Issue 5801: Handle Validation Groups

2013-08-02 Thread Nermin
ConstraintViolationException from my CustomRequestFactory correctly to the client so that Receiver.onConstraintViolation() is called on the client? Thank you in advance: Nermin Am Donnerstag, 1. August 2013 18:09:09 UTC+2 schrieb Jens: Pre persist validation are handled by your persistence provider

Re: Issue 5801: Handle Validation Groups

2013-08-02 Thread Nermin
than modifying the GWT-s code. See last comment in this post: https://groups.google.com/forum/#!topic/google-web-toolkit/E9wvMRGwFtI Thank you very much for helping me to understand this process. Nermin Am Freitag, 2. August 2013 10:29:30 UTC+2 schrieb Jens: So now: How do I propagate

Re: Issue 5801: Handle Validation Groups

2013-08-01 Thread Nermin
? As previously posted I am using HibernateValidator implementation. Thank you in advance! Nermin Am Freitag, 19. Juli 2013 19:27:40 UTC+2 schrieb salk31: I think you will have to fiddle with ServiceLayerDecorator. In there you can choose what groups you want to validate against and when

Re: Issue 5801: Handle Validation Groups

2013-08-01 Thread Nermin
ServiceLayerDecorator { @Override public T SetConstraintViolationT validate(T domainObject) { return jsr303Validator.validate(domainObject, PrePersitValidationGroup.class); } } Thank you in advance for your help! Best regards: Nermin Am Donnerstag, 1. August 2013

Issue 5801: Handle Validation Groups

2013-07-19 Thread Nermin
own group, it does not get called anymore!! The issue is already known, and it is set to FIXED? http://code.google.com/p/google-web-toolkit/issues/detail?id=5801 Does anyone knows the status here? Thank you in advance: Nermin -- You received this message because you are subscribed

Requestfactory Appengine - a bug?

2013-07-04 Thread Nermin
/Appengine bug. Do you experience the same problem? Best regards: Nermin Thu Jul 04 16:40:23 CEST 2013 com.emajstor.client.Emajstor$1 SEVERE: Exception caught: Server Error: null com.google.web.bindery.event.shared.UmbrellaException: Exception caught: Server Error: null

Re: RequestFactory Issue 6115

2013-06-17 Thread Nermin
Am Sonntag, 16. Juni 2013 23:52:08 UTC+2 schrieb Thomas Broyer: On Friday, June 14, 2013 5:55:03 PM UTC+2, Nermin wrote: Hello Thomas, Open Session In View is the right approach to go for. Thank you for this advice! I have implemented it and it works fine now. However, I have one

Re: RequestFactory Issue 6115

2013-06-14 Thread Nermin
=datanucleus.NontransactionalWrite value=true/ property name=datanucleus.ConnectionURL value=appengine/ /properties /persistence-unit Thank you in advance: Nermin Am Donnerstag, 13. Juni 2013 15:05:56 UTC+2 schrieb Thomas Broyer: On Thursday, June 13, 2013 2:57:02 PM UTC+2, Nermin wrote: Hello

RequestFactory Issue 6115

2013-06-13 Thread Nermin
status says so, or am I doing something wrong here? Thank you in advance: Nermin -- 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

Re: RequestFactory Issue 6115

2013-06-13 Thread Nermin
example available on the net? Thank you in advance: Nermin Am Donnerstag, 13. Juni 2013 15:05:56 UTC+2 schrieb Thomas Broyer: On Thursday, June 13, 2013 2:57:02 PM UTC+2, Nermin wrote: Hello group, Is the issue 6115 Fixed in GWT 2.5 or not?? http://code.google.com/p/google-web-toolkit

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-06-05 Thread Nermin
by TradesmanX(7) has already been persisted without a parent. A parent cannot be established or changed once an object has been persisted. Is there a solution for this? Would it be possible to provide some working example? Thank you in advance: Nermin Am Donnerstag, 23. Mai 2013 15:09:41 UTC+2

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-06-05 Thread Nermin
persisted.* I am using JPA with DataNucleus on Google Appengine. Thank you for your help! Nermin Am Mittwoch, 5. Juni 2013 16:03:59 UTC+2 schrieb Juan Pablo Gardella: I've assumed you are trying to use unidirectional mapping. Check http://uaihebert.com/?p=1674page=19 2013/6/5 Nermin use

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-23 Thread Nermin
really do not understand this behavior. ... I also must admit that I am not very advanced in JPA. Thank you for very much for your help. Best regards: Nermin Am Mittwoch, 22. Mai 2013 15:28:50 UTC+2 schrieb Juan Pablo Gardella: Show how you are persisting the entities. 2013/5/22 Nermin use

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-23 Thread Nermin
(QueuedThreadPool.java:582) Am Donnerstag, 23. Mai 2013 11:50:29 UTC+2 schrieb Juan Pablo Gardella: In the loop, do user.setCompany(company). You need a transaction. Create it and do the commit. 2013/5/23 Nermin use...@gmx.de javascript: Dear Juan, For this purpose I use the GWT-s Request

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-22 Thread Nermin
by Tradesman(358) has already been persisted without a parent. A parent cannot be established or changed once an object has been persisted. I am using: JPA with DataNucleus on Google Datastore. (Standard setting that come with GWT 2.5) Thank you in advance for your help!! Best regards: Nermin Am

JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-21 Thread Nermin
change some parameters within the Tradesman entity within the *@PrePersist* method, a new child entity is created. In case I do not touch any parameter, in the @PrePersist, everything works fine. What am I doing wrong here? Thank you in advance: Nermin -- You received this message because you

Re: JPA issue: A parent cannot be established or changed once an object has been persisted.

2013-05-21 Thread Nermin
that my code is not working. @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 @Thomas: Thank you for the advise. I will Am Dienstag, 21. Mai 2013 12:01:43 UTC+2 schrieb Juan Pablo

Re: Using RequestFactory with JPA (3 Entities)

2013-02-11 Thread Nermin
: Nermin Am Samstag, 9. Februar 2013 12:30:04 UTC+1 schrieb Thomas Broyer: Try to re-generate the DeobfuscatorBuilder for your RequestFactory (maybe run the ValidationTool manually). This error would generally happen if the generated DeobfuscatorBuilder doesn't know about a particular proxy

Using RequestFactory with JPA (3 Entities)

2013-02-08 Thread Nermin
this problem or simply show me an example where 3 and more Level inheritance is used by the Request Factory. THANK YOU IN ADVANCE!! Nermin -- 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

GWT RequestFactory Problem

2012-09-12 Thread Nermin
and put AddressProxy into it (see client call below), I am getting the error message: My code is based on the following example: http://code.google.com/p/gwt-examples/wiki/DemoRequestFactory I have extended it using “Adress” JPA entity and “AddressProxy” Thank you for your help!! Nermin