Re: Error on JettyLogger?

2012-02-17 Thread MagusDrk
and use a clean version of only needed jars. I am very grateful, Lothar. some related issue I'll be asking. On 16 feb, 11:00, Lothar Kimmeringer j...@kimmeringer.de wrote: Am 16.02.2012 16:51, schrieb MagusDrk: java.lang.ClassCastException

Re: WARNING: failed _ah_ServeBlobFilter: java.lang.ClassCastException:

2012-02-17 Thread MagusDrk
, 12:35, MagusDrk magus@googlemail.com wrote: Additionally. I've got an error on the browser: = HTTP ERROR: 503 Problem accessing /MyApp.html. Reason:     SERVICE_UNAVAILABLE Powered by Jetty

Error on JettyLogger?

2012-02-16 Thread MagusDrk
Hi everybody. Just two days ago, My GWT app suddenly stop compiling after I applied an update. Now, I'm not being able to figure out what is the cause and even less how to solve it and make my app run again. I'm completly disoriented on how to get it work, I've thought there is an error on the

Re: WARNING: failed _ah_ServeBlobFilter: java.lang.ClassCastException:

2012-02-14 Thread MagusDrk
Hi. I've just faced the same issue just after install some GWT updates... Anyone knows can it be solved, its really important. Thanks a lot. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: WARNING: failed _ah_ServeBlobFilter: java.lang.ClassCastException:

2012-02-14 Thread MagusDrk
Additionally. I've got an error on the browser: = HTTP ERROR: 503 Problem accessing /MyApp.html. Reason: SERVICE_UNAVAILABLE Powered by Jetty:// = On Feb 14, 12:21 pm, MagusDrk magus

Re: RequestFactory with Use of Locator

2012-02-03 Thread MagusDrk
Hi hkopp Right now I'm facing the argument type mismatch error, but i'm unable to find the cause. I guess you were able to do it since there were no more comments. How did you found the cause? how did you solved? thanks a lot. -- You received this message because you are subscribed to the

Re: RequestFactory Imposible To use

2011-12-26 Thread MagusDrk
PM, MagusDrk magus@googlemail.com wrote: Hi all again! I've just tried to use a CustomRequestFactoryServlet in order to catch and resolve the NPE in the server side. I could do it, but the catched error was NullPointerException with no other info (at all), no strackTrace, no specific

RequestFactory Imposible To use

2011-12-21 Thread MagusDrk
Hi everybody! I have two weeks trying to implement RequestFactory, I've done my data classes model, locators, proxies, etc, but I simply can't get it to work. I've tried all configurations suggested on Starting With Requst Factory Page, but I still get the same problem. When the line

RequestFactory Imposible To use

2011-12-21 Thread MagusDrk
Hi everybody! I have two weeks trying to implement RequestFactory, I've done my data classes model, locators, proxies, etc, but I simply can't get it to work. I've tried all configurations suggested on Starting With Requst Factory Page, but I still get the same problem. When the line

Re: RequestFactory Imposible To use

2011-12-21 Thread MagusDrk
Hi, Thomas, I've read the RequestFactorySource and Annotation Processing. I have already the requestfactory-apt.jar referenced as it is shown in the link bellow, but it doesn't seem to be the problem. Right now I'm trying to implement something in order to catch the server side exception as Aidan

Re: RequestFactory Imposible To use

2011-12-21 Thread MagusDrk
Aidan, thanks by your answer. When I said my server side is not reached, I reffer to some breakpoints in the back-end wich are never reached on debug mode (in the Service class in server side). just after calling the fire method, the debug stake catches another breakpoint in the onFailure method

Re: RequestFactory Imposible To use

2011-12-21 Thread MagusDrk
Hi all again! I've just tried to use a CustomRequestFactoryServlet in order to catch and resolve the NPE in the server side. I could do it, but the catched error was NullPointerException with no other info (at all), no strackTrace, no specific cause (just null) and no location specified! Help,

Re: Non-Cloud development with GWT

2011-12-20 Thread MagusDrk
Thanks for your quick answers, guys. I suppose its easy to find info about how to use my own server, datastorage, etc. in order to develop non-cloud apps with GWT. I'm very quiet (and my boss will be). Anyway, I'll be asking for help and advice. Magus. -- You received this message because you

Re: Unowned relationships on unsaved data objects.

2011-12-20 Thread MagusDrk
Hi, additionally, I need to use and reference unsaved objects by id, but before being saved, they have null Id, how can I handle it? Help, please. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: Unowned relationships on unsaved data objects.

2011-12-20 Thread MagusDrk
Sorry, I don't understand widgets, I'm refering to Data (DAO) classes and JDO persistence. On 20 dic, 10:18, Ed post2edb...@gmail.com wrote: Which widgets are you using ? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Re: How to save just a child?

2011-12-19 Thread MagusDrk
Thanks, Ed, I'm not using GWTTestCase in this part (Actually, I'm trying to use GWTTestCase with no success but in another forum) I'm just using a JUnit class. I don't know if I'm missing something in the persistence manager, I just found a getDetachCopy (or something like that) on friday, but I

Non-Cloud development with GWT

2011-12-19 Thread MagusDrk
Hi All. I'm searching for developing GWT applications but with out placing it to the cloud (Datastore, Google Apps Engine, Google Apps Marketplace) I'm interested in develop some apps to be used in local server, specifically database (in the same server, or another different from datastore) but

Re: GWT + GAE common issues.

2011-12-16 Thread MagusDrk
Hi All. Again me. I'm trying to use RequestFactory, now I have to use some domain methods, for example an myDomainClass.contains(anotherDomainClass). this is a method created on the domian data class, but I need to to this check in the client side. I've tried to use a

Re: GWTTestCase No tests found in *

2011-12-15 Thread MagusDrk
Ovidiu: My Test Class code: package com.xxx.app.client.test; import com.google.gwt.junit.client.GWTTestCase; public class MyTestClass extends GWTTestCase { public void test() { assertTrue(I've got this to work, true); } @Override public String getModuleName() { return

Re: GWTTestCase No tests found in *

2011-12-15 Thread MagusDrk
Ed, thanks. That forum is interesting, but I think thats a little complicated, specially by the part of change objects to asWidgets. actually, I'm looking for an easy-fast way to do TDD (but not from zero, I have already implemented user interfaces and it's complicated to modify them). Have you

Unowned relationships on unsaved data objects.

2011-12-15 Thread MagusDrk
Hi All. Mi name in Miguel and I'm getting a kind of trouble about modeling data objects to the google data store. Right now I have a data model to be saved in the datastore, I need cover next requirements, but I really don't know to to handle this. I have a data model wich entities have other

Re: How to save just a child?

2011-12-15 Thread MagusDrk
Hi, an aditional data, I'm doing it in a JUnit test clase. I don't know if it can influence in the problem. I'm Still waiting for a response. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT + GAE common issues.

2011-12-15 Thread MagusDrk
Hi, Patrick. I'm improving with RequestFactory as succesfully. I have a question about datastore.Key (again), The correct way to expose it to a client side is with KeyFactory (keyToString...)? I've tried to use @ProxyForName(value = com.google.appengine.api.datastore.Key) public interface

How to save just a child?

2011-12-12 Thread MagusDrk
Hi all! I'm trying to update some child objects to the datastore via PersistenceManager, but my data is never updated/overrided when I use makePersistent with such object directly. I need to do that in order to avoid sending a whole entity via RPC, but to send just the child object I need to

Re: GWTTestCase No tests found in *

2011-12-12 Thread MagusDrk
still waiting... -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For

GWTTestCase No tests found in *

2011-12-09 Thread MagusDrk
Hello Everybody. I've just started to use GWTTestCase and Sute to implement my TDD proyect. I'm actually able to develop and execute normal JUnit tests in my server side (Domain Data Model) but now I want to implement GWTTestCase to develop my presenters on client side. I've followed some

Re: RequestFactory and Google Data Store

2011-11-29 Thread MagusDrk
Thomas, Thanks a lot! Very clear! -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email to

RequestFactory and Google Data Store

2011-11-28 Thread MagusDrk
Hello everybody. I have a simple question. Can I use the @PersistenceCapable annotation(data store) and the @Entity annotation in the same class (classes). I've just find RequestFactory to use data model in cliente side, but I'm not sure how can it change my actual model. Can I keep my

Re: GWT + GAE common issues.

2011-11-03 Thread MagusDrk
Brandon, Thanks, I find your demo very usefull. I'll be referencing it in my job. On 31 oct, 10:08, Brandon Donnelson branflake2...@gmail.com wrote: I have found no issues with using GWT with GAE and have tried a multitude of ways. I just setup a demo using RequestFactory, JDO and I've showed

Re: GWT + GAE common issues.

2011-10-29 Thread MagusDrk
Hi patrick, Thanks for your quick answer. If I understand you, what I have to do is to build my own logical/persisted model in server side and expose it via ValueProxy in the client side? ValueProxy lets me to send model via RCP? to use that proxy means to build twice the same model (I mean,

GWT + GAE common issues.

2011-10-28 Thread MagusDrk
Hi everybody. Im Miguel. I'm posting because I'm really worry about the use of GWT and GAE. In my particular case, I'm trying to buid an app wich uses a logical model in client side as in server side. In my model I use persistence tags (JDO) to save data in the datastore and the datastore.Key