Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Lots of "DefaultMessageListenerContainerThreads"

    I am using Active MQ and the DefaultMessageListenerContainer in Order to access the MQ.

    When debugging my Application I see lots of DefaultMessageListenerContainer Threads being created and...
  2. Oky ... that was a dumb mistake ... I forgot...

    Oky ... that was a dumb mistake ...

    I forgot to annotate in the header of the method the returnvalue with "@ResponseBody"


    public @ResponseBody List<Product> findProduct() ...

    And...
  3. JSON with @ResponseBody, suddenly Roo changes the JSON Structure

    Hi,

    I am using Spring Roo and I developed several Restful Controllers which return JSON objects through the @ResponseBody annotation.

    I am always returning Lists of simple Pojos which...
  4. Oky ... thanks that did the trick ... But...

    Oky ... thanks that did the trick ...

    But also I am searching for the reason ... in normal JSPs you can use the "&&" in EL and in normal JSPs you also won't need to comment your javascript with...
  5. Replies
    12
    Views
    2,485

    Oh I took the other way .. generation from an...

    Oh I took the other way .. generation from an existing databse ...

    But now I understand your problem ... what Database are you using ?

    Did you try GenerationType.TABLE maybe ?
  6. Replies
    12
    Views
    2,485

    Does the database have a trigger/autoincrement on...

    Does the database have a trigger/autoincrement on this column ?

    I usually get this error when I have forgotten the autoincrement on this column ...


    Otherwise maybe try insertable=false on...
  7. Using && (boolean Operators) in JSP EL on JSP Pages

    I am trying to use the following statement on a JSP page :



    <c:if test="${((loopStatus.index % 3) == 0) && (loopStatus.index > 0) }">
    </tr><tr>
    </c:if>


    Tiles, used in Roo...
  8. I think you can't avoid PK Classes as long as...

    I think you can't avoid PK Classes as long as your Databasedesign uses composite primary keys ...

    But the solution is quite simple ... If you add a toString() Method in the primary key (first...
  9. What confuses you ? Please explain !

    What confuses you ? Please explain !
  10. thanks ... didn't suspect it there :D

    thanks ... didn't suspect it there :D
  11. extending UsernamePasswordAuthenticationFilter

    I am not sure if i am on the right path here ...

    I am trying to authenticate a user not only with the password and username but a triplet of information , like username , password and country ,...
  12. Extending Spring Formbased authentication

    Spring Roo added the Formbased Authentication in Spring successfull ... No i wan't to identify a user with a triplet of information, like username, country, password and save this information during...
  13. Hi Currently I am working with Spring Roo +...

    Hi

    Currently I am working with Spring Roo + composite PKs and I realised there are lots of bugs and problems you have to solve.

    Even if generation finishes successfull you won't be able to...
  14. Replies
    4
    Views
    2,655

    I am facing the same Problem here ... :/

    I am facing the same Problem here ... :/
  15. Replies
    3
    Views
    875

    Custom javaScript in Tagx Components

    Hello !

    I want to include some Javascript in a selfwritten Tagx component.

    But during compilation the Tiles/JSp Parser seems to mess around with the javascirpt ....



    <script...
  16. I am developing a method to that Spring Roo (or...

    I am developing a method to that Spring Roo (or at last, what it has generated) can work nicely with composite PKs

    Currenlty I am using a toString mehtod for the PK and a decoder (eg. spilt) so...
  17. how do i raise an issue ?

    how do i raise an issue ?
  18. coool :) thanks ! I have found another issue...

    coool :) thanks !

    I have found another issue !

    The HQL in the "public static long count<<Objectname>>() {..." Method doesn't seem to fit ....

    If you have a composite Primary Key it says...
  19. yes ... and all the fields in this class were not...

    yes ... and all the fields in this class were not generated correctly ...
  20. Spring Roo DBRE and MS SQL Server 2008 with composite primary keys

    If I am trying to generate a object with a composite key where different fields of the key are from the Type "char(2)"

    Spring Roo doesn't generate the " ,columnDefinition = "char", length = 2 "...
  21. That really did the trick ... now all fields are...

    That really did the trick ... now all fields are there where they should be !

    Thanks a lot !

    Best regards
  22. It has been Microsoft SQL .. but I will update to...

    It has been Microsoft SQL .. but I will update to 1.1.2 .... but the last version of spring roo i was using was builded from Source/Git to avoid the "version" bug !

    But thanks anyway, I will...
  23. its ms sql (sorry for not providing this...

    its ms sql (sorry for not providing this information) .... but i am a newbie to mssql .... are there any obivious mistakes which spring roo dbre can't handle ?
  24. Spring ROO DBRE dosn't generate Object attributes / columns

    During the Introspection, DBRE finds and shows this fields like shown below


    <table name="Store">
    <column name="Id" primaryKey="true" required="true" size="19" type="2,numeric()...
  25. Replies
    1
    Views
    1,253

    Ok ... I would have to create a new View ... ...

    Ok ... I would have to create a new View ...

    <definition extends="default" name="objects/filter">
    <put-attribute name="body" value="/WEB-INF/views/objects/filter.jspx"/>
    </definition>
    ...
Results 1 to 25 of 35
Page 1 of 2 1 2