Search:

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

Search: Search took 0.02 seconds.

  1. Disabling cacheing of the home interface doesn't seem to help

    It looks likes disabling caching of the home interface doesn't seem to solve the issue either. With home interface caching disabled it still throws the IllegalArgumentException when the client tries...
  2. This is odd...

    So in looking at the AbstractRemoteSlsbInvokerInterceptor and SimpleRemoteSlsbInvokerInterceptor code it looks like in this particular case it is not detecting this as a "connect failure" and...
  3. SimpleRemoteStatelessSessionProxyFactoryBean reconnect issue in OC4J

    We're using Spring's SimpleRemoteStatelessSessionProxyFactoryBean in an OC4J (10.1.3.2) environment and it seems to be working great with one significant exception... If we restart the EJB...
  4. Replies
    0
    Views
    874

    JTA Transaction Issue with MySQL

    So here's the scenario...

    1) User clicks link
    2) Controller calls service layer (JTA transaction is started)
    3) Service layer uses hibernate to retrieve list of objects (with some lazy...
  5. Replies
    5
    Views
    1,351

    The jar file I'm speaking of is the jar file...

    The jar file I'm speaking of is the jar file containing your class files. But it sounds like you're just copying your class files into a classes directory, setting your classpath, and executing your...
  6. Replies
    5
    Views
    1,351

    I would recommend putting them in your jar file...

    I would recommend putting them in your jar file and loading them from the classpath. If there are values in the context that are more dynamic and need to be changed independently of the context file...
  7. Thanks for the advice Josh. I hadn't checked the...

    Thanks for the advice Josh. I hadn't checked the forums in a while but had arrived at the same conclusion.

    Thanks,

    Norm
  8. Implementing redirect-after-post with AbstractWizardFormController

    I'm familiar with the RedirectView and the "redirect:viewname" syntax but don't know how to apply it to an AbstractWizardFormController. I know it is not as simple as



    setPages(
    ...
  9. Replies
    2
    Views
    980

    Jotm Question/Problem

    We're looking at Jotm and I'm having some trouble getting things going. I've created a simple standalone application (wired together using Spring and the JotmFactoryBean) that seems to work but for...
  10. Replies
    0
    Views
    990

    Mapped / Indexed Properties

    Can someone point me to an example or the docs on how to do mapped and indexed properties in Spring MVC. I'd like to see both the java class with the mapped/indexed property and the JSP page with...
  11. Replies
    1
    Views
    936

    Nested Transaction Proxies?

    This is bad idea and over time will be changed but in the interim I'm wondering if it possible to have a bean created from a TransactionProxyFactoryBean call another object who is itself created from...
Results 1 to 11 of 11