That's what I was afraid of. Looks like I'll have to refactor all my pointcut enabled classes to extend an abstact class so I can set the values needed in the aspect so I can retrieve them in the...
Type: Posts; User: MadOtis; Keyword(s):
That's what I was afraid of. Looks like I'll have to refactor all my pointcut enabled classes to extend an abstact class so I can set the values needed in the aspect so I can retrieve them in the...
Hello all, I'm new to AOP and I've followed several of the examples and read the docs, but I may not be grasping something fully. Is there a way to inject the caller of a pointcut method into the...
Hello all,
I am new to Spring WebFlow, so this may very well be documented somewhere and I've missed it while reading the documentation...
I am trying to create a wizard-like flow through a...
Ok... I just found it.
I had another app deployed that was using Hibernate. For some odd reason, Tomcat (or the spring classloader itself) was picking up one of the orm.xml, persistence.xml, or...
I just "heard back" from several of the folks on the OpenJPA mailing list. They think my problem may still be somewhere in the Spring framework, or my configuration of Spring.
An almost...
Thanks again. I think this may be an OpenJPA issue at this point. I've changed my applicationContext to look like yours (removing the JpaVendorAdapter and PersistenceUnit) while ensuring my...
Hmm... won't let me paste the enitre stacktrace, so, here is the first exception (it's duplicated in the entire log 3 times):
INFO: Loaded JDBC driver: org.apache.derby.jdbc.EmbeddedDriver...
Here's what I have now (not truncated to save space):
Contents of context.xml in web-app's META-INF folder:
<!-- Tomcat context descriptor used for specifying a custom ClassLoader -->
<Context...
Thanks for the input. It's allowed me to make a little progress.... the number of exceptions has dropped from about 200+ to 4 now. ;)
Yes, I THOUGHT I had followed the section 12.6.1.3.1 using...
Nico,
I tried adding that to my applicationContext and get the exact same exception.
Is it a "root context" bean in that it gets defined at the same level as the other beans such as the...
Hello all,
I am trying to get OpenJPA 1.0.1, Spring 2.5.1, and Tomcat6 to deploy an app and I keep getting the following error:
<openjpa-1.0.1-r420667:592145 fatal user error>...
Gotcha... I'm working on it.
I'm very sorry. I'm not sure what information you need as part of the 'isolated test case'.
I DO know that the 'formBackingObject' method is getting called properly. I debugged it and the correct form is being populated with the correct objects/values. It's somewhere between the .jsp page...
The contents of include.jsp are simply:
<%@ page session="false" %>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt" %>...
Hello all.
I am very new to Spring. I have a problem with one form and I can't find anything that looks like my problem on the forums here... So, if this has been answered many times before,...
Please be patient with me, I'm really new to Spring. I have a question that may have been asked a gazillion times, but I can't seem to locate the answer. I HAVE read the documentation, but have NOT...