To have everything consistent in my web application using spring framework, webflow and jsp, I want to be able to use the same expressions in all 3 layers (gui, flows, services) without an access...
Type: Posts; User: rptmat57; Keyword(s):
To have everything consistent in my web application using spring framework, webflow and jsp, I want to be able to use the same expressions in all 3 layers (gui, flows, services) without an access...
so any ideas ?
ApplicationContext.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
I'm testing directly this method in a Junit test case, by loading my applicationContext with the @ContextConfiguration
But I also tried calling it from a main (with ClassPathXmlApplicationContext)...
Actually I'm using Oracle 10g
I'm really confused because the problem only appears when using the entityManager ... everything is fine with a jdbcTemplate.
hello, I've been having problems with rollback recently, and I just found out where the problem seems to be, yet I can't explain why.
Here is the situation:
I have a service, in which I use a...
sorry to dig up this topic, but I have the same kind of problem
I am working on a web application, using Spring + JPA + Tomcat
When I test on local, with Junit tests classes extending...
maybe it has something to do with the annotations you are using
have you tried without "classpath" ?
with xsi:schemaLocation=... /config/sbeans.xsd"
i know this would work: file:///D:/config/sbeans.xsd
but I assume you don't want to use that because you...