Search:

Type: Posts; User: lutz.mueller@combase.de; Keyword(s):

Search: Search took 0.06 seconds.

  1. great! it works! thank you so much.

    great! it works! thank you so much.
  2. Try to modify the rates of Firm this way: ...

    Try to modify the rates of Firm this way:



    Firm firm = firmAccountService.getFirm(getFirmId());
    firm.setFirmName("xxx");
    Set<FirmRate> rates = firm.getRates(); //here you get hibernates proxy...
  3. coercion error with jsf - proxy fails isAssignableFrom

    i am building a webapp with the myfaces jsf-implementation and use springs DelegatingVariableResolver to inject dependencies into jsf-managed beans. the spring version used is 2.0.1. when i use the...
  4. dejanp, you're absolutely right. just stumbled...

    dejanp,

    you're absolutely right. just stumbled on it myself, should've read the stacktrace more thouroughly. the introspection of the bean fails, because the referenced class is not on the...
  5. No, it is a small application using just one...

    No, it is a small application using just one ApplicationContext XML-definition , although there are more xml-definitions on the classpath. But these should not matter, because in my web.xml i am just...
  6. BeanFactory tries to autowire on startup of Webapp

    Hello,

    Today i tried to fire up a webapplication i had not touched for some time and got an exception on ApplicationContext startup (stacktrace at end of mail). apparently the BeanFactory tries...
Results 1 to 6 of 6