I missed this webinar :( - when will this get posted under the 'Recorded Webinars' section ? Hopefully soon....
thanks
rohit
Type: Posts; User: rohitpant; Keyword(s):
I missed this webinar :( - when will this get posted under the 'Recorded Webinars' section ? Hopefully soon....
thanks
rohit
Hi Ben:
We have been evaluating ROO very closely. I run a startup based out of Bangalore and I have already given 2 internal presentations on Roo to our developer team.
At...
Hi:
I faced the same problem again. I had suspected the mySql version mismatch. So I upgraded mySql version all works like charm now.
The entry in the datbase.properties files still need to be...
you are abs rite.
Thanks for the "core" java help !
rohit
not yet - will try and post the results.
thanks
rohit
Thanks for your reply and pointing out the default behavior of enum.
I was very keen to know that in Roo - how would anyone go about creating "drop downs" on the default UI it generates.
One...
like to add very quickly here , i noticed a behaviour -
if you create a domain class like below
roo> entity --class ~.domain.CompanyDetails
and then add a property
roo> field string...
Hi all:
Sometimes while adding my properties to the domain class gives strange error.
____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/...
hi all:
I tied this
enum type --class ~.reference.IndianStates
enum constant --name Andhra Pradesh
but could see that IndianStates.java had the following entries
public enum...
Hi Ben,
Thanks for your initial thoughts. Below is my situation and some more questions -
I have a team of engineers who are pretty good with Spring but now there is an upcoming...
Hi All:
I have a basic question about the default UI Roo generates. For whatever little I have seen there are basic UI components that it generates - how complex UI components it can...
Hi All:
I read somewhere that there is a plan to release Roo with blazeDS. Is that right ? If yes, what are the probable dates planned for this release?
Thanks.
Rohit
Yep ! you are rite - that's what I did :)
I was thinking one thing tho when I asked that question -
I would ultimately want to record my "roo" scripts (for whatever reasons) once I am done...
Hi All:
I did the following
~.domain.Users roo> field string --fieldName userName
forgot to make this userName not null
How do I do that , after I have already created the field ?
Do I...
Thanks Ben for your reply.
Yeah , I did see the post that you had mentioned but it did not work for me but the following happened -
1) I tried doing what is mentioned in the thread below...
Hi All:
I am playing around with Roo just to get more comfortable with it.
When I run 'perform tests' it fails. Also the log says
Tests run: 9, Failures: 0, Errors: 8, Skipped: 0, Time...
I am now on RC3. soon will try the same sequence which led to an error in RC2 and let you know.
thanks again !
Hi Stefan:
I did that http://jira.springframework.org/browse/ROO-376
'backup' is not working at the moment.See the same jira issue.
I can anyway zip the project but where shall I...
Hi Stefan:
thanks for your reply. I do have the entity Employee. It looks like this -
package com.stragure.hrms.domain;
import javax.persistence.Entity;
import...
Hi All:
I am very new to roo. Trying to write a sample. When I try adding a field to an exiting domain class roo complains . I have tried the following without any luck.
A)
field date...
Hi All:
when trying to deploy the application i was getting some errors which got resolved by putting xalan.jar in /WEB-INF/lib since it was missing with the original install files.
...