Search:

Type: Posts; User: raoul schmidiger; Keyword(s):

Search: Search took 0.07 seconds.

  1. JSF: Spring Bean not injected into JSF Managed Bean

    hi,

    I use Spring 2.1, JSF 1.2 and Tomcat 6. A similar question was posed on this forum a year ago, but it did not help me.

    I have set everything up and want to inject a spring bean into a jsf...
  2. Works!

    Hi Arjen,

    Thanks a lot for your precise help. That was obviously the problem. Sorry I did not realize. Thank you!

    Regards Raoul
  3. Hi Arjen, thanks a lot for your help, I did...

    Hi Arjen,

    thanks a lot for your help, I did not find anything on this on google or in the documentation. however, i still run into the same problem, it looks like spring creates four instances of...
  4. Soap 1.2: content type is application/soap+xml

    Hello,

    I run into a problem when using spring-ws together with Flickr. Looks like their respons HTTP header follows the Soap 1.2 standard by sending a content type of application/soap+xml.

    I...
  5. Hi, with defaultAutoCommit=true, I still have...

    Hi,

    with defaultAutoCommit=true, I still have full control over transactions. It only kicks in, when I do not use @Transactional, aka Transactions...

    I tested this on my setup. Or am I...
  6. defaultAutoCommit

    Hi,

    I just had the same problem (hibernate 3, spring 2.1, tomcat 5.5, win xp). I solved it by turning defaultAutoCommit to true:


    <property name="defaultAutoCommit" value="true"/>

    in the...
  7. Replies
    14
    Views
    6,439

    Classpath

    Hi,

    I had this problem as well. However I am not sure what finally fixed it, but I cleaned up my lib dir, aka my CLASSPATH, it now looks like this:


    ...
  8. MalformedObjectNameException: Unterminated key property part

    Hi,

    I have a problem with registring beans in the rmiregistry. I am using Spring 2.1, Java 1.6, Tomcat 5.5 and all on windows xp.

    I have the following JMX related spring setup



    <bean...
  9. Replies
    4
    Views
    4,445

    rmiregistry startup still too slow on windows

    Hi,

    I have pretty much the same setup in the config file and I get the same error even with the

    depends-on="registry"

    set in the serverConnector bean definition. It looks like the registry...
  10. I think I got it, didn't I?

    Ok. Looks as if I missunderstood the "plug and play" property of Webflow...

    Yes it is agnostic of the MVC framework it works with. Its tied to that using FlowController, ExternalContext and...
  11. Replacing or Using MultiActionController with Flows

    hello all,

    I have not quite understood, how to replace or use the Spring MVC MultiActionController way with the Spring WebFlow way of doing things. Especially navigating in between views.

    As...
Results 1 to 11 of 11