Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,125

    Still i find it strange, because when i used then...

    Still i find it strange, because when i used then non Spring version of blazeDS it did behave as i expected -only one client receives the message once - even with publish/subscribe. Can you then...
  2. Replies
    4
    Views
    1,125

    Hello all, I am investigating a little more. I...

    Hello all,

    I am investigating a little more. I took the testdrive and changed the topic to a queue. I understood that this means point-to-point messaging, only one client receives the message, but...
  3. Replies
    4
    Views
    1,125

    Best approach for rpc style jms

    Hello all,

    I have to program against some existing jms services, i don't know the details of the services yet but i know they should be called in an rpc style. First i wanted to try to call them...
  4. Replies
    0
    Views
    907

    Tests fail with openjpa provider

    Hello,

    mvn tests fail when i use openjpa as provider with version 1.0rc1. When i change the provider to Hibernate all tests run fine. I have created a very simple script to test:



    So the...
  5. Replies
    2
    Views
    2,819

    Hello Stefan, SQL query issued is: . When i...

    Hello Stefan,

    SQL query issued is: .
    When i look inside the mysql db productgroup_postfixes table i see two fields eg productgroup and postfixes both are key, not null and not auto-incremented,...
  6. Replies
    2
    Views
    2,819

    Duplicate entry for key

    Hello,

    When i save this class.


    @Entity
    @RooEntity
    @RooJavaBean
    @RooToString
    public class Productgroup {
  7. Replies
    4
    Views
    5,929

    Hello, Solved this one myself partly. It has...

    Hello,

    Solved this one myself partly. It has to do with field name index, which seems to be a reserved word in MySQL, it is working in HSQL though. I thought i read something in the list of...
  8. Replies
    4
    Views
    5,929

    Hello, Same issue as before now for @OneToMany...

    Hello,

    Same issue as before now for @OneToMany instead of @ManyToOne.

    script:

    install jpa -database MYSQL -provider HIBERNATE

    add dependency -groupId javax.annotation -artifactId...
  9. Thread: SQL in finders

    by Rooftop
    Replies
    3
    Views
    1,263

    Hi Stefan, from persistence.xml: I...

    Hi Stefan,

    from persistence.xml:


    I created http://jira.springframework.org/browse/ROO-149

    I am interested in contributing but i don't think my knowledge-level is sufficient (yet), also...
  10. Thread: SQL in finders

    by Rooftop
    Replies
    3
    Views
    1,263

    Hello, In addition to my previous post.Aren't...

    Hello,

    In addition to my previous post.Aren't there finders for @ManyToOne fields? Is this planned?

    Kind regards,

    Ronald Vermeire
  11. Thread: SQL in finders

    by Rooftop
    Replies
    3
    Views
    1,263

    SQL in finders

    Hello,

    Encountered an issue in my finder aj file eg Product_Roo_Finder. The query starts with I inserted @the start of the query and now its working.Another issue/question shouldn't the...
  12. Thread: sets and jsp

    by Rooftop
    Replies
    5
    Views
    1,394

    Hi Stefan, Thnx, that helps a lot. But raises...

    Hi Stefan,

    Thnx, that helps a lot. But raises one more question: I like to work in STS which comes bundled with M1. How easy is it to switch to the latest ROO version (Ideally SVN)?

    Here are my...
  13. Thread: sets and jsp

    by Rooftop
    Replies
    5
    Views
    1,394

    Hello, Another addition/bug. It only is...

    Hello,

    Another addition/bug. It only is persisted the first time! To reproduce....

    Created this class:


    @Entity
    @RooEntity
    @RooJavaBean
  14. Thread: sets and jsp

    by Rooftop
    Replies
    5
    Views
    1,394

    Hello, Just an addition to my own post. With ...

    Hello,

    Just an addition to my own post. With The choosen postfix will not be persisted when i leave it out it is persisted. Again the question. By design, a bug or am i missing something.

    Kind...
  15. Thread: sets and jsp

    by Rooftop
    Replies
    5
    Views
    1,394

    sets and jsp

    Hello,

    If in roo shell i do:

    in my jsp i then have:
    <c:if test="${not empty sets}">
    <label for="_postfixes">Postfixes:</label>
    <form:select cssStyle="width:250px" id="_postfixes"...
  16. Replies
    2
    Views
    887

    Hi Stefan, After i install a finder it keeps...

    Hi Stefan,

    After i install a finder it keeps showing in list when i do in shell

    So my suggestion was to also list the (default) installed ones, just for Roo beginners like me. Another...
  17. Replies
    2
    Views
    887

    finders list incomplete

    Hi,

    When executing the command
    list finders for -class ~.key.Product

    I get:



    It would be nice to also see:
  18. Replies
    4
    Views
    5,929

    Unsuccessful: create table

    Hi,

    I am having problems persisting this class, in fact mysql product_group table cannot be created. It is related to this mysql topic:

    http://forums.mysql.com/read.php?22,19755,19755#msg-19755...
Results 1 to 18 of 18