One last post here (hopefully this will help somebody), and then I'm going to forget this ever happened. I was using Eclipse to create the jar file; by default, eclipse will not add empty...
Type: Posts; User: matt72537; Keyword(s):
One last post here (hopefully this will help somebody), and then I'm going to forget this ever happened. I was using Eclipse to create the jar file; by default, eclipse will not add empty...
Thanks again dturanski for the replies. Got it working. No magic necessary (still not quite sure what I was doing incorrectly, but am in the process of an autopsy). If I find anything useful, I'll...
Thanks a ton for your response. Sorry about the forum; I agree that it was posted to the wrong one. I was using Spring 3.0.5 + JRuby 1.6.1.
I've taken your code as well as upgraded to Spring 3.1 +...
Hello. I'm having an issue using annotation-based xml configuration when using Spring in JRuby. Given a pojo:
import org.springframework.stereotype.Component;
@Component("pojoTest")...