I'm still waiting.
Type: Posts; User: melutovich; Keyword(s):
I'm still waiting.
When do people get back from vacations? (Or is it just the lack of posting in this forum, I thought at least the JIRA would get some activity.)
I've posted the following comment on https://jira.springsource.org/browse/ROO-1040
Alan,
Since ROO-384 has been closed after your comment in Sep 10 are you assuming that the work around there...
You can refactor from the DbManaged aspect into your java file and roo will leave it alone, however any related database changes will have to be reflected manually. An additional problem in editing...
how can lazy loading with Roo be customized globally, and per entity, per relationship if possible and without the change being overridden by Roo. Please help!
Is there any assistance in Spring for authenticating REST requests in the style as in the following URL from Amazon?
http://s3.amazonaws.com/doc/s3-developer-guide/RESTAuthentication.html
...
I have two classes A and B, class A has a Many to Many (field set) to class B. When I generate the web mvc web interface this allows a multiple select from existing objects of type B to get added on...
Wouldn't this work to created a subclass that overrides that method of the parent and then call the parent method in the subclass's method and after the parent method is called to call your service...
Thanks. Next second approach question:
I've seen some where that I could add a @PrePersist method to set the PK/id, however that involved editing the Enity.aj file, which can get overridden, when...
For example I have a Documenttype_Roo_Jpa_Entity.aj file at end which was created by DBRE
Since the Id is a String, I want to supply it manually in the Web interface. How can I tell Roo/Spring...
Anyone have an answer?
The following question, which I also have, is on stackoverflow
the stackoverflow link
Any more comments?
Anyone have comments?
Ok I found my problem in that mysql does not generate automatically string primary keys. That AUTO-INCREMENT does not apply on strings.
NEW question, is there a way to tell roo that these primary...
I am using roo's database reverse engineering with a class that has a string of fixed length as the primary key
I am also using hibernate and mysql
I'm an getting an error that that field can...
One might ask what is a service interface without explicit entities? I would answer that one would still get the automatic generation of the UI based on the service interface.
Inconsistency: The readme file references the documentation which is not longer included in the zip.
Taken from the following thread.
http://forum.springsource.org/showthread.php?121568-Finders-not-in-Service
I was referring to that when I asked about the JIRA.
I added in a related but...
Alan said
I was referring to that when I asked about the JIRA.
I added in a related but different scenario:
(Perhaps a better name for the method would be calculateTotalAccountBalance.) I...
did anyone open the JIRA for the multiple entities for a service?
Is there any plans for having something like:
If I would want to have a service with a getTotalAccountBalance method which in...
Section 3.5 of the 1.2 RELEASE documentation says
Seems to me the current implementation only has a ONE-to-ONE relationship between a service layer and a single entity. Have I missed something?
Was this a dumb question, I don't see any responses?
While I'm asking are there any large websites using Spring?
If I would want to setup a new ecommerce website providing a service, which spring components should be considered? Sorry for the vagueness I haven't gotten much details yet. I'm familiar with...
I've been away from software development for many years and it was suggested that I start back by helping on an open source project. Any suggestions on Spring projects (or otherwise) needing help,...