Hi All,
I developed a project using spring roo and spring tool suite STS using
the following commands
persistence setup --database GOOGLE_APP_ENGINE --provider DATANUCLEUS
--applicationId trialdeck
entity --class ~.domain.Speaker --testAutomatically
field string --fieldName fullName --notNull
fie
is a dev server specific
issue and I've actually confirmed that my code works correctly in
production. However, I'd really like to be able to browse the local
datastore on the dev server and am wondering if there is a workaround
for this?
Thanks,
Krishna
--
You received this message b
Thanks Scott, Miguel.
For now I am deploying manually and that seems to work.
Miguel - thanks for the link to the FAQ. I overlooked the eclipse
plugin googlecode website which, retrospectively thinking, should have
been the most logical place to look for an answer :-).
Krishna
On Apr 5, 5:36
ctly use
them.
Also, I am not sure which jars need to be retained for sure and I'd
really appreciate it if someone could could give me a pointer
regarding this. I am pretty new to Java so apologies if this is a
naive question.
Thanks so much,
Krishna
--
You received this message because
t around this?
>
> > The front end for my app uses GWT and basically what it does is it
> > gets Vehicle objects via RPC and triggers the corresponding
> > presenter & view based on the vehicleType. Each presenter in turn
> > knows what to do with the corresponding veh
Yes, I missed that method.
Maybe add this little trick on tutorial for now!?
Krishna
2010/2/11 Max Ross (Google) :
> Great, glad to hear it! I forgot to add a method to LocalServiceTestHelper
> to set a custom app id. My mistake. I'll make sure this gets added for the
> next
You're right!
I refactored my code and forget to annotate the new setUp method with @Before.
Sorry for taking your time! It works now.
Thanks,
Krishna
2010/2/11 Max Ross (Google) :
> Your code looks fine. Are you sure you're calling setUp() on the
> LocalServiceTestHelper?
&g
Ooops.. missed your question!
It's just:
@Override
protected Environment newEnvironment() {
return new TestEnvironment();
}
Thanks,
Krishna
2010/2/11 Max Ross (Google) :
> Subclassing LocalServiceTestHelper and overriding newEnvironment() shoul
It's the same (attached) I used before update to 1.3.1.
Thanks,
Krishna
2010/2/11 Max Ross (Google) :
> Subclassing LocalServiceTestHelper and overriding newEnvironment() should
> work fine. What does your implementation of newEnvironment() look like?
>
> On Wed, Feb 10
at
com.google.appengine.api.datastore.DatastoreServiceImpl.beginTransaction(DatastoreServiceImpl.java:
270)
I've tried to extend LocalServiceTestHelper and overwrite
newEnvironment() with my Environment (who returns appId) but it
didn't work...
What's wrong?
Thanks,
Krishna
On Feb 10, 10:25 pm, "Ikai L (Googl
10 matches
Mail list logo