Search:

Type: Posts; User: MadOtis; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    743

    That's what I was afraid of. Looks like I'll...

    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...
  2. Replies
    2
    Views
    743

    How to inject caller into advice?

    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...
  3. Replies
    2
    Views
    699

    Wizard-style pages

    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...
  4. Ok... I just found it. I had another app...

    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...
  5. I just "heard back" from several of the folks on...

    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...
  6. Thanks again. I think this may be an OpenJPA...

    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...
  7. Hmm... won't let me paste the enitre stacktrace,...

    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...
  8. Here's what I have now (not truncated to save...

    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...
  9. Thanks for the input. It's allowed me to make a...

    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...
  10. Nico, I tried adding that to my...

    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...
  11. (Solved - sort-of) OpenJPA 1.0.1 + Spring 2.5.1 + Tomcat6 - can't deploy entities

    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>...
  12. Gotcha... I'm working on it.

    Gotcha... I'm working on it.
  13. I'm very sorry. I'm not sure what information...

    I'm very sorry. I'm not sure what information you need as part of the 'isolated test case'.
  14. I DO know that the 'formBackingObject' method is...

    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...
  15. The contents of include.jsp are simply:

    The contents of include.jsp are simply:

    <%@ page session="false" %>

    <%@ taglib prefix="c" uri="http&#58;//java.sun.com/jstl/core" %>
    <%@ taglib prefix="fmt" uri="http&#58;//java.sun.com/jstl/fmt" %>...
  16. Problem with "Neither Errors instance nor plain ...&quo

    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,...
  17. Replies
    1
    Views
    2,063

    Multiple forms approach?

    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...
Results 1 to 17 of 17