Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    397

    Resolved

    This is not a spring issue. We had a template that was being used that does a velocity evaluate() on unescaped input fields.
  2. Replies
    1
    Views
    397

    Spring WebMVC Velocity exploit

    Hello,
    Anonymous hypothetical company I work for has an application that uses spring-webmvc and a velocity view resolver. They have used #springbind everywhere which takes care of html escaping....
  3. Thread: Hyperic

    by whyBish
    Replies
    1
    Views
    646

    Hyperic

    We are expecting the class below to be able to be autodiscovered by Hyperic but it isn't. We can query it in the view tab in hyperic and see its attributes, but it is not autodiscovered in the...
  4. While I like the same pattern you describe I...

    While I like the same pattern you describe I believe that the roo philosophy is that the logic should go on the domain objects. Your WS would be reusing the business logic this way.
  5. Replies
    12
    Views
    3,530

    Sorry, haven't looked for nine months. Does it...

    Sorry, haven't looked for nine months. Does it have a guide to writing plug ins yet?
  6. Setting NOT_SUPPORTED may not be a good idea. ...

    Setting NOT_SUPPORTED may not be a good idea. This means that if you have multiple calls each one potentially have a different spid. If you have stored procs that are using the spid as keys...
  7. Reverse Engineering: Hibernate / Sybase sp_pkeys error

    I am trying to reverse engineer a sybase database with hibernate using the hibernate tools in eclipse. The problem I get when I run is:
    "org.hibernate.exception.GenericJDBCException: Error while...
  8. Replies
    6
    Views
    1,455

    in your hibernate.cfg.xml, is autoddl set to...

    in your hibernate.cfg.xml, is autoddl set to 'create'?
  9. I have usually used binding differently using...

    I have usually used binding differently using spring:form and the spring tags for the input fields, but I assume that nestedPath and bind work...?
  10. What does your jspx file look like? Have you...

    What does your jspx file look like? Have you changed it manually?
  11. Replies
    3
    Views
    640

    I don't understand how this is reducing...

    I don't understand how this is reducing reusability, unless you mean using annotations vs xml config?
  12. Replies
    10
    Views
    1,385

    And do you know what is going to happen if...

    And do you know what is going to happen if anything has a foreign key to username?
  13. Replies
    3
    Views
    640

    @Transactional Propagation

    I am using Propagation.REQUIRED for my services and Propagation.MANDATORY for my DAOs. The idea is that services should have atomic operations, and that no-one should be tunnelling to the DAOs...
  14. I'm assuming that in the generic case: - you...

    I'm assuming that in the generic case:
    - you would end up with threadsafety issues.
    - you wouldn't be able to change from the singleton scope to something else via config.
    The first point is a...
  15. The message is because hibernate cannot find the...

    The message is because hibernate cannot find the controller.POI class. I think the import on your controller.POI class is wrong. Try using javax.persistence.Entity rather than the hibernate...Entity
  16. Replies
    3
    Views
    787

    If using java6 then you could just use visualvm...

    If using java6 then you could just use visualvm to see what threads are running.
  17. Replies
    4
    Views
    1,381

    Wow, that is very cool!

    Wow, that is very cool!
  18. Replies
    5
    Views
    804

    The one for your project

    The one for your project
  19. Replies
    6
    Views
    1,455

    Try 1.1, if it doesn't work log an issue...

    Try 1.1, if it doesn't work log an issue providing your roo script. When I looked yesterday I couldn't find any issues for this.
  20. Replies
    6
    Views
    1,455

    I remember hitting this issue with an earlier roo...

    I remember hitting this issue with an earlier roo relase, it didn't like recursive entities, what version of ROO are you using?
  21. Replies
    11
    Views
    1,911

    You can wrap the code in code tags and the forum...

    You can wrap the code in code tags and the forum should retain the tabs.
  22. Replies
    1
    Views
    636

    I don't think any relations work in GWT at all. ...

    I don't think any relations work in GWT at all. I think that this has been loged in jira.
  23. Replies
    2
    Views
    1,209

    Wont the ITDs get woven into the classes at...

    Wont the ITDs get woven into the classes at compile time, so when you instrument the compiled classes they already have the 'aspects' in them? The display for where the coverage is may be a...
  24. do you have a spring.tld in your deployments...

    do you have a spring.tld in your deployments WEB-INF/tag folder?
  25. In my personal opinion Roo should really be...

    In my personal opinion Roo should really be release 0.7 There are a lot of things that just don't work as expected yet.
Results 1 to 25 of 182
Page 1 of 8 1 2 3 4