Search:

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

Search: Search took 0.01 seconds.

  1. Can't Rollback on JUnit Test with Spring Roo (Hibernate + MySQL)?

    Hi guys,

    I have created a Spring Roo Project using Hibernate and MySQL, and some jpa entities.
    This Roo project is a dependency inside another project, and I am trying to create some JUnit tests....
  2. Replies
    2
    Views
    300

    Shared authentication

    Hi everyone,

    I need something that I describe as a Shared Authentication, may be wrong but here we go:
    There are 3 modules in my project, one will be an authentication module, with...
  3. jUnit version?

    Many thanks Andrew,

    my classes were just like yours, but I found a solution looking for you code.
    I don 't know why yet, but it had something to be with JUnit. I have changed the version and the...
  4. I already tried to make my test class extend...

    I already tried to make my test class extend AbstractTransactionalJUnit4SpringContextTests but it doesn't work either.

    When I load my context with ClassPathXMLApplicationLoader (without...
  5. Tests doesn't find Spring context on Maven run, only on Eclipse.

    Hi,

    I created a Roo project and use just for persistence, no controllers or any other resources. Just a persistence module for Spring + Hibernate.
    Maven is used to manage, and I have 3 modules....
  6. Replies
    0
    Views
    1,004

    Android authentication on Spring Security

    Hi,

    I have a project built on Roo 1.1.0 and Android that is already running, it is using Json and Controllers for communicating.
    I decided to use Spring Security on the Roo project, and of course...
  7. hmmm interesting, the strange thing is that in...

    hmmm interesting, the strange thing is that in the browser it works perfectly :confused:.
  8. I think not, should I put only an...

    I think not, should I put only an BeanNameUrlHandlerMapping to test?
  9. What configuration?

    I don't know what configuration should I post, but I will post my code:

    My web.xml:


    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="url here"
    xmlns:xsi="url here"...
  10. Problems trying to connect controllers via J2ME's HttpConnection

    Hi there,

    I have a mobile J2ME application that connects to a Spring Controller, it always works fine but I have decided to upgrade my system with the annotation configuration RequestMapping...
Results 1 to 10 of 10