Search:

Type: Posts; User: KingAndrew; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    423

    I agree very much with this statement. I did...

    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.
  2. Replies
    1
    Views
    246

    Is Roo generating incorrect SQL?

    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:...
  3. Could you please discribe how you excluded the...

    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>...
  4. Replies
    7
    Views
    1,569

    Is async available to JMS Remoting?

    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...
  5. Replies
    2
    Views
    2,860

    We are splitting 1 table into 10. We name them: ...

    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...
  6. Not to let you think I'm just impressed because I...

    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.
  7. Ok so basically I was trying to generate my...

    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...
  8. Create Table generated by roo doesn't work with phpMyAdmin

    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...
  9. Replies
    2
    Views
    883

    Thanks Gary that worked for me.

    Thanks Gary that worked for me.
  10. Replies
    2
    Views
    883

    Push-in refactoring problems

    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...
  11. Push-In Refactor problems

    Oops. Sorry. I meant to create a new thread.
  12. Replies
    2
    Views
    979

    OK got it fixed. First let me better explain. ...

    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...
  13. Replies
    2
    Views
    979

    STS 2.6.0 doesn't show project

    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...
  14. Replies
    4
    Views
    3,204

    @kantu - Did you ever find the answer?

    @kantu - Did you ever find the answer?
  15. Replies
    5
    Views
    1,249

    Hi Martin, Thanks for the response. I was...

    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 -...
  16. Replies
    0
    Views
    1,567

    Could not load the Tomcat server config

    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...
  17. Replies
    12
    Views
    2,494

    I used the JPA examples from this article...

    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?
  18. Replies
    12
    Views
    2,494

    Thanks again for helping.:) The schema I'm...

    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...
  19. Replies
    12
    Views
    2,494

    Thanks for the input. here is my log.roo //...

    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...
  20. Replies
    12
    Views
    2,494

    I changed the nullable=false to @NotNull. ...

    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.
    ...
  21. Replies
    5
    Views
    1,249

    Thanks for the reply. I'm sorry but where do I...

    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.
  22. Replies
    12
    Views
    2,494

    Thanks for the reply. I don't think it has any...

    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:
  23. Replies
    12
    Views
    2,494

    Why is roo/hibernate inserting null?

    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",...
  24. Replies
    5
    Views
    1,249

    Can't find Cloud Foundry Server

    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...
  25. Does Spring Security work with Roo 1.1.1?

    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:...
Results 1 to 25 of 36
Page 1 of 2 1 2