No thoughts on this?
Type: Posts; User: sutter2k; Keyword(s):
No thoughts on this?
Why is it not possible to create a proxy'd prototype while setting a target, with the proxyfactorybean, but it works if you don't set a target and set the bean as the last interceptor.
Given the...
Thank you, for taking the time to explain this in detail.
Matt
I take that back. There is a problem. But not with
/*if (!URL_PROTOCOL_FILE.equals(url.getProtocol())) {
throw new FileNotFoundException(getDescription() + " cannot be resolved to...
Perhaps this is a bug in org.springframework.core.io.ClassPathResource.
Springs test for !!URL_PROTOCOL_FILE.equals(url.getProtocol()) is incorrect(missing condition).
It seems like its...
I seem to have no problem on windows,linux, or parts of our application that load under tomcat(on any os). i.e. tomcat is loading the classpath.
However, our agent cannot load under solaris(the...
The class is being wrapped as a "prototype".
There are more details on the issue here --->
http://jira.opensymphony.com/browse/XW-174
example of one of the actions
Below is the email from the opensymphony mailing list.
I am trying to wrap/advise XWork actions and declare transaction handling around them. Transaction handling works fine.....for a little...