I agree very much with this statement. I did some JPA reading in "Spring Roo in Action" and I understand much more that I did when I had looked at roo years ago and passed.
Type: Posts; User: KingAndrew; Keyword(s):
I agree very much with this statement. I did some JPA reading in "Spring Roo in Action" and I understand much more that I did when I had looked at roo years ago and passed.
Hi All,
After many days of incrementally fixing issues due to the @OneToMany/@ManyToOne mappings I have gotten to where I am now fixing JUnit errors. Yea!
The propblem I'm facing now is:...
Could you please discribe how you excluded the old Spring libs? I'm using intellij/maven and need spring-web 3.1.0 but have 2.5.6 sticking around even though i explicitly have
<dependency>...
This quote got me thinking:
"The JMS remoting support in the Spring Framework is pretty basic - it sends and receives on the same thread and in the same non-transactional Session, and as such...
We are splitting 1 table into 10. We name them: MyTable_0, MyTable_1, ... _9. then use stored procs to insert and query. But if you named your tables correctly (using whatever your partition...
Not to let you think I'm just impressed because I have a diagram. I also have all the correct build script.
Although all my tables are now in lower case. That is probably a setting somewhere.
Ok so basically I was trying to generate my ddl/create scripts from the suff roo gave me.
I wasn't able to import the stuff in the <my project name>.script into any tools that would help me such...
Hi All,
I have used roo 1.1.2.RELEASE [rev fbc33bb] to generate my entities. But I can't seem to create the tables.
I didn't see any docs that instructed you on how to use the *.script...
Thanks Gary that worked for me.
Hi All,
I was reading chapter 6.3.1. Specificly:
To remove Roo from a project, you need to import the project into Eclipse or SpringSource Tool Suite. Once the project has been imported into...
Oops. Sorry. I meant to create a new thread.
OK got it fixed.
First let me better explain.
1) I was upgrading sts from 2.5.2 -> 2.6.0/
2) My fledging project was not showing in the Package of the new Package Explorer.
2.5) My...
Hi All,
I just upgraded from sts 3.5.2 tp sts 2.6.0. When I bring up sts the Package Explorer only displays the Servers.
I tried to File->Import. That fails with the message...
@kantu - Did you ever find the answer?
Hi Martin,
Thanks for the response. I was able to find what I was looking for like you said by selecting:
SpringSource Update Site for Eclipse 3.6 -...
I'm getting this message why trying to launch tc server in STS:
Could not load the Tomcat server configuration at /Servers/SpringSource tc Server Developer Edition (Runtime) v2.1 at...
I used the JPA examples from this article to implement the relationship annotations.
Could that be my issue? @JPA annotations mixed with @Roo annotations with @Hibernate annotations?
Thanks again for helping.:)
The schema I'm trying to implement was created on a white board. There we designed the join tables to use the ID of the many-to-many etc.
That is why I have my...
Thanks for the input. here is my log.roo
// Spring Roo 1.1.1.RELEASE [rev 156ccd6] log opened at 2011-03-15 16:09:16
project --topLevelPackage com.imthekingofthecastle --projectName...
I changed the nullable=false to @NotNull.
That made the exception go away but it is not creating anything. I'm thinking that I should tell roo to make everything java and they debug that.
...
Thanks for the reply.
I'm sorry but where do I find the Update Manager?
I looked under Help->Check for updates but that didn't work.
Thanks for the reply.
I don't think it has any triggers. I'm using the Hibernate/HyperSonicSql until I get CRUD working for all our objects. I'm building the schema via annotations.
:confused:
Hi All,
This is my first roo project. It sure looked easier watching the videos.
I have an Owner to persist:
@RooJavaBean
@RooToString
@RooEntity(table = "Owner",...
In the screen cast you can select the Cloud foundry when creating a new server.
I don't have that choice. here is what I have:
tc server 2.0, 2.1, and 6.0 for VMware Workstation
My STS...
I ran 'security setup'
and now I have 88 of these type messages:
Description Resource Path Location Type
Class 'org.springframework.security.access.SecurityConfig' not found [config set:...