problem solved there is no transactionManager it's transaction-manager thanks for your time, but now i'm having another error saying
Type: Posts; User: skyweb; Keyword(s):
problem solved there is no transactionManager it's transaction-manager thanks for your time, but now i'm having another error saying
i deleted the version:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
but it wasn't me who choosed the versions it's autogenerated by Netbeans as you can see on here:
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"...
hey thanks for your answers, i changed transaction.manager to transactionManager but still the same error, please i'm a newbi i don't know what i should do for the instance of the CourseServiceImpl...
hi, i try to configure JSF+Spring+hibernate and i'm tying to run a test but when i use this "tx:annotation-driven" on my application-context.xml file,i get this error:
The matching wildcard is...
I had the wrong version of cglib.jar. Now I have both cglib-2.1.3 and cglib-2.2 and it works. hope it will help other with the same error
the rest of the pom.xml
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
...
Hey, here is my pom.xml that shows the dependencies i'm using:
pom.xml
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
...
hey,
i'm a very newby in spring and hibernate. i'm trying to work a tutorial with Spring and Hibernate when i deploye the application it gives the following error:
here is my...
Hey ,
i’m new to JSF Spring and hibernate so i need your help to resolve this problem if you don’t mind.
i’m using Netbeans 7 and Glassfish 3 , i can build the project. but when it comes to runing...