Hi
I am trying to some unit test using Spring3.2 , i am getting
02/05/2013 3:15:47 PM null null
SEVERE: javaAccessorNotSet
I ahve tried couple of different approaches done by the exeprts on...
Type: Posts; User: philipj; Keyword(s):
Hi
I am trying to some unit test using Spring3.2 , i am getting
02/05/2013 3:15:47 PM null null
SEVERE: javaAccessorNotSet
I ahve tried couple of different approaches done by the exeprts on...
Hi
I found my problem, my Spring bean are annotated and it get created first. Then I configured in application-context.xml since the beans are created, the conatiner not recreating from the config...
Hi
I am using websphere7 , ejb3 , and spring3.2, and I am trying to inject a local Ejb bean into spring component in the web tier.
I have no luck so far, if any body familiar with this situation...
No worries guys, I found the answer too.
Philip
Hi
I am new to Spring and Hibernate, I am trying to learn this technologies.
I got <tx:annotation-driven/>
in my hibernate context xml file. When I try to add a new record using this line of...
Hi
I am new to Spring MVC and Spring, I was doing with Struts, now I am moving to Spring, I could not undrestand lot of things , when I had gone through the tutorial and smaples from Spring. The...