Hi marshallmccain,
I'm currently seeing the same behavior. Did you get to the bottom of this? My transaction weaving is all working fine etc. I only get problems when I try to use lazy fetches....
Type: Posts; User: rukkus; Keyword(s):
Hi marshallmccain,
I'm currently seeing the same behavior. Did you get to the bottom of this? My transaction weaving is all working fine etc. I only get problems when I try to use lazy fetches....
Just to let people know I've fixed this by moving the fragment results into a seperate form. My application now contains a form for the fragment results and one for the submitting form.
Hi,
I'm currently using SWF with JSF and I have a fragment that gets updated upon form submit. I'm submitting this form using a sf:commandButton with ajaxEnabled='true'. When this happens my form...
Hi Chris,
Nope that doesn't work for me. I can get my own tests to run by including the junit 4 dependency in my poms instead of just the spring junit dependency. I also have to supply the...
I've checked out the latest greenpages sample from svn and it builds fine using maven apart from all of the tests being skipped. It seems like its picking up an old version of junit and hence the...
I'm using spring-osgi-web and jetty to publish some web content from some wars. This is working fine. I also have some code that registers some servlets using org.osgi.service.http.HttpService. I...