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....
Type: Posts; User: joaogalli; Keyword(s):
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....
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...
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...
I already tried to make my test class extend AbstractTransactionalJUnit4SpringContextTests but it doesn't work either.
When I load my context with ClassPathXMLApplicationLoader (without...
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....
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...
hmmm interesting, the strange thing is that in the browser it works perfectly :confused:.
I think not, should I put only an BeanNameUrlHandlerMapping to test?
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"...
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...